From 7bf1ad3bddc33aefa548d6b6711cb0800d300da5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= <j.schmoelder@fz-juelich.de>
Date: Tue, 20 Aug 2024 15:29:17 +0200
Subject: [PATCH 1/2] Remove years from copyright notice in files

Fixes #170
---
 CMakeLists.txt                                |  4 ++--
 LICENSE.txt                                   | 20 +++++++++++++++++++
 cmake/Modules/FindCADET.cmake                 |  4 ++--
 cmake/Modules/FindSUNDIALS.cmake              |  4 ++--
 cmake/Modules/FindSuperLU.cmake               |  4 ++--
 cmake/Modules/FindUMFPACK.cmake               |  4 ++--
 cmake/Modules/MatlabTBBversion.cpp            |  4 ++--
 doc/developer_guide/TemplateBinding.cpp       |  4 ++--
 include/ad/setfad.hpp                         |  2 +-
 include/ad/sfad-common.hpp                    |  2 +-
 include/ad/sfad.hpp                           |  2 +-
 include/cadet/Exceptions.hpp                  |  4 ++--
 include/cadet/ExternalFunction.hpp            |  4 ++--
 include/cadet/FactoryFuncs.hpp                |  4 ++--
 include/cadet/HashUtil.hpp                    |  4 ++--
 include/cadet/InletProfile.hpp                |  4 ++--
 include/cadet/LibExportImport.hpp             |  4 ++--
 include/cadet/LibVersionInfo.hpp              |  4 ++--
 include/cadet/Logging.hpp                     |  4 ++--
 include/cadet/Model.hpp                       |  4 ++--
 include/cadet/ModelBuilder.hpp                |  4 ++--
 include/cadet/ModelSystem.hpp                 |  4 ++--
 include/cadet/Notification.hpp                |  4 ++--
 include/cadet/ParameterId.hpp                 |  4 ++--
 include/cadet/ParameterProvider.hpp           |  4 ++--
 include/cadet/Simulator.hpp                   |  4 ++--
 include/cadet/SolutionExporter.hpp            |  4 ++--
 include/cadet/SolutionRecorder.hpp            |  4 ++--
 include/cadet/StringUtil.hpp                  |  4 ++--
 include/cadet/StrongTypes.hpp                 |  4 ++--
 include/cadet/cadet.h                         |  4 ++--
 include/cadet/cadet.hpp                       |  4 ++--
 include/common/CompilerSpecific.hpp           |  4 ++--
 include/common/Driver.hpp                     |  4 ++--
 include/common/JsonParameterProvider.hpp      |  4 ++--
 include/common/Logger.hpp                     |  4 ++--
 include/common/LoggerBase.hpp                 |  4 ++--
 include/common/OrderingConverter.hpp          |  4 ++--
 include/common/ParameterProviderImpl.hpp      |  4 ++--
 include/common/SolutionRecorderImpl.hpp       |  4 ++--
 include/common/TclapUtils.hpp                 |  8 ++++----
 include/common/Timer.hpp                      |  4 ++--
 include/io/FileIO.hpp                         |  4 ++--
 include/io/IOException.hpp                    |  4 ++--
 include/io/hdf5/HDF5Base.hpp                  |  4 ++--
 include/io/hdf5/HDF5Reader.hpp                |  4 ++--
 include/io/hdf5/HDF5Writer.hpp                |  4 ++--
 include/io/xml/XMLBase.hpp                    |  4 ++--
 include/io/xml/XMLReader.hpp                  |  4 ++--
 include/io/xml/XMLWriter.hpp                  |  4 ++--
 src/build-tools/CMakeLists.txt                |  4 ++--
 src/build-tools/templateCodeGen.cpp           |  4 ++--
 src/cadet-cli/CMakeLists.txt                  |  4 ++--
 src/cadet-cli/Logging.hpp                     |  4 ++--
 src/cadet-cli/ProgressBar.cpp                 |  4 ++--
 src/cadet-cli/ProgressBar.hpp                 |  4 ++--
 src/cadet-cli/SignalHandler.cpp               |  4 ++--
 src/cadet-cli/SignalHandler.hpp               |  4 ++--
 src/cadet-cli/cadet-cli.cpp                   |  4 ++--
 src/io/FileIO.cpp                             |  4 ++--
 src/io/JsonParameterProvider.cpp              |  4 ++--
 src/libcadet/AdUtils.cpp                      |  4 ++--
 src/libcadet/AdUtils.hpp                      |  4 ++--
 src/libcadet/AutoDiff.cpp                     |  4 ++--
 src/libcadet/AutoDiff.hpp                     |  4 ++--
 src/libcadet/Benchmark.hpp                    |  4 ++--
 src/libcadet/BindingModelFactory.cpp          |  4 ++--
 src/libcadet/BindingModelFactory.hpp          |  4 ++--
 src/libcadet/CMakeLists.txt                   | 10 +++++-----
 src/libcadet/CompileTimeConfig.hpp.in         |  4 ++--
 src/libcadet/ConfigurationHelper.hpp          |  4 ++--
 src/libcadet/FactoryFuncs.cpp                 |  4 ++--
 src/libcadet/LapackInterface.hpp              |  4 ++--
 src/libcadet/LocalVector.hpp                  |  4 ++--
 src/libcadet/Logging.cpp                      |  4 ++--
 src/libcadet/Logging.hpp                      |  4 ++--
 src/libcadet/LoggingUtils.hpp                 |  4 ++--
 src/libcadet/MathUtil.hpp                     |  4 ++--
 src/libcadet/Memory.hpp                       |  4 ++--
 src/libcadet/ModelBuilderImpl.cpp             |  4 ++--
 src/libcadet/ModelBuilderImpl.hpp             |  4 ++--
 src/libcadet/ParallelSupport.hpp              |  4 ++--
 src/libcadet/ParamIdUtil.hpp                  |  4 ++--
 src/libcadet/ParamReaderHelper.hpp            |  4 ++--
 src/libcadet/ParamReaderScopes.hpp            |  4 ++--
 src/libcadet/ParameterDependenceFactory.cpp   |  4 ++--
 src/libcadet/ParameterDependenceFactory.hpp   |  4 ++--
 src/libcadet/ReactionModelFactory.cpp         |  4 ++--
 src/libcadet/ReactionModelFactory.hpp         |  4 ++--
 src/libcadet/SensParamUtil.hpp                |  4 ++--
 src/libcadet/SimulatableModel.hpp             |  4 ++--
 src/libcadet/SimulationTypes.hpp              |  4 ++--
 src/libcadet/SimulatorImpl.cpp                |  4 ++--
 src/libcadet/SimulatorImpl.hpp                |  4 ++--
 src/libcadet/SlicedVector.hpp                 |  4 ++--
 src/libcadet/Stencil.hpp                      |  4 ++--
 src/libcadet/SundialsVector.hpp               |  4 ++--
 src/libcadet/VersionInfo.cpp.in               |  4 ++--
 src/libcadet/Weno.cpp                         |  4 ++--
 src/libcadet/Weno.hpp                         |  4 ++--
 src/libcadet/api/CAPIv1.cpp                   |  4 ++--
 src/libcadet/graph/GraphAlgos.cpp             |  4 ++--
 src/libcadet/graph/GraphAlgos.hpp             |  4 ++--
 src/libcadet/linalg/ActiveDenseMatrix.hpp     |  4 ++--
 src/libcadet/linalg/BandMatrix.cpp            |  4 ++--
 src/libcadet/linalg/BandMatrix.hpp            |  4 ++--
 .../linalg/CompressedSparseMatrix.cpp         |  4 ++--
 .../linalg/CompressedSparseMatrix.hpp         |  4 ++--
 src/libcadet/linalg/DenseMatrix.cpp           |  4 ++--
 src/libcadet/linalg/DenseMatrix.hpp           |  4 ++--
 src/libcadet/linalg/EigenSolverWrapper.cpp    |  4 ++--
 src/libcadet/linalg/EigenSolverWrapper.hpp    |  4 ++--
 src/libcadet/linalg/Gmres.cpp                 |  4 ++--
 src/libcadet/linalg/Gmres.hpp                 |  4 ++--
 src/libcadet/linalg/Norms.hpp                 |  4 ++--
 src/libcadet/linalg/SparseMatrix.cpp          |  4 ++--
 src/libcadet/linalg/SparseMatrix.hpp          |  4 ++--
 .../linalg/SparseSolverInterface.hpp.in       |  4 ++--
 src/libcadet/linalg/Subset.hpp                |  4 ++--
 src/libcadet/linalg/SuperLUSparseMatrix.cpp   |  4 ++--
 src/libcadet/linalg/SuperLUSparseMatrix.hpp   |  4 ++--
 src/libcadet/linalg/UMFPackSparseMatrix.cpp   |  4 ++--
 src/libcadet/linalg/UMFPackSparseMatrix.hpp   |  4 ++--
 src/libcadet/model/BindingModel.hpp           |  4 ++--
 .../model/ExternalFunctionSupport.hpp         |  4 ++--
 .../GeneralRateModel-InitialConditions.cpp    |  4 ++--
 .../model/GeneralRateModel-LinearSolver.cpp   |  4 ++--
 src/libcadet/model/GeneralRateModel.cpp       |  4 ++--
 src/libcadet/model/GeneralRateModel.hpp       |  4 ++--
 .../GeneralRateModel2D-InitialConditions.cpp  |  4 ++--
 .../model/GeneralRateModel2D-LinearSolver.cpp |  4 ++--
 src/libcadet/model/GeneralRateModel2D.cpp     |  4 ++--
 src/libcadet/model/GeneralRateModel2D.hpp     |  4 ++--
 .../GeneralRateModelDG-InitialConditions.cpp  |  4 ++--
 .../model/GeneralRateModelDG-LinearSolver.cpp |  4 ++--
 src/libcadet/model/GeneralRateModelDG.cpp     |  4 ++--
 src/libcadet/model/GeneralRateModelDG.hpp     |  4 ++--
 src/libcadet/model/InletModel.cpp             |  4 ++--
 src/libcadet/model/InletModel.hpp             |  4 ++--
 ...edRateModelWithPores-InitialConditions.cpp |  4 ++--
 .../LumpedRateModelWithPores-LinearSolver.cpp |  4 ++--
 .../model/LumpedRateModelWithPores.cpp        |  4 ++--
 .../model/LumpedRateModelWithPores.hpp        |  4 ++--
 ...RateModelWithPoresDG-InitialConditions.cpp |  4 ++--
 ...umpedRateModelWithPoresDG-LinearSolver.cpp |  4 ++--
 .../model/LumpedRateModelWithPoresDG.cpp      |  4 ++--
 .../model/LumpedRateModelWithPoresDG.hpp      |  6 +++---
 .../model/LumpedRateModelWithoutPores.cpp     |  4 ++--
 .../model/LumpedRateModelWithoutPores.hpp     |  4 ++--
 .../model/LumpedRateModelWithoutPoresDG.cpp   |  4 ++--
 .../model/LumpedRateModelWithoutPoresDG.hpp   |  4 ++--
 src/libcadet/model/ModelSystemImpl-Helper.hpp |  4 ++--
 .../ModelSystemImpl-InitialConditions.cpp     |  4 ++--
 .../model/ModelSystemImpl-LinearSolver.cpp    |  4 ++--
 .../model/ModelSystemImpl-Residual.cpp        |  4 ++--
 src/libcadet/model/ModelSystemImpl.cpp        |  4 ++--
 src/libcadet/model/ModelSystemImpl.hpp        |  4 ++--
 src/libcadet/model/ModelUtils.hpp             |  4 ++--
 ...hannelTransportModel-InitialConditions.cpp |  4 ++--
 ...ultiChannelTransportModel-LinearSolver.cpp |  4 ++--
 .../model/MultiChannelTransportModel.cpp      |  4 ++--
 .../model/MultiChannelTransportModel.hpp      |  4 ++--
 src/libcadet/model/OutletModel.cpp            |  4 ++--
 src/libcadet/model/OutletModel.hpp            |  4 ++--
 src/libcadet/model/ParameterDependence.hpp    |  4 ++--
 src/libcadet/model/ParameterMultiplexing.cpp  |  4 ++--
 src/libcadet/model/ParameterMultiplexing.hpp  |  4 ++--
 src/libcadet/model/Parameters.hpp             |  4 ++--
 src/libcadet/model/ReactionModel.hpp          |  4 ++--
 src/libcadet/model/StirredTankModel.cpp       |  4 ++--
 src/libcadet/model/StirredTankModel.hpp       |  4 ++--
 src/libcadet/model/UnitOperation.hpp          |  4 ++--
 src/libcadet/model/UnitOperationBase.cpp      |  4 ++--
 src/libcadet/model/UnitOperationBase.hpp      |  4 ++--
 .../model/binding/AntiLangmuirBinding.cpp     |  4 ++--
 .../model/binding/BiLangmuirBinding.cpp       |  4 ++--
 .../model/binding/BiLangmuirLDFBinding.cpp    |  4 ++--
 .../binding/BiStericMassActionBinding.cpp     |  4 ++--
 .../model/binding/BindingModelBase.cpp        |  4 ++--
 .../model/binding/BindingModelBase.hpp        |  4 ++--
 .../model/binding/BindingModelMacros.hpp      |  4 ++--
 .../model/binding/ColloidalBinding.cpp        |  4 ++--
 src/libcadet/model/binding/DummyBinding.cpp   |  4 ++--
 ...dedMobilePhaseModulatorLangmuirBinding.cpp |  4 ++--
 .../binding/ExternalFunctionTemplate.cpp      |  4 ++--
 .../model/binding/FreundlichLDFBinding.cpp    |  4 ++--
 .../binding/GeneralizedIonExchangeBinding.cpp |  4 ++--
 .../HICConstantWaterActivityBinding.cpp       |  4 ++--
 .../HICWaterOnHydrophobicSurfacesBinding.cpp  |  4 ++--
 .../model/binding/KumarLangmuirBinding.cpp    |  4 ++--
 .../model/binding/LangmuirBinding.cpp         |  4 ++--
 .../model/binding/LangmuirLDFBinding.cpp      |  4 ++--
 .../model/binding/LangmuirLDFCBinding.cpp     |  4 ++--
 src/libcadet/model/binding/LinearBinding.cpp  |  4 ++--
 .../MobilePhaseModulatorLangmuirBinding.cpp   |  4 ++--
 .../MultiComponentSpreadingBinding.cpp        |  4 ++--
 .../MultiStateStericMassActionBinding.cpp     |  4 ++--
 .../model/binding/RefConcentrationSupport.hpp |  4 ++--
 src/libcadet/model/binding/SaskaBinding.cpp   |  4 ++--
 .../model/binding/SelfAssociationBinding.cpp  |  4 ++--
 ...ifiedMultiStateStericMassActionBinding.cpp |  4 ++--
 ...ifiedMultiStateStericMassActionBinding.hpp |  4 ++--
 .../model/binding/StericMassActionBinding.cpp |  4 ++--
 .../LinearInterpolationExternalFunction.cpp   |  4 ++--
 .../PiecewiseCubicPolyExternalFunction.cpp    |  4 ++--
 .../model/inlet/PiecewiseCubicPoly.cpp        |  4 ++--
 .../paramdep/DummyParameterDependence.cpp     |  4 ++--
 .../paramdep/IdentityParameterDependence.cpp  |  4 ++--
 .../LiquidSaltSolidParameterDependence.cpp    |  4 ++--
 .../paramdep/ParameterDependenceBase.cpp      |  4 ++--
 .../paramdep/ParameterDependenceBase.hpp      |  4 ++--
 .../paramdep/PowerLawParameterDependence.cpp  |  4 ++--
 .../parts/AxialConvectionDispersionKernel.cpp |  4 ++--
 .../parts/AxialConvectionDispersionKernel.hpp |  4 ++--
 .../model/parts/BindingCellKernel.hpp         |  4 ++--
 .../parts/ConvectionDispersionOperator.cpp    |  4 ++--
 .../parts/ConvectionDispersionOperator.hpp    |  4 ++--
 .../parts/ConvectionDispersionOperatorDG.cpp  |  4 ++--
 .../parts/ConvectionDispersionOperatorDG.hpp  |  4 ++--
 src/libcadet/model/parts/DGToolbox.cpp        |  4 ++--
 src/libcadet/model/parts/DGToolbox.hpp        |  4 ++--
 ...ltiChannelConvectionDispersionOperator.cpp |  4 ++--
 ...ltiChannelConvectionDispersionOperator.hpp |  4 ++--
 .../RadialConvectionDispersionKernel.cpp      |  4 ++--
 .../RadialConvectionDispersionKernel.hpp      |  4 ++--
 ...imensionalConvectionDispersionOperator.cpp |  4 ++--
 ...imensionalConvectionDispersionOperator.hpp |  4 ++--
 src/libcadet/model/reaction/DummyReaction.cpp |  4 ++--
 .../reaction/ExternalFunctionTemplate.cpp     |  4 ++--
 .../model/reaction/MassActionLawReaction.cpp  |  4 ++--
 .../reaction/MichaelisMentenReaction.cpp      |  4 ++--
 .../model/reaction/ReactionModelBase.cpp      |  4 ++--
 .../model/reaction/ReactionModelBase.hpp      |  4 ++--
 .../nonlin/AdaptiveTrustRegionNewton.cpp      |  4 ++--
 .../nonlin/AdaptiveTrustRegionNewton.hpp      |  4 ++--
 src/libcadet/nonlin/CompositeSolver.cpp       |  4 ++--
 src/libcadet/nonlin/CompositeSolver.hpp       |  4 ++--
 src/libcadet/nonlin/LevenbergMarquardt.cpp    |  4 ++--
 src/libcadet/nonlin/LevenbergMarquardt.hpp    |  4 ++--
 src/libcadet/nonlin/Solver.cpp                |  4 ++--
 src/libcadet/nonlin/Solver.hpp                |  4 ++--
 src/tools/CMakeLists.txt                      |  4 ++--
 src/tools/FormatConverter.cpp                 |  4 ++--
 src/tools/FormatConverter.hpp                 |  4 ++--
 src/tools/ToolsHelper.hpp                     |  4 ++--
 src/tools/convertFile.cpp                     |  4 ++--
 src/tools/createConvBenchmark.cpp             |  4 ++--
 src/tools/createLWE.cpp                       |  4 ++--
 src/tools/createMCLin.cpp                     |  4 ++--
 src/tools/createSCLang.cpp                    |  4 ++--
 src/tools/createSCLin.cpp                     |  4 ++--
 src/tools/createSCLinStep.cpp                 |  4 ++--
 test/AD.cpp                                   |  4 ++--
 test/Approx.hpp                               |  4 ++--
 test/BandMatrix.cpp                           |  4 ++--
 test/BindingModelAutoJacobian.cpp             |  4 ++--
 test/BindingModelTests.cpp                    |  4 ++--
 test/BindingModelTests.hpp                    |  4 ++--
 test/BindingModels.cpp                        |  4 ++--
 test/BindingModels.hpp                        |  4 ++--
 test/CMakeLists.txt                           |  4 ++--
 test/CSTR-Residual.cpp                        |  4 ++--
 test/CSTR-Simulation.cpp                      |  4 ++--
 test/CellKernelTests.cpp                      |  4 ++--
 test/ColumnTests.cpp                          |  4 ++--
 test/ColumnTests.hpp                          |  4 ++--
 test/ConvectionDispersionOperator.cpp         |  4 ++--
 test/DenseMatrix.cpp                          |  4 ++--
 test/Dummies.hpp                              |  4 ++--
 test/GeneralRateModel.cpp                     |  4 ++--
 test/GeneralRateModel2D.cpp                   |  4 ++--
 test/GeneralRateModelDG.cpp                   |  4 ++--
 test/Graph.cpp                                |  4 ++--
 test/Histogram.cpp                            |  4 ++--
 test/JacobianHelper.hpp                       |  4 ++--
 test/JsonTestModels.cpp                       |  4 ++--
 test/JsonTestModels.hpp                       |  4 ++--
 test/LogUtils.cpp                             |  4 ++--
 test/LumpedRateModelWithPores.cpp             |  4 ++--
 test/LumpedRateModelWithPoresDG.cpp           |  4 ++--
 test/LumpedRateModelWithoutPores.cpp          |  4 ++--
 test/LumpedRateModelWithoutPoresDG.cpp        |  6 +++---
 test/MatrixHelper.hpp                         |  4 ++--
 test/ModelSystem.cpp                          |  4 ++--
 test/MultiChannelTransportModel.cpp           |  4 ++--
 test/ParamDepTests.cpp                        |  4 ++--
 test/ParamDepTests.hpp                        |  4 ++--
 test/ParameterDependencies.cpp                |  4 ++--
 test/ParameterDependencies.hpp                |  4 ++--
 test/ParticleHelper.cpp                       |  4 ++--
 test/ParticleHelper.hpp                       |  4 ++--
 test/Paths.cpp.in                             |  4 ++--
 test/RadialGeneralRateModel.cpp               |  4 ++--
 test/RadialLumpedRateModelWithPores.cpp       |  4 ++--
 test/RadialLumpedRateModelWithoutPores.cpp    |  4 ++--
 test/ReactionModelTests.cpp                   |  4 ++--
 test/ReactionModelTests.hpp                   |  4 ++--
 test/ReactionModels.cpp                       |  4 ++--
 test/SimHelper.cpp                            |  4 ++--
 test/SimHelper.hpp                            |  4 ++--
 test/SparseFactorizableMatrix.cpp             |  4 ++--
 test/SparseMatrix.cpp                         |  4 ++--
 test/StringHashing.cpp                        |  4 ++--
 test/Subset.cpp                               |  4 ++--
 test/TimeIntegrator.cpp                       |  4 ++--
 test/TimeIntegrator.hpp                       |  4 ++--
 test/TwoDimConvectionDispersionOperator.cpp   |  4 ++--
 test/UnitOperationTests.cpp                   |  4 ++--
 test/UnitOperationTests.hpp                   |  4 ++--
 test/Utils.hpp                                |  4 ++--
 test/testAdaptiveTRNewton.cpp                 |  4 ++--
 test/testLogging.cpp                          |  4 ++--
 test/testRadialKernel.cpp                     |  4 ++--
 test/testRunner.cpp                           |  4 ++--
 test/testSMANonlinearSolve.cpp                |  4 ++--
 315 files changed, 652 insertions(+), 632 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5a0e4bc08..08d129a13 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,8 +1,8 @@
 # =============================================================================
 #  CADET
 #  
