aboutsummaryrefslogtreecommitdiffstats
path: root/util
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 /util
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 'util')
-rw-r--r--util/fusermount.c2
-rw-r--r--util/mount.fuse.c2
2 files changed, 2 insertions, 2 deletions
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"