summaryrefslogtreecommitdiffstats
path: root/eurephia-auth.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-08-08 07:17:50 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-08-08 07:17:50 +0200
commitb3c5b6b9bc271126e57940311da0fb7f1d840d67 (patch)
treea32befd26ac316cf757df1ac314cf9a73c8c4f7d /eurephia-auth.c
parent570a71475f3bedd5f22063bf6b9e74ffd0983cd0 (diff)
downloadeurephia-b3c5b6b9bc271126e57940311da0fb7f1d840d67.tar.gz
eurephia-b3c5b6b9bc271126e57940311da0fb7f1d840d67.tar.xz
eurephia-b3c5b6b9bc271126e57940311da0fb7f1d840d67.zip
Added GPLv2 licence, updated *.[ch] files to include license, with exception of memwatch and sha1
Diffstat (limited to 'eurephia-auth.c')
-rw-r--r--eurephia-auth.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/eurephia-auth.c b/eurephia-auth.c
index 360e5b0..d1697f6 100644
--- a/eurephia-auth.c
+++ b/eurephia-auth.c
@@ -1,3 +1,23 @@
+/* eurephia-auth.c -- Main OpenVPN plugin functions. The API level between OpenVPN and eurephia-auth
+ *
+ * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ *
+ * This program 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; version 2
+ * of the License.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ */
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>