aboutsummaryrefslogtreecommitdiffstats
path: root/test
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 /test
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>
Diffstat (limited to 'test')
-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
5 files changed, 5 insertions, 5 deletions
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