-#  Copyright © 2008-2022: The CADET Authors
-#            Please see the AUTHORS and CONTRIBUTORS file.
+#  Copyright © The CADET Authors
+#            Please see the CONTRIBUTORS.md file.
 #  
 #  All rights reserved. This program and the accompanying materials
 #  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/LICENSE.txt b/LICENSE.txt
index a737dcfed..bde692092 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,3 +1,23 @@
+COPYRIGHT AND LICENSE NOTICE
+
+Copyright � 2008-2024: The CADET Authors, please see the CONTRIBUTORS.md file.
+
+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, see below.
+If not, see <https://www.gnu.org/licenses/>.
+
+Except as contained in this notice, the name of a copyright holder shall not be used in advertising
+or otherwise to promote the sale, use, or other dealings in this Software without prior written
+authorization of the copyright holder.
+
+---
 
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
diff --git a/cmake/Modules/FindCADET.cmake b/cmake/Modules/FindCADET.cmake
index 6b9728b79..66b97049e 100644
--- a/cmake/Modules/FindCADET.cmake
+++ b/cmake/Modules/FindCADET.cmake
@@ -1,8 +1,8 @@
 # =============================================================================
 #  CADET
 #  
-#  Copyright © 2008-2024: The CADET Authors
-#            Please see the AUTHORS and CONTRIBUTORS file.
+#  Copyright © The CADET Authors
+#            Please see the CONTRIBUTORS.md file.
 #  
 #  All rights reserved. This program and the accompanying materials
 #  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/cmake/Modules/FindSUNDIALS.cmake b/cmake/Modules/FindSUNDIALS.cmake
index 76d9c4c0b..31630d858 100644
--- a/cmake/Modules/FindSUNDIALS.cmake
+++ b/cmake/Modules/FindSUNDIALS.cmake
@@ -1,8 +1,8 @@
 # =============================================================================
 #  CADET
 #  
-#  Copyright © 2008-2024: The CADET Authors
-#            Please see the AUTHORS and CONTRIBUTORS file.
+#  Copyright © The CADET Authors
+#            Please see the CONTRIBUTORS.md file.
 #  
 #  All rights reserved. This program and the accompanying materials
 #  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/cmake/Modules/FindSuperLU.cmake b/cmake/Modules/FindSuperLU.cmake
index c3df0473f..6f801018f 100644
--- a/cmake/Modules/FindSuperLU.cmake
+++ b/cmake/Modules/FindSuperLU.cmake
@@ -1,8 +1,8 @@
 # =============================================================================
 #  CADET
 #  
-#  Copyright © 2008-2024: The CADET Authors
-#            Please see the AUTHORS and CONTRIBUTORS file.
+#  Copyright © The CADET Authors
+#            Please see the CONTRIBUTORS.md file.
 #  
 #  All rights reserved. This program and the accompanying materials
 #  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/cmake/Modules/FindUMFPACK.cmake b/cmake/Modules/FindUMFPACK.cmake
index 88ea07be9..399755eca 100644
--- a/cmake/Modules/FindUMFPACK.cmake
+++ b/cmake/Modules/FindUMFPACK.cmake
@@ -1,8 +1,8 @@
 # =============================================================================
 #  CADET
 #  
-#  Copyright © 2008-2024: The CADET Authors
-#            Please see the AUTHORS and CONTRIBUTORS file.
+#  Copyright © The CADET Authors
+#            Please see the CONTRIBUTORS.md file.
 #  
 #  All rights reserved. This program and the accompanying materials
 #  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/cmake/Modules/MatlabTBBversion.cpp b/cmake/Modules/MatlabTBBversion.cpp
index eef8c35c0..2a298dbba 100644
--- a/cmake/Modules/MatlabTBBversion.cpp
+++ b/cmake/Modules/MatlabTBBversion.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/doc/developer_guide/TemplateBinding.cpp b/doc/developer_guide/TemplateBinding.cpp
index 1e363ba90..882068e93 100644
--- a/doc/developer_guide/TemplateBinding.cpp
+++ b/doc/developer_guide/TemplateBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/ad/setfad.hpp b/include/ad/setfad.hpp
index 84588ffe8..c89975067 100644
--- a/include/ad/setfad.hpp
+++ b/include/ad/setfad.hpp
@@ -2,7 +2,7 @@
 //  SETFAD - Simple Expression Template Forward Automatic Differentiation
 //  (Part of SFAD library)
 //  
-//  Copyright © 2015-2024: Samuel Leweke¹
+//  Copyright © Samuel Leweke¹
 //	                                 
 //    ¹ Forschungszentrum Juelich GmbH, IBG-1, Juelich, Germany.
 //  
diff --git a/include/ad/sfad-common.hpp b/include/ad/sfad-common.hpp
index f28b36255..a1d69d509 100644
--- a/include/ad/sfad-common.hpp
+++ b/include/ad/sfad-common.hpp
@@ -1,7 +1,7 @@
 // =============================================================================
 //  SFAD - Simple Forward Automatic Differentiation
 //  
-//  Copyright © 2015-2024: Samuel Leweke¹
+//  Copyright © Samuel Leweke¹
 //                                      
 //    ¹ Forschungszentrum Juelich GmbH, IBG-1, Juelich, Germany.
 //  
