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_lowlevel.c | 3 +++ 1 file changed, 3 insertions(+) mode change 100755 => 100644 lib/fuse_lowlevel.c (limited to 'lib/fuse_lowlevel.c') diff --git a/lib/fuse_lowlevel.c b/lib/fuse_lowlevel.c old mode 100755 new mode 100644 index 2597c39..8ccc733 --- a/lib/fuse_lowlevel.c +++ b/lib/fuse_lowlevel.c @@ -2,6 +2,9 @@ FUSE: Filesystem in Userspace Copyright (C) 2001-2007 Miklos Szeredi + Implementation of (most of) the low-level FUSE API. The session loop + functions are implemented in separate files. + This program can be distributed under the terms of the GNU LGPLv2. See the file COPYING.LIB */ -- cgit v1.2.3