diff options
Diffstat (limited to 'src/convert.scm')
| -rw-r--r-- | src/convert.scm | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/src/convert.scm b/src/convert.scm index cb38385..3229823 100644 --- a/src/convert.scm +++ b/src/convert.scm @@ -1,4 +1,27 @@ -;;; convert.scm -- Convert the old database into a new one +;;; linkwave -- Store/retrieve/manage bookmarks +;; Copyright (C) 2012 Tom Willemsen <tom at ryuslash dot org> + +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. + +;;; Commentary: + +;; Convert any old database file to one usable with this version of +;; linkwave. If you're just starting to use linkwave there should be +;; no need to use this. + +;;; Code: + (declare (uses paths)) (require-extension sqlite3) |
