summaryrefslogtreecommitdiffstats
path: root/plugin
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 /plugin
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 'plugin')
-rw-r--r--plugin/CMakeLists.txt2
-rw-r--r--plugin/environment.c2
-rw-r--r--plugin/environment.h2
-rw-r--r--plugin/eurephia-auth.72
-rw-r--r--plugin/eurephia-auth.c2
-rw-r--r--plugin/eurephia.h2
-rw-r--r--plugin/eurephiadb_session.h2
-rw-r--r--plugin/firewall/eurephiafw.c2
-rw-r--r--plugin/firewall/eurephiafw.h2
-rw-r--r--plugin/firewall/eurephiafw_helpers.c2
-rw-r--r--plugin/firewall/eurephiafw_helpers.h2
-rw-r--r--plugin/firewall/eurephiafw_intf.h2
-rw-r--r--plugin/firewall/eurephiafw_struct.h2
-rw-r--r--plugin/firewall/iptables/CMakeLists.txt2
-rw-r--r--plugin/firewall/iptables/efw-iptables.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt
index 49e47de..db8384c 100644
--- a/plugin/CMakeLists.txt
+++ b/plugin/CMakeLists.txt
@@ -1,6 +1,6 @@
# cmake rules for eurephia - OpenVPN authentication plugin
#
-# 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/plugin/environment.c b/plugin/environment.c
index 18d64d6..7233380 100644
--- a/plugin/environment.c
+++ b/plugin/environment.c
@@ -1,6 +1,6 @@
/* environment.c -- Function for extracting data from the OpenVPN environment table
*
- * 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/plugin/environment.h b/plugin/environment.h
index 12b0d0b..ef480d8 100644
--- a/plugin/environment.h
+++ b/plugin/environment.h
@@ -1,6 +1,6 @@
/* environment.h -- Function for extracting data from the OpenVPN environment table
*
- * 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/plugin/eurephia-auth.7 b/plugin/eurephia-auth.7
index 01945a7..c4ffad2 100644
--- a/plugin/eurephia-auth.7
+++ b/plugin/eurephia-auth.7
@@ -46,4 +46,4 @@ to their configuration file. This instructs the OpenVPN client to ask for user
\fBeurephia\-sqlite\fR(8),
\fBeurephia_init\fR(8)
.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/plugin/eurephia-auth.c b/plugin/eurephia-auth.c
index 8c018e2..41822d7 100644
--- a/plugin/eurephia-auth.c
+++ b/plugin/eurephia-auth.c
@@ -1,7 +1,7 @@
/* eurephia-auth.c -- Main OpenVPN plug-in functions.
* The API level between OpenVPN and eurephia-auth
*
- * 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/plugin/eurephia.h b/plugin/eurephia.h
index 1b1416f..9e4ac8a 100644
--- a/plugin/eurephia.h
+++ b/plugin/eurephia.h
@@ -1,6 +1,6 @@
/* eurephia.h -- Main API for the eurephia authentication module
*
- * 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/plugin/eurephiadb_session.h b/plugin/eurephiadb_session.h
index a3e159a..50682ae 100644
--- a/plugin/eurephiadb_session.h
+++ b/plugin/eurephiadb_session.h
@@ -1,6 +1,6 @@
/* eurephia_session.h -- Internal API to provide storing of variables connected to a session
*
- * 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/plugin/firewall/eurephiafw.c b/plugin/firewall/eurephiafw.c
index 4ec2980..6b2bf24 100644
--- a/plugin/firewall/eurephiafw.c
+++ b/plugin/firewall/eurephiafw.c
@@ -1,6 +1,6 @@
/* eurephiafw.c -- Firewall interface loader for the eurephia module
*
- * 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/plugin/firewall/eurephiafw.h b/plugin/firewall/eurephiafw.h
index 72dc9bd..9aa08e0 100644
--- a/plugin/firewall/eurephiafw.h
+++ b/plugin/firewall/eurephiafw.h
@@ -1,6 +1,6 @@
/* eurephiafw.h -- Firewall interface loader for the eurephia module
*
- * 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/plugin/firewall/eurephiafw_helpers.c b/plugin/firewall/eurephiafw_helpers.c
index 6e6be38..728e507 100644
--- a/plugin/firewall/eurephiafw_helpers.c
+++ b/plugin/firewall/eurephiafw_helpers.c
@@ -1,7 +1,7 @@
/* eurephiafw_helpers.c -- Helper functions, shared between main module and
* firewall module. Setting up POSIX MQ and semaphores
*
- * 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/plugin/firewall/eurephiafw_helpers.h b/plugin/firewall/eurephiafw_helpers.h
index 285bfa1..fb31974 100644
--- a/plugin/firewall/eurephiafw_helpers.h
+++ b/plugin/firewall/eurephiafw_helpers.h
@@ -1,7 +1,7 @@
/* eurephiafw_helpers.h -- Helper functions, shared between main module and
* firewall module. Setting up Posix MQ and semaphores
*
- * 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/plugin/firewall/eurephiafw_intf.h b/plugin/firewall/eurephiafw_intf.h
index b65a1cd..71609db 100644
--- a/plugin/firewall/eurephiafw_intf.h
+++ b/plugin/firewall/eurephiafw_intf.h
@@ -1,6 +1,6 @@
/* eurephiafw_intf.h -- Driver interface for the firewall module
*
- * 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/plugin/firewall/eurephiafw_struct.h b/plugin/firewall/eurephiafw_struct.h
index e31e930..dee6db4 100644
--- a/plugin/firewall/eurephiafw_struct.h
+++ b/plugin/firewall/eurephiafw_struct.h
@@ -1,6 +1,6 @@
/* eurephiafw.h -- Firewall interface struct typedef
*
- * 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/plugin/firewall/iptables/CMakeLists.txt b/plugin/firewall/iptables/CMakeLists.txt
index ef2a67a..4187a0c 100644
--- a/plugin/firewall/iptables/CMakeLists.txt
+++ b/plugin/firewall/iptables/CMakeLists.txt
@@ -1,6 +1,6 @@
# cmake rules for eurephia - iptables firewall driver
#
-# 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/plugin/firewall/iptables/efw-iptables.c b/plugin/firewall/iptables/efw-iptables.c
index 4aebbac..973a0fd 100644
--- a/plugin/firewall/iptables/efw-iptables.c
+++ b/plugin/firewall/iptables/efw-iptables.c
@@ -1,6 +1,6 @@
/* efw_iptables.c -- iptables implementation - updates Linux iptables
*
- * 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