summaryrefslogtreecommitdiffstats
path: root/plugin
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 /plugin
parentf6aed3aee0c89d07bf7ad81d3c4599eb03c9b2f1 (diff)
downloadeurephia-430758cb6c263576ddcf3bcae27ed253df973daa.tar.gz
eurephia-430758cb6c263576ddcf3bcae27ed253df973daa.tar.xz
eurephia-430758cb6c263576ddcf3bcae27ed253df973daa.zip
Updated Copyright dates to include 2010
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.c2
-rw-r--r--plugin/eurephia.c2
-rw-r--r--plugin/eurephia.h2
-rw-r--r--plugin/eurephiadb_session.c2
-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
16 files changed, 16 insertions, 16 deletions
diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt
index 17804fe..711fb05 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-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/plugin/environment.c b/plugin/environment.c
index 77fd649..18d64d6 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, 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/plugin/environment.h b/plugin/environment.h
index f303776..dbefe25 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, 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/plugin/eurephia-auth.c b/plugin/eurephia-auth.c
index 81a9d10..3e9ff6d 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, 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/plugin/eurephia.c b/plugin/eurephia.c
index a0b39e3..03c5e50 100644
--- a/plugin/eurephia.c
+++ b/plugin/eurephia.c
@@ -1,6 +1,6 @@
/* eurephia.c -- Main functions for the eurephia authentication module
*
- * 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/plugin/eurephia.h b/plugin/eurephia.h
index a6db845..6946d49 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
+ * 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/plugin/eurephiadb_session.c b/plugin/eurephiadb_session.c
index 14370f2..f8fb97a 100644
--- a/plugin/eurephiadb_session.c
+++ b/plugin/eurephiadb_session.c
@@ -1,6 +1,6 @@
/* eurephiadb_session.c -- Functions for handling sessions from eurephia-auth
*
- * 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/plugin/eurephiadb_session.h b/plugin/eurephiadb_session.h
index af827ad..5af2ce2 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
+ * 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/plugin/firewall/eurephiafw.c b/plugin/firewall/eurephiafw.c
index 5d4e519..8b24486 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, 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/plugin/firewall/eurephiafw.h b/plugin/firewall/eurephiafw.h
index d0b762e..7703fe5 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
+ * 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/plugin/firewall/eurephiafw_helpers.c b/plugin/firewall/eurephiafw_helpers.c
index 76ff9cd..6e6be38 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, 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/plugin/firewall/eurephiafw_helpers.h b/plugin/firewall/eurephiafw_helpers.h
index 7ba93bb..09d9930 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
+ * 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/plugin/firewall/eurephiafw_intf.h b/plugin/firewall/eurephiafw_intf.h
index 37eb60a..b65a1cd 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
+ * 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/plugin/firewall/eurephiafw_struct.h b/plugin/firewall/eurephiafw_struct.h
index 10fd630..e4c3100 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
+ * 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/plugin/firewall/iptables/CMakeLists.txt b/plugin/firewall/iptables/CMakeLists.txt
index 3d75f5c..ef2a67a 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-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/plugin/firewall/iptables/efw-iptables.c b/plugin/firewall/iptables/efw-iptables.c
index 5d04d83..8e90ac4 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, 2009
+ * GPLv2 only - Copyright (C) 2008 - 2010
* David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or