diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 3e7b54bcbe..6bae98ca0b 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,8 +1,12 @@
##
# CMakeLists.txt
#
-# Copyright (C) 2001-2023 Daniel Horn, pyramid3d, Stephen G. Tuggy,
-# Benjamen R. Meyer, and other Vega Strike contributors
+# Vega Strike - Space Simulation, Combat and Trading
+# Copyright (C) 2001-2025 The Vega Strike Contributors:
+# Creator: Daniel Horn
+# Original development team: As listed in the AUTHORS file
+# Current development team: Roy Falk, Benjamen R. Meyer, Stephen G. Tuggy
+#
#
# https://github.com/vegastrike/Vega-Strike-Engine-Source
#
@@ -10,16 +14,16 @@
#
# Vega Strike 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
+# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Vega Strike 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
+# 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 Vega Strike. If not, see .
+# along with Vega Strike. If not, see .
#
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
index e694498c63..5f9826f75f 100644
--- a/doc/man/CMakeLists.txt
+++ b/doc/man/CMakeLists.txt
@@ -1,8 +1,12 @@
##
# CMakeLists.txt
#
-# Copyright (C) 2001-2023 Daniel Horn, pyramid3d, Stephen G. Tuggy,
-# Benjamen R. Meyer, and other Vega Strike contributors
+# Vega Strike - Space Simulation, Combat and Trading
+# Copyright (C) 2001-2025 The Vega Strike Contributors:
+# Creator: Daniel Horn
+# Original development team: As listed in the AUTHORS file
+# Current development team: Roy Falk, Benjamen R. Meyer, Stephen G. Tuggy
+#
#
# https://github.com/vegastrike/Vega-Strike-Engine-Source
#
@@ -10,16 +14,16 @@
#
# Vega Strike 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
+# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Vega Strike 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
+# 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 Vega Strike. If not, see .
+# along with Vega Strike. If not, see .
#
diff --git a/engine/CMakeLists.txt b/engine/CMakeLists.txt
index 9cd66fe607..a5e7cea18c 100644
--- a/engine/CMakeLists.txt
+++ b/engine/CMakeLists.txt
@@ -1,17 +1,12 @@
-#====================================
-# @file : CMakeLists.txt
-# @brief : cmake configuration file for VegaStrike
-#====================================
-# create a build directory somewhere outside of this source tree
-# > cd .. && mkdir build && cd build
-# run > cmake
-# run > make
-# to change build target (in Release, RelWithDebInfo, Debug, Profiler)
-# > cmake -DCMAKE_BUILD_TYPE=Debug
-#====================================
-# Copyright (C) 2001-2025 safemode, Anth0rx, pyramid, Roy Falk,
-# Nachum Barcohen, Rune Morling, Stephen G. Tuggy, Benjamen Meyer, s0600204,
-# Evert Vorster, and other Vega Strike contributors.
+##
+# CMakeLists.txt
+#
+# Vega Strike - Space Simulation, Combat and Trading
+# Copyright (C) 2001-2025 The Vega Strike Contributors:
+# Creator: Daniel Horn
+# Original development team: As listed in the AUTHORS file
+# Current development team: Roy Falk, Benjamen R. Meyer, Stephen G. Tuggy
+#
#
# https://github.com/vegastrike/Vega-Strike-Engine-Source
#
@@ -24,11 +19,12 @@
#
# Vega Strike 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
+# 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 Vega Strike. If not, see .
+# along with Vega Strike. If not, see .
+#
MESSAGE("PROCESSING DIRECTORY: ${CMAKE_CURRENT_SOURCE_DIR}")
diff --git a/engine/objconv/CMakeLists.txt b/engine/objconv/CMakeLists.txt
index 2deb9bc89e..acbc0a8246 100644
--- a/engine/objconv/CMakeLists.txt
+++ b/engine/objconv/CMakeLists.txt
@@ -1,8 +1,12 @@
##
# CMakeLists.txt
#
-# Copyright (C) 2001-2023 Daniel Horn, pyramid3d, Stephen G. Tuggy,
-# Benjamen R. Meyer, and other Vega Strike contributors
+# Vega Strike - Space Simulation, Combat and Trading
+# Copyright (C) 2001-2025 The Vega Strike Contributors:
+# Creator: Daniel Horn
+# Original development team: As listed in the AUTHORS file
+# Current development team: Roy Falk, Benjamen R. Meyer, Stephen G. Tuggy
+#
#
# https://github.com/vegastrike/Vega-Strike-Engine-Source
#
@@ -10,16 +14,16 @@
#
# Vega Strike 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
+# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Vega Strike 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
+# 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 Vega Strike. If not, see .
+# along with Vega Strike. If not, see .
#
diff --git a/engine/objconv/mesher/CMakeLists.txt b/engine/objconv/mesher/CMakeLists.txt
index cad1a3579c..8187bfa100 100644
--- a/engine/objconv/mesher/CMakeLists.txt
+++ b/engine/objconv/mesher/CMakeLists.txt
@@ -1,8 +1,12 @@
##
# CMakeLists.txt
#
-# Copyright (C) 2001-2023 Daniel Horn, pyramid3d, Stephen G. Tuggy,
-# Benjamen R. Meyer, and other Vega Strike contributors
+# Vega Strike - Space Simulation, Combat and Trading
+# Copyright (C) 2001-2025 The Vega Strike Contributors:
+# Creator: Daniel Horn
+# Original development team: As listed in the AUTHORS file
+# Current development team: Roy Falk, Benjamen R. Meyer, Stephen G. Tuggy
+#
#
# https://github.com/vegastrike/Vega-Strike-Engine-Source
#
@@ -10,16 +14,16 @@
#
# Vega Strike 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
+# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Vega Strike 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
+# 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 Vega Strike. If not, see .
+# along with Vega Strike. If not, see .
#
FIND_PACKAGE(EXPAT REQUIRED)
diff --git a/engine/setup/CMakeLists.txt b/engine/setup/CMakeLists.txt
index fbcb998f1f..7147809dde 100644
--- a/engine/setup/CMakeLists.txt
+++ b/engine/setup/CMakeLists.txt
@@ -1,8 +1,12 @@
##
# CMakeLists.txt
#
-# Copyright (C) 2001-2025 Daniel Horn, pyramid3d, Stephen G. Tuggy,
-# Benjamen R. Meyer, and other Vega Strike contributors
+# Vega Strike - Space Simulation, Combat and Trading
+# Copyright (C) 2001-2025 The Vega Strike Contributors:
+# Creator: Daniel Horn
+# Original development team: As listed in the AUTHORS file
+# Current development team: Roy Falk, Benjamen R. Meyer, Stephen G. Tuggy
+#
#
# https://github.com/vegastrike/Vega-Strike-Engine-Source
#
@@ -15,11 +19,11 @@
#
# Vega Strike 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
+# 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 Vega Strike. If not, see .
+# along with Vega Strike. If not, see .
#
CMAKE_MINIMUM_REQUIRED(VERSION 3.21 FATAL_ERROR)