X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Fpakfire%2Fpakfire.conf;h=56786cf03325f3c87cf3133204612d90a9a52946;hp=d6d00f996aed4ec2abb00490ddf9956fa118eb4d;hb=d046fed05c9773b774b446f13c2eb7d9afb08ffe;hpb=905fbf3e06898ae8a62a5daa2adcea4098bc8458 diff --git a/src/pakfire/pakfire.conf b/src/pakfire/pakfire.conf index d6d00f996a..56786cf033 100644 --- a/src/pakfire/pakfire.conf +++ b/src/pakfire/pakfire.conf @@ -1,8 +1,27 @@ #!/usr/bin/perl +############################################################################### +# # +# 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 . # +# # +############################################################################### package Conf; -$version = "2.0beta1"; +$version = "2.5"; $mainserver = "pakfire.ipfire.org";