Changed PHPDocs and added date to the copyright to match Moodle coding guidelines

This commit is contained in:
Mark Nelson 2013-07-22 13:06:18 +08:00
parent b0ad1ff25b
commit 5203d81980
40 changed files with 78 additions and 118 deletions

View file

@ -1,5 +1,4 @@
<?php
// This file is part of the customcert module for Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
@ -13,13 +12,13 @@
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Definition of sub-plugins.
*
* @package mod_customcert
* @copyright Mark Nelson <markn@moodle.com>
* @copyright 2013 Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/