]> git.mjollnir.org Git - moodle.git/commitdiff
Tidy up the copyright notice and added a warning.
authormoodler <moodler>
Sun, 10 Aug 2003 09:12:17 +0000 (09:12 +0000)
committermoodler <moodler>
Sun, 10 Aug 2003 09:12:17 +0000 (09:12 +0000)
admin/index.php

index 5a191110d0724de08ed83ceabf24fcf4726182bc..1d5f05cf0abc02b71123394680abbff2afaf08c4 100644 (file)
 
     print_table($table);
     
+    //////////////////////////////////////////////////////////////////////////////////////////////////
+    ////  IT IS ILLEGAL AND A VIOLATION OF THE GPL TO REMOVE OR MODIFY THE COPYRIGHT NOTICE BELOW ////
     $copyrighttext = "<a href=\"http://moodle.org/\">Moodle</a> ".
                      "<a href=\"../doc/?frame=release.html\">$CFG->release</a> ($CFG->version)<br />".
-                     "Open Source under the terms of the ".
-                     "<a href=\"../doc/?frame=licence.html\">GNU Public License</a><br />".
-                     "Copyright &copy; 2000-2003 Martin Dougiamas";
-
+                     "Copyright &copy; 2000-2003 Martin Dougiamas<br />".
+                     "<a href=\"../doc/?frame=licence.html\">GNU Public License</a>";
     echo "<center><p><font size=1>$copyrighttext</font></p></center>";
+    //////////////////////////////////////////////////////////////////////////////////////////////////
 
 
     echo "<table border=0 align=center width=100%><tr>";