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