diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/cuse.c | 2 | ||||
-rw-r--r-- | example/cuse_client.c | 2 | ||||
-rw-r--r-- | example/hello.c | 2 | ||||
-rw-r--r-- | example/hello_ll.c | 2 | ||||
-rw-r--r-- | example/invalidate_path.c | 2 | ||||
-rw-r--r-- | example/ioctl.c | 2 | ||||
-rw-r--r-- | example/ioctl.h | 2 | ||||
-rw-r--r-- | example/ioctl_client.c | 2 | ||||
-rw-r--r-- | example/notify_inval_entry.c | 2 | ||||
-rw-r--r-- | example/notify_inval_inode.c | 2 | ||||
-rw-r--r-- | example/notify_store_retrieve.c | 2 | ||||
-rw-r--r-- | example/null.c | 2 | ||||
-rw-r--r-- | example/passthrough.c | 2 | ||||
-rw-r--r-- | example/passthrough_fh.c | 2 | ||||
-rw-r--r-- | example/passthrough_hp.cc | 2 | ||||
-rw-r--r-- | example/passthrough_ll.c | 2 | ||||
-rw-r--r-- | example/poll.c | 2 | ||||
-rw-r--r-- | example/poll_client.c | 2 | ||||
-rw-r--r-- | example/printcap.c | 2 |
19 files changed, 19 insertions, 19 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. */ |