aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorizxl007 <zeng.zheng@zte.com.cn>2025-06-19 22:37:48 +0800
committerBernd Schubert <bernd@bsbernd.com>2025-06-27 09:47:00 +0200
commitfc1c8da0cf8a18d222cb1feed0057ba44ea4d18f (patch)
tree8a961a1be9fcf679791496ee911989dbf3fbf738
parent4de3db413cb419829203d614fda1cea8fe7e0c57 (diff)
downloadlibfuse-fc1c8da0cf8a18d222cb1feed0057ba44ea4d18f.tar.gz
license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt
Signed-off-by: izxl007 <zeng.zheng@zte.com.cn>
-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/hello_ll_uds.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/memfs_ll.cc2
-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--include/cuse_lowlevel.h2
-rw-r--r--include/fuse.h2
-rw-r--r--include/fuse_common.h2
-rw-r--r--include/fuse_log.h2
-rw-r--r--include/fuse_lowlevel.h2
-rw-r--r--include/fuse_opt.h2
-rw-r--r--lib/buffer.c2
-rw-r--r--lib/compat.c2
-rw-r--r--lib/cuse_lowlevel.c2
-rw-r--r--lib/fuse.c2
-rw-r--r--lib/fuse_i.h2
-rw-r--r--lib/fuse_log.c2
-rw-r--r--lib/fuse_loop.c2
-rw-r--r--lib/fuse_loop_mt.c2
-rw-r--r--lib/fuse_lowlevel.c2
-rw-r--r--lib/fuse_misc.h2
-rw-r--r--lib/fuse_opt.c2
-rw-r--r--lib/fuse_signals.c2
-rw-r--r--lib/fuse_uring.c2
-rw-r--r--lib/fuse_uring_i.h2
-rw-r--r--lib/helper.c2
-rw-r--r--lib/modules/iconv.c2
-rw-r--r--lib/modules/subdir.c2
-rw-r--r--lib/mount.c2
-rw-r--r--lib/mount_bsd.c2
-rw-r--r--lib/mount_util.c2
-rw-r--r--lib/mount_util.h2
-rw-r--r--test/hello.c2
-rw-r--r--test/release_unlink_race.c2
-rw-r--r--test/test_setattr.c2
-rw-r--r--test/test_signals.c2
-rw-r--r--test/test_write_cache.c2
-rw-r--r--util/fusermount.c2
-rw-r--r--util/mount.fuse.c2
55 files changed, 55 insertions, 55 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
diff --git a/include/cuse_lowlevel.h b/include/cuse_lowlevel.h
index 80476c2..fe0b6f2 100644
--- a/include/cuse_lowlevel.h
+++ b/include/cuse_lowlevel.h
@@ -4,7 +4,7 @@
Copyright (C) 2008-2009 Tejun Heo <tj@kernel.org>
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
Read example/cusexmp.c for usages.
*/
diff --git a/include/fuse.h b/include/fuse.h
index 4582cc7..b990043 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -3,7 +3,7 @@
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
*/
#ifndef FUSE_H_
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 054c618..b82f2c4 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -2,7 +2,7 @@
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
*/
/** @file */
diff --git a/include/fuse_log.h b/include/fuse_log.h
index c855957..b901db2 100644
--- a/include/fuse_log.h
+++ b/include/fuse_log.h
@@ -3,7 +3,7 @@
Copyright (C) 2019 Red Hat, Inc.
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
*/
#ifndef FUSE_LOG_H_
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index 82f4a8d..75e084d 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -3,7 +3,7 @@
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
*/
#ifndef FUSE_LOWLEVEL_H_
diff --git a/include/fuse_opt.h b/include/fuse_opt.h
index d8573e7..a9a41fe 100644
--- a/include/fuse_opt.h
+++ b/include/fuse_opt.h
@@ -3,7 +3,7 @@
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
*/
#ifndef FUSE_OPT_H_
diff --git a/lib/buffer.c b/lib/buffer.c
index 6375433..2b72d95 100644
--- a/lib/buffer.c
+++ b/lib/buffer.c
@@ -6,7 +6,7 @@
fuse_bufvec`.
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB
+ See the file LGPL2.txt
*/
#define _GNU_SOURCE
diff --git a/lib/compat.c b/lib/compat.c
index b98ca4b..5fac415 100644
--- a/lib/compat.c
+++ b/lib/compat.c
@@ -7,7 +7,7 @@
file system by implementing nothing but the request handlers.
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
*/
/* Description:
diff --git a/lib/cuse_lowlevel.c b/lib/cuse_lowlevel.c
index a25711b..0bc2e66 100644
--- a/lib/cuse_lowlevel.c
+++ b/lib/cuse_lowlevel.c
@@ -4,7 +4,7 @@
Copyright (C) 2008 Tejun Heo <teheo@suse.de>
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
*/
#include "fuse_config.h"
diff --git a/lib/fuse.c b/lib/fuse.c
index 1f01351..68b61ce 100644
--- a/lib/fuse.c
+++ b/lib/fuse.c
@@ -6,7 +6,7 @@
API.
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB
+ See the file LGPL2.txt
*/
#define _GNU_SOURCE
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index 80ec803..2221cf2 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -3,7 +3,7 @@
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB
+ See the file LGPL2.txt
*/
#ifndef LIB_FUSE_I_H_
diff --git a/lib/fuse_log.c b/lib/fuse_log.c
index 5039b04..66dcf8a 100644
--- a/lib/fuse_log.c
+++ b/lib/fuse_log.c
@@ -5,7 +5,7 @@
Logging API.
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB
+ See the file LGPL2.txt
*/
#include "fuse_log.h"
diff --git a/lib/fuse_loop.c b/lib/fuse_loop.c
index a27111c..1ff075c 100644
--- a/lib/fuse_loop.c
+++ b/lib/fuse_loop.c
@@ -5,7 +5,7 @@
Implementation of the single-threaded FUSE session loop.
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB
+ See the file LGPL2.txt
*/
#include "fuse_config.h"
diff --git a/lib/fuse_loop_mt.c b/lib/fuse_loop_mt.c
index e75580c..8ee7d49 100644
--- a/lib/fuse_loop_mt.c
+++ b/lib/fuse_loop_mt.c
@@ -5,7 +5,7 @@
Implementation of the multi-threaded FUSE session loop.
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
*/
#define _GNU_SOURCE
diff --git a/lib/fuse_lowlevel.c b/lib/fuse_lowlevel.c
index 722c11d..91f4244 100644
--- a/lib/fuse_lowlevel.c
+++ b/lib/fuse_lowlevel.c
@@ -6,7 +6,7 @@
functions are implemented in separate files.
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB
+ See the file LGPL2.txt
*/
#define _GNU_SOURCE
diff --git a/lib/fuse_misc.h b/lib/fuse_misc.h
index 855edc3..1452593 100644
--- a/lib/fuse_misc.h
+++ b/lib/fuse_misc.h
@@ -3,7 +3,7 @@
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB
+ See the file LGPL2.txt
*/
#include <pthread.h>
diff --git a/lib/fuse_opt.c b/lib/fuse_opt.c
index 1d3b6a1..046e577 100644
--- a/lib/fuse_opt.c
+++ b/lib/fuse_opt.c
@@ -6,7 +6,7 @@
fuse_args`).
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB
+ See the file LGPL2.txt
*/
#include "fuse_config.h"
diff --git a/lib/fuse_signals.c b/lib/fuse_signals.c
index 53129f0..03b0d8f 100644
--- a/lib/fuse_signals.c
+++ b/lib/fuse_signals.c
@@ -5,7 +5,7 @@
Utility functions for setting signal handlers.
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB
+ See the file LGPL2.txt
*/
#include "fuse_config.h"
diff --git a/lib/fuse_uring.c b/lib/fuse_uring.c
index 33f8f56..a54973e 100644
--- a/lib/fuse_uring.c
+++ b/lib/fuse_uring.c
@@ -5,7 +5,7 @@
* Implementation of (most of) FUSE-over-io-uring.
*
* This program can be distributed under the terms of the GNU LGPLv2.
- * See the file COPYING.LIB
+ * See the file LGPL2.txt
*/
#define _GNU_SOURCE
diff --git a/lib/fuse_uring_i.h b/lib/fuse_uring_i.h
index a652417..fc23691 100644
--- a/lib/fuse_uring_i.h
+++ b/lib/fuse_uring_i.h
@@ -2,7 +2,7 @@
* FUSE: Filesystem in Userspace
* Copyright (C) 2025 Bernd Schubert <bschubert@ddn.com>
* This program can be distributed under the terms of the GNU LGPLv2.
- * See the file COPYING.LIB
+ * See the file LGPL2.txt
*/
#ifndef FUSE_URING_I_H_
diff --git a/lib/helper.c b/lib/helper.c
index aceff9f..5c13b93 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -7,7 +7,7 @@
file system by implementing nothing but the request handlers.
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
*/
#include "fuse_config.h"
diff --git a/lib/modules/iconv.c b/lib/modules/iconv.c
index a0bf72b..599b8df 100644
--- a/lib/modules/iconv.c
+++ b/lib/modules/iconv.c
@@ -3,7 +3,7 @@
Copyright (C) 2007 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB
+ See the file LGPL2.txt
*/
#include <fuse_config.h>
diff --git a/lib/modules/subdir.c b/lib/modules/subdir.c
index e92eb62..dd2d49d 100644
--- a/lib/modules/subdir.c
+++ b/lib/modules/subdir.c
@@ -3,7 +3,7 @@
Copyright (C) 2007 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB
+ See the file LGPL2.txt
*/
#include <fuse_config.h>
diff --git a/lib/mount.c b/lib/mount.c
index 34e5dd4..2eb9673 100644
--- a/lib/mount.c
+++ b/lib/mount.c
@@ -5,7 +5,7 @@
Architecture specific file system mounting (Linux).
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
*/
/* For environ */
diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c
index 28a9ae5..5dba593 100644
--- a/lib/mount_bsd.c
+++ b/lib/mount_bsd.c
@@ -5,7 +5,7 @@
Architecture specific file system mounting (FreeBSD).
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
*/
#include "fuse_config.h"
diff --git a/lib/mount_util.c b/lib/mount_util.c
index f19dfb4..8c0cdf7 100644
--- a/lib/mount_util.c
+++ b/lib/mount_util.c
@@ -5,7 +5,7 @@
Architecture-independent mounting code.
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
*/
#include "fuse_config.h"
diff --git a/lib/mount_util.h b/lib/mount_util.h
index 0ef0fbe..9cb9077 100644
--- a/lib/mount_util.h
+++ b/lib/mount_util.h
@@ -3,7 +3,7 @@
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU LGPLv2.
- See the file COPYING.LIB.
+ See the file LGPL2.txt.
*/
#include <sys/types.h>
diff --git a/test/hello.c b/test/hello.c
index a07df0e..cf57668 100644
--- a/test/hello.c
+++ b/test/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/test/release_unlink_race.c b/test/release_unlink_race.c
index 2edb200..f7b7b81 100644
--- a/test/release_unlink_race.c
+++ b/test/release_unlink_race.c
@@ -1,6 +1,6 @@
/*
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 31
diff --git a/test/test_setattr.c b/test/test_setattr.c
index ac55264..ed0e93d 100644
--- a/test/test_setattr.c
+++ b/test/test_setattr.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.
*/
diff --git a/test/test_signals.c b/test/test_signals.c
index 5582026..3ce7fbd 100644
--- a/test/test_signals.c
+++ b/test/test_signals.c
@@ -5,7 +5,7 @@
* Test for signal handling in libfuse.
*
* This program can be distributed under the terms of the GNU LGPLv2.
- * See the file COPYING.LIB
+ * See the file GPL2.txt
*/
#define FUSE_USE_VERSION FUSE_MAKE_VERSION(3, 17)
diff --git a/test/test_write_cache.c b/test/test_write_cache.c
index 2b5b4f3..00db5a6 100644
--- a/test/test_write_cache.c
+++ b/test/test_write_cache.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.
*/
#define FUSE_USE_VERSION 30
diff --git a/util/fusermount.c b/util/fusermount.c
index 68fa31e..48f7fe7 100644
--- a/util/fusermount.c
+++ b/util/fusermount.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.
*/
/* This program does the mounting and unmounting of FUSE filesystems */
diff --git a/util/mount.fuse.c b/util/mount.fuse.c
index b98fb2a..f1a90fe 100644
--- a/util/mount.fuse.c
+++ b/util/mount.fuse.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.
*/
#include "fuse_config.h"