aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2002-10-25 12:41:16 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2002-10-25 12:41:16 +0000
commit8b39a9f1b7517dac6b9b69daf200948fb96ca4cf (patch)
tree3e804d89e6221eb42a8f9a3a79a86b9ee7f8aa76 /include/fuse.h
parentd6e9f88da7cea46cf63d30911b9297ccf1befd5c (diff)
downloadlibfuse-8b39a9f1b7517dac6b9b69daf200948fb96ca4cf.tar.gz
version change + cleanups
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 6a3ed3a..c4cfbc4 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -2,8 +2,8 @@
FUSE: Filesystem in Userspace
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.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_H_