From 707f4136c1beb515561b016c004b07dcfebd7963 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 17 Sep 2010 11:51:49 +0000 Subject: [PATCH] fixed phpdocs package and improved author link --- cohort/assign.php | 4 ++-- cohort/edit.php | 4 ++-- cohort/edit_form.php | 4 ++-- cohort/index.php | 4 ++-- cohort/lib.php | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cohort/assign.php b/cohort/assign.php index 020687d7486..adbc9121886 100644 --- a/cohort/assign.php +++ b/cohort/assign.php @@ -18,9 +18,9 @@ /** * Cohort related management functions, this file needs to be included manually. * - * @package moodlecore + * @package core * @subpackage cohort - * @copyright 2010 Petr Skoda (info@skodak.org) + * @copyright 2010 Petr Skoda {@link http://skodak.org} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/cohort/edit.php b/cohort/edit.php index d901575ce60..5fc63b6fccb 100644 --- a/cohort/edit.php +++ b/cohort/edit.php @@ -19,9 +19,9 @@ /** * Cohort related management functions, this file needs to be included manually. * - * @package moodlecore + * @package core * @subpackage cohort - * @copyright 2010 Petr Skoda (info@skodak.org) + * @copyright 2010 Petr Skoda {@link http://skodak.org} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/cohort/edit_form.php b/cohort/edit_form.php index 886c6ecf3cf..fe3f35754f0 100644 --- a/cohort/edit_form.php +++ b/cohort/edit_form.php @@ -18,9 +18,9 @@ /** * Cohort related management functions, this file needs to be included manually. * - * @package moodlecore + * @package core * @subpackage cohort - * @copyright 2010 Petr Skoda (info@skodak.org) + * @copyright 2010 Petr Skoda {@link http://skodak.org} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/cohort/index.php b/cohort/index.php index 0f7d2fa0fbd..4f1bd2e6275 100644 --- a/cohort/index.php +++ b/cohort/index.php @@ -18,9 +18,9 @@ /** * Cohort related management functions, this file needs to be included manually. * - * @package moodlecore + * @package core * @subpackage cohort - * @copyright 2010 Petr Skoda (info@skodak.org) + * @copyright 2010 Petr Skoda {@link http://skodak.org} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/cohort/lib.php b/cohort/lib.php index 26d993df57a..1b89be32a4d 100644 --- a/cohort/lib.php +++ b/cohort/lib.php @@ -18,9 +18,9 @@ /** * Cohort related management functions, this file needs to be included manually. * - * @package moodlecore + * @package core * @subpackage cohort - * @copyright 2010 Petr Skoda (info@skodak.org) + * @copyright 2010 Petr Skoda {@link http://skodak.org} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -- 2.43.0