diff --git a/CMakeLists.txt b/CMakeLists.txt index 343c7bd89..95a0075a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ # ============================================================================= # CADET # -# Copyright © The CADET Authors -# Please see the CONTRIBUTING.md file. +# Copyright © 2008-present: The CADET-Core Authors +# Please see the AUTHORS.md file. # # All rights reserved. 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 41210dc62..ae3ad40ed 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ COPYRIGHT AND LICENSE NOTICE -Copyright (C) 2008-2024: The CADET Authors, please see the CONTRIBUTING.md file. +Copyright (C) 2004-present: The CADET-Core Authors, please see the AUTHORS.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 diff --git a/README.rst b/README.rst index 03f39ff1d..282888ad4 100644 --- a/README.rst +++ b/README.rst @@ -81,11 +81,12 @@ Donations License ------- -Released under GPL v3.0 License (see `LICENSE.txt `_):: +CADET-Core is licensed under the GPL v3.0 License (see `LICENSE.txt `_). + +Copyright (C) 2004-present CADET-Core Authors (see `AUTHORS.md `_). Acknowledgments --------------- Please refer to the `list of contributors `_ who helped building and funding this project. - Copyright (C) 2004-2024 CADET Authors diff --git a/cmake/Modules/FindCADET.cmake b/cmake/Modules/FindCADET.cmake index 9712d271b..4bef154f5 100644 --- a/cmake/Modules/FindCADET.cmake +++ b/cmake/Modules/FindCADET.cmake @@ -1,8 +1,8 @@ # ============================================================================= # CADET # -# Copyright © The CADET Authors -# Please see the CONTRIBUTING.md file. +# Copyright © 2008-present: The CADET-Core Authors +# Please see the AUTHORS.md file. # # All rights reserved. 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 379c12569..c90f90a25 100644 --- a/cmake/Modules/FindSUNDIALS.cmake +++ b/cmake/Modules/FindSUNDIALS.cmake @@ -1,8 +1,8 @@ # ============================================================================= # CADET # -# Copyright © The CADET Authors -# Please see the CONTRIBUTING.md file. +# Copyright © 2008-present: The CADET-Core Authors +# Please see the AUTHORS.md file. # # All rights reserved. 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 0f8f3edd7..691bd08e2 100644 --- a/cmake/Modules/FindSuperLU.cmake +++ b/cmake/Modules/FindSuperLU.cmake @@ -1,8 +1,8 @@ # ============================================================================= # CADET # -# Copyright © The CADET Authors -# Please see the CONTRIBUTING.md file. +# Copyright © 2008-present: The CADET-Core Authors +# Please see the AUTHORS.md file. # # All rights reserved. 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 bd5ee6a9f..6582f2ef0 100644 --- a/cmake/Modules/FindUMFPACK.cmake +++ b/cmake/Modules/FindUMFPACK.cmake @@ -1,8 +1,8 @@ # ============================================================================= # CADET # -# Copyright © The CADET Authors -# Please see the CONTRIBUTING.md file. +# Copyright © 2008-present: The CADET-Core Authors +# Please see the AUTHORS.md file. # # All rights reserved. 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 8269877aa..c72c468d1 100644 --- a/cmake/Modules/MatlabTBBversion.cpp +++ b/cmake/Modules/MatlabTBBversion.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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/conf.py b/doc/conf.py index 8b708082b..01cbf948e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -16,9 +16,9 @@ from datetime import date # -- Project information ----------------------------------------------------- -project = 'CADET' +project = 'CADET-Core' copyright = f'2008-{date.today().year}' -author = 'CADET Authors' +author = 'CADET-Core Authors' # -- General configuration --------------------------------------------------- diff --git a/doc/developer_guide/TemplateBinding.cpp b/doc/developer_guide/TemplateBinding.cpp index 6bf1687ea..d1ab5b3a5 100644 --- a/doc/developer_guide/TemplateBinding.cpp +++ b/doc/developer_guide/TemplateBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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/Exceptions.hpp b/include/cadet/Exceptions.hpp index 0ba56ea45..625862304 100644 --- a/include/cadet/Exceptions.hpp +++ b/include/cadet/Exceptions.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 a008bdf3d..c2fe2b60c 100644 --- a/include/cadet/ExternalFunction.hpp +++ b/include/cadet/ExternalFunction.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 eb08dc9d6..2f1740601 100644 --- a/include/cadet/FactoryFuncs.hpp +++ b/include/cadet/FactoryFuncs.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 734debc91..15122cbef 100644 --- a/include/cadet/HashUtil.hpp +++ b/include/cadet/HashUtil.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 72a7dead6..1afd24924 100644 --- a/include/cadet/InletProfile.hpp +++ b/include/cadet/InletProfile.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 3ece2971e..ff5fc47e3 100644 --- a/include/cadet/LibExportImport.hpp +++ b/include/cadet/LibExportImport.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 132e4d8aa..8425a9619 100644 --- a/include/cadet/LibVersionInfo.hpp +++ b/include/cadet/LibVersionInfo.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c0be50bc8..a9d148998 100644 --- a/include/cadet/Logging.hpp +++ b/include/cadet/Logging.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 f93d9cc12..d1b2d086f 100644 --- a/include/cadet/Model.hpp +++ b/include/cadet/Model.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 28ea51204..ddaec5ebf 100644 --- a/include/cadet/ModelBuilder.hpp +++ b/include/cadet/ModelBuilder.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b8d2bf3ca..5aada5597 100644 --- a/include/cadet/ModelSystem.hpp +++ b/include/cadet/ModelSystem.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 23739cfa2..bde31f2e6 100644 --- a/include/cadet/Notification.hpp +++ b/include/cadet/Notification.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 3a4811619..a331eebd3 100644 --- a/include/cadet/ParameterId.hpp +++ b/include/cadet/ParameterId.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 af4e2de02..65eb2c308 100644 --- a/include/cadet/ParameterProvider.hpp +++ b/include/cadet/ParameterProvider.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 f2367c58d..1f8350fa7 100644 --- a/include/cadet/Simulator.hpp +++ b/include/cadet/Simulator.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 0fb8b28e3..b5ee030d1 100644 --- a/include/cadet/SolutionExporter.hpp +++ b/include/cadet/SolutionExporter.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 137812ef4..f64b6043d 100644 --- a/include/cadet/SolutionRecorder.hpp +++ b/include/cadet/SolutionRecorder.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c0c408fbe..f3ec08460 100644 --- a/include/cadet/StringUtil.hpp +++ b/include/cadet/StringUtil.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 1a0aa755c..b6b416165 100644 --- a/include/cadet/StrongTypes.hpp +++ b/include/cadet/StrongTypes.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 f0bf62d79..d81ededa8 100644 --- a/include/cadet/cadet.h +++ b/include/cadet/cadet.h @@ -1,8 +1,8 @@ // ============================================================================= // CADET - The Chromatography Analysis and Design Toolkit // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d8d22e89d..52ad85946 100644 --- a/include/cadet/cadet.hpp +++ b/include/cadet/cadet.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 3ee517d0e..92aed5649 100644 --- a/include/common/CompilerSpecific.hpp +++ b/include/common/CompilerSpecific.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b4b4a4bb1..b2232a8ad 100644 --- a/include/common/Driver.hpp +++ b/include/common/Driver.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d1de19e8a..0e8c1b687 100644 --- a/include/common/JsonParameterProvider.hpp +++ b/include/common/JsonParameterProvider.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 733e52215..150cc7437 100644 --- a/include/common/Logger.hpp +++ b/include/common/Logger.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c73ba9a7f..0620636d7 100644 --- a/include/common/LoggerBase.hpp +++ b/include/common/LoggerBase.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 0a333b4dc..10791ff68 100644 --- a/include/common/OrderingConverter.hpp +++ b/include/common/OrderingConverter.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b0f02bcf5..24cb0f018 100644 --- a/include/common/ParameterProviderImpl.hpp +++ b/include/common/ParameterProviderImpl.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 5905bd6d3..bc245c1ed 100644 --- a/include/common/SolutionRecorderImpl.hpp +++ b/include/common/SolutionRecorderImpl.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 132f8d077..f28dda295 100644 --- a/include/common/TclapUtils.hpp +++ b/include/common/TclapUtils.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // 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: \n"; std::cout << "Fork CADET on GitHub: \n"; std::cout << "Report bugs to the issue tracker on GitHub or \n"; - std::cout << "See the accompanying LICENSE.txt, CONTRIBUTING.md files" << std::endl; + std::cout << "See the accompanying LICENSE.txt, AUTHORS.md files" << std::endl; } protected: @@ -64,7 +64,7 @@ namespace TCLAP std::cout << "CADET homepage: \n"; std::cout << "Fork CADET on GitHub: \n"; std::cout << "Report bugs to the issue tracker on GitHub or \n"; - std::cout << "See the accompanying LICENSE.txt, CONTRIBUTING.md files" << std::endl; + std::cout << "See the accompanying LICENSE.txt, AUTHORS.md files" << std::endl; } protected: diff --git a/include/common/Timer.hpp b/include/common/Timer.hpp index 739fb314f..e6e3f0b05 100644 --- a/include/common/Timer.hpp +++ b/include/common/Timer.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 05ba00d8b..6b6b9add9 100644 --- a/include/io/FileIO.hpp +++ b/include/io/FileIO.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 18de47764..44853a046 100644 --- a/include/io/IOException.hpp +++ b/include/io/IOException.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 ca5caa5db..fae876e09 100644 --- a/include/io/hdf5/HDF5Base.hpp +++ b/include/io/hdf5/HDF5Base.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 49b121f2b..e28a58425 100644 --- a/include/io/hdf5/HDF5Reader.hpp +++ b/include/io/hdf5/HDF5Reader.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c89489b79..dec70e424 100644 --- a/include/io/hdf5/HDF5Writer.hpp +++ b/include/io/hdf5/HDF5Writer.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 378c4cb17..90693a8f7 100644 --- a/include/io/xml/XMLBase.hpp +++ b/include/io/xml/XMLBase.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 799644d3c..a80f78e7a 100644 --- a/include/io/xml/XMLReader.hpp +++ b/include/io/xml/XMLReader.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 edc6d4676..2259d9783 100644 --- a/include/io/xml/XMLWriter.hpp +++ b/include/io/xml/XMLWriter.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b28b4a3a3..9c50ae579 100644 --- a/src/build-tools/CMakeLists.txt +++ b/src/build-tools/CMakeLists.txt @@ -1,8 +1,8 @@ # ============================================================================= # CADET # -# Copyright © The CADET Authors -# Please see the CONTRIBUTING.md file. +# Copyright © 2008-present: The CADET-Core Authors +# Please see the AUTHORS.md file. # # All rights reserved. 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 cc5bddc9e..d09700145 100644 --- a/src/build-tools/templateCodeGen.cpp +++ b/src/build-tools/templateCodeGen.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 bc519284d..0a6082180 100644 --- a/src/cadet-cli/CMakeLists.txt +++ b/src/cadet-cli/CMakeLists.txt @@ -1,8 +1,8 @@ # ============================================================================= # CADET # -# Copyright © The CADET Authors -# Please see the CONTRIBUTING.md file. +# Copyright © 2008-present: The CADET-Core Authors +# Please see the AUTHORS.md file. # # All rights reserved. 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 7ec7f3f17..e62b4744a 100644 --- a/src/cadet-cli/Logging.hpp +++ b/src/cadet-cli/Logging.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 08911ecf1..3bf68c7c9 100644 --- a/src/cadet-cli/ProgressBar.cpp +++ b/src/cadet-cli/ProgressBar.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 e4cb1471a..6393c4a51 100644 --- a/src/cadet-cli/ProgressBar.hpp +++ b/src/cadet-cli/ProgressBar.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 da1460a2a..a1159ea36 100644 --- a/src/cadet-cli/SignalHandler.cpp +++ b/src/cadet-cli/SignalHandler.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 9cc8e94d4..a9202d255 100644 --- a/src/cadet-cli/SignalHandler.hpp +++ b/src/cadet-cli/SignalHandler.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 14c29a6f7..c9056ca36 100644 --- a/src/cadet-cli/cadet-cli.cpp +++ b/src/cadet-cli/cadet-cli.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 7d626f63d..915b56512 100644 --- a/src/io/FileIO.cpp +++ b/src/io/FileIO.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 dffc028d5..0d6fe9111 100644 --- a/src/io/JsonParameterProvider.cpp +++ b/src/io/JsonParameterProvider.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 35a45265b..9e9d29505 100644 --- a/src/libcadet/AdUtils.cpp +++ b/src/libcadet/AdUtils.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 dddb9917e..cc5a15df3 100644 --- a/src/libcadet/AdUtils.hpp +++ b/src/libcadet/AdUtils.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 9181a4689..33a5c06c0 100644 --- a/src/libcadet/AutoDiff.cpp +++ b/src/libcadet/AutoDiff.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 ae628ec07..3b0bef2f1 100644 --- a/src/libcadet/AutoDiff.hpp +++ b/src/libcadet/AutoDiff.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d21668b80..2ce99d267 100644 --- a/src/libcadet/Benchmark.hpp +++ b/src/libcadet/Benchmark.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 2bdb14bc9..9ba531fa2 100644 --- a/src/libcadet/BindingModelFactory.cpp +++ b/src/libcadet/BindingModelFactory.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 a1c6c77e2..992588d36 100644 --- a/src/libcadet/BindingModelFactory.hpp +++ b/src/libcadet/BindingModelFactory.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 6cb580be8..84aa4b9ae 100644 --- a/src/libcadet/CMakeLists.txt +++ b/src/libcadet/CMakeLists.txt @@ -1,8 +1,8 @@ # ============================================================================= # CADET # -# Copyright © The CADET Authors -# Please see the CONTRIBUTING.md file. +# Copyright © 2008-present: The CADET-Core Authors +# Please see the AUTHORS.md file. # # 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 © The CADET Authors\n\ -// Please see the CONTRIBUTING.md file.\n\ +// Copyright © 2008-present: The CADET-Core Authors\n\ +// Please see the AUTHORS.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\ diff --git a/src/libcadet/CompileTimeConfig.hpp.in b/src/libcadet/CompileTimeConfig.hpp.in index 55d5f5cbc..1c483120c 100644 --- a/src/libcadet/CompileTimeConfig.hpp.in +++ b/src/libcadet/CompileTimeConfig.hpp.in @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 2f9304af1..f06d09a53 100644 --- a/src/libcadet/ConfigurationHelper.hpp +++ b/src/libcadet/ConfigurationHelper.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d883e159a..c577c71ea 100644 --- a/src/libcadet/FactoryFuncs.cpp +++ b/src/libcadet/FactoryFuncs.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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/HighResKoren.hpp b/src/libcadet/HighResKoren.hpp index fa491dbf4..861f28597 100644 --- a/src/libcadet/HighResKoren.hpp +++ b/src/libcadet/HighResKoren.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2022: 2008-present: The CADET-Core Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/LapackInterface.hpp b/src/libcadet/LapackInterface.hpp index 0cde61d28..270dd22ef 100644 --- a/src/libcadet/LapackInterface.hpp +++ b/src/libcadet/LapackInterface.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 767904bdc..d492a26aa 100644 --- a/src/libcadet/LocalVector.hpp +++ b/src/libcadet/LocalVector.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 3c6a45912..1999e995d 100644 --- a/src/libcadet/Logging.cpp +++ b/src/libcadet/Logging.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 114c28010..cc212ffb2 100644 --- a/src/libcadet/Logging.hpp +++ b/src/libcadet/Logging.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 e1a7d65c6..92064fd99 100644 --- a/src/libcadet/LoggingUtils.hpp +++ b/src/libcadet/LoggingUtils.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 548342047..fec671580 100644 --- a/src/libcadet/MathUtil.hpp +++ b/src/libcadet/MathUtil.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 22488f4a3..9125a7056 100644 --- a/src/libcadet/Memory.hpp +++ b/src/libcadet/Memory.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 98be028f0..ca5a27e54 100644 --- a/src/libcadet/ModelBuilderImpl.cpp +++ b/src/libcadet/ModelBuilderImpl.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 e57ebb392..7630b7d50 100644 --- a/src/libcadet/ModelBuilderImpl.hpp +++ b/src/libcadet/ModelBuilderImpl.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 3c6057c94..f6d728deb 100644 --- a/src/libcadet/ParallelSupport.hpp +++ b/src/libcadet/ParallelSupport.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c900ad572..2fec3e703 100644 --- a/src/libcadet/ParamIdUtil.hpp +++ b/src/libcadet/ParamIdUtil.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 8a45c796a..69096d967 100644 --- a/src/libcadet/ParamReaderHelper.hpp +++ b/src/libcadet/ParamReaderHelper.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 7d931dda4..7f7d9e8f0 100644 --- a/src/libcadet/ParamReaderScopes.hpp +++ b/src/libcadet/ParamReaderScopes.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c4e111155..8b3944280 100644 --- a/src/libcadet/ParameterDependenceFactory.cpp +++ b/src/libcadet/ParameterDependenceFactory.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 119c7e12a..6749ea566 100644 --- a/src/libcadet/ParameterDependenceFactory.hpp +++ b/src/libcadet/ParameterDependenceFactory.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 60936e2e4..598662c47 100644 --- a/src/libcadet/ReactionModelFactory.cpp +++ b/src/libcadet/ReactionModelFactory.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 8bd35918f..5b7d593f7 100644 --- a/src/libcadet/ReactionModelFactory.hpp +++ b/src/libcadet/ReactionModelFactory.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c433758ec..721199fe0 100644 --- a/src/libcadet/SensParamUtil.hpp +++ b/src/libcadet/SensParamUtil.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 fbab73012..c2bc7833a 100644 --- a/src/libcadet/SimulatableModel.hpp +++ b/src/libcadet/SimulatableModel.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 6a8944601..61f8579eb 100644 --- a/src/libcadet/SimulationTypes.hpp +++ b/src/libcadet/SimulationTypes.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 7cb9c38cb..f0cac3bcc 100644 --- a/src/libcadet/SimulatorImpl.cpp +++ b/src/libcadet/SimulatorImpl.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 f53ec57aa..8f09fb630 100644 --- a/src/libcadet/SimulatorImpl.hpp +++ b/src/libcadet/SimulatorImpl.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b0759fc59..083e7e848 100644 --- a/src/libcadet/SlicedVector.hpp +++ b/src/libcadet/SlicedVector.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 f8ad2460e..0be171c64 100644 --- a/src/libcadet/Stencil.hpp +++ b/src/libcadet/Stencil.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 edeab564e..5d6d7ab88 100644 --- a/src/libcadet/SundialsVector.hpp +++ b/src/libcadet/SundialsVector.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 227337fe7..552d02f36 100644 --- a/src/libcadet/VersionInfo.cpp.in +++ b/src/libcadet/VersionInfo.cpp.in @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 9673aa573..5798c7568 100644 --- a/src/libcadet/Weno.cpp +++ b/src/libcadet/Weno.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 47488b401..362be72dd 100644 --- a/src/libcadet/Weno.hpp +++ b/src/libcadet/Weno.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 3feca7440..04411b668 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 © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 210dc27a2..c92f6f136 100644 --- a/src/libcadet/graph/GraphAlgos.cpp +++ b/src/libcadet/graph/GraphAlgos.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d58ec3298..49944cba2 100644 --- a/src/libcadet/graph/GraphAlgos.hpp +++ b/src/libcadet/graph/GraphAlgos.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 efb081855..dd12be9ab 100644 --- a/src/libcadet/linalg/ActiveDenseMatrix.hpp +++ b/src/libcadet/linalg/ActiveDenseMatrix.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 e30269186..4d999cf8d 100644 --- a/src/libcadet/linalg/BandMatrix.cpp +++ b/src/libcadet/linalg/BandMatrix.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 ad7a6d3d5..c3f6146a5 100644 --- a/src/libcadet/linalg/BandMatrix.hpp +++ b/src/libcadet/linalg/BandMatrix.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 40a69bd89..0fe62fb23 100644 --- a/src/libcadet/linalg/CompressedSparseMatrix.cpp +++ b/src/libcadet/linalg/CompressedSparseMatrix.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 ddaf61b8e..8fcc60f5d 100644 --- a/src/libcadet/linalg/CompressedSparseMatrix.hpp +++ b/src/libcadet/linalg/CompressedSparseMatrix.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c477a224a..5e9e05772 100644 --- a/src/libcadet/linalg/DenseMatrix.cpp +++ b/src/libcadet/linalg/DenseMatrix.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 58515e90d..84322dad6 100644 --- a/src/libcadet/linalg/DenseMatrix.hpp +++ b/src/libcadet/linalg/DenseMatrix.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 9ceebc3d4..c2eedd882 100644 --- a/src/libcadet/linalg/EigenSolverWrapper.cpp +++ b/src/libcadet/linalg/EigenSolverWrapper.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 5365b53ba..8bb6a02fa 100644 --- a/src/libcadet/linalg/EigenSolverWrapper.hpp +++ b/src/libcadet/linalg/EigenSolverWrapper.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b6c765825..7abe1c8c3 100644 --- a/src/libcadet/linalg/Gmres.cpp +++ b/src/libcadet/linalg/Gmres.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 6eab8b98c..600a443a9 100644 --- a/src/libcadet/linalg/Gmres.hpp +++ b/src/libcadet/linalg/Gmres.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d77a23b0d..1fb536504 100644 --- a/src/libcadet/linalg/Norms.hpp +++ b/src/libcadet/linalg/Norms.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 893103829..e5cb89121 100644 --- a/src/libcadet/linalg/SparseMatrix.cpp +++ b/src/libcadet/linalg/SparseMatrix.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 0611ec0bf..ff102f95a 100644 --- a/src/libcadet/linalg/SparseMatrix.hpp +++ b/src/libcadet/linalg/SparseMatrix.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 4f0c8657f..79265de9b 100644 --- a/src/libcadet/linalg/SparseSolverInterface.hpp.in +++ b/src/libcadet/linalg/SparseSolverInterface.hpp.in @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 98d31761b..d862f238f 100644 --- a/src/libcadet/linalg/Subset.hpp +++ b/src/libcadet/linalg/Subset.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 7f48cba0d..8b8b819d7 100644 --- a/src/libcadet/linalg/SuperLUSparseMatrix.cpp +++ b/src/libcadet/linalg/SuperLUSparseMatrix.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b684be238..0d49b991e 100644 --- a/src/libcadet/linalg/SuperLUSparseMatrix.hpp +++ b/src/libcadet/linalg/SuperLUSparseMatrix.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 69bf036b2..5fdcc102c 100644 --- a/src/libcadet/linalg/UMFPackSparseMatrix.cpp +++ b/src/libcadet/linalg/UMFPackSparseMatrix.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 269d62c95..4b543a468 100644 --- a/src/libcadet/linalg/UMFPackSparseMatrix.hpp +++ b/src/libcadet/linalg/UMFPackSparseMatrix.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 913070de3..8dcdea6ac 100644 --- a/src/libcadet/model/BindingModel.hpp +++ b/src/libcadet/model/BindingModel.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 3898ba248..c2c21f26d 100644 --- a/src/libcadet/model/ExternalFunctionSupport.hpp +++ b/src/libcadet/model/ExternalFunctionSupport.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 70f5ae52d..f1973dcb5 100644 --- a/src/libcadet/model/GeneralRateModel-InitialConditions.cpp +++ b/src/libcadet/model/GeneralRateModel-InitialConditions.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 a99035a6c..a25a73672 100644 --- a/src/libcadet/model/GeneralRateModel-LinearSolver.cpp +++ b/src/libcadet/model/GeneralRateModel-LinearSolver.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 acb214f7e..dc21cf422 100644 --- a/src/libcadet/model/GeneralRateModel.cpp +++ b/src/libcadet/model/GeneralRateModel.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 8abc9d5a6..dadf61d6e 100644 --- a/src/libcadet/model/GeneralRateModel.hpp +++ b/src/libcadet/model/GeneralRateModel.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 9e7e5921b..cc262850d 100644 --- a/src/libcadet/model/GeneralRateModel2D-InitialConditions.cpp +++ b/src/libcadet/model/GeneralRateModel2D-InitialConditions.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 88557e709..b37147b3e 100644 --- a/src/libcadet/model/GeneralRateModel2D-LinearSolver.cpp +++ b/src/libcadet/model/GeneralRateModel2D-LinearSolver.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 947768f4f..0576a99ee 100644 --- a/src/libcadet/model/GeneralRateModel2D.cpp +++ b/src/libcadet/model/GeneralRateModel2D.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 0222bbd4d..3b1f0e85d 100644 --- a/src/libcadet/model/GeneralRateModel2D.hpp +++ b/src/libcadet/model/GeneralRateModel2D.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 0072eba70..182328fce 100644 --- a/src/libcadet/model/GeneralRateModelDG-InitialConditions.cpp +++ b/src/libcadet/model/GeneralRateModelDG-InitialConditions.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 69df42ba8..852de8f40 100644 --- a/src/libcadet/model/GeneralRateModelDG-LinearSolver.cpp +++ b/src/libcadet/model/GeneralRateModelDG-LinearSolver.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c1caccbf9..a2113a9a2 100644 --- a/src/libcadet/model/GeneralRateModelDG.cpp +++ b/src/libcadet/model/GeneralRateModelDG.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 bd4426143..2902bcee7 100644 --- a/src/libcadet/model/GeneralRateModelDG.hpp +++ b/src/libcadet/model/GeneralRateModelDG.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 59fe45b86..abccee1ba 100644 --- a/src/libcadet/model/InletModel.cpp +++ b/src/libcadet/model/InletModel.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 ee6e25539..ba5873325 100644 --- a/src/libcadet/model/InletModel.hpp +++ b/src/libcadet/model/InletModel.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 76b72a443..17ca03379 100644 --- a/src/libcadet/model/LumpedRateModelWithPores-InitialConditions.cpp +++ b/src/libcadet/model/LumpedRateModelWithPores-InitialConditions.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 71fb064d0..9b5766feb 100644 --- a/src/libcadet/model/LumpedRateModelWithPores-LinearSolver.cpp +++ b/src/libcadet/model/LumpedRateModelWithPores-LinearSolver.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 06909825b..be544d2c4 100644 --- a/src/libcadet/model/LumpedRateModelWithPores.cpp +++ b/src/libcadet/model/LumpedRateModelWithPores.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 0f70bcf3c..fc6bcf6d0 100644 --- a/src/libcadet/model/LumpedRateModelWithPores.hpp +++ b/src/libcadet/model/LumpedRateModelWithPores.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 6301ce432..cd8b7bad1 100644 --- a/src/libcadet/model/LumpedRateModelWithPoresDG-InitialConditions.cpp +++ b/src/libcadet/model/LumpedRateModelWithPoresDG-InitialConditions.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 529f2b94c..5861c863b 100644 --- a/src/libcadet/model/LumpedRateModelWithPoresDG-LinearSolver.cpp +++ b/src/libcadet/model/LumpedRateModelWithPoresDG-LinearSolver.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 3609e14cd..9fa88f7f2 100644 --- a/src/libcadet/model/LumpedRateModelWithPoresDG.cpp +++ b/src/libcadet/model/LumpedRateModelWithPoresDG.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 6fddc62d3..a2aeb0810 100644 --- a/src/libcadet/model/LumpedRateModelWithPoresDG.hpp +++ b/src/libcadet/model/LumpedRateModelWithPoresDG.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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.cpp b/src/libcadet/model/LumpedRateModelWithoutPores.cpp index 0258bf80c..a195c28c3 100644 --- a/src/libcadet/model/LumpedRateModelWithoutPores.cpp +++ b/src/libcadet/model/LumpedRateModelWithoutPores.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 831c43668..ea7d0f634 100644 --- a/src/libcadet/model/LumpedRateModelWithoutPores.hpp +++ b/src/libcadet/model/LumpedRateModelWithoutPores.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 56d02531a..751046237 100644 --- a/src/libcadet/model/LumpedRateModelWithoutPoresDG.cpp +++ b/src/libcadet/model/LumpedRateModelWithoutPoresDG.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 e8075f538..3bb05ed27 100644 --- a/src/libcadet/model/LumpedRateModelWithoutPoresDG.hpp +++ b/src/libcadet/model/LumpedRateModelWithoutPoresDG.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 33a85fa31..2a8c26c78 100644 --- a/src/libcadet/model/ModelSystemImpl-Helper.hpp +++ b/src/libcadet/model/ModelSystemImpl-Helper.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 0c69db588..47f46dfdc 100644 --- a/src/libcadet/model/ModelSystemImpl-InitialConditions.cpp +++ b/src/libcadet/model/ModelSystemImpl-InitialConditions.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 98c4ce48b..2508b9665 100644 --- a/src/libcadet/model/ModelSystemImpl-LinearSolver.cpp +++ b/src/libcadet/model/ModelSystemImpl-LinearSolver.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b60367855..809cc67f7 100644 --- a/src/libcadet/model/ModelSystemImpl-Residual.cpp +++ b/src/libcadet/model/ModelSystemImpl-Residual.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 6c4816997..791e74f7e 100644 --- a/src/libcadet/model/ModelSystemImpl.cpp +++ b/src/libcadet/model/ModelSystemImpl.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c200f8fc5..ef6c5e545 100644 --- a/src/libcadet/model/ModelSystemImpl.hpp +++ b/src/libcadet/model/ModelSystemImpl.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 9adf18fd1..5c5079f2e 100644 --- a/src/libcadet/model/ModelUtils.hpp +++ b/src/libcadet/model/ModelUtils.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 cd51fb4bf..43b45d02b 100644 --- a/src/libcadet/model/MultiChannelTransportModel-InitialConditions.cpp +++ b/src/libcadet/model/MultiChannelTransportModel-InitialConditions.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b2cc7672d..761894eb7 100644 --- a/src/libcadet/model/MultiChannelTransportModel-LinearSolver.cpp +++ b/src/libcadet/model/MultiChannelTransportModel-LinearSolver.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 5222a642b..1d211862d 100644 --- a/src/libcadet/model/MultiChannelTransportModel.cpp +++ b/src/libcadet/model/MultiChannelTransportModel.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 ed05e58eb..aa163694c 100644 --- a/src/libcadet/model/MultiChannelTransportModel.hpp +++ b/src/libcadet/model/MultiChannelTransportModel.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 8b5f4a407..ae1a5a7f0 100644 --- a/src/libcadet/model/OutletModel.cpp +++ b/src/libcadet/model/OutletModel.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 726f5c3d2..b301a10dd 100644 --- a/src/libcadet/model/OutletModel.hpp +++ b/src/libcadet/model/OutletModel.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 5d6b1c483..4677f22de 100644 --- a/src/libcadet/model/ParameterDependence.hpp +++ b/src/libcadet/model/ParameterDependence.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 a8b363f1b..50833e60c 100644 --- a/src/libcadet/model/ParameterMultiplexing.cpp +++ b/src/libcadet/model/ParameterMultiplexing.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 71ca697d4..8424819e3 100644 --- a/src/libcadet/model/ParameterMultiplexing.hpp +++ b/src/libcadet/model/ParameterMultiplexing.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 00f0b804e..99bbad3bf 100644 --- a/src/libcadet/model/Parameters.hpp +++ b/src/libcadet/model/Parameters.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c7d538f13..0b2ab8397 100644 --- a/src/libcadet/model/ReactionModel.hpp +++ b/src/libcadet/model/ReactionModel.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 88a6f40ec..53af67b42 100644 --- a/src/libcadet/model/StirredTankModel.cpp +++ b/src/libcadet/model/StirredTankModel.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 1ab45db01..61eb1cc4a 100644 --- a/src/libcadet/model/StirredTankModel.hpp +++ b/src/libcadet/model/StirredTankModel.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 0b22c23fa..96e803476 100644 --- a/src/libcadet/model/UnitOperation.hpp +++ b/src/libcadet/model/UnitOperation.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 8ad2cc23e..d54c54307 100644 --- a/src/libcadet/model/UnitOperationBase.cpp +++ b/src/libcadet/model/UnitOperationBase.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 1275ab298..ad4b569fd 100644 --- a/src/libcadet/model/UnitOperationBase.hpp +++ b/src/libcadet/model/UnitOperationBase.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 0f3f47c11..128a44742 100644 --- a/src/libcadet/model/binding/AntiLangmuirBinding.cpp +++ b/src/libcadet/model/binding/AntiLangmuirBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 5ac5a4937..0fa168023 100644 --- a/src/libcadet/model/binding/BiLangmuirBinding.cpp +++ b/src/libcadet/model/binding/BiLangmuirBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d151dc6e0..92c7223a3 100644 --- a/src/libcadet/model/binding/BiLangmuirLDFBinding.cpp +++ b/src/libcadet/model/binding/BiLangmuirLDFBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 7f52b2412..818fba813 100644 --- a/src/libcadet/model/binding/BiStericMassActionBinding.cpp +++ b/src/libcadet/model/binding/BiStericMassActionBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 e351b71d2..f75c708f6 100644 --- a/src/libcadet/model/binding/BindingModelBase.cpp +++ b/src/libcadet/model/binding/BindingModelBase.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 af9a45d4b..5ce7e32a9 100644 --- a/src/libcadet/model/binding/BindingModelBase.hpp +++ b/src/libcadet/model/binding/BindingModelBase.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 45a844ecf..0ca8c1feb 100644 --- a/src/libcadet/model/binding/BindingModelMacros.hpp +++ b/src/libcadet/model/binding/BindingModelMacros.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c98094d1e..97b924d83 100644 --- a/src/libcadet/model/binding/ColloidalBinding.cpp +++ b/src/libcadet/model/binding/ColloidalBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 8c0ad6d5a..cd513b06d 100644 --- a/src/libcadet/model/binding/DummyBinding.cpp +++ b/src/libcadet/model/binding/DummyBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 4e72180d4..8d2bc5b4d 100644 --- a/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp +++ b/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c2aba3c13..c417da535 100644 --- a/src/libcadet/model/binding/ExternalFunctionTemplate.cpp +++ b/src/libcadet/model/binding/ExternalFunctionTemplate.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 dbe49b10f..1b76304f8 100644 --- a/src/libcadet/model/binding/FreundlichLDFBinding.cpp +++ b/src/libcadet/model/binding/FreundlichLDFBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 58ca48487..0c5d21559 100644 --- a/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp +++ b/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 da149ee45..0dc2031db 100644 --- a/src/libcadet/model/binding/HICConstantWaterActivityBinding.cpp +++ b/src/libcadet/model/binding/HICConstantWaterActivityBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 8d527e4db..c56ad9c95 100644 --- a/src/libcadet/model/binding/HICWaterOnHydrophobicSurfacesBinding.cpp +++ b/src/libcadet/model/binding/HICWaterOnHydrophobicSurfacesBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 98cb8b675..b6bd88d95 100644 --- a/src/libcadet/model/binding/KumarLangmuirBinding.cpp +++ b/src/libcadet/model/binding/KumarLangmuirBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 ae8898427..39d090602 100644 --- a/src/libcadet/model/binding/LangmuirBinding.cpp +++ b/src/libcadet/model/binding/LangmuirBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 902b6584d..16556e664 100644 --- a/src/libcadet/model/binding/LangmuirLDFBinding.cpp +++ b/src/libcadet/model/binding/LangmuirLDFBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b4dba6f79..2eba9d1db 100644 --- a/src/libcadet/model/binding/LangmuirLDFCBinding.cpp +++ b/src/libcadet/model/binding/LangmuirLDFCBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 40c4a6a2b..676a02e9d 100644 --- a/src/libcadet/model/binding/LinearBinding.cpp +++ b/src/libcadet/model/binding/LinearBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 8b2b42835..f83095516 100644 --- a/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp +++ b/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c72f899cc..2e1f45ded 100644 --- a/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp +++ b/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 77398dadb..659060601 100644 --- a/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp +++ b/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 3f0df2ac4..915a3d220 100644 --- a/src/libcadet/model/binding/RefConcentrationSupport.hpp +++ b/src/libcadet/model/binding/RefConcentrationSupport.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 a88df906e..a30ffcc80 100644 --- a/src/libcadet/model/binding/SaskaBinding.cpp +++ b/src/libcadet/model/binding/SaskaBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 fb2196a7a..8354df8e2 100644 --- a/src/libcadet/model/binding/SelfAssociationBinding.cpp +++ b/src/libcadet/model/binding/SelfAssociationBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 5b4e00a57..3d5743bf1 100644 --- a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp +++ b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 f969979d1..6caed3841 100644 --- a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp +++ b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 85deca2df..1f814288b 100644 --- a/src/libcadet/model/binding/StericMassActionBinding.cpp +++ b/src/libcadet/model/binding/StericMassActionBinding.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 69e157c5e..15d70cdd0 100644 --- a/src/libcadet/model/extfun/LinearInterpolationExternalFunction.cpp +++ b/src/libcadet/model/extfun/LinearInterpolationExternalFunction.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 dcaabec4e..0febaf2c0 100644 --- a/src/libcadet/model/extfun/PiecewiseCubicPolyExternalFunction.cpp +++ b/src/libcadet/model/extfun/PiecewiseCubicPolyExternalFunction.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 195a00bbc..ec37e2404 100644 --- a/src/libcadet/model/inlet/PiecewiseCubicPoly.cpp +++ b/src/libcadet/model/inlet/PiecewiseCubicPoly.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c9381871c..6f7365d43 100644 --- a/src/libcadet/model/paramdep/DummyParameterDependence.cpp +++ b/src/libcadet/model/paramdep/DummyParameterDependence.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 6502473ff..bfd7bd7e1 100644 --- a/src/libcadet/model/paramdep/IdentityParameterDependence.cpp +++ b/src/libcadet/model/paramdep/IdentityParameterDependence.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright ® The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright ® 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 77a72ada5..acb68c236 100644 --- a/src/libcadet/model/paramdep/LiquidSaltSolidParameterDependence.cpp +++ b/src/libcadet/model/paramdep/LiquidSaltSolidParameterDependence.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 5ef5b43c5..dafb6e300 100644 --- a/src/libcadet/model/paramdep/ParameterDependenceBase.cpp +++ b/src/libcadet/model/paramdep/ParameterDependenceBase.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 96719a85c..735d11cff 100644 --- a/src/libcadet/model/paramdep/ParameterDependenceBase.hpp +++ b/src/libcadet/model/paramdep/ParameterDependenceBase.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d40be5fcd..39593c897 100644 --- a/src/libcadet/model/paramdep/PowerLawParameterDependence.cpp +++ b/src/libcadet/model/paramdep/PowerLawParameterDependence.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 421bd6c10..a903bbdcb 100644 --- a/src/libcadet/model/parts/AxialConvectionDispersionKernel.cpp +++ b/src/libcadet/model/parts/AxialConvectionDispersionKernel.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 76d210173..6be412823 100644 --- a/src/libcadet/model/parts/AxialConvectionDispersionKernel.hpp +++ b/src/libcadet/model/parts/AxialConvectionDispersionKernel.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 7657ddcea..cf89c703f 100644 --- a/src/libcadet/model/parts/BindingCellKernel.hpp +++ b/src/libcadet/model/parts/BindingCellKernel.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 5c4cc0a8e..36d0dca56 100644 --- a/src/libcadet/model/parts/ConvectionDispersionOperator.cpp +++ b/src/libcadet/model/parts/ConvectionDispersionOperator.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 0ab048c4d..2301b821a 100644 --- a/src/libcadet/model/parts/ConvectionDispersionOperator.hpp +++ b/src/libcadet/model/parts/ConvectionDispersionOperator.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 7c299329a..7f4f0cdf5 100644 --- a/src/libcadet/model/parts/ConvectionDispersionOperatorDG.cpp +++ b/src/libcadet/model/parts/ConvectionDispersionOperatorDG.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 8e8b93cba..b6fb7ff54 100644 --- a/src/libcadet/model/parts/ConvectionDispersionOperatorDG.hpp +++ b/src/libcadet/model/parts/ConvectionDispersionOperatorDG.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 f8f8ef080..84443cc3d 100644 --- a/src/libcadet/model/parts/DGToolbox.cpp +++ b/src/libcadet/model/parts/DGToolbox.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 035393d3f..289f0321f 100644 --- a/src/libcadet/model/parts/DGToolbox.hpp +++ b/src/libcadet/model/parts/DGToolbox.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 7845f458f..c010e44a0 100644 --- a/src/libcadet/model/parts/MultiChannelConvectionDispersionOperator.cpp +++ b/src/libcadet/model/parts/MultiChannelConvectionDispersionOperator.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 99bd2a40b..bf947429c 100644 --- a/src/libcadet/model/parts/MultiChannelConvectionDispersionOperator.hpp +++ b/src/libcadet/model/parts/MultiChannelConvectionDispersionOperator.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 53215305f..3ebe36a8e 100644 --- a/src/libcadet/model/parts/RadialConvectionDispersionKernel.cpp +++ b/src/libcadet/model/parts/RadialConvectionDispersionKernel.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 ede78e13f..852b8097e 100644 --- a/src/libcadet/model/parts/RadialConvectionDispersionKernel.hpp +++ b/src/libcadet/model/parts/RadialConvectionDispersionKernel.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b9d8af9a6..74ac13bcc 100644 --- a/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.cpp +++ b/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 75c8275cd..bee3e7c02 100644 --- a/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp +++ b/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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/CrystallizationReaction.cpp b/src/libcadet/model/reaction/CrystallizationReaction.cpp index dad55aaba..d9df21641 100644 --- a/src/libcadet/model/reaction/CrystallizationReaction.cpp +++ b/src/libcadet/model/reaction/CrystallizationReaction.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2022: 2008-present: The CADET-Core Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/reaction/DummyReaction.cpp b/src/libcadet/model/reaction/DummyReaction.cpp index fead0532a..4b2581ede 100644 --- a/src/libcadet/model/reaction/DummyReaction.cpp +++ b/src/libcadet/model/reaction/DummyReaction.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 6b9d2a24d..0ebf82a17 100644 --- a/src/libcadet/model/reaction/ExternalFunctionTemplate.cpp +++ b/src/libcadet/model/reaction/ExternalFunctionTemplate.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 0f22b88e6..2c11bff5d 100644 --- a/src/libcadet/model/reaction/MassActionLawReaction.cpp +++ b/src/libcadet/model/reaction/MassActionLawReaction.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 503036c18..ee1f209b8 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 © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 db89772b4..71e59ca5f 100644 --- a/src/libcadet/model/reaction/ReactionModelBase.cpp +++ b/src/libcadet/model/reaction/ReactionModelBase.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d1021af40..fe4f50724 100644 --- a/src/libcadet/model/reaction/ReactionModelBase.hpp +++ b/src/libcadet/model/reaction/ReactionModelBase.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 398c553e1..e861858dc 100644 --- a/src/libcadet/nonlin/AdaptiveTrustRegionNewton.cpp +++ b/src/libcadet/nonlin/AdaptiveTrustRegionNewton.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 984f1fc13..641908133 100644 --- a/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp +++ b/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 66b82078b..17ecbaac2 100644 --- a/src/libcadet/nonlin/CompositeSolver.cpp +++ b/src/libcadet/nonlin/CompositeSolver.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 e0aa8d2bf..cc4741387 100644 --- a/src/libcadet/nonlin/CompositeSolver.hpp +++ b/src/libcadet/nonlin/CompositeSolver.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 71defdc29..945fd7214 100644 --- a/src/libcadet/nonlin/LevenbergMarquardt.cpp +++ b/src/libcadet/nonlin/LevenbergMarquardt.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 2f207131f..2cc979a46 100644 --- a/src/libcadet/nonlin/LevenbergMarquardt.hpp +++ b/src/libcadet/nonlin/LevenbergMarquardt.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 a8425bf15..35ccd287d 100644 --- a/src/libcadet/nonlin/Solver.cpp +++ b/src/libcadet/nonlin/Solver.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 afb4cb287..902a355fc 100644 --- a/src/libcadet/nonlin/Solver.hpp +++ b/src/libcadet/nonlin/Solver.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d386c73aa..3451a38f1 100644 --- a/src/tools/CMakeLists.txt +++ b/src/tools/CMakeLists.txt @@ -1,8 +1,8 @@ # ============================================================================= # CADET # -# Copyright © The CADET Authors -# Please see the CONTRIBUTING.md file. +# Copyright © 2008-present: The CADET-Core Authors +# Please see the AUTHORS.md file. # # All rights reserved. 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 840cc174e..4ec7d3010 100644 --- a/src/tools/FormatConverter.cpp +++ b/src/tools/FormatConverter.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 59b86971b..bc83320b9 100644 --- a/src/tools/FormatConverter.hpp +++ b/src/tools/FormatConverter.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 3296e5709..cbff945b2 100644 --- a/src/tools/ToolsHelper.hpp +++ b/src/tools/ToolsHelper.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 8a4396732..1f2b047a2 100644 --- a/src/tools/convertFile.cpp +++ b/src/tools/convertFile.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 aa3603030..b5199fdda 100644 --- a/src/tools/createConvBenchmark.cpp +++ b/src/tools/createConvBenchmark.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 57bc1f0e9..64246ef46 100644 --- a/src/tools/createLWE.cpp +++ b/src/tools/createLWE.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 a906788bf..78cd269b2 100644 --- a/src/tools/createMCLin.cpp +++ b/src/tools/createMCLin.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 7d7cd814c..c1446d899 100644 --- a/src/tools/createSCLang.cpp +++ b/src/tools/createSCLang.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c6c687d88..b217a414d 100644 --- a/src/tools/createSCLin.cpp +++ b/src/tools/createSCLin.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 2c03d2c47..2e50bd0fc 100644 --- a/src/tools/createSCLinStep.cpp +++ b/src/tools/createSCLinStep.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 1a7100c36..b5f6b0572 100644 --- a/test/AD.cpp +++ b/test/AD.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 ab74e61f9..f1739a6e3 100644 --- a/test/Approx.hpp +++ b/test/Approx.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 f7c4af54e..c10ab78b7 100644 --- a/test/BandMatrix.cpp +++ b/test/BandMatrix.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c81b2d59d..4efbb0f59 100644 --- a/test/BindingModelAutoJacobian.cpp +++ b/test/BindingModelAutoJacobian.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 963f62e0c..69c0c6f80 100644 --- a/test/BindingModelTests.cpp +++ b/test/BindingModelTests.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 06c4eeb0c..8b46e097d 100644 --- a/test/BindingModelTests.hpp +++ b/test/BindingModelTests.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c430f7b16..f38493b21 100644 --- a/test/BindingModels.cpp +++ b/test/BindingModels.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 6925b5eb1..8d8d595b7 100644 --- a/test/BindingModels.hpp +++ b/test/BindingModels.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 26a6a0a04..9f673bf78 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,8 +1,8 @@ # ============================================================================= # CADET # -# Copyright © The CADET Authors -# Please see the CONTRIBUTING.md file. +# Copyright © 2008-present: The CADET-Core Authors +# Please see the AUTHORS.md file. # # All rights reserved. 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 302969acf..e5569cbb6 100644 --- a/test/CSTR-Residual.cpp +++ b/test/CSTR-Residual.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 7b19784bf..23f33de9d 100644 --- a/test/CSTR-Simulation.cpp +++ b/test/CSTR-Simulation.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 35c82cd7a..2ac93bb6d 100644 --- a/test/CellKernelTests.cpp +++ b/test/CellKernelTests.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 ff2dcd9fb..a316118a4 100644 --- a/test/ColumnTests.cpp +++ b/test/ColumnTests.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 247df1742..a39676ed8 100644 --- a/test/ColumnTests.hpp +++ b/test/ColumnTests.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b9af670f3..6fa29a8f3 100644 --- a/test/ConvectionDispersionOperator.cpp +++ b/test/ConvectionDispersionOperator.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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/Crystallization.cpp b/test/Crystallization.cpp index 0172082fc..032200eee 100644 --- a/test/Crystallization.cpp +++ b/test/Crystallization.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2024: The CADET Authors +// Copyright © 2008-2024: 2008-present: The CADET-Core Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/DenseMatrix.cpp b/test/DenseMatrix.cpp index 46eab6ec6..77adcfbb4 100644 --- a/test/DenseMatrix.cpp +++ b/test/DenseMatrix.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 bdb1d0afe..309f5cf02 100644 --- a/test/Dummies.hpp +++ b/test/Dummies.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c138e6104..47a343eff 100644 --- a/test/GeneralRateModel.cpp +++ b/test/GeneralRateModel.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 12bb136d9..fdb60edd5 100644 --- a/test/GeneralRateModel2D.cpp +++ b/test/GeneralRateModel2D.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 1a6132e3d..8d72c5d3e 100644 --- a/test/GeneralRateModelDG.cpp +++ b/test/GeneralRateModelDG.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 199207900..1db2e3031 100644 --- a/test/Graph.cpp +++ b/test/Graph.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 55e87df9c..b3a6f54c6 100644 --- a/test/Histogram.cpp +++ b/test/Histogram.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 fcdf2e9d7..82e3c2a45 100644 --- a/test/JacobianHelper.hpp +++ b/test/JacobianHelper.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 6d12c7b6c..fae0fa257 100644 --- a/test/JsonTestModels.cpp +++ b/test/JsonTestModels.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 ae20ffdf8..d55313c60 100644 --- a/test/JsonTestModels.hpp +++ b/test/JsonTestModels.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 38c3f3fee..dc6487ddc 100644 --- a/test/LogUtils.cpp +++ b/test/LogUtils.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 be0c07ec6..daae805b3 100644 --- a/test/LumpedRateModelWithPores.cpp +++ b/test/LumpedRateModelWithPores.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 aaf3d93aa..c21993e08 100644 --- a/test/LumpedRateModelWithPoresDG.cpp +++ b/test/LumpedRateModelWithPoresDG.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 3ac4f5979..2d80adea7 100644 --- a/test/LumpedRateModelWithoutPores.cpp +++ b/test/LumpedRateModelWithoutPores.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 cddd4e25d..bb5e1d9ea 100644 --- a/test/LumpedRateModelWithoutPoresDG.cpp +++ b/test/LumpedRateModelWithoutPoresDG.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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/MatrixHelper.hpp b/test/MatrixHelper.hpp index fdebee061..edb6c15b4 100644 --- a/test/MatrixHelper.hpp +++ b/test/MatrixHelper.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 7308a69cf..2b00fc2b4 100644 --- a/test/ModelSystem.cpp +++ b/test/ModelSystem.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 e6ff168de..f6ab83eef 100644 --- a/test/MultiChannelTransportModel.cpp +++ b/test/MultiChannelTransportModel.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c8585d9b5..670301ebd 100644 --- a/test/ParamDepTests.cpp +++ b/test/ParamDepTests.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 2a83d091f..c0df0c088 100644 --- a/test/ParamDepTests.hpp +++ b/test/ParamDepTests.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 783dd2991..e30209e58 100644 --- a/test/ParameterDependencies.cpp +++ b/test/ParameterDependencies.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b51675228..76e04f6c8 100644 --- a/test/ParameterDependencies.hpp +++ b/test/ParameterDependencies.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 672a3a2e2..6daa8d697 100644 --- a/test/ParticleHelper.cpp +++ b/test/ParticleHelper.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 9a6c1fe17..14041a463 100644 --- a/test/ParticleHelper.hpp +++ b/test/ParticleHelper.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 243e97fb9..b78919cce 100644 --- a/test/Paths.cpp.in +++ b/test/Paths.cpp.in @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 af205f171..7f9623dd2 100644 --- a/test/RadialGeneralRateModel.cpp +++ b/test/RadialGeneralRateModel.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 c948fcf6f..2798b81d6 100644 --- a/test/RadialLumpedRateModelWithPores.cpp +++ b/test/RadialLumpedRateModelWithPores.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 930b7351d..80ad3c917 100644 --- a/test/RadialLumpedRateModelWithoutPores.cpp +++ b/test/RadialLumpedRateModelWithoutPores.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d5c329287..42dfb0063 100644 --- a/test/ReactionModelTests.cpp +++ b/test/ReactionModelTests.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 5dc662bf4..5a4511630 100644 --- a/test/ReactionModelTests.hpp +++ b/test/ReactionModelTests.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 aabb125de..5d33b7f15 100644 --- a/test/ReactionModels.cpp +++ b/test/ReactionModels.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 b6eadd782..c47745a82 100644 --- a/test/SimHelper.cpp +++ b/test/SimHelper.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d28195eb5..8f9678279 100644 --- a/test/SimHelper.hpp +++ b/test/SimHelper.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 889f34a2d..1aec50ceb 100644 --- a/test/SparseFactorizableMatrix.cpp +++ b/test/SparseFactorizableMatrix.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 4ebc26c37..b60256c13 100644 --- a/test/SparseMatrix.cpp +++ b/test/SparseMatrix.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 3972af1d6..2ee7db82e 100644 --- a/test/StringHashing.cpp +++ b/test/StringHashing.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d00edc09e..60bb9807f 100644 --- a/test/Subset.cpp +++ b/test/Subset.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 d27a80e19..a357be20f 100644 --- a/test/TimeIntegrator.cpp +++ b/test/TimeIntegrator.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 71b30afbb..fc4e9b1f2 100644 --- a/test/TimeIntegrator.hpp +++ b/test/TimeIntegrator.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 6ea6a879a..91bace830 100644 --- a/test/TwoDimConvectionDispersionOperator.cpp +++ b/test/TwoDimConvectionDispersionOperator.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 05bdcce73..fbce0bc35 100644 --- a/test/UnitOperationTests.cpp +++ b/test/UnitOperationTests.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 22a3471d7..89f60f4a8 100644 --- a/test/UnitOperationTests.hpp +++ b/test/UnitOperationTests.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 38a5a8b53..d2894dc34 100644 --- a/test/Utils.hpp +++ b/test/Utils.hpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 4486e9f2e..7e9f7e446 100644 --- a/test/testAdaptiveTRNewton.cpp +++ b/test/testAdaptiveTRNewton.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 85710e1f2..bcdb2ba98 100644 --- a/test/testLogging.cpp +++ b/test/testLogging.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 4cb4c5ebe..171a05d9a 100644 --- a/test/testRadialKernel.cpp +++ b/test/testRadialKernel.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 fb795194f..2bfce162f 100644 --- a/test/testRunner.cpp +++ b/test/testRunner.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. 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 59d71f89d..2f71cd039 100644 --- a/test/testSMANonlinearSolve.cpp +++ b/test/testSMANonlinearSolve.cpp @@ -1,8 +1,8 @@ // ============================================================================= // CADET // -// Copyright © The CADET Authors -// Please see the CONTRIBUTING.md file. +// Copyright © 2008-present: The CADET-Core Authors +// Please see the AUTHORS.md file. // // All rights reserved. This program and the accompanying materials // are made available under the terms of the GNU Public License v3.0 (or, at