X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=html%2Fcgi-bin%2Fiptables.cgi;h=7f29365a898e56669ebfbacc12bc4ced436f9219;hb=7e7f3b5d542848351d1527b235eca29aa73d0837;hp=90bdf6e92ca28d6e2d040ebf60f7aff479e8bf70;hpb=55b4c7edc1a92ee46f95bfabee61bc940cb54245;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/html/cgi-bin/iptables.cgi b/html/cgi-bin/iptables.cgi index 90bdf6e92c..7f29365a89 100644 --- a/html/cgi-bin/iptables.cgi +++ b/html/cgi-bin/iptables.cgi @@ -1,9 +1,23 @@ #!/usr/bin/perl -# -# IPFire CGIs -# -# This code is distributed under the terms of the GPL -# +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# # +# 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, either version 3 of the License, or # +# (at your option) any later version. # +# # +# 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, see . # +# # +############################################################################### require '/var/ipfire/general-functions.pl'; require "${General::swroot}/lang.pl";