diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2002-10-25 12:41:16 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2002-10-25 12:41:16 +0000 |
commit | 8b39a9f1b7517dac6b9b69daf200948fb96ca4cf (patch) | |
tree | 3e804d89e6221eb42a8f9a3a79a86b9ee7f8aa76 /lib/fuse_i.h | |
parent | d6e9f88da7cea46cf63d30911b9297ccf1befd5c (diff) | |
download | libfuse-8b39a9f1b7517dac6b9b69daf200948fb96ca4cf.tar.gz |
version change + cleanups
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r-- | lib/fuse_i.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h index d587af1..02b28ec 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.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. */ #include "fuse.h" |