summaryrefslogtreecommitdiffstats
path: root/src/ifuse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ifuse.c')
-rw-r--r--src/ifuse.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ifuse.c b/src/ifuse.c
index 323006f..2c8459d 100644
--- a/src/ifuse.c
+++ b/src/ifuse.c
@@ -1,3 +1,23 @@
+/*
+ * ifuse.c
+ * A Fuse filesystem which exposes the iPhone's filesystem.
+ *
+ * Copyright (c) 2008 Matt Colyer All Rights Reserved.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#define FUSE_USE_VERSION 26
#include <fuse.h>