aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2007-10-16 15:12:09 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2007-10-16 15:12:09 +0000
commit7d62647d7aebffe76837b0698e8dc22f439f1ab6 (patch)
tree0b8f4cfb3b2dae32aa2bbfd95b90309072eb303b /lib
parent1c6deb570d2c9252a00fc49a91cc56978439869e (diff)
downloadlibfuse-7d62647d7aebffe76837b0698e8dc22f439f1ab6.tar.gz
Clarify licence version to be "LGPLv2" for the library
Diffstat (limited to 'lib')
-rw-r--r--lib/fuse.c2
-rw-r--r--lib/fuse_i.h2
-rw-r--r--lib/fuse_kern_chan.c2
-rw-r--r--lib/fuse_loop.c2
-rw-r--r--lib/fuse_loop_mt.c2
-rw-r--r--lib/fuse_lowlevel.c2
-rw-r--r--lib/fuse_misc.h2
-rw-r--r--lib/fuse_mt.c2
-rw-r--r--lib/fuse_opt.c2
-rw-r--r--lib/fuse_session.c2
-rw-r--r--lib/fuse_signals.c2
-rw-r--r--lib/helper.c2
-rw-r--r--lib/modules/iconv.c2
-rw-r--r--lib/modules/subdir.c2
-rw-r--r--lib/mount.c2
-rw-r--r--lib/mount_bsd.c2
-rw-r--r--lib/mount_util.c2
-rw-r--r--lib/mount_util.h2
-rw-r--r--lib/ulockmgr.c2
19 files changed, 19 insertions, 19 deletions
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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <csaba.henk@creo.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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 <miklos@szeredi.hu>
- 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
*/