From ca0447b286ea62cb973cd554c06fa213a0679d15 Mon Sep 17 00:00:00 2001 From: Elke Kreim <elke.kreim@hs-hannover.de> Date: Fri, 13 Sep 2024 16:15:55 +0200 Subject: [PATCH] Add author information --- db/access.php | 2 +- lang/en/local_hshexport.php | 2 +- settings.php | 2 +- version.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/db/access.php b/db/access.php index 5469eeb..6c292e3 100644 --- a/db/access.php +++ b/db/access.php @@ -19,7 +19,7 @@ * * @package local_hshexport * @category access - * @copyright 2024 Your Name <you@example.com> + * @copyright 2024 Elke Kreim elke.kreim@hs-hannover.de * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/lang/en/local_hshexport.php b/lang/en/local_hshexport.php index 4e82fa2..fbfd144 100644 --- a/lang/en/local_hshexport.php +++ b/lang/en/local_hshexport.php @@ -19,7 +19,7 @@ * * @package local_hshexport * @category string - * @copyright 2024 Your Name <you@example.com> + * @copyright 2024 Elke Kreim elke.kreim@hs-hannover.de * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/settings.php b/settings.php index 9355188..57f1e21 100644 --- a/settings.php +++ b/settings.php @@ -19,7 +19,7 @@ * * @package local_hshexport * @category admin - * @copyright 2024 Your Name <you@example.com> + * @copyright 2024 Elke Kreim elke.kreim@hs-hannover.de * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/version.php b/version.php index 1ec95e5..ff0f1c5 100644 --- a/version.php +++ b/version.php @@ -18,7 +18,7 @@ * Plugin version and other meta-data are defined here. * * @package local_hshexport - * @copyright 2024 Your Name <you@example.com> + * @copyright 2024 Elke Kreim elke.kreim@hs-hannover.de * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -- GitLab