From 252e978c54ccb03cadc3e5a2e70e5b2d0367a891 Mon Sep 17 00:00:00 2001 From: "Dr. David Alan Gilbert" Date: Fri, 13 Mar 2020 16:46:44 +0000 Subject: [PATCH] State GPL version in comment (#485) 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 --- example/cuse.c | 2 +- example/cuse_client.c | 2 +- example/hello.c | 2 +- example/hello_ll.c | 2 +- example/invalidate_path.c | 2 +- example/ioctl.c | 2 +- example/ioctl.h | 2 +- example/ioctl_client.c | 2 +- example/notify_inval_entry.c | 2 +- example/notify_inval_inode.c | 2 +- example/notify_store_retrieve.c | 2 +- example/null.c | 2 +- example/passthrough.c | 2 +- example/passthrough_fh.c | 2 +- example/passthrough_hp.cc | 2 +- example/passthrough_ll.c | 2 +- example/poll.c | 2 +- example/poll_client.c | 2 +- example/printcap.c | 2 +- test/test_setattr.c | 2 +- test/test_write_cache.c | 2 +- util/fusermount.c | 2 +- util/mount.fuse.c | 2 +- 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 - 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 - 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 - 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 - 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 (C) 2017 EditShare LLC - 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 - 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 - 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 - 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 - 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 - 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 - 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 Copyright (C) 2011 Sebastian Pipping - 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 Copyright (C) 2011 Sebastian Pipping - 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 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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. */ -- 2.30.2