Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Happy new year!
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Jan 7, 2015
1 parent 27a9906 commit ab6205a
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions backup/moodle2/backup_newmodule_activity_task.class.php
Expand Up @@ -19,7 +19,7 @@
*
* @package mod_newmodule
* @category backup
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -32,7 +32,7 @@
*
* @package mod_newmodule
* @category backup
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class backup_newmodule_activity_task extends backup_activity_task {
Expand Down
4 changes: 2 additions & 2 deletions backup/moodle2/backup_newmodule_stepslib.php
Expand Up @@ -19,7 +19,7 @@
*
* @package mod_newmodule
* @category backup
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -30,7 +30,7 @@
*
* @package mod_newmodule
* @category backup
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class backup_newmodule_activity_structure_step extends backup_activity_structure_step {
Expand Down
4 changes: 2 additions & 2 deletions backup/moodle2/restore_newmodule_activity_task.class.php
Expand Up @@ -19,7 +19,7 @@
*
* @package mod_newmodule
* @category backup
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -34,7 +34,7 @@
*
* @package mod_newmodule
* @category backup
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class restore_newmodule_activity_task extends restore_activity_task {
Expand Down
4 changes: 2 additions & 2 deletions backup/moodle2/restore_newmodule_stepslib.php
Expand Up @@ -19,7 +19,7 @@
*
* @package mod_newmodule
* @category backup
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -28,7 +28,7 @@
*
* @package mod_newmodule
* @category backup
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class restore_newmodule_activity_structure_step extends restore_activity_structure_step {
Expand Down
4 changes: 2 additions & 2 deletions classes/event/course_module_instance_list_viewed.php
Expand Up @@ -18,7 +18,7 @@
* The mod_newmodule instance list viewed event.
*
* @package mod_newmodule
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -30,7 +30,7 @@
* The mod_newmodule instance list viewed event class.
*
* @package mod_newmodule
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class course_module_instance_list_viewed extends \core\event\course_module_instance_list_viewed {
Expand Down
4 changes: 2 additions & 2 deletions classes/event/course_module_viewed.php
Expand Up @@ -18,7 +18,7 @@
* Defines the view event.
*
* @package mod_newmodule
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -33,7 +33,7 @@
* override methods get_url() and get_legacy_log_data(), too.
*
* @package mod_newmodule
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class course_module_viewed extends \core\event\course_module_viewed {
Expand Down
2 changes: 1 addition & 1 deletion db/access.php
Expand Up @@ -40,7 +40,7 @@
* The variable name for the capability definitions array is $capabilities
*
* @package mod_newmodule
* @copyright 2011 Your Name
* @copyright 2015 Your Name
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
2 changes: 1 addition & 1 deletion db/install.php
Expand Up @@ -21,7 +21,7 @@
* lib.php/modulename_install() post installation hook and partially defaults.php.
*
* @package mod_newmodule
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
2 changes: 1 addition & 1 deletion db/uninstall.php
Expand Up @@ -20,7 +20,7 @@
* @see uninstall_plugin()
*
* @package mod_newmodule
* @copyright 2011 Your Name <your@email.adress>
* @copyright 2015 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
2 changes: 1 addition & 1 deletion db/upgrade.php
Expand Up @@ -25,7 +25,7 @@
* here will all be database-neutral, using the functions defined in DLL libraries.
*
* @package mod_newmodule
* @copyright 2011 Your Name
* @copyright 2015 Your Name
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
2 changes: 1 addition & 1 deletion grade.php
Expand Up @@ -19,7 +19,7 @@
*
* @package mod_newmodule
* @category grade
* @copyright 2011 Your Name
* @copyright 2015 Your Name
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -21,7 +21,7 @@
* if you like, and it can span multiple lines.
*
* @package mod_newmodule
* @copyright 2011 Your Name
* @copyright 2015 Your Name
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
2 changes: 1 addition & 1 deletion lang/en/newmodule.php
Expand Up @@ -22,7 +22,7 @@
* if you like, and it can span multiple lines.
*
* @package mod_newmodule
* @copyright 2011 Your Name
* @copyright 2015 Your Name
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
2 changes: 1 addition & 1 deletion lib.php
Expand Up @@ -25,7 +25,7 @@
* Moodle is performing actions across all modules.
*
* @package mod_newmodule
* @copyright 2011 Your Name
* @copyright 2015 Your Name
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
2 changes: 1 addition & 1 deletion locallib.php
Expand Up @@ -21,7 +21,7 @@
* logic, should go here. Never include this file from your lib.php!
*
* @package mod_newmodule
* @copyright 2011 Your Name
* @copyright 2015 Your Name
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
4 changes: 2 additions & 2 deletions mod_form.php
Expand Up @@ -21,7 +21,7 @@
* visit: http://docs.moodle.org/en/Development:lib/formslib.php
*
* @package mod_newmodule
* @copyright 2011 Your Name
* @copyright 2015 Your Name
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -33,7 +33,7 @@
* Module instance settings form
*
* @package mod_newmodule
* @copyright 2011 Your Name
* @copyright 2015 Your Name
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class mod_newmodule_mod_form extends moodleform_mod {
Expand Down
2 changes: 1 addition & 1 deletion version.php
Expand Up @@ -21,7 +21,7 @@
* See https://docs.moodle.org/dev/version.php for more info.
*
* @package mod_newmodule
* @copyright 2011 Your Name <your@email.address>
* @copyright 2015 Your Name <your@email.address>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
2 changes: 1 addition & 1 deletion view.php
Expand Up @@ -21,7 +21,7 @@
* if you like, and it can span multiple lines.
*
* @package mod_newmodule
* @copyright 2011 Your Name
* @copyright 2015 Your Name
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down

0 comments on commit ab6205a

Please sign in to comment.