diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2020-03-13 16:46:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 16:46:44 +0000 |
commit | 252e978c54ccb03cadc3e5a2e70e5b2d0367a891 (patch) | |
tree | 05d469b3f94cc3781dd066c8e2aeb1198398388e /util | |
parent | fd0403df03e188427767bf816032cde31f52aba7 (diff) | |
download | libfuse-252e978c54ccb03cadc3e5a2e70e5b2d0367a891.tar.gz |
State GPL version in comment (#485)
IN a bunch of comments we say 'under the terms of the GNU GPL', make
it clear this is GPLv2 (as LICENSE says).
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'util')
-rw-r--r-- | util/fusermount.c | 2 | ||||
-rw-r--r-- | util/mount.fuse.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util/fusermount.c b/util/fusermount.c index 9f2ad88..fc93875 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> - This program can be distributed under the terms of the GNU GPL. + This program can be distributed under the terms of the GNU GPLv2. See the file COPYING. */ /* This program does the mounting and unmounting of FUSE filesystems */ diff --git a/util/mount.fuse.c b/util/mount.fuse.c index 5c7a8c1..dc59c9d 100644 --- a/util/mount.fuse.c +++ b/util/mount.fuse.c @@ -2,7 +2,7 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> - This program can be distributed under the terms of the GNU GPL. + This program can be distributed under the terms of the GNU GPLv2. See the file COPYING. */ |