version change + cleanups
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_