aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/fuse_opt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fuse_opt.h b/include/fuse_opt.h
index 9e159d5..cbe9b7b 100644
--- a/include/fuse_opt.h
+++ b/include/fuse_opt.h
@@ -2,8 +2,8 @@
FUSE: Filesystem in Userspace
Copyright (C) 2001-2006 Miklos Szeredi <miklos@szeredi.hu>
- This program can be distributed under the terms of the GNU GPL.
- See the file COPYING.
+ This program can be distributed under the terms of the GNU LGPL.
+ See the file COPYING.LIB.
*/
#ifndef _FUSE_OPT_H_