diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2009-03-26 00:35:09 +0100 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2009-03-26 00:35:09 +0100 |
| commit | 0712bce6f387121e37501ec323e3da89ce4300c3 (patch) | |
| tree | e477c4c4834ee2afec1d38096cb4b1c710889ce8 /plugin/firewall | |
| parent | 74a1e62e59bd821f975c6e1cdebfb77c7b3a8ac4 (diff) | |
| download | eurephia-0712bce6f387121e37501ec323e3da89ce4300c3.tar.gz eurephia-0712bce6f387121e37501ec323e3da89ce4300c3.tar.xz eurephia-0712bce6f387121e37501ec323e3da89ce4300c3.zip | |
Made the licence explicit GPLv2 only
Diffstat (limited to 'plugin/firewall')
| -rw-r--r-- | plugin/firewall/eurephiafw.c | 2 | ||||
| -rw-r--r-- | plugin/firewall/eurephiafw.h | 2 | ||||
| -rw-r--r-- | plugin/firewall/eurephiafw_helpers.c | 2 | ||||
| -rw-r--r-- | plugin/firewall/eurephiafw_helpers.h | 2 | ||||
| -rw-r--r-- | plugin/firewall/eurephiafw_intf.h | 2 | ||||
| -rw-r--r-- | plugin/firewall/eurephiafw_struct.h | 2 | ||||
| -rw-r--r-- | plugin/firewall/iptables/efw-iptables.c | 2 |
7 files changed, 7 insertions, 7 deletions
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 <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 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 <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 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 <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 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 <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 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 <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 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 <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 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 <dazo@users.sourceforge.net> * * This program is free software; you can redistribute it and/or |
