aboutsummaryrefslogtreecommitdiffstats
path: root/example/fusexmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/fusexmp.c')
-rw-r--r--example/fusexmp.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/example/fusexmp.c b/example/fusexmp.c
index 2bcdb37..1f1f2a3 100644
--- a/example/fusexmp.c
+++ b/example/fusexmp.c
@@ -1,3 +1,11 @@
+/*
+ FUSE: Filesystem in Userspace
+ Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
+
+ This program can be distributed under the terms of the GNU GPL.
+ See the file COPYING.
+*/
+
#ifdef linux
/* For pread()/pwrite() */
#define _XOPEN_SOURCE 500