diff --git a/include/ad/sfad.hpp b/include/ad/sfad.hpp
index 62f29323b..7a6d7896e 100644
--- a/include/ad/sfad.hpp
+++ b/include/ad/sfad.hpp
@@ -1,7 +1,7 @@
 // =============================================================================
 //  SFAD - Simple Forward Automatic Differentiation
 //  
-//  Copyright © 2015-2024: Samuel Leweke¹
+//  Copyright © Samuel Leweke¹
 //                                      
 //    ¹ Forschungszentrum Juelich GmbH, IBG-1, Juelich, Germany.
 //  
diff --git a/include/cadet/Exceptions.hpp b/include/cadet/Exceptions.hpp
index 4ba752d73..a6e66e28a 100644
--- a/include/cadet/Exceptions.hpp
+++ b/include/cadet/Exceptions.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/ExternalFunction.hpp b/include/cadet/ExternalFunction.hpp
index 57fe9d13d..5fe07f413 100644
--- a/include/cadet/ExternalFunction.hpp
+++ b/include/cadet/ExternalFunction.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/FactoryFuncs.hpp b/include/cadet/FactoryFuncs.hpp
index dc48d8113..b7e09c99e 100644
--- a/include/cadet/FactoryFuncs.hpp
+++ b/include/cadet/FactoryFuncs.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/HashUtil.hpp b/include/cadet/HashUtil.hpp
index 116014fa2..6417c7c59 100644
--- a/include/cadet/HashUtil.hpp
+++ b/include/cadet/HashUtil.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/InletProfile.hpp b/include/cadet/InletProfile.hpp
index 066802bbb..358430bbf 100644
--- a/include/cadet/InletProfile.hpp
+++ b/include/cadet/InletProfile.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/LibExportImport.hpp b/include/cadet/LibExportImport.hpp
index 65b7b7b1f..b7da48a3d 100644
--- a/include/cadet/LibExportImport.hpp
+++ b/include/cadet/LibExportImport.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/LibVersionInfo.hpp b/include/cadet/LibVersionInfo.hpp
index dc0b6c4a0..59aceef3e 100644
--- a/include/cadet/LibVersionInfo.hpp
+++ b/include/cadet/LibVersionInfo.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/Logging.hpp b/include/cadet/Logging.hpp
index b19e6b879..37da67935 100644
--- a/include/cadet/Logging.hpp
+++ b/include/cadet/Logging.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/Model.hpp b/include/cadet/Model.hpp
index 1da14bb28..ec84c2164 100644
--- a/include/cadet/Model.hpp
+++ b/include/cadet/Model.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/ModelBuilder.hpp b/include/cadet/ModelBuilder.hpp
index 322bd3142..7ce104611 100644
--- a/include/cadet/ModelBuilder.hpp
+++ b/include/cadet/ModelBuilder.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/ModelSystem.hpp b/include/cadet/ModelSystem.hpp
index ea3a43a1b..f8ec2621e 100644
--- a/include/cadet/ModelSystem.hpp
+++ b/include/cadet/ModelSystem.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/Notification.hpp b/include/cadet/Notification.hpp
index e6728397b..1782031b2 100644
--- a/include/cadet/Notification.hpp
+++ b/include/cadet/Notification.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/ParameterId.hpp b/include/cadet/ParameterId.hpp
index 0bbe8dc43..0cfaebe92 100644
--- a/include/cadet/ParameterId.hpp
+++ b/include/cadet/ParameterId.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/ParameterProvider.hpp b/include/cadet/ParameterProvider.hpp
index bbf6b0475..d9d01711d 100644
--- a/include/cadet/ParameterProvider.hpp
+++ b/include/cadet/ParameterProvider.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/Simulator.hpp b/include/cadet/Simulator.hpp
index acb7ff085..94ccbe216 100644
--- a/include/cadet/Simulator.hpp
+++ b/include/cadet/Simulator.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/SolutionExporter.hpp b/include/cadet/SolutionExporter.hpp
index a8ace414d..ae286b01c 100644
--- a/include/cadet/SolutionExporter.hpp
+++ b/include/cadet/SolutionExporter.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/SolutionRecorder.hpp b/include/cadet/SolutionRecorder.hpp
index e1e24a3da..354711874 100644
--- a/include/cadet/SolutionRecorder.hpp
+++ b/include/cadet/SolutionRecorder.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/StringUtil.hpp b/include/cadet/StringUtil.hpp
index 7508ef24c..1c454a83b 100644
--- a/include/cadet/StringUtil.hpp
+++ b/include/cadet/StringUtil.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/StrongTypes.hpp b/include/cadet/StrongTypes.hpp
index 94ede869f..2c67008c3 100644
--- a/include/cadet/StrongTypes.hpp
+++ b/include/cadet/StrongTypes.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/cadet.h b/include/cadet/cadet.h
index 35c4b4470..0cd88efda 100644
--- a/include/cadet/cadet.h
+++ b/include/cadet/cadet.h
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET - The Chromatography Analysis and Design Toolkit
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/cadet/cadet.hpp b/include/cadet/cadet.hpp
index 858ab7adc..9b3ff2138 100644
--- a/include/cadet/cadet.hpp
+++ b/include/cadet/cadet.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/common/CompilerSpecific.hpp b/include/common/CompilerSpecific.hpp
index afc9c543a..b7856d029 100644
--- a/include/common/CompilerSpecific.hpp
+++ b/include/common/CompilerSpecific.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/common/Driver.hpp b/include/common/Driver.hpp
index ad338d8b0..8c3711147 100644
--- a/include/common/Driver.hpp
+++ b/include/common/Driver.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/common/JsonParameterProvider.hpp b/include/common/JsonParameterProvider.hpp
index 75bbaaa66..d9f3a5959 100644
--- a/include/common/JsonParameterProvider.hpp
+++ b/include/common/JsonParameterProvider.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/common/Logger.hpp b/include/common/Logger.hpp
index 7d59d614b..d7e7963ba 100644
--- a/include/common/Logger.hpp
+++ b/include/common/Logger.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/common/LoggerBase.hpp b/include/common/LoggerBase.hpp
index 628989056..ad67bb3b1 100644
--- a/include/common/LoggerBase.hpp
+++ b/include/common/LoggerBase.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/common/OrderingConverter.hpp b/include/common/OrderingConverter.hpp
index 39ea42fae..2ace9932d 100644
--- a/include/common/OrderingConverter.hpp
+++ b/include/common/OrderingConverter.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/common/ParameterProviderImpl.hpp b/include/common/ParameterProviderImpl.hpp
index 7f445063b..5207e5ef3 100644
--- a/include/common/ParameterProviderImpl.hpp
+++ b/include/common/ParameterProviderImpl.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/common/SolutionRecorderImpl.hpp b/include/common/SolutionRecorderImpl.hpp
index 3f3384b12..b9a64a8c9 100644
--- a/include/common/SolutionRecorderImpl.hpp
+++ b/include/common/SolutionRecorderImpl.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/common/TclapUtils.hpp b/include/common/TclapUtils.hpp
index 7ae61faf2..fd8496ae2 100644
--- a/include/common/TclapUtils.hpp
+++ b/include/common/TclapUtils.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
@@ -40,7 +40,7 @@ namespace TCLAP
 			std::cout << "CADET homepage: <https://cadet.github.io>\n";
 			std::cout << "Fork CADET on GitHub: <https://github.com/cadet/CADET-Core>\n";
 			std::cout << "Report bugs to the issue tracker on GitHub or <cadet@fz-juelich.de>\n";
-			std::cout << "See the accompanying LICENSE.txt, AUTHORS, and CONTRIBUTORS files" << std::endl;
+			std::cout << "See the accompanying LICENSE.txt, CONTRIBUTORS.md files" << std::endl;
 		}
 
 	protected:
@@ -64,7 +64,7 @@ namespace TCLAP
 		    std::cout << "CADET homepage: <https://cadet.github.io>\n";
 		    std::cout << "Fork CADET on GitHub: <https://github.com/cadet/CADET-Core>\n";
 		    std::cout << "Report bugs to the issue tracker on GitHub or <cadet@fz-juelich.de>\n";
-			std::cout << "See the accompanying LICENSE.txt, AUTHORS, and CONTRIBUTORS files" << std::endl;
+			std::cout << "See the accompanying LICENSE.txt, CONTRIBUTORS.md files" << std::endl;
 		}
 
 	protected:
diff --git a/include/common/Timer.hpp b/include/common/Timer.hpp
index 1d6cedb4d..b279417c1 100644
--- a/include/common/Timer.hpp
+++ b/include/common/Timer.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/io/FileIO.hpp b/include/io/FileIO.hpp
index 2bc9dbc52..0b361899d 100644
--- a/include/io/FileIO.hpp
+++ b/include/io/FileIO.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/io/IOException.hpp b/include/io/IOException.hpp
index c5d60a498..0d139ec42 100644
--- a/include/io/IOException.hpp
+++ b/include/io/IOException.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/io/hdf5/HDF5Base.hpp b/include/io/hdf5/HDF5Base.hpp
index 296df85e4..4471ba6ae 100644
--- a/include/io/hdf5/HDF5Base.hpp
+++ b/include/io/hdf5/HDF5Base.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/io/hdf5/HDF5Reader.hpp b/include/io/hdf5/HDF5Reader.hpp
index 5665149c1..5ed5cc9cc 100644
--- a/include/io/hdf5/HDF5Reader.hpp
+++ b/include/io/hdf5/HDF5Reader.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/io/hdf5/HDF5Writer.hpp b/include/io/hdf5/HDF5Writer.hpp
index 96c4c2362..623654a59 100644
--- a/include/io/hdf5/HDF5Writer.hpp
+++ b/include/io/hdf5/HDF5Writer.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/io/xml/XMLBase.hpp b/include/io/xml/XMLBase.hpp
index 29698771e..b686ee74f 100644
--- a/include/io/xml/XMLBase.hpp
+++ b/include/io/xml/XMLBase.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/io/xml/XMLReader.hpp b/include/io/xml/XMLReader.hpp
index b1b529d33..7fecae60c 100644
--- a/include/io/xml/XMLReader.hpp
+++ b/include/io/xml/XMLReader.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/include/io/xml/XMLWriter.hpp b/include/io/xml/XMLWriter.hpp
index c97f99f7a..fd24daa40 100644
--- a/include/io/xml/XMLWriter.hpp
+++ b/include/io/xml/XMLWriter.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/build-tools/CMakeLists.txt b/src/build-tools/CMakeLists.txt
index 17e69cab8..991736fc5 100644
--- a/src/build-tools/CMakeLists.txt
+++ b/src/build-tools/CMakeLists.txt
@@ -1,8 +1,8 @@
 # =============================================================================
 #  CADET
 #  
-#  Copyright © 2008-2024: The CADET Authors
-#            Please see the AUTHORS and CONTRIBUTORS file.
+#  Copyright © The CADET Authors
+#            Please see the CONTRIBUTORS.md file.
 #  
 #  All rights reserved. This program and the accompanying materials
 #  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/build-tools/templateCodeGen.cpp b/src/build-tools/templateCodeGen.cpp
index 0b2f21612..e1cebf7c1 100644
--- a/src/build-tools/templateCodeGen.cpp
+++ b/src/build-tools/templateCodeGen.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/cadet-cli/CMakeLists.txt b/src/cadet-cli/CMakeLists.txt
index d502a9414..ad194315d 100644
--- a/src/cadet-cli/CMakeLists.txt
+++ b/src/cadet-cli/CMakeLists.txt
@@ -1,8 +1,8 @@
 # =============================================================================
 #  CADET
 #  
-#  Copyright © 2008-2024: The CADET Authors
-#            Please see the AUTHORS and CONTRIBUTORS file.
+#  Copyright © The CADET Authors
+#            Please see the CONTRIBUTORS.md file.
 #  
 #  All rights reserved. This program and the accompanying materials
 #  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/cadet-cli/Logging.hpp b/src/cadet-cli/Logging.hpp
index cadf02f94..470af8f51 100644
--- a/src/cadet-cli/Logging.hpp
+++ b/src/cadet-cli/Logging.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/cadet-cli/ProgressBar.cpp b/src/cadet-cli/ProgressBar.cpp
index b761d4dae..2af725f8f 100644
--- a/src/cadet-cli/ProgressBar.cpp
+++ b/src/cadet-cli/ProgressBar.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/cadet-cli/ProgressBar.hpp b/src/cadet-cli/ProgressBar.hpp
index daacd8477..6e27cb896 100644
--- a/src/cadet-cli/ProgressBar.hpp
+++ b/src/cadet-cli/ProgressBar.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/cadet-cli/SignalHandler.cpp b/src/cadet-cli/SignalHandler.cpp
index 6206042c5..149f60e36 100644
--- a/src/cadet-cli/SignalHandler.cpp
+++ b/src/cadet-cli/SignalHandler.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/cadet-cli/SignalHandler.hpp b/src/cadet-cli/SignalHandler.hpp
index 84d15dc20..895766028 100644
--- a/src/cadet-cli/SignalHandler.hpp
+++ b/src/cadet-cli/SignalHandler.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/cadet-cli/cadet-cli.cpp b/src/cadet-cli/cadet-cli.cpp
index 8aa19d998..8011a9981 100644
--- a/src/cadet-cli/cadet-cli.cpp
+++ b/src/cadet-cli/cadet-cli.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/io/FileIO.cpp b/src/io/FileIO.cpp
index e4dc4669f..72503cc94 100644
--- a/src/io/FileIO.cpp
+++ b/src/io/FileIO.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/io/JsonParameterProvider.cpp b/src/io/JsonParameterProvider.cpp
index e54492766..6b9144bbc 100644
--- a/src/io/JsonParameterProvider.cpp
+++ b/src/io/JsonParameterProvider.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/AdUtils.cpp b/src/libcadet/AdUtils.cpp
index edd8986d2..e8919a66d 100644
--- a/src/libcadet/AdUtils.cpp
+++ b/src/libcadet/AdUtils.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/AdUtils.hpp b/src/libcadet/AdUtils.hpp
index 666e14a00..cfd80d311 100644
--- a/src/libcadet/AdUtils.hpp
+++ b/src/libcadet/AdUtils.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/AutoDiff.cpp b/src/libcadet/AutoDiff.cpp
index 6dd62a088..1f5ebb543 100644
--- a/src/libcadet/AutoDiff.cpp
+++ b/src/libcadet/AutoDiff.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/AutoDiff.hpp b/src/libcadet/AutoDiff.hpp
index be4803dbc..8a5e16a11 100644
--- a/src/libcadet/AutoDiff.hpp
+++ b/src/libcadet/AutoDiff.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/Benchmark.hpp b/src/libcadet/Benchmark.hpp
index d189acaa3..c74bb519b 100644
--- a/src/libcadet/Benchmark.hpp
+++ b/src/libcadet/Benchmark.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/BindingModelFactory.cpp b/src/libcadet/BindingModelFactory.cpp
index 04dce1335..d984e3d00 100644
--- a/src/libcadet/BindingModelFactory.cpp
+++ b/src/libcadet/BindingModelFactory.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/BindingModelFactory.hpp b/src/libcadet/BindingModelFactory.hpp
index 1ee2028d5..9d763a29e 100644
--- a/src/libcadet/BindingModelFactory.hpp
+++ b/src/libcadet/BindingModelFactory.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/CMakeLists.txt b/src/libcadet/CMakeLists.txt
index 445697474..c6c415c2b 100644
--- a/src/libcadet/CMakeLists.txt
+++ b/src/libcadet/CMakeLists.txt
@@ -1,8 +1,8 @@
 # =============================================================================
 #  CADET
 #  
