aboutsummaryrefslogtreecommitdiff
path: root/lib/mount_bsd.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/mount_bsd.c
parent425db842ff1155fcd3b40439fcd88248d45a5db7 (diff)
Extended per-file comments.
This should make more clear what file contains code for what purpose.
Diffstat (limited to 'lib/mount_bsd.c')
-rw-r--r--lib/mount_bsd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c
index 4dce8c4..4703d94 100644
--- a/lib/mount_bsd.c
+++ b/lib/mount_bsd.c
@@ -2,6 +2,8 @@
FUSE: Filesystem in Userspace
Copyright (C) 2005-2008 Csaba Henk <csaba.henk@creo.hu>
+ Architecture specific file system mounting (FreeBSD).
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB.
*/