aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_loop.c
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-02 21:20:44 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-02 21:20:44 -0700
commitd968b4ddaeead5296b31f5c02f4f0e966372390a (patch)
treeeddd57f4304f0582160f0fb66c3a2fc1ea856926 /lib/fuse_loop.c
parent425db842ff1155fcd3b40439fcd88248d45a5db7 (diff)
Extended per-file comments.
This should make more clear what file contains code for what purpose.
Diffstat (limited to 'lib/fuse_loop.c')
-rw-r--r--lib/fuse_loop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fuse_loop.c b/lib/fuse_loop.c
index 6df4a62..8414284 100644
--- a/lib/fuse_loop.c
+++ b/lib/fuse_loop.c
@@ -2,6 +2,8 @@
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
+ Implementation of the single-threaded FUSE session loop.
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB
*/