From da9bddbeeba570e11ab06b3c5d932d2d22bb4b13 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Sun, 16 Feb 2014 12:00:56 +1300 Subject: [PATCH] MDL-44182 mod_survey: unified @package use --- mod/survey/backup/moodle1/lib.php | 3 +-- mod/survey/backup/moodle2/backup_survey_stepslib.php | 6 +++--- .../backup/moodle2/restore_survey_activity_task.class.php | 6 +++--- mod/survey/backup/moodle2/restore_survey_stepslib.php | 6 +++--- mod/survey/download.php | 2 +- mod/survey/lang/en/survey.php | 2 +- mod/survey/lib.php | 2 +- mod/survey/report.php | 2 +- mod/survey/save.php | 2 +- mod/survey/version.php | 3 +-- mod/survey/view.php | 2 +- 11 files changed, 17 insertions(+), 19 deletions(-) diff --git a/mod/survey/backup/moodle1/lib.php b/mod/survey/backup/moodle1/lib.php index 75340cbff9c..7b5f79bab0d 100644 --- a/mod/survey/backup/moodle1/lib.php +++ b/mod/survey/backup/moodle1/lib.php @@ -18,8 +18,7 @@ /** * Provides support for the conversion of moodle1 backup to the moodle2 format * - * @package mod - * @subpackage survey + * @package mod_survey * @copyright 2011 Rossiani Wijaya * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/mod/survey/backup/moodle2/backup_survey_stepslib.php b/mod/survey/backup/moodle2/backup_survey_stepslib.php index 6fb9e22a3b1..ef042d702c7 100644 --- a/mod/survey/backup/moodle2/backup_survey_stepslib.php +++ b/mod/survey/backup/moodle2/backup_survey_stepslib.php @@ -16,10 +16,10 @@ // along with Moodle. If not, see . /** - * @package moodlecore + * @package mod_survey * @subpackage backup-moodle2 - * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ /** diff --git a/mod/survey/backup/moodle2/restore_survey_activity_task.class.php b/mod/survey/backup/moodle2/restore_survey_activity_task.class.php index de499617add..ab5984c08f6 100644 --- a/mod/survey/backup/moodle2/restore_survey_activity_task.class.php +++ b/mod/survey/backup/moodle2/restore_survey_activity_task.class.php @@ -16,10 +16,10 @@ // along with Moodle. If not, see . /** - * @package moodlecore + * @package mod_survey * @subpackage backup-moodle2 - * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); diff --git a/mod/survey/backup/moodle2/restore_survey_stepslib.php b/mod/survey/backup/moodle2/restore_survey_stepslib.php index 1d77d152ed3..823b765f384 100644 --- a/mod/survey/backup/moodle2/restore_survey_stepslib.php +++ b/mod/survey/backup/moodle2/restore_survey_stepslib.php @@ -16,10 +16,10 @@ // along with Moodle. If not, see . /** - * @package moodlecore + * @package mod_survey * @subpackage backup-moodle2 - * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ /** diff --git a/mod/survey/download.php b/mod/survey/download.php index 8d2a23613ff..1b81d0eb384 100644 --- a/mod/survey/download.php +++ b/mod/survey/download.php @@ -19,7 +19,7 @@ * This file is responsible for producing the downloadable versions of a survey * module. * - * @package mod-survey + * @package mod_survey * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/mod/survey/lang/en/survey.php b/mod/survey/lang/en/survey.php index 505d72514b3..c6b2244ca71 100644 --- a/mod/survey/lang/en/survey.php +++ b/mod/survey/lang/en/survey.php @@ -18,7 +18,7 @@ /** * Strings for component 'survey', language 'en', branch 'MOODLE_20_STABLE' * - * @package survey + * @package mod_survey * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/mod/survey/lib.php b/mod/survey/lib.php index f146bf48ef7..9b765f10a54 100644 --- a/mod/survey/lib.php +++ b/mod/survey/lib.php @@ -16,7 +16,7 @@ // along with Moodle. If not, see . /** - * @package mod-survey + * @package mod_survey * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/mod/survey/report.php b/mod/survey/report.php index f52f8a1aa14..cda5f20acea 100644 --- a/mod/survey/report.php +++ b/mod/survey/report.php @@ -18,7 +18,7 @@ /** * This file is responsible for producing the survey reports * - * @package mod-survey + * @package mod_survey * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/mod/survey/save.php b/mod/survey/save.php index 736509bee63..0a61ec775f6 100644 --- a/mod/survey/save.php +++ b/mod/survey/save.php @@ -19,7 +19,7 @@ * This file is responsible for saving the results of a users survey and displaying * the final message. * - * @package mod-survey + * @package mod_survey * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/mod/survey/version.php b/mod/survey/version.php index f25761fb1bb..989ab780fc0 100644 --- a/mod/survey/version.php +++ b/mod/survey/version.php @@ -17,8 +17,7 @@ /** * Version information * - * @package mod - * @subpackage survey + * @package mod_survey * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/mod/survey/view.php b/mod/survey/view.php index 7e24047d1fa..07b4a694041 100644 --- a/mod/survey/view.php +++ b/mod/survey/view.php @@ -18,7 +18,7 @@ /** * This file is responsible for displaying the survey * - * @package mod-survey + * @package mod_survey * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -- 2.43.0