From d968b4ddaeead5296b31f5c02f4f0e966372390a Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 2 Oct 2016 21:20:44 -0700 Subject: Extended per-file comments. This should make more clear what file contains code for what purpose. --- lib/fuse_loop.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/fuse_loop.c') 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 + 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 */ -- cgit v1.2.3