aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example/cuse.c2
-rw-r--r--example/cuse_client.c2
-rw-r--r--example/hello.c2
-rw-r--r--example/hello_ll.c2
-rw-r--r--example/invalidate_path.c2
-rw-r--r--example/ioctl.c2
-rw-r--r--example/ioctl.h2
-rw-r--r--example/ioctl_client.c2
-rw-r--r--example/notify_inval_entry.c2
-rw-r--r--example/notify_inval_inode.c2
-rw-r--r--example/notify_store_retrieve.c2
-rw-r--r--example/null.c2
-rw-r--r--example/passthrough.c2
-rw-r--r--example/passthrough_fh.c2
-rw-r--r--example/passthrough_hp.cc2
-rw-r--r--example/passthrough_ll.c2
-rw-r--r--example/poll.c2
-rw-r--r--example/poll_client.c2
-rw-r--r--example/printcap.c2
-rw-r--r--test/test_setattr.c2
-rw-r--r--test/test_write_cache.c2
-rw-r--r--util/fusermount.c2
-rw-r--r--util/mount.fuse.c2
23 files changed, 23 insertions, 23 deletions
diff --git a/example/cuse.c b/example/cuse.c
index d192de2..e2ccdcb 100644
--- a/example/cuse.c
+++ b/example/cuse.c
@@ -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.
*/
diff --git a/example/cuse_client.c b/example/cuse_client.c
index dbb2cb7..fe928d6 100644
--- a/example/cuse_client.c
+++ b/example/cuse_client.c
@@ -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.
*/
diff --git a/example/hello.c b/example/hello.c
index dd08ef6..b24ebfe 100644
--- a/example/hello.c
+++ b/example/hello.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 GPL.
+ This program can be distributed under the terms of the GNU GPLv2.
See the file COPYING.
*/
diff --git a/example/hello_ll.c b/example/hello_ll.c
index 73cd78d..668d81b 100644
--- a/example/hello_ll.c
+++ b/example/hello_ll.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 GPL.
+ This program can be distributed under the terms of the GNU GPLv2.
See the file COPYING.
*/
diff --git a/example/invalidate_path.c b/example/invalidate_path.c
index 9e2754b..09df178 100644
--- a/example/invalidate_path.c
+++ b/example/invalidate_path.c
@@ -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.
*/
diff --git a/example/ioctl.c b/example/ioctl.c
index 5297323..b8dab00 100644
--- a/example/ioctl.c
+++ b/example/ioctl.c
@@ -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.
*/
diff --git a/example/ioctl.h b/example/ioctl.h
index ded2a15..a4f054c 100644
--- a/example/ioctl.h
+++ b/example/ioctl.h
@@ -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.
*/
diff --git a/example/ioctl_client.c b/example/ioctl_client.c
index f1878fb..d93f549 100644
--- a/example/ioctl_client.c
+++ b/example/ioctl_client.c
@@ -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.
*/
diff --git a/example/notify_inval_entry.c b/example/notify_inval_entry.c
index 6f13bdb..00a1c09 100644
--- a/example/notify_inval_entry.c
+++ b/example/notify_inval_entry.c
@@ -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.
*/
diff --git a/example/notify_inval_inode.c b/example/notify_inval_inode.c
index fcf17dc..6f34b8f 100644
--- a/example/notify_inval_inode.c
+++ b/example/notify_inval_inode.c
@@ -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.
*/
diff --git a/example/notify_store_retrieve.c b/example/notify_store_retrieve.c
index 4795a4b..2cffacc 100644
--- a/example/notify_store_retrieve.c
+++ b/example/notify_store_retrieve.c
@@ -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.
*/
diff --git a/example/null.c b/example/null.c
index 4cd5351..2dd5e8b 100644
--- a/example/null.c
+++ b/example/null.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 GPL.
+ This program can be distributed under the terms of the GNU GPLv2.
See the file COPYING.
*/
diff --git a/example/passthrough.c b/example/passthrough.c
index ec2f872..85cca5e 100644
--- a/example/passthrough.c
+++ b/example/passthrough.c
@@ -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.
*/
diff --git a/example/passthrough_fh.c b/example/passthrough_fh.c
index 7e62a7b..bdc5ecd 100644
--- a/example/passthrough_fh.c
+++ b/example/passthrough_fh.c
@@ -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.
*/
diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc
index 61ab685..ddede52 100644
--- a/example/passthrough_hp.cc
+++ b/example/passthrough_hp.cc
@@ -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.
*/
diff --git a/example/passthrough_ll.c b/example/passthrough_ll.c
index d60d772..5667223 100644
--- a/example/passthrough_ll.c
+++ b/example/passthrough_ll.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 GPL.
+ This program can be distributed under the terms of the GNU GPLv2.
See the file COPYING.
*/
diff --git a/example/poll.c b/example/poll.c
index 6bc3879..521e6aa 100644
--- a/example/poll.c
+++ b/example/poll.c
@@ -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.
*/
diff --git a/example/poll_client.c b/example/poll_client.c
index 1ad8dc9..222452a 100644
--- a/example/poll_client.c
+++ b/example/poll_client.c
@@ -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.
*/
diff --git a/example/printcap.c b/example/printcap.c
index 6c2482d..b8f85a5 100644
--- a/example/printcap.c
+++ b/example/printcap.c
@@ -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.
*/
diff --git a/test/test_setattr.c b/test/test_setattr.c
index dc6b474..fa7c8ba 100644
--- a/test/test_setattr.c
+++ b/test/test_setattr.c
@@ -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.
*/
diff --git a/test/test_write_cache.c b/test/test_write_cache.c
index f91cbb6..88344dc 100644
--- a/test/test_write_cache.c
+++ b/test/test_write_cache.c
@@ -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.
*/
diff --git a/util/fusermount.c b/util/fusermount.c
index 9f2ad88..fc93875 100644
--- a/util/fusermount.c
+++ b/util/fusermount.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 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 */
diff --git a/util/mount.fuse.c b/util/mount.fuse.c
index 5c7a8c1..dc59c9d 100644
--- a/util/mount.fuse.c
+++ b/util/mount.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 GPL.
+ This program can be distributed under the terms of the GNU GPLv2.
See the file COPYING.
*/