-#  Copyright © 2008-2022: The CADET Authors
-#            Please see the AUTHORS and CONTRIBUTORS file.
+#  Copyright © The CADET Authors
+#            Please see the CONTRIBUTORS.md file.
 #  
 #  All rights reserved. This program and the accompanying materials
 #  are made available under the terms of the GNU Public License v3.0 (or, at
@@ -28,8 +28,8 @@ write_compiler_detection_header(
 // =============================================================================\n\
 //  CADET\n\
 //  \n\
-//  Copyright © 2008-2022: The CADET Authors\n\
-//            Please see the AUTHORS and CONTRIBUTORS file.\n\
+//  Copyright © The CADET Authors\n\
+//            Please see the CONTRIBUTORS.md file.\n\
 //  \n\
 //  All rights reserved. This program and the accompanying materials\n\
 //  are made available under the terms of the GNU Public License v3.0 (or, at\n\
@@ -316,4 +316,4 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/include/cadet DESTINATION include)
 unset(LIBCADET_TARGETS)
 
 # Info message
-message(STATUS "Added LIBCADET module")
\ No newline at end of file
+message(STATUS "Added LIBCADET module")
diff --git a/src/libcadet/CompileTimeConfig.hpp.in b/src/libcadet/CompileTimeConfig.hpp.in
index 3e0f50c05..899b658cd 100644
--- a/src/libcadet/CompileTimeConfig.hpp.in
+++ b/src/libcadet/CompileTimeConfig.hpp.in
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/ConfigurationHelper.hpp b/src/libcadet/ConfigurationHelper.hpp
index 1924ee850..73f925353 100644
--- a/src/libcadet/ConfigurationHelper.hpp
+++ b/src/libcadet/ConfigurationHelper.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/FactoryFuncs.cpp b/src/libcadet/FactoryFuncs.cpp
index d410a23a5..f2c9ba1a8 100644
--- a/src/libcadet/FactoryFuncs.cpp
+++ b/src/libcadet/FactoryFuncs.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/LapackInterface.hpp b/src/libcadet/LapackInterface.hpp
index 956a4f844..991709dee 100644
--- a/src/libcadet/LapackInterface.hpp
+++ b/src/libcadet/LapackInterface.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/LocalVector.hpp b/src/libcadet/LocalVector.hpp
index c8aa9da87..50d466c14 100644
--- a/src/libcadet/LocalVector.hpp
+++ b/src/libcadet/LocalVector.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/Logging.cpp b/src/libcadet/Logging.cpp
index e3f942ea1..b7aa0aa25 100644
--- a/src/libcadet/Logging.cpp
+++ b/src/libcadet/Logging.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/Logging.hpp b/src/libcadet/Logging.hpp
index a3a2b651f..2ebe0dddf 100644
--- a/src/libcadet/Logging.hpp
+++ b/src/libcadet/Logging.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/LoggingUtils.hpp b/src/libcadet/LoggingUtils.hpp
index 2431d0e7a..1a233334e 100644
--- a/src/libcadet/LoggingUtils.hpp
+++ b/src/libcadet/LoggingUtils.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/MathUtil.hpp b/src/libcadet/MathUtil.hpp
index 1533e692e..8902a7cbf 100644
--- a/src/libcadet/MathUtil.hpp
+++ b/src/libcadet/MathUtil.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/Memory.hpp b/src/libcadet/Memory.hpp
index bc3f3ec02..4c3d27700 100644
--- a/src/libcadet/Memory.hpp
+++ b/src/libcadet/Memory.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/ModelBuilderImpl.cpp b/src/libcadet/ModelBuilderImpl.cpp
index 4aebe94ef..45c363bfa 100644
--- a/src/libcadet/ModelBuilderImpl.cpp
+++ b/src/libcadet/ModelBuilderImpl.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/ModelBuilderImpl.hpp b/src/libcadet/ModelBuilderImpl.hpp
index 9c965d71f..bb4bd96fe 100644
--- a/src/libcadet/ModelBuilderImpl.hpp
+++ b/src/libcadet/ModelBuilderImpl.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/ParallelSupport.hpp b/src/libcadet/ParallelSupport.hpp
index 0e2922b34..1ed096050 100644
--- a/src/libcadet/ParallelSupport.hpp
+++ b/src/libcadet/ParallelSupport.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/ParamIdUtil.hpp b/src/libcadet/ParamIdUtil.hpp
index 2afe23ab9..2af27e8ac 100644
--- a/src/libcadet/ParamIdUtil.hpp
+++ b/src/libcadet/ParamIdUtil.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/ParamReaderHelper.hpp b/src/libcadet/ParamReaderHelper.hpp
index 9e418a793..f44fd3384 100644
--- a/src/libcadet/ParamReaderHelper.hpp
+++ b/src/libcadet/ParamReaderHelper.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/ParamReaderScopes.hpp b/src/libcadet/ParamReaderScopes.hpp
index d2c2c1451..a741dc989 100644
--- a/src/libcadet/ParamReaderScopes.hpp
+++ b/src/libcadet/ParamReaderScopes.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/ParameterDependenceFactory.cpp b/src/libcadet/ParameterDependenceFactory.cpp
index ad165dfe9..37b433d8f 100644
--- a/src/libcadet/ParameterDependenceFactory.cpp
+++ b/src/libcadet/ParameterDependenceFactory.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/ParameterDependenceFactory.hpp b/src/libcadet/ParameterDependenceFactory.hpp
index 9128c9ea0..e42a3492e 100644
--- a/src/libcadet/ParameterDependenceFactory.hpp
+++ b/src/libcadet/ParameterDependenceFactory.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/ReactionModelFactory.cpp b/src/libcadet/ReactionModelFactory.cpp
index f5e7a8c5b..4c86ec63b 100644
--- a/src/libcadet/ReactionModelFactory.cpp
+++ b/src/libcadet/ReactionModelFactory.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/ReactionModelFactory.hpp b/src/libcadet/ReactionModelFactory.hpp
index c1b053834..936d5e0ee 100644
--- a/src/libcadet/ReactionModelFactory.hpp
+++ b/src/libcadet/ReactionModelFactory.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/SensParamUtil.hpp b/src/libcadet/SensParamUtil.hpp
index e62fb7e59..e2fbf46bd 100644
--- a/src/libcadet/SensParamUtil.hpp
+++ b/src/libcadet/SensParamUtil.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/SimulatableModel.hpp b/src/libcadet/SimulatableModel.hpp
index df6481e26..f6cefc3bb 100644
--- a/src/libcadet/SimulatableModel.hpp
+++ b/src/libcadet/SimulatableModel.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/SimulationTypes.hpp b/src/libcadet/SimulationTypes.hpp
index 976bb7512..f5b68488f 100644
--- a/src/libcadet/SimulationTypes.hpp
+++ b/src/libcadet/SimulationTypes.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/SimulatorImpl.cpp b/src/libcadet/SimulatorImpl.cpp
index 5607ed8d1..7ed710052 100644
--- a/src/libcadet/SimulatorImpl.cpp
+++ b/src/libcadet/SimulatorImpl.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/SimulatorImpl.hpp b/src/libcadet/SimulatorImpl.hpp
index 00a4ebf12..c730b8ec0 100644
--- a/src/libcadet/SimulatorImpl.hpp
+++ b/src/libcadet/SimulatorImpl.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/SlicedVector.hpp b/src/libcadet/SlicedVector.hpp
index 45a3898bd..8934f4762 100644
--- a/src/libcadet/SlicedVector.hpp
+++ b/src/libcadet/SlicedVector.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/Stencil.hpp b/src/libcadet/Stencil.hpp
index c137672f6..06159c2fd 100644
--- a/src/libcadet/Stencil.hpp
+++ b/src/libcadet/Stencil.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/SundialsVector.hpp b/src/libcadet/SundialsVector.hpp
index 11d141327..be9e05540 100644
--- a/src/libcadet/SundialsVector.hpp
+++ b/src/libcadet/SundialsVector.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/VersionInfo.cpp.in b/src/libcadet/VersionInfo.cpp.in
index 3ac6ab927..e8a346d32 100644
--- a/src/libcadet/VersionInfo.cpp.in
+++ b/src/libcadet/VersionInfo.cpp.in
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/Weno.cpp b/src/libcadet/Weno.cpp
index 8990623ee..5e2fd1d09 100644
--- a/src/libcadet/Weno.cpp
+++ b/src/libcadet/Weno.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/Weno.hpp b/src/libcadet/Weno.hpp
index 4b32efe3d..b5f2c63bb 100644
--- a/src/libcadet/Weno.hpp
+++ b/src/libcadet/Weno.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/api/CAPIv1.cpp b/src/libcadet/api/CAPIv1.cpp
index bef86cb50..7a1c13e65 100644
--- a/src/libcadet/api/CAPIv1.cpp
+++ b/src/libcadet/api/CAPIv1.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET - The Chromatography Analysis and Design Toolkit
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/graph/GraphAlgos.cpp b/src/libcadet/graph/GraphAlgos.cpp
index bc9a290bc..fb7e83687 100644
--- a/src/libcadet/graph/GraphAlgos.cpp
+++ b/src/libcadet/graph/GraphAlgos.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/graph/GraphAlgos.hpp b/src/libcadet/graph/GraphAlgos.hpp
index 2e356f06e..e74ef3a73 100644
--- a/src/libcadet/graph/GraphAlgos.hpp
+++ b/src/libcadet/graph/GraphAlgos.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/ActiveDenseMatrix.hpp b/src/libcadet/linalg/ActiveDenseMatrix.hpp
index 124345b62..267e83705 100644
--- a/src/libcadet/linalg/ActiveDenseMatrix.hpp
+++ b/src/libcadet/linalg/ActiveDenseMatrix.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/BandMatrix.cpp b/src/libcadet/linalg/BandMatrix.cpp
index 22a114377..3ddf6eeda 100644
--- a/src/libcadet/linalg/BandMatrix.cpp
+++ b/src/libcadet/linalg/BandMatrix.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/BandMatrix.hpp b/src/libcadet/linalg/BandMatrix.hpp
index 430e189f5..2775a228e 100644
--- a/src/libcadet/linalg/BandMatrix.hpp
+++ b/src/libcadet/linalg/BandMatrix.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/CompressedSparseMatrix.cpp b/src/libcadet/linalg/CompressedSparseMatrix.cpp
index 28746fa69..b8022fe7e 100644
--- a/src/libcadet/linalg/CompressedSparseMatrix.cpp
+++ b/src/libcadet/linalg/CompressedSparseMatrix.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/CompressedSparseMatrix.hpp b/src/libcadet/linalg/CompressedSparseMatrix.hpp
index add35f5d2..9a96bb1a4 100644
--- a/src/libcadet/linalg/CompressedSparseMatrix.hpp
+++ b/src/libcadet/linalg/CompressedSparseMatrix.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/DenseMatrix.cpp b/src/libcadet/linalg/DenseMatrix.cpp
index 294ccc60b..2986fb45c 100644
--- a/src/libcadet/linalg/DenseMatrix.cpp
+++ b/src/libcadet/linalg/DenseMatrix.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/DenseMatrix.hpp b/src/libcadet/linalg/DenseMatrix.hpp
index 32b52cec5..2bc9cf16a 100644
--- a/src/libcadet/linalg/DenseMatrix.hpp
+++ b/src/libcadet/linalg/DenseMatrix.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/EigenSolverWrapper.cpp b/src/libcadet/linalg/EigenSolverWrapper.cpp
index 98f80d38f..a29c00d34 100644
--- a/src/libcadet/linalg/EigenSolverWrapper.cpp
+++ b/src/libcadet/linalg/EigenSolverWrapper.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/EigenSolverWrapper.hpp b/src/libcadet/linalg/EigenSolverWrapper.hpp
index dd105ef7b..789acc0a3 100644
--- a/src/libcadet/linalg/EigenSolverWrapper.hpp
+++ b/src/libcadet/linalg/EigenSolverWrapper.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/Gmres.cpp b/src/libcadet/linalg/Gmres.cpp
index caa9d76c5..38bed6bf5 100644
--- a/src/libcadet/linalg/Gmres.cpp
+++ b/src/libcadet/linalg/Gmres.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/Gmres.hpp b/src/libcadet/linalg/Gmres.hpp
index 1b84f9f23..175319645 100644
--- a/src/libcadet/linalg/Gmres.hpp
+++ b/src/libcadet/linalg/Gmres.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/Norms.hpp b/src/libcadet/linalg/Norms.hpp
index feb92d09c..46ca4fb82 100644
--- a/src/libcadet/linalg/Norms.hpp
+++ b/src/libcadet/linalg/Norms.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/SparseMatrix.cpp b/src/libcadet/linalg/SparseMatrix.cpp
index 54190077a..087e00340 100644
--- a/src/libcadet/linalg/SparseMatrix.cpp
+++ b/src/libcadet/linalg/SparseMatrix.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/SparseMatrix.hpp b/src/libcadet/linalg/SparseMatrix.hpp
index 6f75b891c..d37dd44ad 100644
--- a/src/libcadet/linalg/SparseMatrix.hpp
+++ b/src/libcadet/linalg/SparseMatrix.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/SparseSolverInterface.hpp.in b/src/libcadet/linalg/SparseSolverInterface.hpp.in
index cb62481d7..7bff48437 100644
--- a/src/libcadet/linalg/SparseSolverInterface.hpp.in
+++ b/src/libcadet/linalg/SparseSolverInterface.hpp.in
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/Subset.hpp b/src/libcadet/linalg/Subset.hpp
index 3dfa772f2..1288a93bd 100644
--- a/src/libcadet/linalg/Subset.hpp
+++ b/src/libcadet/linalg/Subset.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/SuperLUSparseMatrix.cpp b/src/libcadet/linalg/SuperLUSparseMatrix.cpp
index a4fcbf38a..ed2c347df 100644
--- a/src/libcadet/linalg/SuperLUSparseMatrix.cpp
+++ b/src/libcadet/linalg/SuperLUSparseMatrix.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/SuperLUSparseMatrix.hpp b/src/libcadet/linalg/SuperLUSparseMatrix.hpp
index 46be047ee..366ab7f80 100644
--- a/src/libcadet/linalg/SuperLUSparseMatrix.hpp
+++ b/src/libcadet/linalg/SuperLUSparseMatrix.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/UMFPackSparseMatrix.cpp b/src/libcadet/linalg/UMFPackSparseMatrix.cpp
index 571d18123..e1a6f6e0d 100644
--- a/src/libcadet/linalg/UMFPackSparseMatrix.cpp
+++ b/src/libcadet/linalg/UMFPackSparseMatrix.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/linalg/UMFPackSparseMatrix.hpp b/src/libcadet/linalg/UMFPackSparseMatrix.hpp
index a3188a18e..8cb770594 100644
--- a/src/libcadet/linalg/UMFPackSparseMatrix.hpp
+++ b/src/libcadet/linalg/UMFPackSparseMatrix.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/BindingModel.hpp b/src/libcadet/model/BindingModel.hpp
index 9da575571..2af5f378e 100644
--- a/src/libcadet/model/BindingModel.hpp
+++ b/src/libcadet/model/BindingModel.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/ExternalFunctionSupport.hpp b/src/libcadet/model/ExternalFunctionSupport.hpp
index 496acd8b0..0675fe432 100644
--- a/src/libcadet/model/ExternalFunctionSupport.hpp
+++ b/src/libcadet/model/ExternalFunctionSupport.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/GeneralRateModel-InitialConditions.cpp b/src/libcadet/model/GeneralRateModel-InitialConditions.cpp
index 5827e900d..c79c9e45a 100644
--- a/src/libcadet/model/GeneralRateModel-InitialConditions.cpp
+++ b/src/libcadet/model/GeneralRateModel-InitialConditions.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/GeneralRateModel-LinearSolver.cpp b/src/libcadet/model/GeneralRateModel-LinearSolver.cpp
index 4bb75df09..e0dd75e12 100644
--- a/src/libcadet/model/GeneralRateModel-LinearSolver.cpp
+++ b/src/libcadet/model/GeneralRateModel-LinearSolver.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/GeneralRateModel.cpp b/src/libcadet/model/GeneralRateModel.cpp
index 9828c3e6e..b99dbfda3 100644
--- a/src/libcadet/model/GeneralRateModel.cpp
+++ b/src/libcadet/model/GeneralRateModel.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/GeneralRateModel.hpp b/src/libcadet/model/GeneralRateModel.hpp
index 5fa65255d..887a7702a 100644
--- a/src/libcadet/model/GeneralRateModel.hpp
+++ b/src/libcadet/model/GeneralRateModel.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/GeneralRateModel2D-InitialConditions.cpp b/src/libcadet/model/GeneralRateModel2D-InitialConditions.cpp
index 527c09097..301bc4dc5 100644
--- a/src/libcadet/model/GeneralRateModel2D-InitialConditions.cpp
+++ b/src/libcadet/model/GeneralRateModel2D-InitialConditions.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/GeneralRateModel2D-LinearSolver.cpp b/src/libcadet/model/GeneralRateModel2D-LinearSolver.cpp
index bfe4fc5fe..3b45d8827 100644
--- a/src/libcadet/model/GeneralRateModel2D-LinearSolver.cpp
+++ b/src/libcadet/model/GeneralRateModel2D-LinearSolver.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/GeneralRateModel2D.cpp b/src/libcadet/model/GeneralRateModel2D.cpp
index 5c763b6f1..9497b8479 100644
--- a/src/libcadet/model/GeneralRateModel2D.cpp
+++ b/src/libcadet/model/GeneralRateModel2D.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/GeneralRateModel2D.hpp b/src/libcadet/model/GeneralRateModel2D.hpp
index 7ff3522ce..60c10ca9b 100644
--- a/src/libcadet/model/GeneralRateModel2D.hpp
+++ b/src/libcadet/model/GeneralRateModel2D.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/GeneralRateModelDG-InitialConditions.cpp b/src/libcadet/model/GeneralRateModelDG-InitialConditions.cpp
index 2d1436a8b..5f14bfe19 100644
--- a/src/libcadet/model/GeneralRateModelDG-InitialConditions.cpp
+++ b/src/libcadet/model/GeneralRateModelDG-InitialConditions.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/GeneralRateModelDG-LinearSolver.cpp b/src/libcadet/model/GeneralRateModelDG-LinearSolver.cpp
index 04db65263..7e0ff12e0 100644
--- a/src/libcadet/model/GeneralRateModelDG-LinearSolver.cpp
+++ b/src/libcadet/model/GeneralRateModelDG-LinearSolver.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/GeneralRateModelDG.cpp b/src/libcadet/model/GeneralRateModelDG.cpp
index fba2481fc..6506fbe6a 100644
--- a/src/libcadet/model/GeneralRateModelDG.cpp
+++ b/src/libcadet/model/GeneralRateModelDG.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2021: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/GeneralRateModelDG.hpp b/src/libcadet/model/GeneralRateModelDG.hpp
index 0117207d0..145947f93 100644
--- a/src/libcadet/model/GeneralRateModelDG.hpp
+++ b/src/libcadet/model/GeneralRateModelDG.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2021: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/InletModel.cpp b/src/libcadet/model/InletModel.cpp
index 7e512e5f9..5b1e5a336 100644
--- a/src/libcadet/model/InletModel.cpp
+++ b/src/libcadet/model/InletModel.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/InletModel.hpp b/src/libcadet/model/InletModel.hpp
index 13055f099..3f8c62a4a 100644
--- a/src/libcadet/model/InletModel.hpp
+++ b/src/libcadet/model/InletModel.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/LumpedRateModelWithPores-InitialConditions.cpp b/src/libcadet/model/LumpedRateModelWithPores-InitialConditions.cpp
index 8e6c0ad0d..92d2febac 100644
--- a/src/libcadet/model/LumpedRateModelWithPores-InitialConditions.cpp
+++ b/src/libcadet/model/LumpedRateModelWithPores-InitialConditions.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/LumpedRateModelWithPores-LinearSolver.cpp b/src/libcadet/model/LumpedRateModelWithPores-LinearSolver.cpp
index 60b688621..83e372b23 100644
--- a/src/libcadet/model/LumpedRateModelWithPores-LinearSolver.cpp
+++ b/src/libcadet/model/LumpedRateModelWithPores-LinearSolver.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/LumpedRateModelWithPores.cpp b/src/libcadet/model/LumpedRateModelWithPores.cpp
index 5e7bf2e24..e9e7b8c79 100644
--- a/src/libcadet/model/LumpedRateModelWithPores.cpp
+++ b/src/libcadet/model/LumpedRateModelWithPores.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/LumpedRateModelWithPores.hpp b/src/libcadet/model/LumpedRateModelWithPores.hpp
index ace945619..fcb14bd60 100644
--- a/src/libcadet/model/LumpedRateModelWithPores.hpp
+++ b/src/libcadet/model/LumpedRateModelWithPores.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/LumpedRateModelWithPoresDG-InitialConditions.cpp b/src/libcadet/model/LumpedRateModelWithPoresDG-InitialConditions.cpp
index 458835799..5f4512b7a 100644
--- a/src/libcadet/model/LumpedRateModelWithPoresDG-InitialConditions.cpp
+++ b/src/libcadet/model/LumpedRateModelWithPoresDG-InitialConditions.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/LumpedRateModelWithPoresDG-LinearSolver.cpp b/src/libcadet/model/LumpedRateModelWithPoresDG-LinearSolver.cpp
index 93d38ccda..d515c366c 100644
--- a/src/libcadet/model/LumpedRateModelWithPoresDG-LinearSolver.cpp
+++ b/src/libcadet/model/LumpedRateModelWithPoresDG-LinearSolver.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/LumpedRateModelWithPoresDG.cpp b/src/libcadet/model/LumpedRateModelWithPoresDG.cpp
index ccbc2dff3..d0e56273d 100644
--- a/src/libcadet/model/LumpedRateModelWithPoresDG.cpp
+++ b/src/libcadet/model/LumpedRateModelWithPoresDG.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2021: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/LumpedRateModelWithPoresDG.hpp b/src/libcadet/model/LumpedRateModelWithPoresDG.hpp
index 37c495320..1fdccda8c 100644
--- a/src/libcadet/model/LumpedRateModelWithPoresDG.hpp
+++ b/src/libcadet/model/LumpedRateModelWithPoresDG.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright � 2008-2021: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
@@ -650,4 +650,4 @@ class LumpedRateModelWithPoresDG : public UnitOperationBase
 } // namespace model
 } // namespace cadet
 
