State GPL version in comment (#485)
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 13 Mar 2020 16:46:44 +0000 (16:46 +0000)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2020 16:46:44 +0000 (16:46 +0000)
IN a bunch of comments we say 'under the terms of the GNU GPL', make
it clear this is GPLv2 (as LICENSE says).

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
23 files changed:
example/cuse.c
example/cuse_client.c
example/hello.c
example/hello_ll.c
example/invalidate_path.c
example/ioctl.c
example/ioctl.h
example/ioctl_client.c
example/notify_inval_entry.c
example/notify_inval_inode.c
example/notify_store_retrieve.c
example/null.c
example/passthrough.c
example/passthrough_fh.c
example/passthrough_hp.cc
example/passthrough_ll.c
example/poll.c
example/poll_client.c
example/printcap.c
test/test_setattr.c
test/test_write_cache.c
util/fusermount.c
util/mount.fuse.c

index d192de2a31f38ac52c2c93fa0bf91e34b5a6b3ae..e2ccdcb5e913217546d53a5e3fc505d32c05712e 100644 (file)
@@ -3,7 +3,7 @@
   Copyright (C) 2008-2009  SUSE Linux Products GmbH
   Copyright (C) 2008-2009  Tejun Heo <tj@kernel.org>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 
 */
index dbb2cb7c683da0abd61fd15047e51667db97a74b..fe928d6027acc8b1d443b085220e6836826e6e8b 100644 (file)
@@ -3,7 +3,7 @@
   Copyright (C) 2008       SUSE Linux Products GmbH
   Copyright (C) 2008       Tejun Heo <teheo@suse.de>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index dd08ef6f2981801e01888cca5797ca82607091d5..b24ebfe13219d0db5adcec4ce74a019e5f9f8a56 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 GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index 73cd78de1b31eda9be872639ffe25ec43acc2f88..668d81b2e6a0463363a207ac5a41caed047ed5b4 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 GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index 9e2754b688d33e2502dfc2ef4a4d56e7bb8e4be9..09df178eb5db60c7f63b67fcbe6e3037182c8ea5 100644 (file)
@@ -3,7 +3,7 @@
   Copyright (C) 2016 Nikolaus Rath <Nikolaus@rath.org>
             (C) 2017 EditShare LLC <slawek.rudnicki@editshare.com>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
  */
 
index 52973236459dc536a15c107ab1af04682fd0c1b7..b8dab0017027eced8a7f971717302f7a380d6cc2 100644 (file)
@@ -3,7 +3,7 @@
   Copyright (C) 2008       SUSE Linux Products GmbH
   Copyright (C) 2008       Tejun Heo <teheo@suse.de>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index ded2a15fca781ce40dff29b3916e3026e033dd93..a4f054cc34da154049013aea38895ce0eba84b0f 100644 (file)
@@ -3,7 +3,7 @@
   Copyright (C) 2008       SUSE Linux Products GmbH
   Copyright (C) 2008       Tejun Heo <teheo@suse.de>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index f1878fb0a1c0cc6051b3efa04a7883e69182f150..d93f549225e3c7ca224da28261519ae0fa435082 100644 (file)
@@ -5,7 +5,7 @@
 
   This program tests the ioctl.c example file systsem.
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index 6f13bdbfca558509c8fc74a9849e844921b7099b..00a1c09c3cd3b923439a9daa0fa2b1a5b94305ff 100644 (file)
@@ -2,7 +2,7 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2016 Nikolaus Rath <Nikolaus@rath.org>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index fcf17dc9b9b8a098faeb33f95600b15b3300efa2..6f34b8fac152d96fd51c26e91f9f50ec059f17a6 100644 (file)
@@ -2,7 +2,7 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2016 Nikolaus Rath <Nikolaus@rath.org>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index 4795a4bdd7b0adb39edb22b012f83a3e44d79bbc..2cffacc886a157f2e72cf5d7379aabbf89db3818 100644 (file)
@@ -2,7 +2,7 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2016 Nikolaus Rath <Nikolaus@rath.org>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index 4cd5351312cc60c25194b62bd0a913a29017e58b..2dd5e8bdd3b8563eb242f8c18b131c6403709953 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 GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index ec2f8720ac4151ce214fa6a104f64dce3eee2a59..85cca5e7fbc8484230f643d548ccea75afd87c59 100644 (file)
@@ -3,7 +3,7 @@
   Copyright (C) 2001-2007  Miklos Szeredi <miklos@szeredi.hu>
   Copyright (C) 2011       Sebastian Pipping <sebastian@pipping.org>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index 7e62a7bca40b988dbe44c0685dcfd8076b62e926..bdc5ecdec76f553f8d5593e92d70f1533129c178 100644 (file)
@@ -3,7 +3,7 @@
   Copyright (C) 2001-2007  Miklos Szeredi <miklos@szeredi.hu>
   Copyright (C) 2011       Sebastian Pipping <sebastian@pipping.org>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index 61ab68562116231ed4a3bf1518e15c9786f91588..ddede52830d844161f5af71bbd101b69569d9d9b 100644 (file)
@@ -4,7 +4,7 @@
   Copyright (C) 2017       Nikolaus Rath <Nikolaus@rath.org>
   Copyright (C) 2018       Valve, Inc
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index d60d772d6b25d20b9c1899e6f2a33a9256735a7a..5667223e8f332d6f0b82ee28db0381b9e0d05421 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 GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index 6bc38790f4073d246d14412dfe76f79e3ab5b959..521e6aad1db2fe0e3c37fa3baf9722ad6ed587c4 100644 (file)
@@ -3,7 +3,7 @@
   Copyright (C) 2008       SUSE Linux Products GmbH
   Copyright (C) 2008       Tejun Heo <teheo@suse.de>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index 1ad8dc9668ccf6a7c02d4a2b3f44372f576f5730..222452adc66a893247d5c0742822c086201f2fa4 100644 (file)
@@ -3,7 +3,7 @@
   Copyright (C) 2008       SUSE Linux Products GmbH
   Copyright (C) 2008       Tejun Heo <teheo@suse.de>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index 6c2482df1c1e675800e4d6c4a48213451ea27bad..b8f85a5645e7102688b0543a8635b2a1d655be12 100644 (file)
@@ -2,7 +2,7 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2017 Nikolaus Rath <Nikolaus@rath.org>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index dc6b47427b309ef07f3509964707ed70b99ad808..fa7c8ba5f0cf1c81983025b9d90c6eec4a5e3a13 100644 (file)
@@ -2,7 +2,7 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2016 Nikolaus Rath <Nikolaus@rath.org>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index f91cbb6bfd7e4849f0db15da5677402aa08811be..88344dc63a33d20f694d185d3f3238d8235fc8ba 100644 (file)
@@ -2,7 +2,7 @@
   FUSE: Filesystem in Userspace
   Copyright (C) 2016 Nikolaus Rath <Nikolaus@rath.org>
 
-  This program can be distributed under the terms of the GNU GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 
index 9f2ad8864b664ef87624e3309f84293420de386a..fc93875a8c9eb800043f2e161f0bdf14ce97e456 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 GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */
 /* This program does the mounting and unmounting of FUSE filesystems */
index 5c7a8c1732b26a7951fe023e361ada2ac3bb4298..dc59c9d5653d327c08f11fca774face9ceedbe4b 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 GPL.
+  This program can be distributed under the terms of the GNU GPLv2.
   See the file COPYING.
 */