From 035f5f56d84aaf4c136cf64ffe7f0f74443c0570 Mon Sep 17 00:00:00 2001
From: Soeren Peters <peters@irmb.tu-bs.de>
Date: Wed, 6 Dec 2023 18:14:46 +0000
Subject: [PATCH] Add more header.

---
 CMake/3rd/vtk.cmake         |  2 +-
 CMake/ProjectSettings.cmake | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/CMake/3rd/vtk.cmake b/CMake/3rd/vtk.cmake
index d5a4ad94c..bfc408ed0 100644
--- a/CMake/3rd/vtk.cmake
+++ b/CMake/3rd/vtk.cmake
@@ -26,7 +26,7 @@
 #  You should have received a copy of the GNU General Public License along
 #  with VirtualFluids (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>.
 # 
-# ########################################################################
+# #######################################################################################
 # VTK_DIR needs to bet set to the VTK build directory in the config file.
 # #######################################################################################
 find_package(VTK REQUIRED)
diff --git a/CMake/ProjectSettings.cmake b/CMake/ProjectSettings.cmake
index 7df381928..315f2e130 100644
--- a/CMake/ProjectSettings.cmake
+++ b/CMake/ProjectSettings.cmake
@@ -1,3 +1,31 @@
+# #######################################################################################
+# ____          ____    __    ______     __________   __      __       __        __
+# \    \       |    |  |  |  |   _   \  |___    ___| |  |    |  |     /  \      |  |
+#  \    \      |    |  |  |  |  |_)   |     |  |     |  |    |  |    /    \     |  |
+#   \    \     |    |  |  |  |   _   /      |  |     |  |    |  |   /  /\  \    |  |
+#    \    \    |    |  |  |  |  | \  \      |  |     |   \__/   |  /  ____  \   |  |____
+#     \    \   |    |  |__|  |__|  \__\     |__|      \________/  /__/    \__\  |_______|
+#      \    \  |    |   ________________________________________________________________
+#       \    \ |    |  |  ______________________________________________________________|
+#        \    \|    |  |  |         __          __     __     __     ______      _______
+#         \         |  |  |_____   |  |        |  |   |  |   |  |   |   _  \    /  _____)
+#          \        |  |   _____|  |  |        |  |   |  |   |  |   |  | \  \   \_______
+#           \       |  |  |        |  |_____   |   \_/   |   |  |   |  |_/  /    _____  |
+#            \ _____|  |__|        |________|   \_______/    |__|   |______/    (_______/
+#
+#  This file is part of VirtualFluids. VirtualFluids 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 3 of
+#  the License, or (at your option) any later version.
+#
+#  VirtualFluids 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 VirtualFluids (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>.
+# #######################################################################################
 include(CMake/compilerflags/CompilerWarnings.cmake)
 include(CMake/compilerflags/CompilerOptions.cmake)
 include(CMakePrintHelpers)
-- 
GitLab