-#endif  // LIBCADET_LUMPEDRATEMODELWITHPORESDG_HPP_
\ No newline at end of file
+#endif  // LIBCADET_LUMPEDRATEMODELWITHPORESDG_HPP_
diff --git a/src/libcadet/model/LumpedRateModelWithoutPores.cpp b/src/libcadet/model/LumpedRateModelWithoutPores.cpp
index 3f70b032c..258741a0c 100644
--- a/src/libcadet/model/LumpedRateModelWithoutPores.cpp
+++ b/src/libcadet/model/LumpedRateModelWithoutPores.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/LumpedRateModelWithoutPores.hpp b/src/libcadet/model/LumpedRateModelWithoutPores.hpp
index 9e46ff6e5..089647af7 100644
--- a/src/libcadet/model/LumpedRateModelWithoutPores.hpp
+++ b/src/libcadet/model/LumpedRateModelWithoutPores.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/LumpedRateModelWithoutPoresDG.cpp b/src/libcadet/model/LumpedRateModelWithoutPoresDG.cpp
index 4c041b3df..c42362a76 100644
--- a/src/libcadet/model/LumpedRateModelWithoutPoresDG.cpp
+++ b/src/libcadet/model/LumpedRateModelWithoutPoresDG.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2021: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/LumpedRateModelWithoutPoresDG.hpp b/src/libcadet/model/LumpedRateModelWithoutPoresDG.hpp
index 9ac024774..a7d33f1f3 100644
--- a/src/libcadet/model/LumpedRateModelWithoutPoresDG.hpp
+++ b/src/libcadet/model/LumpedRateModelWithoutPoresDG.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2021: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/ModelSystemImpl-Helper.hpp b/src/libcadet/model/ModelSystemImpl-Helper.hpp
index dd52bf7d6..131c9d90b 100644
--- a/src/libcadet/model/ModelSystemImpl-Helper.hpp
+++ b/src/libcadet/model/ModelSystemImpl-Helper.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/ModelSystemImpl-InitialConditions.cpp b/src/libcadet/model/ModelSystemImpl-InitialConditions.cpp
index cacdd4a8e..b6d958ce8 100644
--- a/src/libcadet/model/ModelSystemImpl-InitialConditions.cpp
+++ b/src/libcadet/model/ModelSystemImpl-InitialConditions.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/ModelSystemImpl-LinearSolver.cpp b/src/libcadet/model/ModelSystemImpl-LinearSolver.cpp
index 3f9deacee..a4b3da37d 100644
--- a/src/libcadet/model/ModelSystemImpl-LinearSolver.cpp
+++ b/src/libcadet/model/ModelSystemImpl-LinearSolver.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/ModelSystemImpl-Residual.cpp b/src/libcadet/model/ModelSystemImpl-Residual.cpp
index fb139796d..4b3e9646e 100644
--- a/src/libcadet/model/ModelSystemImpl-Residual.cpp
+++ b/src/libcadet/model/ModelSystemImpl-Residual.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/ModelSystemImpl.cpp b/src/libcadet/model/ModelSystemImpl.cpp
index 548b18be7..f1efdd753 100644
--- a/src/libcadet/model/ModelSystemImpl.cpp
+++ b/src/libcadet/model/ModelSystemImpl.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/ModelSystemImpl.hpp b/src/libcadet/model/ModelSystemImpl.hpp
index e28a9a68a..37819020b 100644
--- a/src/libcadet/model/ModelSystemImpl.hpp
+++ b/src/libcadet/model/ModelSystemImpl.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/ModelUtils.hpp b/src/libcadet/model/ModelUtils.hpp
index d127a80c0..146ea5f05 100644
--- a/src/libcadet/model/ModelUtils.hpp
+++ b/src/libcadet/model/ModelUtils.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/MultiChannelTransportModel-InitialConditions.cpp b/src/libcadet/model/MultiChannelTransportModel-InitialConditions.cpp
index 804db2ede..d428ee8f6 100644
--- a/src/libcadet/model/MultiChannelTransportModel-InitialConditions.cpp
+++ b/src/libcadet/model/MultiChannelTransportModel-InitialConditions.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2021: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/MultiChannelTransportModel-LinearSolver.cpp b/src/libcadet/model/MultiChannelTransportModel-LinearSolver.cpp
index 967244321..848a00bd7 100644
--- a/src/libcadet/model/MultiChannelTransportModel-LinearSolver.cpp
+++ b/src/libcadet/model/MultiChannelTransportModel-LinearSolver.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2021: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/MultiChannelTransportModel.cpp b/src/libcadet/model/MultiChannelTransportModel.cpp
index 8cb027ca2..5ac9b2913 100644
--- a/src/libcadet/model/MultiChannelTransportModel.cpp
+++ b/src/libcadet/model/MultiChannelTransportModel.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2021: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/MultiChannelTransportModel.hpp b/src/libcadet/model/MultiChannelTransportModel.hpp
index 1d29fa5e7..efd7139ec 100644
--- a/src/libcadet/model/MultiChannelTransportModel.hpp
+++ b/src/libcadet/model/MultiChannelTransportModel.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2021: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/OutletModel.cpp b/src/libcadet/model/OutletModel.cpp
index 97745206f..fd15da49d 100644
--- a/src/libcadet/model/OutletModel.cpp
+++ b/src/libcadet/model/OutletModel.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/OutletModel.hpp b/src/libcadet/model/OutletModel.hpp
index 161f4d5f7..105bbd1be 100644
--- a/src/libcadet/model/OutletModel.hpp
+++ b/src/libcadet/model/OutletModel.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/ParameterDependence.hpp b/src/libcadet/model/ParameterDependence.hpp
index a463ca02a..2d56056b2 100644
--- a/src/libcadet/model/ParameterDependence.hpp
+++ b/src/libcadet/model/ParameterDependence.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/ParameterMultiplexing.cpp b/src/libcadet/model/ParameterMultiplexing.cpp
index f145ddd11..d78373d93 100644
--- a/src/libcadet/model/ParameterMultiplexing.cpp
+++ b/src/libcadet/model/ParameterMultiplexing.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/ParameterMultiplexing.hpp b/src/libcadet/model/ParameterMultiplexing.hpp
index 89cb66c72..b8d5582f4 100644
--- a/src/libcadet/model/ParameterMultiplexing.hpp
+++ b/src/libcadet/model/ParameterMultiplexing.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/Parameters.hpp b/src/libcadet/model/Parameters.hpp
index 54f838abe..37376a7ab 100644
--- a/src/libcadet/model/Parameters.hpp
+++ b/src/libcadet/model/Parameters.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/ReactionModel.hpp b/src/libcadet/model/ReactionModel.hpp
index 3555ac64f..c44a29a21 100644
--- a/src/libcadet/model/ReactionModel.hpp
+++ b/src/libcadet/model/ReactionModel.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/StirredTankModel.cpp b/src/libcadet/model/StirredTankModel.cpp
index ae359163e..ce5be7d9b 100644
--- a/src/libcadet/model/StirredTankModel.cpp
+++ b/src/libcadet/model/StirredTankModel.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/StirredTankModel.hpp b/src/libcadet/model/StirredTankModel.hpp
index 630558809..8d1b287a6 100644
--- a/src/libcadet/model/StirredTankModel.hpp
+++ b/src/libcadet/model/StirredTankModel.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/UnitOperation.hpp b/src/libcadet/model/UnitOperation.hpp
index 96f9ee40d..f9eefcb80 100644
--- a/src/libcadet/model/UnitOperation.hpp
+++ b/src/libcadet/model/UnitOperation.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/UnitOperationBase.cpp b/src/libcadet/model/UnitOperationBase.cpp
index 2e2138da7..3bb84dec0 100644
--- a/src/libcadet/model/UnitOperationBase.cpp
+++ b/src/libcadet/model/UnitOperationBase.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/UnitOperationBase.hpp b/src/libcadet/model/UnitOperationBase.hpp
index 6e0843ad2..eee528204 100644
--- a/src/libcadet/model/UnitOperationBase.hpp
+++ b/src/libcadet/model/UnitOperationBase.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/AntiLangmuirBinding.cpp b/src/libcadet/model/binding/AntiLangmuirBinding.cpp
index 5f604036e..abd484987 100644
--- a/src/libcadet/model/binding/AntiLangmuirBinding.cpp
+++ b/src/libcadet/model/binding/AntiLangmuirBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/BiLangmuirBinding.cpp b/src/libcadet/model/binding/BiLangmuirBinding.cpp
index 90a17231e..0644bff7a 100644
--- a/src/libcadet/model/binding/BiLangmuirBinding.cpp
+++ b/src/libcadet/model/binding/BiLangmuirBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/BiLangmuirLDFBinding.cpp b/src/libcadet/model/binding/BiLangmuirLDFBinding.cpp
index 756acffd5..7794695a3 100644
--- a/src/libcadet/model/binding/BiLangmuirLDFBinding.cpp
+++ b/src/libcadet/model/binding/BiLangmuirLDFBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/BiStericMassActionBinding.cpp b/src/libcadet/model/binding/BiStericMassActionBinding.cpp
index b75b2d060..23cb9f434 100644
--- a/src/libcadet/model/binding/BiStericMassActionBinding.cpp
+++ b/src/libcadet/model/binding/BiStericMassActionBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/BindingModelBase.cpp b/src/libcadet/model/binding/BindingModelBase.cpp
index ee7489b59..84782237b 100644
--- a/src/libcadet/model/binding/BindingModelBase.cpp
+++ b/src/libcadet/model/binding/BindingModelBase.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/BindingModelBase.hpp b/src/libcadet/model/binding/BindingModelBase.hpp
index 900351a3c..6f392a339 100644
--- a/src/libcadet/model/binding/BindingModelBase.hpp
+++ b/src/libcadet/model/binding/BindingModelBase.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/BindingModelMacros.hpp b/src/libcadet/model/binding/BindingModelMacros.hpp
index fd33a06b1..20d691f6a 100644
--- a/src/libcadet/model/binding/BindingModelMacros.hpp
+++ b/src/libcadet/model/binding/BindingModelMacros.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/ColloidalBinding.cpp b/src/libcadet/model/binding/ColloidalBinding.cpp
index 5799f2828..94ead1237 100644
--- a/src/libcadet/model/binding/ColloidalBinding.cpp
+++ b/src/libcadet/model/binding/ColloidalBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/DummyBinding.cpp b/src/libcadet/model/binding/DummyBinding.cpp
index 34b81637b..04f594fb7 100644
--- a/src/libcadet/model/binding/DummyBinding.cpp
+++ b/src/libcadet/model/binding/DummyBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp b/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp
index 1f4013720..77139bd89 100644
--- a/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp
+++ b/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/ExternalFunctionTemplate.cpp b/src/libcadet/model/binding/ExternalFunctionTemplate.cpp
index f75ddcfc5..b63f38daa 100644
--- a/src/libcadet/model/binding/ExternalFunctionTemplate.cpp
+++ b/src/libcadet/model/binding/ExternalFunctionTemplate.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/FreundlichLDFBinding.cpp b/src/libcadet/model/binding/FreundlichLDFBinding.cpp
index d3932222e..9e7d6c67f 100644
--- a/src/libcadet/model/binding/FreundlichLDFBinding.cpp
+++ b/src/libcadet/model/binding/FreundlichLDFBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp b/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp
index e189a8faf..43a802df3 100644
--- a/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp
+++ b/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/HICConstantWaterActivityBinding.cpp b/src/libcadet/model/binding/HICConstantWaterActivityBinding.cpp
index dc2d6cb74..3b9c0a931 100644
--- a/src/libcadet/model/binding/HICConstantWaterActivityBinding.cpp
+++ b/src/libcadet/model/binding/HICConstantWaterActivityBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/HICWaterOnHydrophobicSurfacesBinding.cpp b/src/libcadet/model/binding/HICWaterOnHydrophobicSurfacesBinding.cpp
index 2214baacc..3ea0c495d 100644
--- a/src/libcadet/model/binding/HICWaterOnHydrophobicSurfacesBinding.cpp
+++ b/src/libcadet/model/binding/HICWaterOnHydrophobicSurfacesBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/KumarLangmuirBinding.cpp b/src/libcadet/model/binding/KumarLangmuirBinding.cpp
index 1ba8b8fd4..d5997f6ea 100644
--- a/src/libcadet/model/binding/KumarLangmuirBinding.cpp
+++ b/src/libcadet/model/binding/KumarLangmuirBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/LangmuirBinding.cpp b/src/libcadet/model/binding/LangmuirBinding.cpp
index 9c0af0712..882a2af3d 100644
--- a/src/libcadet/model/binding/LangmuirBinding.cpp
+++ b/src/libcadet/model/binding/LangmuirBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/LangmuirLDFBinding.cpp b/src/libcadet/model/binding/LangmuirLDFBinding.cpp
index d98582096..44cf405c7 100644
--- a/src/libcadet/model/binding/LangmuirLDFBinding.cpp
+++ b/src/libcadet/model/binding/LangmuirLDFBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/LangmuirLDFCBinding.cpp b/src/libcadet/model/binding/LangmuirLDFCBinding.cpp
index 50f4a18d3..822170d50 100644
--- a/src/libcadet/model/binding/LangmuirLDFCBinding.cpp
+++ b/src/libcadet/model/binding/LangmuirLDFCBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/LinearBinding.cpp b/src/libcadet/model/binding/LinearBinding.cpp
index 4d481da5b..cc3140c8c 100644
--- a/src/libcadet/model/binding/LinearBinding.cpp
+++ b/src/libcadet/model/binding/LinearBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp b/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp
index 79dcd8313..4649a3951 100644
--- a/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp
+++ b/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp b/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp
index 895de6906..073870cda 100644
--- a/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp
+++ b/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp b/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp
index 467c264e2..705c4e6ea 100644
--- a/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp
+++ b/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/RefConcentrationSupport.hpp b/src/libcadet/model/binding/RefConcentrationSupport.hpp
index b9df208bd..0101bcb32 100644
--- a/src/libcadet/model/binding/RefConcentrationSupport.hpp
+++ b/src/libcadet/model/binding/RefConcentrationSupport.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/SaskaBinding.cpp b/src/libcadet/model/binding/SaskaBinding.cpp
index a473b297c..defb3504b 100644
--- a/src/libcadet/model/binding/SaskaBinding.cpp
+++ b/src/libcadet/model/binding/SaskaBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/SelfAssociationBinding.cpp b/src/libcadet/model/binding/SelfAssociationBinding.cpp
index 78fb3a1b3..a48186e80 100644
--- a/src/libcadet/model/binding/SelfAssociationBinding.cpp
+++ b/src/libcadet/model/binding/SelfAssociationBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp
index 440f7ff63..8e3621e7d 100644
--- a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp
+++ b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp
index 27d98110b..4370f3889 100644
--- a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp
+++ b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/binding/StericMassActionBinding.cpp b/src/libcadet/model/binding/StericMassActionBinding.cpp
index df521cf2f..603f0e3f4 100644
--- a/src/libcadet/model/binding/StericMassActionBinding.cpp
+++ b/src/libcadet/model/binding/StericMassActionBinding.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/extfun/LinearInterpolationExternalFunction.cpp b/src/libcadet/model/extfun/LinearInterpolationExternalFunction.cpp
index bee00493d..3f8e8ba58 100644
--- a/src/libcadet/model/extfun/LinearInterpolationExternalFunction.cpp
+++ b/src/libcadet/model/extfun/LinearInterpolationExternalFunction.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/extfun/PiecewiseCubicPolyExternalFunction.cpp b/src/libcadet/model/extfun/PiecewiseCubicPolyExternalFunction.cpp
index 1a9927930..b07944fb3 100644
--- a/src/libcadet/model/extfun/PiecewiseCubicPolyExternalFunction.cpp
+++ b/src/libcadet/model/extfun/PiecewiseCubicPolyExternalFunction.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/inlet/PiecewiseCubicPoly.cpp b/src/libcadet/model/inlet/PiecewiseCubicPoly.cpp
index 51a8b8f6c..03d650e79 100644
--- a/src/libcadet/model/inlet/PiecewiseCubicPoly.cpp
+++ b/src/libcadet/model/inlet/PiecewiseCubicPoly.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/paramdep/DummyParameterDependence.cpp b/src/libcadet/model/paramdep/DummyParameterDependence.cpp
index c73c92753..ec248d226 100644
--- a/src/libcadet/model/paramdep/DummyParameterDependence.cpp
+++ b/src/libcadet/model/paramdep/DummyParameterDependence.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/paramdep/IdentityParameterDependence.cpp b/src/libcadet/model/paramdep/IdentityParameterDependence.cpp
index 60092ed6b..0836186cb 100644
--- a/src/libcadet/model/paramdep/IdentityParameterDependence.cpp
+++ b/src/libcadet/model/paramdep/IdentityParameterDependence.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright ┬® 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright ® The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/paramdep/LiquidSaltSolidParameterDependence.cpp b/src/libcadet/model/paramdep/LiquidSaltSolidParameterDependence.cpp
index 15bb729cc..93cb3ad6a 100644
--- a/src/libcadet/model/paramdep/LiquidSaltSolidParameterDependence.cpp
+++ b/src/libcadet/model/paramdep/LiquidSaltSolidParameterDependence.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/paramdep/ParameterDependenceBase.cpp b/src/libcadet/model/paramdep/ParameterDependenceBase.cpp
index 9a77a2a21..e41b0004a 100644
--- a/src/libcadet/model/paramdep/ParameterDependenceBase.cpp
+++ b/src/libcadet/model/paramdep/ParameterDependenceBase.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/paramdep/ParameterDependenceBase.hpp b/src/libcadet/model/paramdep/ParameterDependenceBase.hpp
index 1f72db332..7d4113e31 100644
--- a/src/libcadet/model/paramdep/ParameterDependenceBase.hpp
+++ b/src/libcadet/model/paramdep/ParameterDependenceBase.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/paramdep/PowerLawParameterDependence.cpp b/src/libcadet/model/paramdep/PowerLawParameterDependence.cpp
index 99d9e0d2e..e25dcd9a3 100644
--- a/src/libcadet/model/paramdep/PowerLawParameterDependence.cpp
+++ b/src/libcadet/model/paramdep/PowerLawParameterDependence.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/AxialConvectionDispersionKernel.cpp b/src/libcadet/model/parts/AxialConvectionDispersionKernel.cpp
index 1915b3e10..63382c8d9 100644
--- a/src/libcadet/model/parts/AxialConvectionDispersionKernel.cpp
+++ b/src/libcadet/model/parts/AxialConvectionDispersionKernel.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/AxialConvectionDispersionKernel.hpp b/src/libcadet/model/parts/AxialConvectionDispersionKernel.hpp
index 0db7fe68f..8ce442e91 100644
--- a/src/libcadet/model/parts/AxialConvectionDispersionKernel.hpp
+++ b/src/libcadet/model/parts/AxialConvectionDispersionKernel.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/BindingCellKernel.hpp b/src/libcadet/model/parts/BindingCellKernel.hpp
index bc1bb9479..51a5f619a 100644
--- a/src/libcadet/model/parts/BindingCellKernel.hpp
+++ b/src/libcadet/model/parts/BindingCellKernel.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/ConvectionDispersionOperator.cpp b/src/libcadet/model/parts/ConvectionDispersionOperator.cpp
index 1dc2e973a..e5c1c3921 100644
--- a/src/libcadet/model/parts/ConvectionDispersionOperator.cpp
+++ b/src/libcadet/model/parts/ConvectionDispersionOperator.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/ConvectionDispersionOperator.hpp b/src/libcadet/model/parts/ConvectionDispersionOperator.hpp
index 143c0abd7..f59baf8a0 100644
--- a/src/libcadet/model/parts/ConvectionDispersionOperator.hpp
+++ b/src/libcadet/model/parts/ConvectionDispersionOperator.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/ConvectionDispersionOperatorDG.cpp b/src/libcadet/model/parts/ConvectionDispersionOperatorDG.cpp
index c6330b62b..d07ba650d 100644
--- a/src/libcadet/model/parts/ConvectionDispersionOperatorDG.cpp
+++ b/src/libcadet/model/parts/ConvectionDispersionOperatorDG.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/ConvectionDispersionOperatorDG.hpp b/src/libcadet/model/parts/ConvectionDispersionOperatorDG.hpp
index ea7a47ef6..38e0c4a7e 100644
--- a/src/libcadet/model/parts/ConvectionDispersionOperatorDG.hpp
+++ b/src/libcadet/model/parts/ConvectionDispersionOperatorDG.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/DGToolbox.cpp b/src/libcadet/model/parts/DGToolbox.cpp
index 918b1ab4e..d3741d3aa 100644
--- a/src/libcadet/model/parts/DGToolbox.cpp
+++ b/src/libcadet/model/parts/DGToolbox.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/DGToolbox.hpp b/src/libcadet/model/parts/DGToolbox.hpp
index 7b8b300a3..a776e50b9 100644
--- a/src/libcadet/model/parts/DGToolbox.hpp
+++ b/src/libcadet/model/parts/DGToolbox.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/MultiChannelConvectionDispersionOperator.cpp b/src/libcadet/model/parts/MultiChannelConvectionDispersionOperator.cpp
index 25465417e..d18381846 100644
--- a/src/libcadet/model/parts/MultiChannelConvectionDispersionOperator.cpp
+++ b/src/libcadet/model/parts/MultiChannelConvectionDispersionOperator.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2021: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/MultiChannelConvectionDispersionOperator.hpp b/src/libcadet/model/parts/MultiChannelConvectionDispersionOperator.hpp
index ed6237fb4..501a9e330 100644
--- a/src/libcadet/model/parts/MultiChannelConvectionDispersionOperator.hpp
+++ b/src/libcadet/model/parts/MultiChannelConvectionDispersionOperator.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2021: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/RadialConvectionDispersionKernel.cpp b/src/libcadet/model/parts/RadialConvectionDispersionKernel.cpp
index 1d01e7812..a6e667d0f 100644
--- a/src/libcadet/model/parts/RadialConvectionDispersionKernel.cpp
+++ b/src/libcadet/model/parts/RadialConvectionDispersionKernel.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/RadialConvectionDispersionKernel.hpp b/src/libcadet/model/parts/RadialConvectionDispersionKernel.hpp
index 2637de906..14cea1f83 100644
--- a/src/libcadet/model/parts/RadialConvectionDispersionKernel.hpp
+++ b/src/libcadet/model/parts/RadialConvectionDispersionKernel.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.cpp b/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.cpp
index acbab3906..613b958b6 100644
--- a/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.cpp
+++ b/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp b/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp
index 960cfa206..d17581d5a 100644
--- a/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp
+++ b/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/reaction/DummyReaction.cpp b/src/libcadet/model/reaction/DummyReaction.cpp
index 9fa7be1e7..7b6374d28 100644
--- a/src/libcadet/model/reaction/DummyReaction.cpp
+++ b/src/libcadet/model/reaction/DummyReaction.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/reaction/ExternalFunctionTemplate.cpp b/src/libcadet/model/reaction/ExternalFunctionTemplate.cpp
index d0ac4e16b..92e434465 100644
--- a/src/libcadet/model/reaction/ExternalFunctionTemplate.cpp
+++ b/src/libcadet/model/reaction/ExternalFunctionTemplate.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/reaction/MassActionLawReaction.cpp b/src/libcadet/model/reaction/MassActionLawReaction.cpp
index 3a550ae21..c4344231e 100644
--- a/src/libcadet/model/reaction/MassActionLawReaction.cpp
+++ b/src/libcadet/model/reaction/MassActionLawReaction.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/reaction/MichaelisMentenReaction.cpp b/src/libcadet/model/reaction/MichaelisMentenReaction.cpp
index a0da20edb..d9148cb61 100644
--- a/src/libcadet/model/reaction/MichaelisMentenReaction.cpp
+++ b/src/libcadet/model/reaction/MichaelisMentenReaction.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET - The Chromatography Analysis and Design Toolkit
 //
