From 0712bce6f387121e37501ec323e3da89ce4300c3 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 26 Mar 2009 00:35:09 +0100 Subject: Made the licence explicit GPLv2 only --- plugin/eurephia-auth.c | 2 +- plugin/eurephia.c | 2 +- plugin/eurephia.h | 2 +- plugin/eurephiadb_session.c | 2 +- plugin/eurephiadb_session.h | 2 +- plugin/firewall/eurephiafw.c | 2 +- plugin/firewall/eurephiafw.h | 2 +- plugin/firewall/eurephiafw_helpers.c | 2 +- plugin/firewall/eurephiafw_helpers.h | 2 +- plugin/firewall/eurephiafw_intf.h | 2 +- plugin/firewall/eurephiafw_struct.h | 2 +- plugin/firewall/iptables/efw-iptables.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'plugin') diff --git a/plugin/eurephia-auth.c b/plugin/eurephia-auth.c index 2f52b33..acccf18 100644 --- a/plugin/eurephia-auth.c +++ b/plugin/eurephia-auth.c @@ -1,7 +1,7 @@ /* eurephia-auth.c -- Main OpenVPN plugin functions. * The API level between OpenVPN and eurephia-auth * - * GPLv2 - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008, 2009 * David Sommerseth * * This program is free software; you can redistribute it and/or diff --git a/plugin/eurephia.c b/plugin/eurephia.c index 65dc39f..994e07c 100644 --- a/plugin/eurephia.c +++ b/plugin/eurephia.c @@ -1,6 +1,6 @@ /* eurephia.c -- Main functions for the eurephia authentication module * - * GPLv2 - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008, 2009 * David Sommerseth * * This program is free software; you can redistribute it and/or diff --git a/plugin/eurephia.h b/plugin/eurephia.h index 700804e..3b4c8ba 100644 --- a/plugin/eurephia.h +++ b/plugin/eurephia.h @@ -1,6 +1,6 @@ /* eurephia.h -- Main API for the eurephia authentication module * - * GPLv2 - Copyright (C) 2008 + * GPLv2 only - Copyright (C) 2008 * David Sommerseth * * This program is free software; you can redistribute it and/or diff --git a/plugin/eurephiadb_session.c b/plugin/eurephiadb_session.c index 0a0cb25..f6744e0 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 - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008, 2009 * David Sommerseth * * This program is free software; you can redistribute it and/or diff --git a/plugin/eurephiadb_session.h b/plugin/eurephiadb_session.h index 20429c9..ebdb1bb 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 - Copyright (C) 2008 + * GPLv2 only - Copyright (C) 2008 * David Sommerseth * * This program is free software; you can redistribute it and/or diff --git a/plugin/firewall/eurephiafw.c b/plugin/firewall/eurephiafw.c index a8b599c..1dab652 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 - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008, 2009 * David Sommerseth * * This program is free software; you can redistribute it and/or diff --git a/plugin/firewall/eurephiafw.h b/plugin/firewall/eurephiafw.h index 074f95e..4c837e5 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 - Copyright (C) 2008 + * GPLv2 only - Copyright (C) 2008 * David Sommerseth * * 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 f10df13..7ea549b 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 - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008, 2009 * David Sommerseth * * 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 de979ac..aa00307 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 - Copyright (C) 2008 + * GPLv2 only - Copyright (C) 2008 * David Sommerseth * * 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 9bc878b..df395d0 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 - Copyright (C) 2008 + * GPLv2 only - Copyright (C) 2008 * David Sommerseth * * 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 3989564..a385c13 100644 --- a/plugin/firewall/eurephiafw_struct.h +++ b/plugin/firewall/eurephiafw_struct.h @@ -1,6 +1,6 @@ /* eurephiafw.h -- Firewall interface struct typedef * - * GPLv2 - Copyright (C) 2008 + * GPLv2 only - Copyright (C) 2008 * David Sommerseth * * 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 83569d5..ea82e04 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 - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008, 2009 * David Sommerseth * * This program is free software; you can redistribute it and/or -- cgit