From: Alexander Marx Date: Tue, 13 Aug 2013 11:47:27 +0000 (+0200) Subject: Forward Firewall: edited GPL-header X-Git-Tag: v2.15-beta1~286^2~5 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=5bee9a9df5739810da488bf5bf71da4fe82be484 Forward Firewall: edited GPL-header --- diff --git a/config/forwardfw/convert-dmz b/config/forwardfw/convert-dmz index 3d91364259..efc4386b4d 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 c9077a8713..bd33059301 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 e741c3d8de..a37383e312 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 23fb226c69..d86c445afc 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 e616d7efa9..f1e8403daa 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 f6c88e4afa..0fcfaa471a 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 e3592701ca..370b7ecfb1 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 88e16086f9..0907fba9bd 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 fffa9353eb..dec649bdd4 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 7d34feab08..713f37f9fd 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 79417502b5..7c6f7b3a46 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';