summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Lipovský <janlipovsky@gmail.com>2011-01-08 18:52:56 +0100
committerJan Lipovský <janlipovsky@gmail.com>2011-01-08 18:52:56 +0100
commit2acea8726039d61feaaac13e15c3c1839dfb29d9 (patch)
treefabe2133a6a57876c0cc39a0b2163c88d1ced18c /src
parentf5355f036e3950922eda7dc2e75c0d6ce9c48107 (diff)
downloadgncpmount-2acea8726039d61feaaac13e15c3c1839dfb29d9.tar.gz
gncpmount-2acea8726039d61feaaac13e15c3c1839dfb29d9.tar.xz
gncpmount-2acea8726039d61feaaac13e15c3c1839dfb29d9.zip
Added GPLv3 text;
Diffstat (limited to 'src')
-rw-r--r--src/dialogs.c36
-rw-r--r--src/dialogs.h21
-rw-r--r--src/globals.c21
-rw-r--r--src/globals.h21
-rw-r--r--src/gncpmount.c21
-rw-r--r--src/keyfile.c22
-rw-r--r--src/keyfile.h21
-rw-r--r--src/ncpwrapper.c21
-rw-r--r--src/ncpwrapper.h21
9 files changed, 189 insertions, 16 deletions
diff --git a/src/dialogs.c b/src/dialogs.c
index 179aef1..f23e712 100644
--- a/src/dialogs.c
+++ b/src/dialogs.c
@@ -1,7 +1,27 @@
+ /*
+ * dialogs.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 "dialogs.h"
-
/** Signature level type */
typedef enum lvl
{
@@ -13,20 +33,6 @@ typedef enum lvl
} TLevel;
-
-/* Signature leve combo box text */
-/*
-gchar *sig_level_texts[] =
-{
- "Do not use signature level",
- "Level 0 - never",
- "Level 1 - supported",
- "Level 2 - prefered",
- "Level 3 - required"
-};
-*/
-
-
/**
* Save options to cmd_params
*/
diff --git a/src/dialogs.h b/src/dialogs.h
index 2b6cf28..1d226c7 100644
--- a/src/dialogs.h
+++ b/src/dialogs.h
@@ -1,3 +1,24 @@
+ /*
+ * dialogs.h
+ *
+ * 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>
+ *
+ */
#ifndef GNCPMOUNT_DIALOGS_H
#define GNCPMOUNT_DIALOGS_H
diff --git a/src/globals.c b/src/globals.c
index 2a2c463..fec4f9c 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -1,3 +1,24 @@
+ /*
+ * globals.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 "globals.h"
diff --git a/src/globals.h b/src/globals.h
index 99ec9af..e6a7c75 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1,3 +1,24 @@
+ /*
+ * globals.h
+ *
+ * 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>
+ *
+ */
#ifndef GNCPMOUNT_GLOBALS_H
#define GNCPMOUNT_GLOBALS_H
diff --git a/src/gncpmount.c b/src/gncpmount.c
index 3ee4810..b9599c6 100644
--- a/src/gncpmount.c
+++ b/src/gncpmount.c
@@ -1,3 +1,24 @@
+ /*
+ * gncpmount.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 "globals.h"
#include "keyfile.h"
#include "ncpwrapper.h"
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
*/
diff --git a/src/keyfile.h b/src/keyfile.h
index 860405e..adbcdf9 100644
--- a/src/keyfile.h
+++ b/src/keyfile.h
@@ -1,3 +1,24 @@
+ /*
+ * keyfile.h
+ *
+ * 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>
+ *
+ */
#ifndef GNCPMOUNT_KEYFILE_H
#define GNCPMOUNT_KEYFILE_H
diff --git a/src/ncpwrapper.c b/src/ncpwrapper.c
index 8cdc2b2..5a5e24f 100644
--- a/src/ncpwrapper.c
+++ b/src/ncpwrapper.c
@@ -1,3 +1,24 @@
+ /*
+ * ncpwrapper.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 "ncpwrapper.h"
diff --git a/src/ncpwrapper.h b/src/ncpwrapper.h
index e2db068..accf16c 100644
--- a/src/ncpwrapper.h
+++ b/src/ncpwrapper.h
@@ -1,3 +1,24 @@
+ /*
+ * ncpwrapper.h
+ *
+ * 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>
+ *
+ */
#ifndef GNCPMOUNT_NCPWRAPPER_H
#define GNCPMOUNT_NCPWRAPPER_H