From 039fb6f68270d367b58d76e7d953c8acf2a0f8e2 Mon Sep 17 00:00:00 2001
From: Marvin Gottowik <marvingottowik@web.de>
Date: Tue, 17 Dec 2024 15:45:52 +0100
Subject: [PATCH] also cmake files

---
 CMakeLists.txt               | 5 ++---
 cmake/FindCONEX.cmake        | 5 ++---
 cmake/FindPhysUnits.cmake    | 5 ++---
 cmake/FindPythia8.cmake      | 5 ++---
 cmake/FindSphinx.cmake       | 5 ++---
 cmake/corsikaConfig.cmake.in | 5 ++---
 cmake/corsikaDefines.cmake   | 5 ++---
 cmake/corsikaUtilities.cmake | 5 ++---
 8 files changed, 16 insertions(+), 24 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b782156f3..aa0b3aa48 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,9 +3,8 @@
 #
 # See file AUTHORS for a list of contributors.
 #
-# 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.
 #
 
 cmake_minimum_required (VERSION 3.9)
diff --git a/cmake/FindCONEX.cmake b/cmake/FindCONEX.cmake
index b55793223..77ebd8377 100644
--- a/cmake/FindCONEX.cmake
+++ b/cmake/FindCONEX.cmake
@@ -3,9 +3,8 @@
 #
 # See file AUTHORS for a list of contributors.
 #
-# 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.
 #
 
 # - find Conex
diff --git a/cmake/FindPhysUnits.cmake b/cmake/FindPhysUnits.cmake
index 20fa1aaa4..d645af7c2 100644
--- a/cmake/FindPhysUnits.cmake
+++ b/cmake/FindPhysUnits.cmake
@@ -3,9 +3,8 @@
 #
 # See file AUTHORS for a list of contributors.
 #
-# 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.
 #
 
 add_library (PhysUnits INTERFACE)
diff --git a/cmake/FindPythia8.cmake b/cmake/FindPythia8.cmake
index cbd3e75ee..7e6592c06 100644
--- a/cmake/FindPythia8.cmake
+++ b/cmake/FindPythia8.cmake
@@ -3,9 +3,8 @@
 #
 # See file AUTHORS for a list of contributors.
 #
-# 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.
 #
 
 #################################################
diff --git a/cmake/FindSphinx.cmake b/cmake/FindSphinx.cmake
index 62825ee4c..5083b74da 100644
--- a/cmake/FindSphinx.cmake
+++ b/cmake/FindSphinx.cmake
@@ -3,9 +3,8 @@
 #
 # See file AUTHORS for a list of contributors.
 #
-# 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.
 #
 
 # Look for an executable called sphinx-build
diff --git a/cmake/corsikaConfig.cmake.in b/cmake/corsikaConfig.cmake.in
index 743e529eb..34ba7d199 100644
--- a/cmake/corsikaConfig.cmake.in
+++ b/cmake/corsikaConfig.cmake.in
@@ -3,9 +3,8 @@
 #
 # See file AUTHORS for a list of contributors.
 #
-# 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.
 #
 
 set (CORSIKA8_VERSION @c8_version@)
diff --git a/cmake/corsikaDefines.cmake b/cmake/corsikaDefines.cmake
index 57673ca03..ecc5bbd81 100644
--- a/cmake/corsikaDefines.cmake
+++ b/cmake/corsikaDefines.cmake
@@ -3,9 +3,8 @@
 #
 # See file AUTHORS for a list of contributors.
 #
-# 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.
 #
 
 
diff --git a/cmake/corsikaUtilities.cmake b/cmake/corsikaUtilities.cmake
index d9fd9f2e8..39b31e692 100644
--- a/cmake/corsikaUtilities.cmake
+++ b/cmake/corsikaUtilities.cmake
@@ -3,9 +3,8 @@
 #
 # See file AUTHORS for a list of contributors.
 #
-# 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.
 #
 
 #################################################
-- 
GitLab