From: moodler Date: Wed, 10 Mar 2004 13:23:00 +0000 (+0000) Subject: Fixed some copyrights X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=abc3b857a2f82e11b52ad597a436da0be4733da1;p=moodle.git Fixed some copyrights --- diff --git a/admin/index.php b/admin/index.php index adfc7d7da1..fdee2a5980 100644 --- a/admin/index.php +++ b/admin/index.php @@ -434,7 +434,7 @@ //// IT IS ILLEGAL AND A VIOLATION OF THE GPL TO REMOVE OR MODIFY THE COPYRIGHT NOTICE BELOW //// $copyrighttext = "Moodle ". "$CFG->release ($CFG->version)
". - "Copyright © 2000-2004 Martin Dougiamas
". + "Copyright © 1999-2004 Martin Dougiamas
". "GNU Public License"; echo "

$copyrighttext

"; ////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/doc/COPYRIGHT.txt b/doc/COPYRIGHT.txt index aa4c01b41d..0e3c1dd19f 100644 --- a/doc/COPYRIGHT.txt +++ b/doc/COPYRIGHT.txt @@ -1,7 +1,7 @@ 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 This program is free software; you can redistribute it and/or modify diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 32f95eb6d2..824727304f 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -16,9 +16,9 @@ // NOTICE OF COPYRIGHT // // // // 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 // // it under the terms of the GNU General Public License as published by //