From 9fdab2fe73b74b616b2e84ebbfb8e5b55af92fa2 Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Tue, 2 Aug 2011 13:51:15 +0800 Subject: [PATCH 1/2] MDL-28565 General - updated License and Credits links to docs.moodle.org/dev/License and docs.moodle.org/dev/Credits --- admin/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/index.php b/admin/index.php index 77c04045995..89dc8e43172 100644 --- a/admin/index.php +++ b/admin/index.php @@ -121,7 +121,7 @@ if (!core_tables_exist()) { echo $OUTPUT->box($copyrightnotice, 'copyrightnotice'); echo '
'; $continue = new single_button(new moodle_url('/admin/index.php', array('lang'=>$CFG->lang, 'agreelicense'=>1)), get_string('continue'), 'get'); - echo $OUTPUT->confirm(get_string('doyouagree'), $continue, "http://docs.moodle.org/en/License"); + echo $OUTPUT->confirm(get_string('doyouagree'), $continue, "http://docs.moodle.org/dev/License"); echo $OUTPUT->footer(); die; } @@ -455,8 +455,8 @@ if (!empty($CFG->maintenance_enabled)) { $copyrighttext = 'Moodle '. ''.$CFG->release.'
'. 'Copyright © 1999 onwards, Martin Dougiamas
'. - 'and many other contributors.
'. - 'GNU Public License'; + 'and many other contributors.
'. + 'GNU Public License'; echo $OUTPUT->box($copyrighttext, 'copyright'); ////////////////////////////////////////////////////////////////////////////////////////////////// From e637e76a2593f27b9d8676d88243ff14ecd9c78e Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Mon, 8 Aug 2011 17:10:32 +0800 Subject: [PATCH 2/2] MDL-28565 General - updated lang files License link to docs.moodle.org/dev/License --- lang/en/moodle.org.php | 2 +- lang/en/moodle.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en/moodle.org.php b/lang/en/moodle.org.php index ab06c920874..a5526cedc51 100644 --- a/lang/en/moodle.org.php +++ b/lang/en/moodle.org.php @@ -76,7 +76,7 @@ $string['downloadcore'] = 'Our main method of distribution is via these standard $string['downloadcoretitle'] = 'Standard Moodle packages'; $string['downloadcvs'] = 'Another way to get the core source code is by using CVS to connect directly to one of our mirrors of the code repository used by Moodle developers. This makes upgrading very easy, even if you have made local changes to the source code.'; $string['downloadcvstitle'] = 'Moodle via CVS'; -$string['downloadintro'] = 'Moodle is open source under the GPL licence. Everything we produce is available for you to download and use for free.'; +$string['downloadintro'] = 'Moodle is open source under the GPL licence. Everything we produce is available for you to download and use for free.'; $string['downloadlang'] = 'In current versions of Moodle, adding support for new languages has been automated from the administration menu within your site. However, for some older versions of Moodle, new language packs need to be downloaded manually.'; $string['downloadlangtitle'] = 'Language packs'; $string['downloadlogotitle'] = 'Moodle logos'; diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 50f5ebccd28..07bb2e914e1 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -735,7 +735,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Moodle License information page for full details: -http://docs.moodle.org/en/License'; +http://docs.moodle.org/dev/License'; $string['gpllicense'] = 'GPL license'; $string['gpl3'] = 'Copyright (C) 1999 onwards Martin Dougiamas (http://moodle.com) @@ -749,7 +749,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Moodle License information page for full details: -http://docs.moodle.org/en/License'; +http://docs.moodle.org/dev/License'; $string['grade'] = 'Grade'; $string['grades'] = 'Grades'; $string['group'] = 'Group';