MDL-44155 mod_feedback: unified @package use

This commit is contained in:
Sam Hemelryk 2014-02-14 17:01:49 +13:00
parent 692d247a3a
commit 9714baa1bb
40 changed files with 40 additions and 42 deletions

View file

@ -19,7 +19,7 @@
* *
* @copyright Andreas Grabs * @copyright Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
if (!defined('AJAX_SCRIPT')) { if (!defined('AJAX_SCRIPT')) {

View file

@ -19,7 +19,7 @@
* *
* @copyright Andreas Grabs * @copyright Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -17,8 +17,7 @@
/** /**
* Provides support for the conversion of moodle1 backup to the moodle2 format * Provides support for the conversion of moodle1 backup to the moodle2 format
* *
* @package mod * @package mod_feedback
* @subpackage feedback
* @copyright 2011 Rossiani Wijaya <rwijaya@moodle.com> * @copyright 2011 Rossiani Wijaya <rwijaya@moodle.com>
* @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
*/ */

View file

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/** /**
* @package moodlecore * @package mod_feedback
* @subpackage backup-moodle2 * @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @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

View file

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/** /**
* @package moodlecore * @package mod_feedback
* @subpackage backup-moodle2 * @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @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

View file

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/** /**
* @package moodlecore * @package mod_feedback
* @subpackage backup-moodle2 * @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @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

View file

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/** /**
* @package moodlecore * @package mod_feedback
* @subpackage backup-moodle2 * @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @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

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
//This file can be deleted //This file can be deleted

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -17,7 +17,7 @@
/** /**
* Defines message providers (types of messages being sent) * Defines message providers (types of messages being sent)
* *
* @package mod-feedback * @package mod_feedback
* @copyright 2010 onwards Aparup Banerjee http://moodle.com * @copyright 2010 onwards Aparup Banerjee http://moodle.com
* @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
*/ */

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
//It must be included from a Moodle page //It must be included from a Moodle page

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
//It must be included from a Moodle page //It must be included from a Moodle page

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
//It must be included from a Moodle page //It must be included from a Moodle page

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once('../../config.php'); require_once('../../config.php');

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
//It must be included from a Moodle page //It must be included from a Moodle page

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
//It must be included from a Moodle page //It must be included from a Moodle page

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -17,7 +17,7 @@
/** /**
* Strings for component 'feedback', language 'en', branch 'MOODLE_20_STABLE' * Strings for component 'feedback', language 'en', branch 'MOODLE_20_STABLE'
* *
* @package feedback * @package mod_feedback
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @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
*/ */

View file

@ -18,7 +18,7 @@
* Library of functions and constants for module feedback * Library of functions and constants for module feedback
* includes the main-part of feedback-functions * includes the main-part of feedback-functions
* *
* @package mod-feedback * @package mod_feedback
* @copyright Andreas Grabs * @copyright Andreas Grabs
* @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
*/ */

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
//It must be included from a Moodle page //It must be included from a Moodle page

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
defined('MOODLE_INTERNAL') OR die('not allowed'); defined('MOODLE_INTERNAL') OR die('not allowed');

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
if (!defined('MOODLE_INTERNAL')) { if (!defined('MOODLE_INTERNAL')) {

View file

@ -17,8 +17,7 @@
/** /**
* Feedback version information * Feedback version information
* *
* @package mod * @package mod_feedback
* @subpackage feedback
* @author Andreas Grabs * @author Andreas Grabs
* @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
*/ */

View file

@ -19,7 +19,7 @@
* *
* @author Andreas Grabs * @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback * @package mod_feedback
*/ */
require_once("../../config.php"); require_once("../../config.php");
require_once("lib.php"); require_once("lib.php");