diff --git a/initial_sizing/src/initialSizing.cpp b/initial_sizing/src/initialSizing.cpp
index 2590e157e40b4f099e2235fefd630800388a556c..9221d1914438174dc4a085b84bfdb8de19ff4a2b 100644
--- a/initial_sizing/src/initialSizing.cpp
+++ b/initial_sizing/src/initialSizing.cpp
@@ -1,20 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO 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.
-
-    UNICADO 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.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * 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
+ * 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/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
  * \file initialSizing.cpp
  * \author Sara Hijazi
  * \brief Base module for initial sizing
diff --git a/initial_sizing/src/main.cpp b/initial_sizing/src/main.cpp
index 7a4d0a0bb546f28933fdba21061c4e741c412f02..d7ae116b882a615a0ae84c1b099bafaf8323fd53 100644
--- a/initial_sizing/src/main.cpp
+++ b/initial_sizing/src/main.cpp
@@ -1,19 +1,24 @@
-/*  Copyright (C) 2008-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO 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.
-
-    UNICADO 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 UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * 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
+ * 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/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
 /** \mainpage initialSizing
 * The program sizes the aircraft and estimates a required wing loading and thrust-to-weight ratio.
diff --git a/initial_sizing/src/maininitialSizing.cpp b/initial_sizing/src/maininitialSizing.cpp
index 003a200b1313730a84a44ed3befebf08c4eec3fb..95518ebc4e8dd8b35b9bc4d21262de07af457e15 100644
--- a/initial_sizing/src/maininitialSizing.cpp
+++ b/initial_sizing/src/maininitialSizing.cpp
@@ -1,11 +1,23 @@
-/**
- * \file mainInitialSizing.cpp
- * \author Sara Hijazi
- * \brief main file for initial sizing
- * \version 0.1
- * \date 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
  *
- * @copyright Copyright (c) 2023
+ * Copyright (C) 2024 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * 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
+ * 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/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
 
 #include "toolinfo.h"
diff --git a/initial_sizing/src/taw/TawInitialSizingConfig.cpp b/initial_sizing/src/taw/TawInitialSizingConfig.cpp
index a4c9f9feb8dd2ee7b3fd0fec490fb0e00191b0ee..3e573d06a2f915d538f39fa4b792fdbcaae4801f 100644
--- a/initial_sizing/src/taw/TawInitialSizingConfig.cpp
+++ b/initial_sizing/src/taw/TawInitialSizingConfig.cpp
@@ -1,20 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO 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.
-
-    UNICADO 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.
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * 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
+ * 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/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
 
-    You should have received a copy of the GNU General Public License
-    along with UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
  * \file TawInitialSizingConfig.cpp
  * \author Sara Hijazi (hijazi@ifb.uni-stuttgart.de)
  * \brief initial sizing class for reading from initialSizing_conf.xml 
diff --git a/initial_sizing/src/taw/TawInitialSizingIOData.cpp b/initial_sizing/src/taw/TawInitialSizingIOData.cpp
index 54f5ac5d89ff5d6c9f9320987fecd9ff7bd5cc3c..8bb41bec9348cc94d596234d54ce299792826443 100644
--- a/initial_sizing/src/taw/TawInitialSizingIOData.cpp
+++ b/initial_sizing/src/taw/TawInitialSizingIOData.cpp
@@ -1,20 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO 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.
-
-    UNICADO 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 UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * 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
+ * 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/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
  * \file TawInitialSizingIOData.cpp
  * \author Sara Hijazi (hijazi@ifb.uni-stuttgart.de)
  * \brief IO Data (data + configuration) for TAW intial sizing 
diff --git a/initial_sizing/src/taw/analytical/TawAnalytical.cpp b/initial_sizing/src/taw/analytical/TawAnalytical.cpp
index 598cfc96e13b5b115e7ae0b4d91569f2c850956a..8e194e862214afef00dcddbe8fc865fe0243a119 100644
--- a/initial_sizing/src/taw/analytical/TawAnalytical.cpp
+++ b/initial_sizing/src/taw/analytical/TawAnalytical.cpp
@@ -1,20 +1,25 @@
-/*  Copyright (C) 2011-2022 Institute of Aerospace Systems, RWTH Aachen University - All rights reserved.
-    This file is part of UNICADO.
-
-    UNICADO 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.
-
-    UNICADO 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 UNICADO.  If not, see <http://www.gnu.org/licenses/>.
-*/
-/**
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * 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
+ * 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/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
+ */
+
  * \file TawAnalytical.cpp
  * \author Sara Hijazi
  * \brief Tube and Wing Analytical Strategy
diff --git a/initial_sizing/src/taw/analytical/TawAnalyticalPlot.cpp b/initial_sizing/src/taw/analytical/TawAnalyticalPlot.cpp
index 13f0f4245285f9bf6acb068b4622c9ab41458970..16500668a38f2bba423d846a9616dc263c6f8ec4 100644
--- a/initial_sizing/src/taw/analytical/TawAnalyticalPlot.cpp
+++ b/initial_sizing/src/taw/analytical/TawAnalyticalPlot.cpp
@@ -1,13 +1,25 @@
-/**
- * \file TawAnalyticalReport.cpp
- * \author Sara Hijazi
- * \brief Initial sizing report implementation (html and tex)
- * \version 0.1
- * \date 2023-05-19
- * 
- * @copyright Copyright (c) 2023
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * 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
+ * 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/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "TawAnalytical.h"
 #include "../../toolinfo.h"
 #include <vector>
diff --git a/initial_sizing/src/taw/analytical/TawAnalyticalReport.cpp b/initial_sizing/src/taw/analytical/TawAnalyticalReport.cpp
index 59669f38a23d1e2af958af2d24f02447b0decea2..d8b1bee039a6901c91c30f06842e1d3b0d1b3f3d 100644
--- a/initial_sizing/src/taw/analytical/TawAnalyticalReport.cpp
+++ b/initial_sizing/src/taw/analytical/TawAnalyticalReport.cpp
@@ -1,13 +1,25 @@
-/**
- * \file TawAnalyticalReport.cpp
- * \author Sara Hijazi
- * \brief Initial sizing report implementation (html and tex)
- * \version 0.1
- * \date 2023-05-19
- * 
- * @copyright Copyright (c) 2023
- * 
+/*
+ * UNICADO - UNIversity Conceptual Aircraft Design and Optimization
+ *
+ * Copyright (C) 2024 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * 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
+ * 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/>.
+ *
+ * Description:
+ * This file is part of UNICADO.
  */
+
 #include "TawAnalytical.h"
 #include "../../toolinfo.h"
 #include <vector>