-//  Copyright © 2008-2020: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/reaction/ReactionModelBase.cpp b/src/libcadet/model/reaction/ReactionModelBase.cpp
index 65e5b1980..80b92412c 100644
--- a/src/libcadet/model/reaction/ReactionModelBase.cpp
+++ b/src/libcadet/model/reaction/ReactionModelBase.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/model/reaction/ReactionModelBase.hpp b/src/libcadet/model/reaction/ReactionModelBase.hpp
index 783fc82b5..279c13dc7 100644
--- a/src/libcadet/model/reaction/ReactionModelBase.hpp
+++ b/src/libcadet/model/reaction/ReactionModelBase.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/nonlin/AdaptiveTrustRegionNewton.cpp b/src/libcadet/nonlin/AdaptiveTrustRegionNewton.cpp
index 6f1f8ea2a..0f8e4cf0e 100644
--- a/src/libcadet/nonlin/AdaptiveTrustRegionNewton.cpp
+++ b/src/libcadet/nonlin/AdaptiveTrustRegionNewton.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp b/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp
index 71a63fb72..e99033872 100644
--- a/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp
+++ b/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/nonlin/CompositeSolver.cpp b/src/libcadet/nonlin/CompositeSolver.cpp
index 4ea1f7add..ee625146c 100644
--- a/src/libcadet/nonlin/CompositeSolver.cpp
+++ b/src/libcadet/nonlin/CompositeSolver.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/nonlin/CompositeSolver.hpp b/src/libcadet/nonlin/CompositeSolver.hpp
index 77324f455..4b7a62003 100644
--- a/src/libcadet/nonlin/CompositeSolver.hpp
+++ b/src/libcadet/nonlin/CompositeSolver.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/nonlin/LevenbergMarquardt.cpp b/src/libcadet/nonlin/LevenbergMarquardt.cpp
index 2d7e13167..1933da3b4 100644
--- a/src/libcadet/nonlin/LevenbergMarquardt.cpp
+++ b/src/libcadet/nonlin/LevenbergMarquardt.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/nonlin/LevenbergMarquardt.hpp b/src/libcadet/nonlin/LevenbergMarquardt.hpp
index f3cbf9e5f..5f0a41f3b 100644
--- a/src/libcadet/nonlin/LevenbergMarquardt.hpp
+++ b/src/libcadet/nonlin/LevenbergMarquardt.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/nonlin/Solver.cpp b/src/libcadet/nonlin/Solver.cpp
index 70968ebea..17dd93768 100644
--- a/src/libcadet/nonlin/Solver.cpp
+++ b/src/libcadet/nonlin/Solver.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/libcadet/nonlin/Solver.hpp b/src/libcadet/nonlin/Solver.hpp
index d01a8e127..fcfc73d2d 100644
--- a/src/libcadet/nonlin/Solver.hpp
+++ b/src/libcadet/nonlin/Solver.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt
index a070c3d1c..f72143f6a 100644
--- a/src/tools/CMakeLists.txt
+++ b/src/tools/CMakeLists.txt
@@ -1,8 +1,8 @@
 # =============================================================================
 #  CADET
 #  
-#  Copyright © 2008-2022: The CADET Authors
-#            Please see the AUTHORS and CONTRIBUTORS file.
+#  Copyright © The CADET Authors
+#            Please see the CONTRIBUTORS.md file.
 #  
 #  All rights reserved. This program and the accompanying materials
 #  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/tools/FormatConverter.cpp b/src/tools/FormatConverter.cpp
index 0c34526ba..f8754bfd6 100644
--- a/src/tools/FormatConverter.cpp
+++ b/src/tools/FormatConverter.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/tools/FormatConverter.hpp b/src/tools/FormatConverter.hpp
index df0b52736..23f4fc362 100644
--- a/src/tools/FormatConverter.hpp
+++ b/src/tools/FormatConverter.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/tools/ToolsHelper.hpp b/src/tools/ToolsHelper.hpp
index f8d83e38f..cd913ec01 100644
--- a/src/tools/ToolsHelper.hpp
+++ b/src/tools/ToolsHelper.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/tools/convertFile.cpp b/src/tools/convertFile.cpp
index 7f5640fe1..b8c87b680 100644
--- a/src/tools/convertFile.cpp
+++ b/src/tools/convertFile.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/tools/createConvBenchmark.cpp b/src/tools/createConvBenchmark.cpp
index e1608095b..21b34e18e 100644
--- a/src/tools/createConvBenchmark.cpp
+++ b/src/tools/createConvBenchmark.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/tools/createLWE.cpp b/src/tools/createLWE.cpp
index eb8bf2eca..a636a55b5 100644
--- a/src/tools/createLWE.cpp
+++ b/src/tools/createLWE.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/tools/createMCLin.cpp b/src/tools/createMCLin.cpp
index 75f367587..cbca16abf 100644
--- a/src/tools/createMCLin.cpp
+++ b/src/tools/createMCLin.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/tools/createSCLang.cpp b/src/tools/createSCLang.cpp
index 1a10f50ba..663d44c38 100644
--- a/src/tools/createSCLang.cpp
+++ b/src/tools/createSCLang.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/tools/createSCLin.cpp b/src/tools/createSCLin.cpp
index a107d8c32..a77046a36 100644
--- a/src/tools/createSCLin.cpp
+++ b/src/tools/createSCLin.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/src/tools/createSCLinStep.cpp b/src/tools/createSCLinStep.cpp
index 835594b5f..e2d6d8a12 100644
--- a/src/tools/createSCLinStep.cpp
+++ b/src/tools/createSCLinStep.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/AD.cpp b/test/AD.cpp
index 8cd2c0559..a2c5cb6b2 100644
--- a/test/AD.cpp
+++ b/test/AD.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/Approx.hpp b/test/Approx.hpp
index e6354f5d4..c2bbc9f34 100644
--- a/test/Approx.hpp
+++ b/test/Approx.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/BandMatrix.cpp b/test/BandMatrix.cpp
index 6fc165d21..9d4cdd5fc 100644
--- a/test/BandMatrix.cpp
+++ b/test/BandMatrix.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/BindingModelAutoJacobian.cpp b/test/BindingModelAutoJacobian.cpp
index 14c4419f8..60ea5869f 100644
--- a/test/BindingModelAutoJacobian.cpp
+++ b/test/BindingModelAutoJacobian.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/BindingModelTests.cpp b/test/BindingModelTests.cpp
index 5f6b7ba4b..49941c024 100644
--- a/test/BindingModelTests.cpp
+++ b/test/BindingModelTests.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/BindingModelTests.hpp b/test/BindingModelTests.hpp
index 0e8364cd4..2745f23da 100644
--- a/test/BindingModelTests.hpp
+++ b/test/BindingModelTests.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/BindingModels.cpp b/test/BindingModels.cpp
index 6e2213a18..661c2f11a 100644
--- a/test/BindingModels.cpp
+++ b/test/BindingModels.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/BindingModels.hpp b/test/BindingModels.hpp
index adce7a149..24adca59a 100644
--- a/test/BindingModels.hpp
+++ b/test/BindingModels.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index eb89e6c74..58be03222 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,8 +1,8 @@
 # =============================================================================
 #  CADET
 #  
