From: Karel Zak Date: Tue, 11 Sep 2012 07:30:16 +0000 (+0200) Subject: libblkid: fix copyright noticed to be consistent (so all are LGPL) X-Git-Tag: v2.23-rc1~703 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0391552429921a5367704b1469945ea8daa56c86;p=thirdparty%2Futil-linux.git 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" Reported-by: John Calcote Signed-off-by: Karel Zak --- diff --git a/libblkid/libblkid.3 b/libblkid/libblkid.3 index e6c20b1cdc..ff84e7d38c 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 63f02f6a9d..7f77631791 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% */