diff options
author | izxl007 <zeng.zheng@zte.com.cn> | 2025-06-19 22:37:48 +0800 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-06-27 09:47:00 +0200 |
commit | fc1c8da0cf8a18d222cb1feed0057ba44ea4d18f (patch) | |
tree | 8a961a1be9fcf679791496ee911989dbf3fbf738 /example | |
parent | 4de3db413cb419829203d614fda1cea8fe7e0c57 (diff) | |
download | libfuse-fc1c8da0cf8a18d222cb1feed0057ba44ea4d18f.tar.gz |
license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt
Signed-off-by: izxl007 <zeng.zheng@zte.com.cn>
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/hello_ll_uds.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/memfs_ll.cc | 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 |
21 files changed, 21 insertions, 21 deletions
diff --git a/example/cuse.c b/example/cuse.c index 6b33302..92b6b09 100644 --- a/example/cuse.c +++ b/example/cuse.c @@ -4,7 +4,7 @@ Copyright (C) 2008-2009 Tejun Heo <tj@kernel.org> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ diff --git a/example/cuse_client.c b/example/cuse_client.c index 903ffc6..de82444 100644 --- a/example/cuse_client.c +++ b/example/cuse_client.c @@ -4,7 +4,7 @@ Copyright (C) 2008 Tejun Heo <teheo@suse.de> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/hello.c b/example/hello.c index d9f01b9..6288162 100644 --- a/example/hello.c +++ b/example/hello.c @@ -3,7 +3,7 @@ Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/hello_ll.c b/example/hello_ll.c index b1ef692..bd5fecd 100644 --- a/example/hello_ll.c +++ b/example/hello_ll.c @@ -3,7 +3,7 @@ Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/hello_ll_uds.c b/example/hello_ll_uds.c index e9cd173..b0a6e9c 100644 --- a/example/hello_ll_uds.c +++ b/example/hello_ll_uds.c @@ -4,7 +4,7 @@ Copyright (C) 2022 Tofik Sonono <tofik.sonono@intel.com> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/invalidate_path.c b/example/invalidate_path.c index 0e8d77f..fad43ea 100644 --- a/example/invalidate_path.c +++ b/example/invalidate_path.c @@ -4,7 +4,7 @@ (C) 2017 EditShare LLC <slawek.rudnicki@editshare.com> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/ioctl.c b/example/ioctl.c index 9fe5c5b..2548fd3 100644 --- a/example/ioctl.c +++ b/example/ioctl.c @@ -4,7 +4,7 @@ Copyright (C) 2008 Tejun Heo <teheo@suse.de> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/ioctl.h b/example/ioctl.h index a4f054c..ca7e975 100644 --- a/example/ioctl.h +++ b/example/ioctl.h @@ -4,7 +4,7 @@ Copyright (C) 2008 Tejun Heo <teheo@suse.de> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/ioctl_client.c b/example/ioctl_client.c index 2d7ac0e..99e2750 100644 --- a/example/ioctl_client.c +++ b/example/ioctl_client.c @@ -4,7 +4,7 @@ Copyright (C) 2008 Tejun Heo <teheo@suse.de> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/memfs_ll.cc b/example/memfs_ll.cc index a1bd054..b4f0b63 100644 --- a/example/memfs_ll.cc +++ b/example/memfs_ll.cc @@ -3,7 +3,7 @@ Copyright (C) 2024 DataDirect Networks. This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ #define FUSE_USE_VERSION 317 diff --git a/example/notify_inval_entry.c b/example/notify_inval_entry.c index 728a9dc..5ab3c32 100644 --- a/example/notify_inval_entry.c +++ b/example/notify_inval_entry.c @@ -3,7 +3,7 @@ Copyright (C) 2016 Nikolaus Rath <Nikolaus@rath.org> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/notify_inval_inode.c b/example/notify_inval_inode.c index 99631cc..1dcecee 100644 --- a/example/notify_inval_inode.c +++ b/example/notify_inval_inode.c @@ -3,7 +3,7 @@ Copyright (C) 2016 Nikolaus Rath <Nikolaus@rath.org> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/notify_store_retrieve.c b/example/notify_store_retrieve.c index 42e6eb0..23fdecc 100644 --- a/example/notify_store_retrieve.c +++ b/example/notify_store_retrieve.c @@ -3,7 +3,7 @@ Copyright (C) 2016 Nikolaus Rath <Nikolaus@rath.org> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/null.c b/example/null.c index 2dd5e8b..ec41def 100644 --- a/example/null.c +++ b/example/null.c @@ -3,7 +3,7 @@ Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/passthrough.c b/example/passthrough.c index cc93f53..a5ac4b3 100644 --- a/example/passthrough.c +++ b/example/passthrough.c @@ -4,7 +4,7 @@ Copyright (C) 2011 Sebastian Pipping <sebastian@pipping.org> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/passthrough_fh.c b/example/passthrough_fh.c index 3602c96..7bbdb70 100644 --- a/example/passthrough_fh.c +++ b/example/passthrough_fh.c @@ -4,7 +4,7 @@ Copyright (C) 2011 Sebastian Pipping <sebastian@pipping.org> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc index ecd8625..cc6b7e8 100644 --- a/example/passthrough_hp.cc +++ b/example/passthrough_hp.cc @@ -5,7 +5,7 @@ Copyright (C) 2018 Valve, Inc This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/passthrough_ll.c b/example/passthrough_ll.c index fa8abb8..59f43c5 100644 --- a/example/passthrough_ll.c +++ b/example/passthrough_ll.c @@ -3,7 +3,7 @@ Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/poll.c b/example/poll.c index ffcb4f1..cdcdd87 100644 --- a/example/poll.c +++ b/example/poll.c @@ -4,7 +4,7 @@ Copyright (C) 2008 Tejun Heo <teheo@suse.de> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/poll_client.c b/example/poll_client.c index 83c5823..96f1419 100644 --- a/example/poll_client.c +++ b/example/poll_client.c @@ -4,7 +4,7 @@ Copyright (C) 2008 Tejun Heo <teheo@suse.de> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file diff --git a/example/printcap.c b/example/printcap.c index 82a7598..4c59582 100644 --- a/example/printcap.c +++ b/example/printcap.c @@ -3,7 +3,7 @@ Copyright (C) 2017 Nikolaus Rath <Nikolaus@rath.org> This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file |