From 57d8aa1c4a38b71f4d8e96ff6ced48358c4fb9b5 Mon Sep 17 00:00:00 2001
From: Marvin Gottowik <marvingottowik@web.de>
Date: Wed, 18 Dec 2024 11:08:00 +0100
Subject: [PATCH] finally update check for proper license in the CI

---
 do-copyright.py | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/do-copyright.py b/do-copyright.py
index 3aff3bf32..d9fe8ffc7 100755
--- a/do-copyright.py
+++ b/do-copyright.py
@@ -3,9 +3,8 @@
 #
 # (c) Copyright 2020 CORSIKA Project, corsika-project@lists.kit.edu
 #
-# This software is distributed under the terms of the GNU General Public
-# Licence version 3 (GPL Version 3). See file LICENSE for a full version of
-# the license.
+# This software is distributed under the terms of the 3-clause BSD license.
+# See file LICENSE for a full version of the license.
 #
 
 """
@@ -27,9 +26,8 @@ import re
 text = """/*
  * (c) Copyright YEAR CORSIKA Project, corsika-project@lists.kit.edu
  *
- * This software is distributed under the terms of the GNU General Public
- * Licence version 3 (GPL Version 3). See file LICENSE for a full version of
- * the license.
+ * This software is distributed under the terms of the 3-clause BSD license.
+ * See file LICENSE for a full version of the license.
  */\n
 """
 
-- 
GitLab