summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-02-11 08:25:56 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-02-11 08:25:56 +0100
commita21b2918fe7c7878c7e553be505c386dcfcbceff (patch)
tree606c75c95b99f1320623083d6f567fbf326a6e7e
parentbcf860453e851653dcc611d4c0f5187ac8732fe1 (diff)
Add LGPL-2.1+ to debian/copyright
-rw-r--r--debian/changelog2
-rw-r--r--debian/copyright25
2 files changed, 26 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 28dcd07..a37ac5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,7 +27,7 @@ sane-frontends (1.0.14-10) unstable; urgency=medium
- Correct some typos.
* New package sane-dbg.
- -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 07 Dec 2014 19:55:44 +0100
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 11 Feb 2015 08:00:08 +0100
sane-frontends (1.0.14-9) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index fe9f872..8397639 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -104,6 +104,13 @@ Copyright: D A Gwyn
License: public-domain
(Mostly) portable public-domain implementation
+Files: lib/strdup.c
+ lib/strndup.c
+ lib/strsep.c
+ lib/usleep.c
+Copyright: 1992-1997 Free Software Foundation, Inc.
+License: LGPL-2.1+
+
License: Artistic-1.0
Preamble
.
@@ -250,3 +257,21 @@ License: GPL-2+ with sane exception
If you write modifications of your own for SANE, it is your choice
whether to permit this exception to apply to your modifications.
If you do not wish that, delete this exception notice.
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".