From 5bee9a9df5739810da488bf5bf71da4fe82be484 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Tue, 13 Aug 2013 13:47:27 +0200 Subject: [PATCH] Forward Firewall: edited GPL-header --- config/forwardfw/convert-dmz | 4 +--- config/forwardfw/convert-outgoingfw | 4 +--- config/forwardfw/convert-portfw | 4 +--- config/forwardfw/convert-xtaccess | 4 +--- config/forwardfw/firewall-lib.pl | 4 +--- config/forwardfw/firewall-policy | 4 +--- config/forwardfw/rules.pl | 4 +--- html/cgi-bin/forwardfw.cgi | 6 ++---- html/cgi-bin/fwhosts.cgi | 4 +--- html/cgi-bin/optionsfw.cgi | 4 ---- html/cgi-bin/p2p-block.cgi | 4 +--- 11 files changed, 11 insertions(+), 35 deletions(-) diff --git a/config/forwardfw/convert-dmz b/config/forwardfw/convert-dmz index 3d9136425..efc4386b4 100755 --- a/config/forwardfw/convert-dmz +++ b/config/forwardfw/convert-dmz @@ -3,7 +3,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 # +# Copyright (C) 2013 Alexander Marx # # # # 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 # @@ -19,8 +19,6 @@ # along with this program. If not, see . # # # ############################################################################### -# Author: Alexander Marx (amarx@ipfire.org) # -############################################################################### # # # This script converts old dmz holes rules from old firewall # # to the new one. This is a 2-step process. # diff --git a/config/forwardfw/convert-outgoingfw b/config/forwardfw/convert-outgoingfw index c9077a871..bd3305930 100755 --- a/config/forwardfw/convert-outgoingfw +++ b/config/forwardfw/convert-outgoingfw @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 # +# Copyright (C) 2013 Alexander Marx # # # # 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 # @@ -18,8 +18,6 @@ # along with this program. If not, see . # # # ############################################################################### -# Author: Alexander Marx (amarx@ipfire.org) # -############################################################################### # # # This script converts old groups and firewallrules # # to the new one. This is a 3-step process. # diff --git a/config/forwardfw/convert-portfw b/config/forwardfw/convert-portfw index e741c3d8d..a37383e31 100755 --- a/config/forwardfw/convert-portfw +++ b/config/forwardfw/convert-portfw @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 # +# Copyright (C) 2013 Alexander Marx # # # # 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 # @@ -18,8 +18,6 @@ # along with this program. If not, see . # # # ############################################################################### -# Author: Alexander Marx (amarx@ipfire.org) # -############################################################################### # # # This script converts old portforwarding rules from old Firewall # # to the new one. This is a 3-step process. # diff --git a/config/forwardfw/convert-xtaccess b/config/forwardfw/convert-xtaccess index 23fb226c6..d86c445af 100755 --- a/config/forwardfw/convert-xtaccess +++ b/config/forwardfw/convert-xtaccess @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 # +# Copyright (C) 2013 Alexander Marx # # # # 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 # @@ -18,8 +18,6 @@ # along with this program. If not, see . # # # ############################################################################### -# Author: Alexander Marx (amarx@ipfire.org) # -############################################################################### # # #This script converts old xtaccess rules to new firewall # #Logfiles are created under /var/log/converters # diff --git a/config/forwardfw/firewall-lib.pl b/config/forwardfw/firewall-lib.pl index e616d7efa..f1e8403da 100755 --- a/config/forwardfw/firewall-lib.pl +++ b/config/forwardfw/firewall-lib.pl @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 # +# Copyright (C) 2013 Alexander Marx # # # # 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 # @@ -18,8 +18,6 @@ # along with this program. If not, see . # # # ############################################################################### -# Author: Alexander Marx (amarx@ipfire.org) # -############################################################################### use strict; no warnings 'uninitialized'; diff --git a/config/forwardfw/firewall-policy b/config/forwardfw/firewall-policy index f6c88e4af..0fcfaa471 100755 --- a/config/forwardfw/firewall-policy +++ b/config/forwardfw/firewall-policy @@ -3,7 +3,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 # +# Copyright (C) 2013 Alexander Marx # # # # 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 # @@ -19,8 +19,6 @@ # along with this program. If not, see . # # # ############################################################################### -# Author: Alexander Marx (amarx@ipfire.org) # -############################################################################### eval $(/usr/local/bin/readhash /var/ipfire/forward/settings) diff --git a/config/forwardfw/rules.pl b/config/forwardfw/rules.pl index e3592701c..370b7ecfb 100755 --- a/config/forwardfw/rules.pl +++ b/config/forwardfw/rules.pl @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 # +# Copyright (C) 2013 Alexander Marx # # # # 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 # @@ -18,8 +18,6 @@ # along with this program. If not, see . # # # ############################################################################### -# Author: Alexander Marx (amarx@ipfire.org) # -############################################################################### use strict; use Time::Local; diff --git a/html/cgi-bin/forwardfw.cgi b/html/cgi-bin/forwardfw.cgi index 88e16086f..0907fba9b 100755 --- a/html/cgi-bin/forwardfw.cgi +++ b/html/cgi-bin/forwardfw.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 # +# Copyright (C) 2013 Alexander Marx # # # # 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 # @@ -18,8 +18,6 @@ # along with this program. If not, see . # # # ############################################################################### -# Author: Alexander Marx (amarx@ipfire.org) # -############################################################################### use strict; use Sort::Naturally; @@ -65,7 +63,7 @@ my %aliases=(); my %optionsfw=(); my %ifaces=(); -my $VERSION='0.9.9.13'; +my $VERSION='0.9.9.14'; my $color; my $confignet = "${General::swroot}/fwhosts/customnetworks"; my $confighost = "${General::swroot}/fwhosts/customhosts"; diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index fffa9353e..dec649bdd 100755 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 # +# Copyright (C) 2013 Alexander Marx # # # # 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 # @@ -18,8 +18,6 @@ # along with this program. If not, see . # # # ############################################################################### -# Author: Alexander Marx (amarx@ipfire.org) # -############################################################################### use strict; # enable only the following on debugging purpose diff --git a/html/cgi-bin/optionsfw.cgi b/html/cgi-bin/optionsfw.cgi index 7d34feab0..713f37f9f 100644 --- a/html/cgi-bin/optionsfw.cgi +++ b/html/cgi-bin/optionsfw.cgi @@ -11,10 +11,6 @@ # $Id: optionsfw.cgi,v 1.1.2.10 2005/10/03 00:34:10 gespinasse Exp $ # # -######################################################################## -# Modifications for new Firewall (C) 2013 by amarx@ipfire.org -######################################################################## - # enable only the following on debugging purpose #use warnings; #use CGI::Carp 'fatalsToBrowser'; diff --git a/html/cgi-bin/p2p-block.cgi b/html/cgi-bin/p2p-block.cgi index 79417502b..7c6f7b3a4 100755 --- a/html/cgi-bin/p2p-block.cgi +++ b/html/cgi-bin/p2p-block.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 # +# Copyright (C) 2013 Alexander Marx # # # # 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 # @@ -18,8 +18,6 @@ # along with this program. If not, see . # # # ############################################################################### -# Author: Alexander Marx (Amarx@ipfire.org) # -############################################################################### use strict; no warnings 'uninitialized'; -- 2.39.2