From 7d62647d7aebffe76837b0698e8dc22f439f1ab6 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 16 Oct 2007 15:12:09 +0000 Subject: Clarify licence version to be "LGPLv2" for the library --- lib/fuse.c | 2 +- lib/fuse_i.h | 2 +- lib/fuse_kern_chan.c | 2 +- lib/fuse_loop.c | 2 +- lib/fuse_loop_mt.c | 2 +- lib/fuse_lowlevel.c | 2 +- lib/fuse_misc.h | 2 +- lib/fuse_mt.c | 2 +- lib/fuse_opt.c | 2 +- lib/fuse_session.c | 2 +- lib/fuse_signals.c | 2 +- lib/helper.c | 2 +- lib/modules/iconv.c | 2 +- lib/modules/subdir.c | 2 +- lib/mount.c | 2 +- lib/mount_bsd.c | 2 +- lib/mount_util.c | 2 +- lib/mount_util.h | 2 +- lib/ulockmgr.c | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'lib') diff --git a/lib/fuse.c b/lib/fuse.c index fe1fa9c..80bfe60 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ diff --git a/lib/fuse_i.h b/lib/fuse_i.h index 8820353..55ce048 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ diff --git a/lib/fuse_kern_chan.c b/lib/fuse_kern_chan.c index 466703b..49e88b7 100644 --- a/lib/fuse_kern_chan.c +++ b/lib/fuse_kern_chan.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ diff --git a/lib/fuse_loop.c b/lib/fuse_loop.c index 2a74244..f7c17fa 100644 --- a/lib/fuse_loop.c +++ b/lib/fuse_loop.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ diff --git a/lib/fuse_loop_mt.c b/lib/fuse_loop_mt.c index 7bcc1c2..533d9c3 100644 --- a/lib/fuse_loop_mt.c +++ b/lib/fuse_loop_mt.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB. */ diff --git a/lib/fuse_lowlevel.c b/lib/fuse_lowlevel.c index 079e7de..64e2aba 100644 --- a/lib/fuse_lowlevel.c +++ b/lib/fuse_lowlevel.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ diff --git a/lib/fuse_misc.h b/lib/fuse_misc.h index d10d8c7..99e5117 100644 --- a/lib/fuse_misc.h +++ b/lib/fuse_misc.h @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ diff --git a/lib/fuse_mt.c b/lib/fuse_mt.c index e4f5431..2c1ff2c 100644 --- a/lib/fuse_mt.c +++ b/lib/fuse_mt.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB. */ diff --git a/lib/fuse_opt.c b/lib/fuse_opt.c index 9b464a1..1c6a315 100644 --- a/lib/fuse_opt.c +++ b/lib/fuse_opt.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ diff --git a/lib/fuse_session.c b/lib/fuse_session.c index c1977b5..33cc59e 100644 --- a/lib/fuse_session.c +++ b/lib/fuse_session.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ diff --git a/lib/fuse_signals.c b/lib/fuse_signals.c index 83a0e83..25998bf 100644 --- a/lib/fuse_signals.c +++ b/lib/fuse_signals.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ diff --git a/lib/helper.c b/lib/helper.c index b282da9..e79f4b0 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB. */ diff --git a/lib/modules/iconv.c b/lib/modules/iconv.c index ca53b66..350a472 100644 --- a/lib/modules/iconv.c +++ b/lib/modules/iconv.c @@ -2,7 +2,7 @@ fuse iconv module: file name charset conversion Copyright (C) 2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ diff --git a/lib/modules/subdir.c b/lib/modules/subdir.c index 1d0677e..f22c023 100644 --- a/lib/modules/subdir.c +++ b/lib/modules/subdir.c @@ -2,7 +2,7 @@ fuse subdir module: offset paths with a base directory Copyright (C) 2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ diff --git a/lib/mount.c b/lib/mount.c index 8c2b048..e0fea56 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB. */ diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c index ea4140a..1c4030d 100644 --- a/lib/mount_bsd.c +++ b/lib/mount_bsd.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2005-2006 Csaba Henk - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB. */ diff --git a/lib/mount_util.c b/lib/mount_util.c index 781a16a..c7b2123 100644 --- a/lib/mount_util.c +++ b/lib/mount_util.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB. */ diff --git a/lib/mount_util.h b/lib/mount_util.h index f9f6cbe..29de2be 100644 --- a/lib/mount_util.h +++ b/lib/mount_util.h @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB. */ diff --git a/lib/ulockmgr.c b/lib/ulockmgr.c index 05b940f..e38fdc5 100644 --- a/lib/ulockmgr.c +++ b/lib/ulockmgr.c @@ -2,7 +2,7 @@ libulockmgr: Userspace Lock Manager Library Copyright (C) 2006 Miklos Szeredi - This program can be distributed under the terms of the GNU LGPL. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ -- cgit v1.2.3