]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/credits.cgi
br2684ctl...
[ipfire-2.x.git] / html / cgi-bin / credits.cgi
index 4bf78c9d333cff9d1606b5bad78807ebe8ee9d46..82630c73accef89bced1c59f6905b73ea5574fd7 100644 (file)
@@ -1,11 +1,23 @@
 #!/usr/bin/perl
-#
-# IPFire CGIs
-#
-# This code is distributed under the terms of the GPL
-#
-# (c) The IPFire Team
-#
+###############################################################################
+#                                                                             #
+# 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 <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
 
 use strict;
 
@@ -23,6 +35,10 @@ require "${General::swroot}/header.pl";
 
 &Header::openbigbox('100%', 'center');
 
+&Header::openbox('100%', 'left', 'Version');
+print "This is IPFire Build ".`cat /var/ipfire/firebuild`." and tagged as ".`cat /opt/pakfire/etc/pakfire.conf | grep "version =" | cut -d\\" -f2`;
+&Header::closebox();
+
 &Header::openbox('100%', 'left', $Lang::tr{'credits'});
 
 print <<END
@@ -41,6 +57,10 @@ Vice Project Leader - Christian Schmidt
 (<a href='mailto:maniacikarus\@ipfire.org'>maniacikarus\@ipfire.org</a>)<br />
 Developer - Heiner Schmeling
 (<a href='mailto:cm\@ipfire.org'>cm\@ipfire.org</a>)<br />
+Developer - Sven Nierlein
+(<a href='mailto:affect\@ipfire.org'>affect\@versatel.de</a>)<br />
+Developer - Arne Fitzenreiter
+(<a href='mailto:arne\@ipfire.org'>arne\@ipfire.org</a>)<br />
 Sponsor - Detlef Lampart
 (<a href='mailto:delaco\@ipfire.org'>delaco\@ipfire.org</a>)<br />
 Developer &amp; Security Manager - Rene Zingel