summaryrefslogtreecommitdiffstats
path: root/eurephiadm
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2012-10-08 02:14:48 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2012-10-08 02:18:14 +0200
commit859ec82577740e113ebf1f4ae2d89baafcf41075 (patch)
tree2bd239a771005408edd595e9bd9dee807fc4a8ce /eurephiadm
parent17cdd3faf35880c11a3dd0c747a5b10f373f975d (diff)
downloadeurephia-859ec82577740e113ebf1f4ae2d89baafcf41075.tar.gz
eurephia-859ec82577740e113ebf1f4ae2d89baafcf41075.tar.xz
eurephia-859ec82577740e113ebf1f4ae2d89baafcf41075.zip
Updated copyright dates
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
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/buildinfo.c2
-rw-r--r--eurephiadm/commands/edit_config.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/man/eurephiadm-adminaccess.72
-rw-r--r--eurephiadm/man/eurephiadm-attempts.72
-rw-r--r--eurephiadm/man/eurephiadm-blacklist.72
-rw-r--r--eurephiadm/man/eurephiadm-certs.72
-rw-r--r--eurephiadm/man/eurephiadm-config.72
-rw-r--r--eurephiadm/man/eurephiadm-fwprofiles.72
-rw-r--r--eurephiadm/man/eurephiadm-lastlog.72
-rw-r--r--eurephiadm/man/eurephiadm-usercerts.72
-rw-r--r--eurephiadm/man/eurephiadm-users.72
-rw-r--r--eurephiadm/man/eurephiadm.72
-rwxr-xr-xeurephiadm/mk_buildinfo.sh2
-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
31 files changed, 32 insertions, 32 deletions
diff --git a/eurephiadm/CMakeLists.txt b/eurephiadm/CMakeLists.txt
index 8982a50..3997e64 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 - 2010
+# GPLv2 only - Copyright (C) 2008 - 2012
# 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 4dfbaac..0973226 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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 f03593c..a50407e 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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 b01903c..9a827e7 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 - 2011
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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 70ac9d6..4c11030 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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 dab40d3..62f8b71 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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 666dca2..917b563 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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 31e761b..bd4102a 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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 753f653..182e11c 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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 c4a0b1b..66a2c0a 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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 cb6078d..d90edd7 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 - 2010
+ * GPLv2 only - Copyright (C) 2009 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/commands/buildinfo.c b/eurephiadm/commands/buildinfo.c
index 16c882a..2e87e0a 100644
--- a/eurephiadm/commands/buildinfo.c
+++ b/eurephiadm/commands/buildinfo.c
@@ -1,7 +1,7 @@
/* buildinfo.c -- eurephiadm buildinfo command:
* Shows info about the eurephia build
*
- * GPLv2 only - Copyright (C) 2009 - 2010
+ * GPLv2 only - Copyright (C) 2009 - 2012
* 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 f827e13..84bebdc 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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 87aa1c0..6775a4f 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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-2010 David Sommerseth <dazo@users.sourceforge.net>\n",
+ "Copyright (C) 2008-2012 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 ab407f7..dcd192c 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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 22d1c5d..2496611 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
diff --git a/eurephiadm/man/eurephiadm-adminaccess.7 b/eurephiadm/man/eurephiadm-adminaccess.7
index 19998a4..9c0a23b 100644
--- a/eurephiadm/man/eurephiadm-adminaccess.7
+++ b/eurephiadm/man/eurephiadm-adminaccess.7
@@ -81,4 +81,4 @@ user accounts and link the user accounts together with a certificate and a firew
.SH "SEE ALSO"
\fBeurephiadm\fR(7)
.SH "AUTHOR"
-Copyright (C) 2008\-2010 David Sommerseth <dazo@users.sourceforge.net>
+Copyright (C) 2008\-2012 David Sommerseth <dazo@users.sourceforge.net>
diff --git a/eurephiadm/man/eurephiadm-attempts.7 b/eurephiadm/man/eurephiadm-attempts.7
index 46aca3a..df45391 100644
--- a/eurephiadm/man/eurephiadm-attempts.7
+++ b/eurephiadm/man/eurephiadm-attempts.7
@@ -70,4 +70,4 @@ List only attempts matching the given IP address
\fBeurephiadm\-blacklist\fR(7),
\fBeurephia\-config\fR(7)
.SH "AUTHOR"
-Copyright (C) 2008\-2010 David Sommerseth <dazo@users.sourceforge.net>
+Copyright (C) 2008\-2012 David Sommerseth <dazo@users.sourceforge.net>
diff --git a/eurephiadm/man/eurephiadm-blacklist.7 b/eurephiadm/man/eurephiadm-blacklist.7
index b02e397..8a469ac 100644
--- a/eurephiadm/man/eurephiadm-blacklist.7
+++ b/eurephiadm/man/eurephiadm-blacklist.7
@@ -66,4 +66,4 @@ Blacklist record ID
\fBeurephiadm\-attempts\fR(7),
\fBeurephia\-config\fR(7)
.SH "AUTHOR"
-Copyright (C) 2008\-2010 David Sommerseth <dazo@users.sourceforge.net>
+Copyright (C) 2008\-2012 David Sommerseth <dazo@users.sourceforge.net>
diff --git a/eurephiadm/man/eurephiadm-certs.7 b/eurephiadm/man/eurephiadm-certs.7
index 55a9b12..111619d 100644
--- a/eurephiadm/man/eurephiadm-certs.7
+++ b/eurephiadm/man/eurephiadm-certs.7
@@ -104,4 +104,4 @@ to approve the deletion of the matching certificate(s).
\fBeurephiadm\-users\fR(7),
\fBeurephiadm\-usercerts\fR(7)
.SH "AUTHOR"
-Copyright (C) 2008\-2010 David Sommerseth <dazo@users.sourceforge.net>
+Copyright (C) 2008\-2012 David Sommerseth <dazo@users.sourceforge.net>
diff --git a/eurephiadm/man/eurephiadm-config.7 b/eurephiadm/man/eurephiadm-config.7
index d3a04f5..119ca5a 100644
--- a/eurephiadm/man/eurephiadm-config.7
+++ b/eurephiadm/man/eurephiadm-config.7
@@ -22,4 +22,4 @@ If no arguments is given, you can give a key name, and the associated value will
.SH "SEE ALSO"
\fBeurephiadm\fR(7)
.SH "AUTHOR"
-Copyright (C) 2008\-2010 David Sommerseth <dazo@users.sourceforge.net>
+Copyright (C) 2008\-2012 David Sommerseth <dazo@users.sourceforge.net>
diff --git a/eurephiadm/man/eurephiadm-fwprofiles.7 b/eurephiadm/man/eurephiadm-fwprofiles.7
index 36e08db..b3f70ec 100644
--- a/eurephiadm/man/eurephiadm-fwprofiles.7
+++ b/eurephiadm/man/eurephiadm-fwprofiles.7
@@ -70,4 +70,4 @@ Certificate SHA1 digest
\fBeurephiadm\fR(7),
\fBeurephiadm\-usercerts\fR(7)
.SH "AUTHOR"
-Copyright (C) 2008\-2010 David Sommerseth <dazo@users.sourceforge.net>
+Copyright (C) 2008\-2012 David Sommerseth <dazo@users.sourceforge.net>
diff --git a/eurephiadm/man/eurephiadm-lastlog.7 b/eurephiadm/man/eurephiadm-lastlog.7
index 1150462..6e31a5d 100644
--- a/eurephiadm/man/eurephiadm-lastlog.7
+++ b/eurephiadm/man/eurephiadm-lastlog.7
@@ -77,4 +77,4 @@ User ID/Certificate ID link ID. Related to the IDs provided by
\fBeurephiadm\-users\fR(7),
\fBeurephiadm\-usercerts\fR(7)
.SH "AUTHOR"
-Copyright (C) 2008\-2010 David Sommerseth <dazo@users.sourceforge.net>
+Copyright (C) 2008\-2012 David Sommerseth <dazo@users.sourceforge.net>
diff --git a/eurephiadm/man/eurephiadm-usercerts.7 b/eurephiadm/man/eurephiadm-usercerts.7
index 569d5d8..39c260d 100644
--- a/eurephiadm/man/eurephiadm-usercerts.7
+++ b/eurephiadm/man/eurephiadm-usercerts.7
@@ -87,4 +87,4 @@ Firewall profile ID
\fBeurephiadm\-certs\fR(7),
\fBeurephiadm\-fwprofiles\fR(7)
.SH "AUTHOR"
-Copyright (C) 2008\-2010 David Sommerseth <dazo@users.sourceforge.net>
+Copyright (C) 2008\-2012 David Sommerseth <dazo@users.sourceforge.net>
diff --git a/eurephiadm/man/eurephiadm-users.7 b/eurephiadm/man/eurephiadm-users.7
index 17aef5d..543487b 100644
--- a/eurephiadm/man/eurephiadm-users.7
+++ b/eurephiadm/man/eurephiadm-users.7
@@ -91,4 +91,4 @@ Show a help screen. Without any arguments, all modes are listed. Providing a m
\fBeurephiadm\fR(7),
\fBeurephiadm\-certs\fR(7)
.SH "AUTHOR"
-Copyright (C) 2008\-2010 David Sommerseth <dazo@users.sourceforge.net>
+Copyright (C) 2008\-2012 David Sommerseth <dazo@users.sourceforge.net>
diff --git a/eurephiadm/man/eurephiadm.7 b/eurephiadm/man/eurephiadm.7
index e30053a..ca0a39b 100644
--- a/eurephiadm/man/eurephiadm.7
+++ b/eurephiadm/man/eurephiadm.7
@@ -98,4 +98,4 @@ The \fBeurephiadm\fR utility looks for a configuration file by default in \fB~/.
\fBeurephiadm\-config\fR(7),
\fBedb\-sqlite\fR(7)
.SH "AUTHOR"
-Copyright (C) 2008\-2010 David Sommerseth <dazo@users.sourceforge.net>
+Copyright (C) 2008\-2012 David Sommerseth <dazo@users.sourceforge.net>
diff --git a/eurephiadm/mk_buildinfo.sh b/eurephiadm/mk_buildinfo.sh
index cdfe68c..cee2a65 100755
--- a/eurephiadm/mk_buildinfo.sh
+++ b/eurephiadm/mk_buildinfo.sh
@@ -3,7 +3,7 @@
# A simple script to gather some build information and prepare
# a little include file for the eurephiadm buildinfo command
#
-# GPLv2 only - Copyright (C) 2010
+# GPLv2 only - Copyright (C) 2010 - 2012
# 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 b037e84..b824b8a 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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 2780923..981524c 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 - 2010
+ * GPLv2 only - Copyright (C) 2008 - 2012
* 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 0538e1e..a184d25 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 - 2010
+ * GPLv2 only - Copyright (C) 2009 - 2012
* 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 c8b27af..1e2be57 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 - 2010
+ * GPLv2 only - Copyright (C) 2009 - 2012
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or