diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18051f02709a781993ad7532fc0a032623cfcd0d..bd2b494217a6456f5c47e25bc88a7cf1682041c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,6 @@
-# Setup the pipeline for deploying the project homepage
-# Copyright (c) UNICADO 2023
+# UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+#
+# Copyright (C) 2025 UNICADO consortium
 #
 # 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
@@ -8,11 +9,14 @@
 #
 # 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
+# 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, see <https://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
+#
+# Description:
+# This file is part of UNICADO.
 
 # === Configure pipeline ===
 # This section defines the stages of the pipeline: build and deploy
diff --git a/CODEOWNERS b/CODEOWNERS
index 425e67995c72b2f2d0193c771622ec8671f8fcc9..1d9c80075ed1462469f5954eb2ad669546372aa7 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -1,5 +1,5 @@
 # Repository-specific code ownership
-  *                           @unicado-consortium/tum   @unicado-consortium/tuhh    @unicado-consortium/tub-fmra
+  *                           @kbistreck
 
 # File-specific code ownership
 .gitattributes                @Florian.Schueltke
diff --git a/LICENSE b/LICENSE
index fedde47f2c4f323fa7801b3ad1d6b97ae5ba19cd..e06ae69696acc3a0209f8fb93f7e4203fd960279 100644
--- a/LICENSE
+++ b/LICENSE
@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 
     <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) 2024  Kristina Mazur
+    Copyright (C) 2025 UNICADO consortium
 
     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
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
   If the program does terminal interaction, make it output a short
 notice like this when it starts in an interactive mode:
 
-    <program>  Copyright (C) 2024  Kristina Mazur
+    <program>  Copyright (C) 2025 UNICADO consortium
     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.