summaryrefslogtreecommitdiffstats
path: root/libblkid
diff options
context:
space:
mode:
authorKarel Zak2012-09-11 09:30:16 +0200
committerKarel Zak2012-09-11 09:30:16 +0200
commit0391552429921a5367704b1469945ea8daa56c86 (patch)
tree437d2224dcf490d0aee9384b0dc19bd5fbeb7c2e /libblkid
parenthwclock: add a new --compare option (diff)
downloadkernel-qcow2-util-linux-0391552429921a5367704b1469945ea8daa56c86.tar.gz
kernel-qcow2-util-linux-0391552429921a5367704b1469945ea8daa56c86.tar.xz
kernel-qcow2-util-linux-0391552429921a5367704b1469945ea8daa56c86.zip
libblkid: fix copyright noticed to be consistent (so all are LGPL)
The libblkid library was intended to be released under the LGPL. There is very little significant code in version.c; just a version parser, and the original copyright holder (Theodore Ts'o, tytso@mit.edu) has confirmed that he had intended to relicense all of the files under the LGPL during a time when he was the sole author. Acked-by: "Theodore Ts'o" <tytso@mit.edu> Reported-by: John Calcote <john.calcote@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libblkid')
-rw-r--r--libblkid/libblkid.33
-rw-r--r--libblkid/src/version.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/libblkid/libblkid.3 b/libblkid/libblkid.3
index e6c20b1cd..ff84e7d38 100644
--- a/libblkid/libblkid.3
+++ b/libblkid/libblkid.3
@@ -2,7 +2,8 @@
.\"
.\" This man page was created for libblkid.so.1.0 from e2fsprogs-1.24.
.\"
-.\" This file may be copied under the terms of the GNU Public License.
+.\" This file may be copied under the terms of the GNU Lesser General Public
+.\" License.
.\"
.\" Created Wed Sep 14 12:02:12 2001, Andreas Dilger
.TH LIBBLKID 3 "May 2009" "util-linux" "Programmer's Manual"
diff --git a/libblkid/src/version.c b/libblkid/src/version.c
index 63f02f6a9..7f7763179 100644
--- a/libblkid/src/version.c
+++ b/libblkid/src/version.c
@@ -4,8 +4,8 @@
* Copyright (C) 2004 Theodore Ts'o.
*
* %Begin-Header%
- * This file may be redistributed under the terms of the GNU Public
- * License.
+ * This file may be redistributed under the terms of the GNU Lesser General
+ * Public License.
* %End-Header%
*/