summaryrefslogtreecommitdiffstats
path: root/eurephiadm
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-05-25 15:17:38 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-07-30 11:02:54 +0200
commit430758cb6c263576ddcf3bcae27ed253df973daa (patch)
treebe9e8ea1e1211d951b4182d59dee3e6b7b8c6936 /eurephiadm
parentf6aed3aee0c89d07bf7ad81d3c4599eb03c9b2f1 (diff)
downloadeurephia-430758cb6c263576ddcf3bcae27ed253df973daa.tar.gz
eurephia-430758cb6c263576ddcf3bcae27ed253df973daa.tar.xz
eurephia-430758cb6c263576ddcf3bcae27ed253df973daa.zip
Updated Copyright dates to include 2010
Diffstat (limited to 'eurephiadm')
-rw-r--r--eurephiadm/CMakeLists.txt2
-rw-r--r--eurephiadm/argparser.c2
-rw-r--r--eurephiadm/argparser.h2
-rw-r--r--eurephiadm/client_config.c2
-rw-r--r--eurephiadm/client_config.h2
-rw-r--r--eurephiadm/client_context.c2
-rw-r--r--eurephiadm/client_context.h2
-rw-r--r--eurephiadm/client_session.c2
-rw-r--r--eurephiadm/client_session.h2
-rw-r--r--eurephiadm/commands.h2
-rw-r--r--eurephiadm/commands/adminaccess.c2
-rw-r--r--eurephiadm/commands/attempts.c2
-rw-r--r--eurephiadm/commands/blacklist.c2
-rw-r--r--eurephiadm/commands/certificates.c2
-rw-r--r--eurephiadm/commands/edit_config.c2
-rw-r--r--eurephiadm/commands/fwprofiles.c2
-rw-r--r--eurephiadm/commands/lastlog.c2
-rw-r--r--eurephiadm/commands/usercerts.c2
-rw-r--r--eurephiadm/commands/users.c2
-rw-r--r--eurephiadm/eurephiadm.c4
-rw-r--r--eurephiadm/get_console_input.c2
-rw-r--r--eurephiadm/get_console_input.h2
-rw-r--r--eurephiadm/parse_certificate_files.c2
-rw-r--r--eurephiadm/parse_certificate_files.h2
-rw-r--r--eurephiadm/xsltparser.c2
-rw-r--r--eurephiadm/xsltparser.h2
26 files changed, 27 insertions, 27 deletions
diff --git a/eurephiadm/CMakeLists.txt b/eurephiadm/CMakeLists.txt
index 1fb2445..ed30c53 100644
--- a/eurephiadm/CMakeLists.txt
+++ b/eurephiadm/CMakeLists.txt
@@ -1,6 +1,6 @@
# cmake rules for eurephia - eurephiadm, console admin utility
#
-# GPLv2 only - Copyright (C) 2008-2009
+# GPLv2 only - Copyright (C) 2008 - 2010
# David Sommerseth <dazo@users.sourceforge.net>
#
# This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/argparser.c b/eurephiadm/argparser.c
index 33dc7ec..4dfbaac 100644
--- a/eurephiadm/argparser.c
+++ b/eurephiadm/argparser.c
@@ -1,6 +1,6 @@
/* argparser.c -- Simple argument parser - inspired by getopt, but simpler
*
- * GPLv2 only - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/argparser.h b/eurephiadm/argparser.h
index 6f3c678..f03593c 100644
--- a/eurephiadm/argparser.h
+++ b/eurephiadm/argparser.h
@@ -1,6 +1,6 @@
/* argparser.c -- Simple argument parser - inspired by getopt, but simpler
*
- * GPLv2 only - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/client_config.c b/eurephiadm/client_config.c
index 1629d82..0f5a01f 100644
--- a/eurephiadm/client_config.c
+++ b/eurephiadm/client_config.c
@@ -1,6 +1,6 @@
/* client_config.c -- Handles reading and parsing of config files
*
- * GPLv2 only - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/client_config.h b/eurephiadm/client_config.h
index 8d31684..70ac9d6 100644
--- a/eurephiadm/client_config.h
+++ b/eurephiadm/client_config.h
@@ -1,6 +1,6 @@
/* client_config.h -- Handles reading and parsing of config files
*
- * GPLv2 only - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/client_context.c b/eurephiadm/client_context.c
index 45405c7..dab40d3 100644
--- a/eurephiadm/client_context.c
+++ b/eurephiadm/client_context.c
@@ -1,6 +1,6 @@
/* client_context.c -- Handles eurephia contexts used by admin interfaces
*
- * GPLv2 only - Copyright (C) 2008, 2009
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/client_context.h b/eurephiadm/client_context.h
index 96bc431..666dca2 100644
--- a/eurephiadm/client_context.h
+++ b/eurephiadm/client_context.h
@@ -1,6 +1,6 @@
/* client_context.h -- Handles eurephia contexts used by admin interfaces
*
- * GPLv2 only - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/client_session.c b/eurephiadm/client_session.c
index 09ad57c..7abad95 100644
--- a/eurephiadm/client_session.c
+++ b/eurephiadm/client_session.c
@@ -1,6 +1,6 @@
/* client_session.c -- Handles eurephia session in admin clients
*
- * GPLv2 only - Copyright (C) 2008, 2009
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/client_session.h b/eurephiadm/client_session.h
index 1ca5309..753f653 100644
--- a/eurephiadm/client_session.h
+++ b/eurephiadm/client_session.h
@@ -1,6 +1,6 @@
/* client_session.h -- Handles eurephia session in admin clients
*
- * GPLv2 only - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/commands.h b/eurephiadm/commands.h
index 48cea25..8a15bcd 100644
--- a/eurephiadm/commands.h
+++ b/eurephiadm/commands.h
@@ -2,7 +2,7 @@
* The function is found in the ./commands dir
* where each command have their own file
*
- * GPLv2 only - Copyright (C) 2008, 2009
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/commands/adminaccess.c b/eurephiadm/commands/adminaccess.c
index 6aa4e9a..9fe664b 100644
--- a/eurephiadm/commands/adminaccess.c
+++ b/eurephiadm/commands/adminaccess.c
@@ -1,7 +1,7 @@
/* useraccess.c -- eurephiadm useraccess command:
* Management of user access levels (eurephia_adminaccess table)
*
- * GPLv2 only - Copyright (C) 2009
+ * GPLv2 only - Copyright (C) 2009 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/commands/attempts.c b/eurephiadm/commands/attempts.c
index 4d6ec5d..242d0f5 100644
--- a/eurephiadm/commands/attempts.c
+++ b/eurephiadm/commands/attempts.c
@@ -1,7 +1,7 @@
/* attempts.c -- eurephiadm attempts command:
* Show/edit records registered in the attempts table
*
- * GPLv2 only - Copyright (C) 2009
+ * GPLv2 only - Copyright (C) 2009 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/commands/blacklist.c b/eurephiadm/commands/blacklist.c
index 5235d60..69fed04 100644
--- a/eurephiadm/commands/blacklist.c
+++ b/eurephiadm/commands/blacklist.c
@@ -1,7 +1,7 @@
/* blacklist.c -- eurephiadm blacklist command:
* Show/edit blacklist
*
- * GPLv2 only - Copyright (C) 2009
+ * GPLv2 only - Copyright (C) 2009 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/commands/certificates.c b/eurephiadm/commands/certificates.c
index b348272..859da4f 100644
--- a/eurephiadm/commands/certificates.c
+++ b/eurephiadm/commands/certificates.c
@@ -1,7 +1,7 @@
/* certificates.c -- eurephiadm command: certs
* Certificate management
*
- * GPLv2 only - Copyright (C) 2008, 2009
+ * GPLv2 only - Copyright (C) 2008 -2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/commands/edit_config.c b/eurephiadm/commands/edit_config.c
index fcfbeeb..7b49235 100644
--- a/eurephiadm/commands/edit_config.c
+++ b/eurephiadm/commands/edit_config.c
@@ -1,7 +1,7 @@
/* edit_config.c -- eurephiadm command:
* Sets, deletes or prints a config setting in the database
*
- * GPLv2 only - Copyright (C) 2008, 2009
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/commands/fwprofiles.c b/eurephiadm/commands/fwprofiles.c
index e864dfc..b62ee08 100644
--- a/eurephiadm/commands/fwprofiles.c
+++ b/eurephiadm/commands/fwprofiles.c
@@ -1,7 +1,7 @@
/* fwprofiles.c -- eurephiadm fwprofiles command:
* Manages firewall profiles
*
- * GPLv2 only - Copyright (C) 2009
+ * GPLv2 only - Copyright (C) 2009 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/commands/lastlog.c b/eurephiadm/commands/lastlog.c
index f44c6f3..0648e1f 100644
--- a/eurephiadm/commands/lastlog.c
+++ b/eurephiadm/commands/lastlog.c
@@ -1,7 +1,7 @@
/* lastlog.c -- eurephiadm lastlog command:
* Queries the lastlog table
*
- * GPLv2 only - Copyright (C) 2009
+ * GPLv2 only - Copyright (C) 2009 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/commands/usercerts.c b/eurephiadm/commands/usercerts.c
index 564c7fc..3ca8be5 100644
--- a/eurephiadm/commands/usercerts.c
+++ b/eurephiadm/commands/usercerts.c
@@ -1,7 +1,7 @@
/* usercerts.c -- eurephiadm usercerts command:
* Management of user account <-> certificate links
*
- * GPLv2 only - Copyright (C) 2008, 2009
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/commands/users.c b/eurephiadm/commands/users.c
index 8085b45..07051ba 100644
--- a/eurephiadm/commands/users.c
+++ b/eurephiadm/commands/users.c
@@ -1,6 +1,6 @@
/* users.c -- eurephiadm command - User Account Management
*
- * GPLv2 only - Copyright (C) 2008, 2009
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/eurephiadm.c b/eurephiadm/eurephiadm.c
index 1429f24..564a4a7 100644
--- a/eurephiadm/eurephiadm.c
+++ b/eurephiadm/eurephiadm.c
@@ -1,6 +1,6 @@
/* eurephiadm.c -- CLI based admin program for eurephia
*
- * GPLv2 only - Copyright (C) 2008, 2009
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
@@ -66,7 +66,7 @@ char *print_version(char *fprg) {
char *prg = basename(fprg);
fprintf(stdout, "%s (v%s) - eurephia administration utility\n"
- "Copyright (C) 2008, 2009 David Sommerseth <dazo@users.sourceforge.net>\n",
+ "Copyright (C) 2008-2010 David Sommerseth <dazo@users.sourceforge.net>\n",
prg, EUREPHIAVERSION);
return prg;
}
diff --git a/eurephiadm/get_console_input.c b/eurephiadm/get_console_input.c
index 8914d7b..e291d79 100644
--- a/eurephiadm/get_console_input.c
+++ b/eurephiadm/get_console_input.c
@@ -1,6 +1,6 @@
/* get_console_input.c -- function to simplify TTY input
*
- * GPLv2 only - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/get_console_input.h b/eurephiadm/get_console_input.h
index 827aea6..22d1c5d 100644
--- a/eurephiadm/get_console_input.h
+++ b/eurephiadm/get_console_input.h
@@ -1,6 +1,6 @@
/* get_console_input.h -- Get input from console
*
- * GPLv2 only - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/parse_certificate_files.c b/eurephiadm/parse_certificate_files.c
index 5ff0598..b037e84 100644
--- a/eurephiadm/parse_certificate_files.c
+++ b/eurephiadm/parse_certificate_files.c
@@ -1,6 +1,6 @@
/* parse_certificate_files.c -- Parses PEM or PKCS12 formatted cert. files
*
- * GPLv2 only - Copyright (C) 2008, 2009
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/parse_certificate_files.h b/eurephiadm/parse_certificate_files.h
index ab0b64e..2780923 100644
--- a/eurephiadm/parse_certificate_files.h
+++ b/eurephiadm/parse_certificate_files.h
@@ -1,6 +1,6 @@
/* parse_certificate_files.c -- Parses PEM or PKCS12 formatted cert. files
*
- * GPLv2 only - Copyright (C) 2008
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/xsltparser.c b/eurephiadm/xsltparser.c
index 03c5ccb..1168755 100644
--- a/eurephiadm/xsltparser.c
+++ b/eurephiadm/xsltparser.c
@@ -1,6 +1,6 @@
/* xsltparser.c -- Generic XSLT parser for eurephiadm
*
- * GPLv2 only - Copyright (C) 2009
+ * GPLv2 only - Copyright (C) 2009 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/xsltparser.h b/eurephiadm/xsltparser.h
index 392f6c4..c8b27af 100644
--- a/eurephiadm/xsltparser.h
+++ b/eurephiadm/xsltparser.h
@@ -1,6 +1,6 @@
/* xsltparser.c -- Generic XSLT parser for eurephiadm
*
- * GPLv2 only - Copyright (C) 2009
+ * GPLv2 only - Copyright (C) 2009 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or