mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-28135 general Updated the Copyright notice to point to docs.moodle.org/dev/Releases instead of en/Release
This commit is contained in:
parent
43d26e6d73
commit
19b4d9d831
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ if (!empty($CFG->maintenance_enabled)) {
|
||||||
//////////////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
//// IT IS ILLEGAL AND A VIOLATION OF THE GPL TO HIDE, REMOVE OR MODIFY THIS COPYRIGHT NOTICE ///
|
//// IT IS ILLEGAL AND A VIOLATION OF THE GPL TO HIDE, REMOVE OR MODIFY THIS COPYRIGHT NOTICE ///
|
||||||
$copyrighttext = '<a href="http://moodle.org/">Moodle</a> '.
|
$copyrighttext = '<a href="http://moodle.org/">Moodle</a> '.
|
||||||
'<a href="http://docs.moodle.org/en/Release" title="'.$CFG->version.'">'.$CFG->release.'</a><br />'.
|
'<a href="http://docs.moodle.org/dev/Releases" title="'.$CFG->version.'">'.$CFG->release.'</a><br />'.
|
||||||
'Copyright © 1999 onwards, Martin Dougiamas<br />'.
|
'Copyright © 1999 onwards, Martin Dougiamas<br />'.
|
||||||
'and <a href="http://docs.moodle.org/en/Credits">many other contributors</a>.<br />'.
|
'and <a href="http://docs.moodle.org/en/Credits">many other contributors</a>.<br />'.
|
||||||
'<a href="http://docs.moodle.org/en/License">GNU Public License</a>';
|
'<a href="http://docs.moodle.org/en/License">GNU Public License</a>';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue