From e72e942eca4690e8c733ac9fdafeac9b33c9f3f4 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 28 Dec 2012 20:45:32 +0100 Subject: Add GPLv3 --- src/linkwave.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/linkwave.scm') diff --git a/src/linkwave.scm b/src/linkwave.scm index 85e2d20..0783485 100644 --- a/src/linkwave.scm +++ b/src/linkwave.scm @@ -1,3 +1,26 @@ +;;; linkwave -- Store/retrieve/manage bookmarks +;; Copyright (C) 2012 Tom Willemsen + +;; 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 . + +;;; Commentary: + +;; The main program. For documentation you should consult the +;; README.org and/or any Texinfo documentation provided. + +;;; Code: + (declare (uses paths)) (require-extension sqlite3) -- cgit v1.3-2-g0d8e