Clarify licence version to be "LGPLv2" for the library
authorMiklos Szeredi <miklos@szeredi.hu>
Tue, 16 Oct 2007 15:12:09 +0000 (15:12 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Tue, 16 Oct 2007 15:12:09 +0000 (15:12 +0000)
29 files changed:
ChangeLog
FAQ
include/fuse.h
include/fuse_common.h
include/fuse_common_compat.h
include/fuse_compat.h
include/fuse_lowlevel.h
include/fuse_lowlevel_compat.h
include/fuse_opt.h
include/ulockmgr.h
lib/fuse.c
lib/fuse_i.h
lib/fuse_kern_chan.c
lib/fuse_loop.c
lib/fuse_loop_mt.c
lib/fuse_lowlevel.c
lib/fuse_misc.h
lib/fuse_mt.c
lib/fuse_opt.c
lib/fuse_session.c
lib/fuse_signals.c
lib/helper.c
lib/modules/iconv.c
lib/modules/subdir.c
lib/mount.c
lib/mount_bsd.c
lib/mount_util.c
lib/mount_util.h
lib/ulockmgr.c

index 96e55222fbafee14105eaeafbb5f5b4df8d12bb6..e8252b752b900be55dfe7c50bec66f2d0e1b4c8a 100644 (file)
--- 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 3cddb1867b74d88feef5f17d8e7ea02b256497a8..6def421277e4fe777281ed94229a5838eb6bec61 100644 (file)
--- 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.
index 22ec664689e8f33f6ad4093a02c3f025be2c859f..683ab1a91e3e0660d4668d73fa2c4ab2ed92b805 100644 (file)
@@ -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.
 */
 
index d4f3552369d51ba753b1f03da79eb816ed6982b2..1a975123139434b99e65616458d14d904001a926 100644 (file)
@@ -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.
 */
 
index 5f221c7ff691f4ff358059711d7c38de9feb46d7..0383ed7b616565c882c272730ada0348a1d55440 100644 (file)
@@ -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.
 */
 
index d3454cc74e7a8fb1437c2982b5a5d905af6fa9a1..59df3d3a3ae0ef538021affb68451011ce6c032c 100644 (file)
@@ -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.
 */
 
index 1f2aa5e0448eb5d13041108bcebe91bbbc4654a5..96c73402008426111dd3a0b67592f7ea79976884 100644 (file)
@@ -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.
 */
 
index af766877b67869510fe6f574df62dd7e8eed608d..d9313b81006f26f1cea4b91908c6024c1159e6fd 100644 (file)
@@ -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.
 */
 
index 6534509833f09e0b232f148f9d73b5404f89d02f..6123d0b489e03f17ad4fd6b4b2efedc4e5f518e7 100644 (file)
@@ -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.
 */
 
index dfdde0112f118775320740b5c76d7491f56661e6..61bc36bf38f7ef6f66dce7290776ca6d7dadd715 100644 (file)
@@ -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.
 */
 
index fe1fa9c77aeb2807569e3561aab2f1399b5152c0..80bfe60360bbc517c13ed78d6a1947d9640e6b2c 100644 (file)
@@ -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
 */
 
index 8820353db31c473787a5a1120df73b4eb57264bf..55ce0481a9b78e4664133ca7742f1475ca6ab3d4 100644 (file)
@@ -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
 */
 
index 466703b56fc57bf846db38cc587fd8d7eeb974c3..49e88b7d3f209e707c175585493374f76938fecf 100644 (file)
@@ -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
 */
 
index 2a74244a3d248eaf00b9ee047938aa0cb9efcffc..f7c17faf1e1ed5d54cdd4524a0cb498283d493b1 100644 (file)
@@ -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
 */
 
index 7bcc1c26a5985e60472b558e53dee97a9dc30418..533d9c31eafdee0f49b983b4edb23ba1db9317d3 100644 (file)
@@ -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.
 */
 
index 079e7de0c3f8055de81a7f12838020bd15014372..64e2aba0989f2305ae38056dca661c0bc1e9e0e5 100644 (file)
@@ -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
 */
 
index d10d8c768be7d92b9bb475030bbcada9635c9258..99e5117ae601d28d14b37f0d0bdc30e8d0d273c3 100644 (file)
@@ -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
 */
 
index e4f5431f6821f14e9d91702065cb2e82bde52778..2c1ff2cfee260abb584a8a57c92a5141b8eb2509 100644 (file)
@@ -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.
 */
 
index 9b464a1120fd13c10ff4ac22eab583e1ecc508bc..1c6a3157b745f744a18b77bfddc40d2e1a3c2f78 100644 (file)
@@ -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
 */
 
index c1977b5cb3aacab309377cadb70306cd181091ab..33cc59e86bcd00af60ca0c45018ea7a13ff715ae 100644 (file)
@@ -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
 */
 
index 83a0e8359b22012a007aadd83c39093921b12748..25998bfc81be5eccaed729a30ef07f5d521b63cc 100644 (file)
@@ -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
 */
 
index b282da9fcef3919092cca2b1c6f6694ab55a63c7..e79f4b017a9bca7534d0c5c2534530aeb7b5da15 100644 (file)
@@ -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.
 */
 
index ca53b663860e7d38fefbaf6770fbb8bac25e9f0c..350a472a82f7213c7a1fe83471a49173bb64c018 100644 (file)
@@ -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
 */
 
index 1d0677e25730faf2757fdc91876d383c4842a7d5..f22c023fa4c102115fce5797921eef2d7eb9ebc5 100644 (file)
@@ -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
 */
 
index 8c2b048cde0626de1ecae572cbc6db35dfc1855d..e0fea56b234d44bf97d179ca8b7008120ca8da92 100644 (file)
@@ -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.
 */
 
index ea4140a551b893a8eca2111d6ac96c72d72dede4..1c4030d221c066f0a43b96cebca362b833ed7511 100644 (file)
@@ -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.
 */
 
index 781a16a5ceb7082a61921b414884c85b9a42488f..c7b2123d537189bc4c223de1008a8719f835f660 100644 (file)
@@ -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.
 */
 
index f9f6cbee41d2ca62a3a4e1231fb47efd9498cddc..29de2beb829cbed53d88517117d5a629272cf38d 100644 (file)
@@ -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.
 */
 
index 05b940f56402e4900bbca385c75d1e5330c20bc9..e38fdc5025f109419efea679cdea7c1bde44dcb5 100644 (file)
@@ -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
 */