Fixed some copyrights

This commit is contained in:
moodler 2004-03-10 13:23:00 +00:00
parent c6b456f66d
commit abc3b857a2
3 changed files with 5 additions and 5 deletions

View file

@ -434,7 +434,7 @@
//// IT IS ILLEGAL AND A VIOLATION OF THE GPL TO REMOVE OR MODIFY THE COPYRIGHT NOTICE BELOW //// //// 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> ". $copyrighttext = "<a href=\"http://moodle.org/\">Moodle</a> ".
"<a href=\"../doc/?frame=release.html\">$CFG->release</a> ($CFG->version)<br />". "<a href=\"../doc/?frame=release.html\">$CFG->release</a> ($CFG->version)<br />".
"Copyright &copy; 2000-2004 Martin Dougiamas<br />". "Copyright &copy; 1999-2004 Martin Dougiamas<br />".
"<a href=\"../doc/?frame=licence.html\">GNU Public License</a>"; "<a href=\"../doc/?frame=licence.html\">GNU Public License</a>";
echo "<center><p><font size=1>$copyrighttext</font></p></center>"; echo "<center><p><font size=1>$copyrighttext</font></p></center>";
////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////

View file

@ -1,7 +1,7 @@
Moodle - Modular Object-Oriented Dynamic Learning Environment Moodle - Modular Object-Oriented Dynamic Learning Environment
http://moodle.com http://moodle.org
Copyright (C) 2000-2002 Martin Dougiamas martin@dougiamas.com Copyright (C) 1999-2004 Martin Dougiamas martin@dougiamas.com
http://dougiamas.com http://dougiamas.com
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View file

@ -16,9 +16,9 @@
// NOTICE OF COPYRIGHT // // NOTICE OF COPYRIGHT //
// // // //
// Moodle - Modular Object-Oriented Dynamic Learning Environment // // Moodle - Modular Object-Oriented Dynamic Learning Environment //
// http://moodle.com // // http://moodle.org //
// // // //
// Copyright (C) 2001-2003 Martin Dougiamas http://dougiamas.com // // Copyright (C) 1999-2004 Martin Dougiamas http://dougiamas.com //
// // // //
// This program is free software; you can redistribute it and/or modify // // 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 // // it under the terms of the GNU General Public License as published by //