From 5c5bdaf2a3e2b99d227814a7a340c349d8075979 Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Thu, 26 Sep 2024 11:36:08 -0700 Subject: [PATCH] updates copyright annotations in source files. i'm dropping the year info from the copyright. it's unnecessary. this code has always, and will always, "belong to" the regents. --- ajax.php | 2 +- classes/task/ilios_sync_task.php | 4 ++-- db/access.php | 2 +- db/tasks.php | 2 +- db/uninstall.php | 2 +- edit.php | 2 +- edit_form.php | 4 ++-- lang/en/enrol_ilios.php | 2 +- lang/en_us/enrol_ilios.php | 2 +- lib.php | 2 +- settings.php | 2 +- version.php | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ajax.php b/ajax.php index 6976244..170d72d 100644 --- a/ajax.php +++ b/ajax.php @@ -22,7 +22,7 @@ * * @package enrol_ilios * @author Carson Tam - * @copyright 2017 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/classes/task/ilios_sync_task.php b/classes/task/ilios_sync_task.php index b223d52..b73feb4 100644 --- a/classes/task/ilios_sync_task.php +++ b/classes/task/ilios_sync_task.php @@ -18,7 +18,7 @@ * Scheduled task for processing Ilios enrolments. * * @package enrol_ilios - * @copyright 2018 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -31,7 +31,7 @@ * Simple task to run sync enrolments. * * @package enrol_ilios - * @copyright 2018 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class ilios_sync_task extends scheduled_task { diff --git a/db/access.php b/db/access.php index 2cea578..29482bb 100644 --- a/db/access.php +++ b/db/access.php @@ -19,7 +19,7 @@ * * @package enrol_ilios * @author Carson Tam - * @copyright 2017 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/db/tasks.php b/db/tasks.php index d464419..277b753 100644 --- a/db/tasks.php +++ b/db/tasks.php @@ -18,7 +18,7 @@ * Definition of Ilios enrolment scheduled tasks. * * @package enrol_ilios - * @copyright 2018 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/db/uninstall.php b/db/uninstall.php index 4af99f8..cf682f6 100644 --- a/db/uninstall.php +++ b/db/uninstall.php @@ -19,7 +19,7 @@ * * @package enrol_ilios * @author Carson Tam - * @copyright 2017 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/edit.php b/edit.php index 6a670fc..e3d580d 100644 --- a/edit.php +++ b/edit.php @@ -19,7 +19,7 @@ * * @package enrol_ilios * @author Carson Tam - * @copyright 2017 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/edit_form.php b/edit_form.php index 72b853f..31e8b88 100644 --- a/edit_form.php +++ b/edit_form.php @@ -19,7 +19,7 @@ * * @package enrol_ilios * @author Carson Tam - * @copyright 2017 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -36,7 +36,7 @@ * * @package enrol_ilios * @author Carson Tam - * @copyright 2017 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class enrol_ilios_edit_form extends moodleform { diff --git a/lang/en/enrol_ilios.php b/lang/en/enrol_ilios.php index f741967..e457001 100644 --- a/lang/en/enrol_ilios.php +++ b/lang/en/enrol_ilios.php @@ -19,7 +19,7 @@ * * @package enrol_ilios * @author Carson Tam - * @copyright 2017 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/lang/en_us/enrol_ilios.php b/lang/en_us/enrol_ilios.php index a7e93ec..232db70 100644 --- a/lang/en_us/enrol_ilios.php +++ b/lang/en_us/enrol_ilios.php @@ -19,7 +19,7 @@ * * @package enrol_ilios * @author Carson Tam - * @copyright 2017 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/lib.php b/lib.php index d4d267d..9dc4187 100644 --- a/lib.php +++ b/lib.php @@ -19,7 +19,7 @@ * * @package enrol_ilios * @author Carson Tam - * @copyright 2017 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/settings.php b/settings.php index fbb6e55..89d1e1c 100644 --- a/settings.php +++ b/settings.php @@ -19,7 +19,7 @@ * * @package enrol_ilios * @author Carson Tam - * @copyright 2017 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/version.php b/version.php index 51b9c58..a0a00cd 100644 --- a/version.php +++ b/version.php @@ -19,7 +19,7 @@ * * @package enrol_ilios * @author Carson Tam - * @copyright 2017 The Regents of the University of California + * @copyright The Regents of the University of California * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */