From fc1c8da0cf8a18d222cb1feed0057ba44ea4d18f Mon Sep 17 00:00:00 2001 From: izxl007 Date: Thu, 19 Jun 2025 22:37:48 +0800 Subject: license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt Signed-off-by: izxl007 --- example/cuse.c | 2 +- example/cuse_client.c | 2 +- example/hello.c | 2 +- example/hello_ll.c | 2 +- example/hello_ll_uds.c | 2 +- example/invalidate_path.c | 2 +- example/ioctl.c | 2 +- example/ioctl.h | 2 +- example/ioctl_client.c | 2 +- example/memfs_ll.cc | 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 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'example') 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 This program can be distributed under the terms of the GNU GPLv2. - See the file COPYING. + See the file GPL2.txt. */ /** @file -- cgit v1.2.3