aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
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 'lib')
-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
21 files changed, 21 insertions, 21 deletions
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>