-#  Copyright © 2008-2022: The CADET Authors
-#            Please see the AUTHORS and CONTRIBUTORS file.
+#  Copyright © The CADET Authors
+#            Please see the CONTRIBUTORS.md file.
 #  
 #  All rights reserved. This program and the accompanying materials
 #  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/CSTR-Residual.cpp b/test/CSTR-Residual.cpp
index 3d8d49ff6..9fcb0843a 100644
--- a/test/CSTR-Residual.cpp
+++ b/test/CSTR-Residual.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/CSTR-Simulation.cpp b/test/CSTR-Simulation.cpp
index b7ea9d363..092f08b0b 100644
--- a/test/CSTR-Simulation.cpp
+++ b/test/CSTR-Simulation.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/CellKernelTests.cpp b/test/CellKernelTests.cpp
index dd2e3e4dd..cb0097408 100644
--- a/test/CellKernelTests.cpp
+++ b/test/CellKernelTests.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/ColumnTests.cpp b/test/ColumnTests.cpp
index 2714e5c72..ebb390c66 100644
--- a/test/ColumnTests.cpp
+++ b/test/ColumnTests.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/ColumnTests.hpp b/test/ColumnTests.hpp
index 49e9aa52c..e247f5300 100644
--- a/test/ColumnTests.hpp
+++ b/test/ColumnTests.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/ConvectionDispersionOperator.cpp b/test/ConvectionDispersionOperator.cpp
index e31a4b7da..84670a05f 100644
--- a/test/ConvectionDispersionOperator.cpp
+++ b/test/ConvectionDispersionOperator.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/DenseMatrix.cpp b/test/DenseMatrix.cpp
index d82068d43..5ed3883a6 100644
--- a/test/DenseMatrix.cpp
+++ b/test/DenseMatrix.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/Dummies.hpp b/test/Dummies.hpp
index 2067b353e..6e92e7c69 100644
--- a/test/Dummies.hpp
+++ b/test/Dummies.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/GeneralRateModel.cpp b/test/GeneralRateModel.cpp
index ec8ae9b5a..ff3acc230 100644
--- a/test/GeneralRateModel.cpp
+++ b/test/GeneralRateModel.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/GeneralRateModel2D.cpp b/test/GeneralRateModel2D.cpp
index 1d195b21a..c5ceae120 100644
--- a/test/GeneralRateModel2D.cpp
+++ b/test/GeneralRateModel2D.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/GeneralRateModelDG.cpp b/test/GeneralRateModelDG.cpp
index cb225656f..5983f9110 100644
--- a/test/GeneralRateModelDG.cpp
+++ b/test/GeneralRateModelDG.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2023: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/Graph.cpp b/test/Graph.cpp
index ebde2fe20..6b369fd62 100644
--- a/test/Graph.cpp
+++ b/test/Graph.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/Histogram.cpp b/test/Histogram.cpp
index 3cee7c3b0..810adcbae 100644
--- a/test/Histogram.cpp
+++ b/test/Histogram.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/JacobianHelper.hpp b/test/JacobianHelper.hpp
index 4906129aa..f38f7a4d2 100644
--- a/test/JacobianHelper.hpp
+++ b/test/JacobianHelper.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/JsonTestModels.cpp b/test/JsonTestModels.cpp
index 2f0850e02..c75b5ca51 100644
--- a/test/JsonTestModels.cpp
+++ b/test/JsonTestModels.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/JsonTestModels.hpp b/test/JsonTestModels.hpp
index 09ce5405c..30cfcef1c 100644
--- a/test/JsonTestModels.hpp
+++ b/test/JsonTestModels.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/LogUtils.cpp b/test/LogUtils.cpp
index ee3421436..22b66a8b6 100644
--- a/test/LogUtils.cpp
+++ b/test/LogUtils.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/LumpedRateModelWithPores.cpp b/test/LumpedRateModelWithPores.cpp
index d0dae47af..e6e4b5e44 100644
--- a/test/LumpedRateModelWithPores.cpp
+++ b/test/LumpedRateModelWithPores.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/LumpedRateModelWithPoresDG.cpp b/test/LumpedRateModelWithPoresDG.cpp
index a4132cb5d..657247fd3 100644
--- a/test/LumpedRateModelWithPoresDG.cpp
+++ b/test/LumpedRateModelWithPoresDG.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2023: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/LumpedRateModelWithoutPores.cpp b/test/LumpedRateModelWithoutPores.cpp
index fe4abd692..9ca25aabf 100644
--- a/test/LumpedRateModelWithoutPores.cpp
+++ b/test/LumpedRateModelWithoutPores.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/LumpedRateModelWithoutPoresDG.cpp b/test/LumpedRateModelWithoutPoresDG.cpp
index 44cd79445..b24e8e0e9 100644
--- a/test/LumpedRateModelWithoutPoresDG.cpp
+++ b/test/LumpedRateModelWithoutPoresDG.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2023: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
@@ -194,4 +194,4 @@ TEST_CASE("LRM_DG dynamic reactions time derivative Jacobian vs FD bulk", "[LRM]
 TEST_CASE("LRM_DG dynamic reactions time derivative Jacobian vs FD modified bulk", "[LRM],[DG],[Jacobian],[Residual],[ReactionModel],[CI]")
 {
 	cadet::test::reaction::testTimeDerivativeJacobianDynamicReactionsFD("LUMPED_RATE_MODEL_WITHOUT_PORES", "DG", true, false, true, 1e-6, 1e-14, 8e-4);
-}
\ No newline at end of file
+}
diff --git a/test/MatrixHelper.hpp b/test/MatrixHelper.hpp
index fc71b6393..bee7cafb0 100644
--- a/test/MatrixHelper.hpp
+++ b/test/MatrixHelper.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/ModelSystem.cpp b/test/ModelSystem.cpp
index 9bffddfe2..6780c2e48 100644
--- a/test/ModelSystem.cpp
+++ b/test/ModelSystem.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/MultiChannelTransportModel.cpp b/test/MultiChannelTransportModel.cpp
index 83cae9720..308fa9b63 100644
--- a/test/MultiChannelTransportModel.cpp
+++ b/test/MultiChannelTransportModel.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/ParamDepTests.cpp b/test/ParamDepTests.cpp
index 816c3e9bf..85f6d6f0f 100644
--- a/test/ParamDepTests.cpp
+++ b/test/ParamDepTests.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/ParamDepTests.hpp b/test/ParamDepTests.hpp
index 50cf47793..737cb0b10 100644
--- a/test/ParamDepTests.hpp
+++ b/test/ParamDepTests.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/ParameterDependencies.cpp b/test/ParameterDependencies.cpp
index 096e3cf0e..68e4cee2d 100644
--- a/test/ParameterDependencies.cpp
+++ b/test/ParameterDependencies.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/ParameterDependencies.hpp b/test/ParameterDependencies.hpp
index 615f30759..dbd2d645e 100644
--- a/test/ParameterDependencies.hpp
+++ b/test/ParameterDependencies.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/ParticleHelper.cpp b/test/ParticleHelper.cpp
index 5f3742ac4..4dc2c69dc 100644
--- a/test/ParticleHelper.cpp
+++ b/test/ParticleHelper.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/ParticleHelper.hpp b/test/ParticleHelper.hpp
index 666eceb37..7d5292747 100644
--- a/test/ParticleHelper.hpp
+++ b/test/ParticleHelper.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/Paths.cpp.in b/test/Paths.cpp.in
index 58f47b51e..d2178e79a 100644
--- a/test/Paths.cpp.in
+++ b/test/Paths.cpp.in
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/RadialGeneralRateModel.cpp b/test/RadialGeneralRateModel.cpp
index 8fdcf093b..5e5b1c7d7 100644
--- a/test/RadialGeneralRateModel.cpp
+++ b/test/RadialGeneralRateModel.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/RadialLumpedRateModelWithPores.cpp b/test/RadialLumpedRateModelWithPores.cpp
index ed14893ec..9267b5a87 100644
--- a/test/RadialLumpedRateModelWithPores.cpp
+++ b/test/RadialLumpedRateModelWithPores.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/RadialLumpedRateModelWithoutPores.cpp b/test/RadialLumpedRateModelWithoutPores.cpp
index 41ce384ab..792ff5cda 100644
--- a/test/RadialLumpedRateModelWithoutPores.cpp
+++ b/test/RadialLumpedRateModelWithoutPores.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/ReactionModelTests.cpp b/test/ReactionModelTests.cpp
index ee49e2e0e..34ac61c93 100644
--- a/test/ReactionModelTests.cpp
+++ b/test/ReactionModelTests.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/ReactionModelTests.hpp b/test/ReactionModelTests.hpp
index c74666dd1..4c8a754ab 100644
--- a/test/ReactionModelTests.hpp
+++ b/test/ReactionModelTests.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/ReactionModels.cpp b/test/ReactionModels.cpp
index 1d0be3c54..0a440042f 100644
--- a/test/ReactionModels.cpp
+++ b/test/ReactionModels.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/SimHelper.cpp b/test/SimHelper.cpp
index 7175417a3..8a008e861 100644
--- a/test/SimHelper.cpp
+++ b/test/SimHelper.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/SimHelper.hpp b/test/SimHelper.hpp
index e986a88c4..8cdb6e30b 100644
--- a/test/SimHelper.hpp
+++ b/test/SimHelper.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/SparseFactorizableMatrix.cpp b/test/SparseFactorizableMatrix.cpp
index 4cbf1d304..06c07046e 100644
--- a/test/SparseFactorizableMatrix.cpp
+++ b/test/SparseFactorizableMatrix.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/SparseMatrix.cpp b/test/SparseMatrix.cpp
index 5e04aa7d9..129de58b2 100644
--- a/test/SparseMatrix.cpp
+++ b/test/SparseMatrix.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/StringHashing.cpp b/test/StringHashing.cpp
index a3b8ae6ae..d298d895a 100644
--- a/test/StringHashing.cpp
+++ b/test/StringHashing.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/Subset.cpp b/test/Subset.cpp
index cfe5d6e83..b3408e3e4 100644
--- a/test/Subset.cpp
+++ b/test/Subset.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/TimeIntegrator.cpp b/test/TimeIntegrator.cpp
index 7852c4cc1..cf501415c 100644
--- a/test/TimeIntegrator.cpp
+++ b/test/TimeIntegrator.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/TimeIntegrator.hpp b/test/TimeIntegrator.hpp
index ea82a390c..4c2731b49 100644
--- a/test/TimeIntegrator.hpp
+++ b/test/TimeIntegrator.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/TwoDimConvectionDispersionOperator.cpp b/test/TwoDimConvectionDispersionOperator.cpp
index 8cd5df32e..2f9ea342e 100644
--- a/test/TwoDimConvectionDispersionOperator.cpp
+++ b/test/TwoDimConvectionDispersionOperator.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/UnitOperationTests.cpp b/test/UnitOperationTests.cpp
index df1ef2e89..6fb5ae38f 100644
--- a/test/UnitOperationTests.cpp
+++ b/test/UnitOperationTests.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/UnitOperationTests.hpp b/test/UnitOperationTests.hpp
index b3e4c76ca..1c4cca985 100644
--- a/test/UnitOperationTests.hpp
+++ b/test/UnitOperationTests.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/Utils.hpp b/test/Utils.hpp
index 945182dd3..8a05a525f 100644
--- a/test/Utils.hpp
+++ b/test/Utils.hpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/testAdaptiveTRNewton.cpp b/test/testAdaptiveTRNewton.cpp
index 91850f299..654a3169d 100644
--- a/test/testAdaptiveTRNewton.cpp
+++ b/test/testAdaptiveTRNewton.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/testLogging.cpp b/test/testLogging.cpp
index 571975e25..7a2f84a25 100644
--- a/test/testLogging.cpp
+++ b/test/testLogging.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/testRadialKernel.cpp b/test/testRadialKernel.cpp
index 7a4287889..9a4e9dbf1 100644
--- a/test/testRadialKernel.cpp
+++ b/test/testRadialKernel.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2022: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/testRunner.cpp b/test/testRunner.cpp
index ba0c547b7..f6ee88cad 100644
--- a/test/testRunner.cpp
+++ b/test/testRunner.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at
diff --git a/test/testSMANonlinearSolve.cpp b/test/testSMANonlinearSolve.cpp
index 09b7203ac..484d49c81 100644
--- a/test/testSMANonlinearSolve.cpp
+++ b/test/testSMANonlinearSolve.cpp
@@ -1,8 +1,8 @@
 // =============================================================================
 //  CADET
 //  
-//  Copyright © 2008-2024: The CADET Authors
-//            Please see the AUTHORS and CONTRIBUTORS file.
+//  Copyright © The CADET Authors
+//            Please see the CONTRIBUTORS.md file.
 //  
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the GNU Public License v3.0 (or, at

From fc17580108544a84e3c323c3dbdc57580e8e56a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= <j.schmoelder@fz-juelich.de>
Date: Fri, 23 Aug 2024 13:42:22 +0200
Subject: [PATCH 2/2] Fix typo

---
 CLA.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CLA.md b/CLA.md
index 288715f31..c1a43991b 100644
--- a/CLA.md
+++ b/CLA.md
@@ -45,7 +45,7 @@ By submitting your Contribution via the [Repository](https://github.com/modsim/C
 
 # Liability
 
-Except in cases of willful misconduct or physical damage directly caused to natural persons, the Parties will not be liable for any direct or indirect, material or moral, damages of any kind, arising out of the Licence or of the use of the Material, including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, loss of data or any commercial damage.
+Except in cases of willful misconduct or physical damage directly caused to natural persons, the Parties will not be liable for any direct or indirect, material or moral, damages of any kind, arising out of the License or of the use of the Material, including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, loss of data or any commercial damage.
 However, the Licensor will be liable under statutory product liability laws as far such laws apply to the Material.
 
 # Warranty