From 30f407643da62934d68f6d1f2716d08079161908 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Thu, 14 Nov 2024 22:09:22 +0100 Subject: [PATCH] revert --- app/controllers/my_courses.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/controllers/my_courses.php b/app/controllers/my_courses.php index 7c2e503ed37..187d6c6e438 100644 --- a/app/controllers/my_courses.php +++ b/app/controllers/my_courses.php @@ -3,6 +3,20 @@ * my_courses.php - Controller for user and seminar related * pages under "Meine Veranstaltungen" * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * * @author Jan-Hendrik Willms <tleilax+studip@gmail.com> * @author David Siegfried <david@ds-labs.de> * @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2 or later -- GitLab