]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Hinzugefuegt:
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Wed, 23 Aug 2006 21:55:46 +0000 (21:55 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Wed, 23 Aug 2006 21:55:46 +0000 (21:55 +0000)
  * Copyrighthinweise der externen Addons,
    die verloren gegangen sind.
  HIERMIT ERFUELLT IPFIRE DIE GPLv2 ZU 100%.
  GARANTIERT.
(Diese Schritte waren noetig, da einige Entwickler
es fuer noetig hielten, dass die Copyrighthinweise
in jeder Datei zu finden sind.)

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@256 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

doc/ChangeLog
html/cgi-bin/connscheduler.cgi
html/cgi-bin/hardwaregraphs.cgi
html/cgi-bin/wakeonlan.cgi
src/scripts/connscheduler

index 35f094bcb4f501a1281925b5fd3a68cc29d32b79..4fd15a020fd8bd288438cdfb595622ed2d7af07e 100644 (file)
@@ -1,4 +1,11 @@
 ------------------------------------------------------------------------
 ------------------------------------------------------------------------
+r255 | ms | 2006-08-23 21:19:22 +0200 (Wed, 23 Aug 2006) | 4 lines
+
+Update:
+  * QoS ist funktionsfig (hoffentlich).
+  * "Aktualisieren" aus Log entfernt.
+  * In der header.pl aufgeraeumt.
+------------------------------------------------------------------------
 r254 | ms | 2006-08-21 21:15:32 +0200 (Mon, 21 Aug 2006) | 4 lines
 
 Programmupdate:
 r254 | ms | 2006-08-21 21:15:32 +0200 (Mon, 21 Aug 2006) | 4 lines
 
 Programmupdate:
index 382cefe8ac52911448a443120e7d0961c63068bf..e99c4fb494a62f71dc4629c85f27b155a5f1fa00 100644 (file)
@@ -1,10 +1,12 @@
 #!/usr/bin/perl
 #
 #!/usr/bin/perl
 #
+# IPFire CGI
+# based on:
+#
 # IPCop Connection Scheduler Web-Iface
 #
 # This code is distributed under the terms of the GPL
 #
 # IPCop Connection Scheduler Web-Iface
 #
 # This code is distributed under the terms of the GPL
 #
-#
 # 2006-04-xx created by weizen_42 at ipcop-forum dot de
 # 2006-06-xx added reboot and shutdown
 # 2006-08-20 added ipsecctrl
 # 2006-04-xx created by weizen_42 at ipcop-forum dot de
 # 2006-06-xx added reboot and shutdown
 # 2006-08-20 added ipsecctrl
index 3ccd93867ae9923e15b273cc226649809101387f..40a32e828d315bcb84196c095696f67106ee0858 100644 (file)
@@ -1,10 +1,10 @@
 #!/usr/bin/perl
 #
 #!/usr/bin/perl
 #
-# SmoothWall CGIs
-#
-# This code is distributed under the terms of the GPL
-#
-# (c) The SmoothWall Team
+# This code is based on hddGraph and mbmongraph
+# written by weizen_42 and distributed under the
+# terms of the GPLv2.
+# http://www.ban-solms.de/t/IPCop-mbmongraph.html
+# http://www.ban-solms.de/t/IPCop-hddgraph.html
 #
 
 use strict;
 #
 
 use strict;
index 87d540cbbb5f9a6219ae86f9d5ae088356eed188..9f9c316555a9eaa5f245af0ec90f0dd963e3e52b 100644 (file)
@@ -1,6 +1,9 @@
 #!/usr/bin/perl
 #
 # IPFire WakeOnLan-AddOn CGI
 #!/usr/bin/perl
 #
 # IPFire WakeOnLan-AddOn CGI
+# This code is based on the wol-gui addon
+# for ipcop written by weizen_42.
+# http://www.ban-solms.de/t/IPCop-wolgui.html
 #
 # This code is distributed under the terms of the GPL
 #
 #
 # This code is distributed under the terms of the GPL
 #
index c4ea8dc1d4f4e0ecb6e91b62aa9ec6d3ab948dd5..1dcbe40fed1d6fd698ed2fcfc9d4589434780f9c 100644 (file)
@@ -3,6 +3,8 @@
 # IPFire Connection Scheduler (F)Cron Job
 #
 # This code is distributed under the terms of the GPL
 # IPFire Connection Scheduler (F)Cron Job
 #
 # This code is distributed under the terms of the GPL
+# The original code is taken from weizen_42.
+# See /home/httpd/cgi-bin/connscheduler.cgi
 #
 
 use strict;
 #
 
 use strict;
@@ -10,7 +12,6 @@ use strict;
 require '/var/ipfire/general-functions.pl';
 require '/var/ipfire/connscheduler/lib.pl';
 
 require '/var/ipfire/general-functions.pl';
 require '/var/ipfire/connscheduler/lib.pl';
 
-
 # seems to be necessary
 my $sleep_after_profile = 5;
 
 # seems to be necessary
 my $sleep_after_profile = 5;