diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-02 21:20:44 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-02 21:20:44 -0700 |
commit | d968b4ddaeead5296b31f5c02f4f0e966372390a (patch) | |
tree | eddd57f4304f0582160f0fb66c3a2fc1ea856926 /lib/fuse.c | |
parent | 425db842ff1155fcd3b40439fcd88248d45a5db7 (diff) | |
download | libfuse-d968b4ddaeead5296b31f5c02f4f0e966372390a.tar.gz |
Extended per-file comments.
This should make more clear what file contains code for what
purpose.
Diffstat (limited to 'lib/fuse.c')
-rw-r--r-- | lib/fuse.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu> + Implementation of the high-level FUSE API on top of the low-level + API. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ |