From 903fab77890a8e30c32be3b77643858f69d61199 Mon Sep 17 00:00:00 2001 From: Friederike Schwager <schwager@cil.rwth-aachen.de> Date: Thu, 18 Jul 2019 11:31:50 +0200 Subject: [PATCH] change header --- forward_form.php | 4 ++-- shared/statistic.js | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/forward_form.php b/forward_form.php index 88ea4da..2315554 100644 --- a/forward_form.php +++ b/forward_form.php @@ -15,8 +15,8 @@ // along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** * @package mod_pdfannotator - * @copyright 2018 RWTH Aachen (see README.md) - * @author Anna Heynkes + * @copyright 2019 RWTH Aachen (see README.md) + * @author Friederike Schwager * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * */ diff --git a/shared/statistic.js b/shared/statistic.js index 79da48a..8d69dfe 100644 --- a/shared/statistic.js +++ b/shared/statistic.js @@ -1,7 +1,8 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. +/** + * @package mod_pdfannotator + * @copyright 2018 RWTH Aachen, Friederike Schwager (see README.md) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * */ // R: The first parameter has to be Y, because it is a default YUI-object (demanded by moodle). -- GitLab