From a6c2c1e44434ce8ec55e45fa8e3baa0ef40851e9 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+studip@gmail.com>
Date: Thu, 14 Nov 2024 22:04:00 +0100
Subject: [PATCH] remove license from doc block

---
 app/controllers/my_courses.php | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/app/controllers/my_courses.php b/app/controllers/my_courses.php
index 187d6c6e438..7c2e503ed37 100644
--- a/app/controllers/my_courses.php
+++ b/app/controllers/my_courses.php
@@ -3,20 +3,6 @@
  * 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