mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-24090 fixed package info and added proper dates and authors in class copyrights
This commit is contained in:
parent
3fac763e5f
commit
d32fb55027
1 changed files with 8 additions and 8 deletions
|
@ -36,9 +36,9 @@ define('UPGRADE_LOG_ERROR', 2);
|
||||||
/**
|
/**
|
||||||
* Exception indicating unknown error during upgrade.
|
* Exception indicating unknown error during upgrade.
|
||||||
*
|
*
|
||||||
* @package moodlecore
|
* @package core
|
||||||
* @subpackage upgrade
|
* @subpackage upgrade
|
||||||
* @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com)
|
* @copyright 2009 Petr Skoda {@link http://skodak.org}
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
*/
|
*/
|
||||||
class upgrade_exception extends moodle_exception {
|
class upgrade_exception extends moodle_exception {
|
||||||
|
@ -52,9 +52,9 @@ class upgrade_exception extends moodle_exception {
|
||||||
/**
|
/**
|
||||||
* Exception indicating downgrade error during upgrade.
|
* Exception indicating downgrade error during upgrade.
|
||||||
*
|
*
|
||||||
* @package moodlecore
|
* @package core
|
||||||
* @subpackage upgrade
|
* @subpackage upgrade
|
||||||
* @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com)
|
* @copyright 2009 Petr Skoda {@link http://skodak.org}
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
*/
|
*/
|
||||||
class downgrade_exception extends moodle_exception {
|
class downgrade_exception extends moodle_exception {
|
||||||
|
@ -67,9 +67,9 @@ class downgrade_exception extends moodle_exception {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package moodlecore
|
* @package core
|
||||||
* @subpackage upgrade
|
* @subpackage upgrade
|
||||||
* @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com)
|
* @copyright 2009 Petr Skoda {@link http://skodak.org}
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
*/
|
*/
|
||||||
class upgrade_requires_exception extends moodle_exception {
|
class upgrade_requires_exception extends moodle_exception {
|
||||||
|
@ -85,9 +85,9 @@ class upgrade_requires_exception extends moodle_exception {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package moodlecore
|
* @package core
|
||||||
* @subpackage upgrade
|
* @subpackage upgrade
|
||||||
* @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com)
|
* @copyright 2009 Petr Skoda {@link http://skodak.org}
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
*/
|
*/
|
||||||
class plugin_defective_exception extends moodle_exception {
|
class plugin_defective_exception extends moodle_exception {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue