summaryrefslogtreecommitdiffstats
path: root/src/dialogs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs.c')
-rw-r--r--src/dialogs.c36
1 files changed, 21 insertions, 15 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
*/