summaryrefslogtreecommitdiffstats
path: root/src/keyfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyfile.c')
-rw-r--r--src/keyfile.c22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/keyfile.c b/src/keyfile.c
index 69071fe..856e4ba 100644
--- a/src/keyfile.c
+++ b/src/keyfile.c
@@ -1,8 +1,28 @@
+ /*
+ * keyfile.c
+ *
+ * This file is part of gncpmount.
+ *
+ * gncpmount 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.
+ *
+ * gncpmount 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 gncpmount. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Author: Jan Lipovsky <janlipovsky@gmail.com>
+ *
+ */
#include "keyfile.h"
#include "dialogs.h"
-
/**
* Load cmd_params from gkeyfile
*/