aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--FAQ2
-rw-r--r--include/fuse.h2
-rw-r--r--include/fuse_common.h2
-rw-r--r--include/fuse_common_compat.h2
-rw-r--r--include/fuse_compat.h2
-rw-r--r--include/fuse_lowlevel.h2
-rw-r--r--include/fuse_lowlevel_compat.h2
-rw-r--r--include/fuse_opt.h2
-rw-r--r--include/ulockmgr.h2
-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
29 files changed, 32 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog
index 96e5522..e8252b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-16 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Clarify licence version to be "LGPLv2" for the library
+
2007-09-18 Miklos Szeredi <miklos@szeredi.hu>
* Add missing context initialization in fuse_fs_chmod(). Bug
diff --git a/FAQ b/FAQ
index 3cddb18..6def421 100644
--- a/FAQ
+++ b/FAQ
@@ -73,7 +73,7 @@ Under what license is FUSE released?
The kernel part is released under the GNU GPL.
-Libfuse is released under the GNU LGPL.
+Libfuse is released under the GNU LGPLv2.
All other parts (examples, fusermount, etc) are released under the GNU
GPL.
diff --git a/include/fuse.h b/include/fuse.h
index 22ec664..683ab1a 100644
--- a/include/fuse.h
+++ b/include/fuse.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/include/fuse_common.h b/include/fuse_common.h
index d4f3552..1a97512 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.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/include/fuse_common_compat.h b/include/fuse_common_compat.h
index 5f221c7..0383ed7 100644
--- a/include/fuse_common_compat.h
+++ b/include/fuse_common_compat.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/include/fuse_compat.h b/include/fuse_compat.h
index d3454cc..59df3d3 100644
--- a/include/fuse_compat.h
+++ b/include/fuse_compat.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/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index 1f2aa5e..96c7340 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.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/include/fuse_lowlevel_compat.h b/include/fuse_lowlevel_compat.h
index af76687..d9313b8 100644
--- a/include/fuse_lowlevel_compat.h
+++ b/include/fuse_lowlevel_compat.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/include/fuse_opt.h b/include/fuse_opt.h
index 6534509..6123d0b 100644
--- a/include/fuse_opt.h
+++ b/include/fuse_opt.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/include/ulockmgr.h b/include/ulockmgr.h
index dfdde01..61bc36b 100644
--- a/include/ulockmgr.h
+++ b/include/ulockmgr.h
@@ -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.
*/
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
*/