From c42d27d614cab2220d97d38d82958ad2431f2b73 Mon Sep 17 00:00:00 2001 From: Samuel Leweke Date: Thu, 10 Mar 2022 22:13:08 +0100 Subject: [PATCH] Bump copyright year from 2021 to 2022 --- CMakeLists.txt | 2 +- cmake/Modules/FindCADET.cmake | 2 +- cmake/Modules/FindSUNDIALS.cmake | 2 +- cmake/Modules/FindSuperLU.cmake | 2 +- cmake/Modules/FindUMFPACK.cmake | 2 +- cmake/Modules/MatlabTBBversion.cpp | 2 +- include/cadet/Exceptions.hpp | 2 +- include/cadet/ExternalFunction.hpp | 2 +- include/cadet/FactoryFuncs.hpp | 2 +- include/cadet/HashUtil.hpp | 2 +- include/cadet/InletProfile.hpp | 2 +- include/cadet/LibExportImport.hpp | 2 +- include/cadet/LibVersionInfo.hpp | 2 +- include/cadet/Logging.hpp | 2 +- include/cadet/Model.hpp | 2 +- include/cadet/ModelBuilder.hpp | 2 +- include/cadet/ModelSystem.hpp | 2 +- include/cadet/Notification.hpp | 2 +- include/cadet/ParameterId.hpp | 2 +- include/cadet/ParameterProvider.hpp | 2 +- include/cadet/Simulator.hpp | 2 +- include/cadet/SolutionExporter.hpp | 2 +- include/cadet/SolutionRecorder.hpp | 2 +- include/cadet/StringUtil.hpp | 2 +- include/cadet/StrongTypes.hpp | 2 +- include/cadet/cadet.hpp | 4 ++-- include/common/CompilerSpecific.hpp | 2 +- include/common/Driver.hpp | 2 +- include/common/JsonParameterProvider.hpp | 2 +- include/common/Logger.hpp | 2 +- include/common/LoggerBase.hpp | 2 +- include/common/OrderingConverter.hpp | 2 +- include/common/ParameterProviderImpl.hpp | 2 +- include/common/SolutionRecorderImpl.hpp | 2 +- include/common/TclapUtils.hpp | 2 +- include/common/Timer.hpp | 2 +- include/io/FileIO.hpp | 2 +- include/io/IOException.hpp | 2 +- include/io/hdf5/HDF5Base.hpp | 2 +- include/io/hdf5/HDF5Reader.hpp | 2 +- include/io/hdf5/HDF5Writer.hpp | 2 +- include/io/xml/XMLBase.hpp | 2 +- include/io/xml/XMLReader.hpp | 2 +- include/io/xml/XMLWriter.hpp | 2 +- src/build-tools/CMakeLists.txt | 2 +- src/build-tools/templateCodeGen.cpp | 2 +- src/cadet-cli/CMakeLists.txt | 2 +- src/cadet-cli/Logging.hpp | 2 +- src/cadet-cli/ProgressBar.cpp | 2 +- src/cadet-cli/ProgressBar.hpp | 2 +- src/cadet-cli/SignalHandler.cpp | 2 +- src/cadet-cli/SignalHandler.hpp | 2 +- src/cadet-cli/cadet-cli.cpp | 2 +- src/cadet-mex/CMakeLists.txt | 2 +- src/cadet-mex/Logging.hpp | 2 +- src/cadet-mex/MatlabCommands.cpp | 2 +- src/cadet-mex/MatlabCommands.hpp | 2 +- src/cadet-mex/MatlabException.hpp | 2 +- src/cadet-mex/MatlabExternalFunction.cpp | 2 +- src/cadet-mex/MatlabHandle.hpp | 2 +- src/cadet-mex/MatlabIO.hpp | 2 +- src/cadet-mex/MatlabReaderWriter.hpp | 2 +- src/cadet-mex/MatlabUndocumentedSupport.hpp | 2 +- src/cadet-mex/cadet-mex.cpp | 2 +- src/cadet-mi/CustomParameterTransformation.m | 4 ++-- src/cadet-mi/HDF5Tools.m | 4 ++-- src/cadet-mi/LogParameterTransformation.m | 4 ++-- src/cadet-mi/MexSimulator.m | 4 ++-- src/cadet-mi/MultiFields.m | 4 ++-- src/cadet-mi/ParameterFit.m | 4 ++-- src/cadet-mi/ParameterTransformation.m | 4 ++-- src/cadet-mi/PiecewiseCubicPolyProfile.m | 4 ++-- src/cadet-mi/ResultsHelper.m | 4 ++-- src/cadet-mi/Simulator.m | 4 ++-- src/cadet-mi/bindings/AntiLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/BiLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/BiStericMassActionBinding.m | 4 ++-- src/cadet-mi/bindings/BindingModel.m | 4 ++-- src/cadet-mi/bindings/ColloidalBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunAntiLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunBiLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunBiStericMassActionBinding.m | 4 ++-- .../bindings/ExtFunExtendedMobilePhaseModulatorBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunGeneralizedIonExchangeBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunKumarLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunLinearBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunMobilePhaseModulatorBinding.m | 4 ++-- .../bindings/ExtFunMultiStateStericMassActionBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunSaskaBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunSelfAssociationBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunSpreadingBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunStericMassActionBinding.m | 4 ++-- src/cadet-mi/bindings/ExtendedMobilePhaseModulatorBinding.m | 4 ++-- src/cadet-mi/bindings/GeneralizedIonExchangeBinding.m | 4 ++-- src/cadet-mi/bindings/KineticQuasiStationaryBindingModel.m | 4 ++-- src/cadet-mi/bindings/KumarLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/LangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/LinearBinding.m | 4 ++-- src/cadet-mi/bindings/MobilePhaseModulatorBinding.m | 4 ++-- src/cadet-mi/bindings/MultiStateStericMassActionBinding.m | 4 ++-- src/cadet-mi/bindings/NoneBinding.m | 4 ++-- src/cadet-mi/bindings/SaskaBinding.m | 4 ++-- src/cadet-mi/bindings/SelfAssociationBinding.m | 4 ++-- .../bindings/SimpleMultiStateStericMassActionBinding.m | 4 ++-- src/cadet-mi/bindings/SpreadingBinding.m | 4 ++-- src/cadet-mi/bindings/StericMassActionBinding.m | 4 ++-- src/cadet-mi/examples/forward/breakthroughLangmuirSingle.m | 4 ++-- src/cadet-mi/examples/forward/breakthroughLangmuirSingle2D.m | 4 ++-- .../examples/forward/breakthroughParticleCoreRadius.m | 4 ++-- src/cadet-mi/examples/forward/loadWashElutionSMAsingle.m | 4 ++-- src/cadet-mi/examples/forward/loadWashElutionSMAsystem.m | 4 ++-- src/cadet-mi/examples/forward/loadWashElutionSMAsystem2D.m | 4 ++-- src/cadet-mi/examples/forward/multiParticleTypes.m | 4 ++-- src/cadet-mi/examples/forward/particleRadiusDistribution.m | 4 ++-- src/cadet-mi/examples/forward/pulseLinearSingle.m | 4 ++-- src/cadet-mi/examples/parest/multipleExpLinkedAllParameters.m | 4 ++-- .../examples/parest/multipleExpLinkedSomeParameters.m | 4 ++-- src/cadet-mi/examples/parest/multipleExpWeighted.m | 4 ++-- src/cadet-mi/examples/parest/singleExpCustomParamTransform.m | 4 ++-- src/cadet-mi/examples/parest/singleExpJointComponents.m | 4 ++-- .../examples/parest/singleExpMultipleParamTransform.m | 4 ++-- src/cadet-mi/examples/parest/singleExpSeparateComponents.m | 4 ++-- .../examples/parest/singleExpSeparateComponentsWeighted.m | 4 ++-- src/cadet-mi/examples/parest/singleExpSingleParamTransform.m | 4 ++-- src/cadet-mi/examples/techniques/externalFunctionMultiple.m | 4 ++-- src/cadet-mi/examples/techniques/externalFunctionSingle.m | 4 ++-- src/cadet-mi/examples/techniques/jointSensitivities.m | 4 ++-- src/cadet-mi/examples/techniques/makeInletProfileFromData.m | 4 ++-- .../examples/techniques/makeInletProfileFromResults.m | 4 ++-- src/cadet-mi/examples/techniques/parallelSimulations.m | 4 ++-- .../examples/techniques/parameterizedSimulationMixed.m | 4 ++-- .../techniques/parameterizedSimulationWithSensitivities.m | 4 ++-- .../techniques/parameterizedSimulationWithoutSensitivities.m | 4 ++-- .../examples/techniques/repeatedlyContinueFromSamePoint.m | 4 ++-- src/cadet-mi/examples/techniques/resumeContinuousTime.m | 4 ++-- src/cadet-mi/examples/techniques/resumeResetTime.m | 4 ++-- src/cadet-mi/examples/techniques/saveLoadModel.m | 4 ++-- src/cadet-mi/examples/techniques/saveLoadSimulator.m | 4 ++-- src/cadet-mi/examples/techniques/sectionDependentParameters.m | 4 ++-- src/cadet-mi/extfuns/ExternalFunction.m | 4 ++-- src/cadet-mi/extfuns/LinearInterpolationExtFun.m | 4 ++-- src/cadet-mi/extfuns/PiecewiseCubicPolyExtFun.m | 4 ++-- src/cadet-mi/extractParam.m | 4 ++-- src/cadet-mi/installCADET.m | 4 ++-- src/cadet-mi/isCADETupdateAvailable.m | 4 ++-- src/cadet-mi/jacobianFiniteDifferences.m | 4 ++-- src/cadet-mi/makeSensitivity.m | 4 ++-- src/cadet-mi/reactions/ExtFunMassActionLawReaction.m | 4 ++-- src/cadet-mi/reactions/MassActionLawReaction.m | 4 ++-- src/cadet-mi/reactions/ReactionModel.m | 4 ++-- src/cadet-mi/shiftPoly.m | 4 ++-- src/cadet-mi/splitstring.m | 4 ++-- src/cadet-mi/switchStorageOrdering.m | 4 ++-- src/cadet-mi/units/GeneralRateModel.m | 4 ++-- src/cadet-mi/units/GeneralRateModel2D.m | 4 ++-- src/cadet-mi/units/InletModel.m | 4 ++-- src/cadet-mi/units/LumpedRateModelWithPores.m | 4 ++-- src/cadet-mi/units/LumpedRateModelWithoutPores.m | 4 ++-- src/cadet-mi/units/Model.m | 4 ++-- src/cadet-mi/units/ModelSystem.m | 4 ++-- src/cadet-mi/units/OutletModel.m | 4 ++-- src/cadet-mi/units/PiecewiseCubicPolyInlet.m | 4 ++-- src/cadet-mi/units/SingleCSTR.m | 4 ++-- src/cadet-mi/units/SingleGRM.m | 4 ++-- src/cadet-mi/units/SingleLRM.m | 4 ++-- src/cadet-mi/units/SingleLRMP.m | 4 ++-- src/cadet-mi/units/SingleUnitOpSystem.m | 4 ++-- src/cadet-mi/units/StirredTankModel.m | 4 ++-- src/io/FileIO.cpp | 2 +- src/io/JsonParameterProvider.cpp | 2 +- src/libcadet/AdUtils.cpp | 2 +- src/libcadet/AdUtils.hpp | 2 +- src/libcadet/AutoDiff.cpp | 2 +- src/libcadet/AutoDiff.hpp | 2 +- src/libcadet/Benchmark.hpp | 2 +- src/libcadet/BindingModelFactory.cpp | 2 +- src/libcadet/BindingModelFactory.hpp | 2 +- src/libcadet/CMakeLists.txt | 4 ++-- src/libcadet/CompileTimeConfig.hpp.in | 2 +- src/libcadet/ConfigurationHelper.hpp | 2 +- src/libcadet/FactoryFuncs.cpp | 2 +- src/libcadet/LapackInterface.hpp | 2 +- src/libcadet/LocalVector.hpp | 2 +- src/libcadet/Logging.cpp | 2 +- src/libcadet/Logging.hpp | 2 +- src/libcadet/LoggingUtils.hpp | 2 +- src/libcadet/MathUtil.hpp | 2 +- src/libcadet/Memory.hpp | 2 +- src/libcadet/ModelBuilderImpl.cpp | 2 +- src/libcadet/ModelBuilderImpl.hpp | 2 +- src/libcadet/ParallelSupport.hpp | 2 +- src/libcadet/ParamIdUtil.hpp | 2 +- src/libcadet/ParamReaderHelper.hpp | 2 +- src/libcadet/ParamReaderScopes.hpp | 2 +- src/libcadet/ParameterDependenceFactory.cpp | 2 +- src/libcadet/ParameterDependenceFactory.hpp | 2 +- src/libcadet/ReactionModelFactory.cpp | 2 +- src/libcadet/ReactionModelFactory.hpp | 2 +- src/libcadet/SensParamUtil.hpp | 2 +- src/libcadet/SimulatableModel.hpp | 2 +- src/libcadet/SimulationTypes.hpp | 2 +- src/libcadet/SimulatorImpl.cpp | 2 +- src/libcadet/SimulatorImpl.hpp | 2 +- src/libcadet/SlicedVector.hpp | 2 +- src/libcadet/Stencil.hpp | 2 +- src/libcadet/SundialsVector.hpp | 2 +- src/libcadet/VersionInfo.cpp.in | 2 +- src/libcadet/Weno.cpp | 2 +- src/libcadet/Weno.hpp | 2 +- src/libcadet/graph/GraphAlgos.cpp | 2 +- src/libcadet/graph/GraphAlgos.hpp | 2 +- src/libcadet/linalg/ActiveDenseMatrix.hpp | 2 +- src/libcadet/linalg/BandMatrix.cpp | 2 +- src/libcadet/linalg/BandMatrix.hpp | 2 +- src/libcadet/linalg/CompressedSparseMatrix.cpp | 2 +- src/libcadet/linalg/CompressedSparseMatrix.hpp | 2 +- src/libcadet/linalg/DenseMatrix.cpp | 2 +- src/libcadet/linalg/DenseMatrix.hpp | 2 +- src/libcadet/linalg/Gmres.cpp | 2 +- src/libcadet/linalg/Gmres.hpp | 2 +- src/libcadet/linalg/Norms.hpp | 2 +- src/libcadet/linalg/SparseMatrix.cpp | 2 +- src/libcadet/linalg/SparseMatrix.hpp | 2 +- src/libcadet/linalg/SparseSolverInterface.hpp.in | 2 +- src/libcadet/linalg/Subset.hpp | 2 +- src/libcadet/linalg/SuperLUSparseMatrix.cpp | 2 +- src/libcadet/linalg/SuperLUSparseMatrix.hpp | 2 +- src/libcadet/linalg/UMFPackSparseMatrix.cpp | 2 +- src/libcadet/linalg/UMFPackSparseMatrix.hpp | 2 +- src/libcadet/model/BindingModel.hpp | 2 +- src/libcadet/model/ExternalFunctionSupport.hpp | 2 +- src/libcadet/model/GeneralRateModel-InitialConditions.cpp | 2 +- src/libcadet/model/GeneralRateModel-LinearSolver.cpp | 2 +- src/libcadet/model/GeneralRateModel.cpp | 2 +- src/libcadet/model/GeneralRateModel.hpp | 2 +- src/libcadet/model/GeneralRateModel2D-InitialConditions.cpp | 2 +- src/libcadet/model/GeneralRateModel2D-LinearSolver.cpp | 2 +- src/libcadet/model/GeneralRateModel2D.cpp | 2 +- src/libcadet/model/GeneralRateModel2D.hpp | 2 +- src/libcadet/model/InletModel.cpp | 2 +- src/libcadet/model/InletModel.hpp | 2 +- .../model/LumpedRateModelWithPores-InitialConditions.cpp | 2 +- src/libcadet/model/LumpedRateModelWithPores-LinearSolver.cpp | 2 +- src/libcadet/model/LumpedRateModelWithPores.cpp | 2 +- src/libcadet/model/LumpedRateModelWithPores.hpp | 2 +- src/libcadet/model/LumpedRateModelWithoutPores.cpp | 2 +- src/libcadet/model/LumpedRateModelWithoutPores.hpp | 2 +- src/libcadet/model/ModelSystemImpl-Helper.hpp | 2 +- src/libcadet/model/ModelSystemImpl-InitialConditions.cpp | 2 +- src/libcadet/model/ModelSystemImpl-LinearSolver.cpp | 2 +- src/libcadet/model/ModelSystemImpl-Residual.cpp | 2 +- src/libcadet/model/ModelSystemImpl.cpp | 2 +- src/libcadet/model/ModelSystemImpl.hpp | 2 +- src/libcadet/model/ModelUtils.hpp | 2 +- src/libcadet/model/OutletModel.cpp | 2 +- src/libcadet/model/OutletModel.hpp | 2 +- src/libcadet/model/ParameterDependence.hpp | 2 +- src/libcadet/model/ParameterMultiplexing.cpp | 2 +- src/libcadet/model/ParameterMultiplexing.hpp | 2 +- src/libcadet/model/Parameters.hpp | 2 +- src/libcadet/model/ReactionModel.hpp | 2 +- src/libcadet/model/StirredTankModel.cpp | 2 +- src/libcadet/model/StirredTankModel.hpp | 2 +- src/libcadet/model/UnitOperation.hpp | 2 +- src/libcadet/model/UnitOperationBase.cpp | 2 +- src/libcadet/model/UnitOperationBase.hpp | 2 +- src/libcadet/model/binding/AntiLangmuirBinding.cpp | 2 +- src/libcadet/model/binding/BiLangmuirBinding.cpp | 2 +- src/libcadet/model/binding/BiStericMassActionBinding.cpp | 2 +- src/libcadet/model/binding/BindingModelBase.cpp | 2 +- src/libcadet/model/binding/BindingModelBase.hpp | 2 +- src/libcadet/model/binding/BindingModelMacros.hpp | 2 +- src/libcadet/model/binding/ColloidalBinding.cpp | 2 +- src/libcadet/model/binding/DummyBinding.cpp | 2 +- .../binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp | 2 +- src/libcadet/model/binding/ExternalFunctionTemplate.cpp | 2 +- src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp | 2 +- src/libcadet/model/binding/KumarLangmuirBinding.cpp | 2 +- src/libcadet/model/binding/LangmuirBinding.cpp | 2 +- src/libcadet/model/binding/LinearBinding.cpp | 2 +- .../model/binding/MobilePhaseModulatorLangmuirBinding.cpp | 2 +- src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp | 2 +- .../model/binding/MultiStateStericMassActionBinding.cpp | 2 +- src/libcadet/model/binding/RefConcentrationSupport.hpp | 2 +- src/libcadet/model/binding/SaskaBinding.cpp | 2 +- src/libcadet/model/binding/SelfAssociationBinding.cpp | 2 +- .../binding/SimplifiedMultiStateStericMassActionBinding.cpp | 2 +- .../binding/SimplifiedMultiStateStericMassActionBinding.hpp | 2 +- src/libcadet/model/binding/StericMassActionBinding.cpp | 2 +- .../model/extfun/LinearInterpolationExternalFunction.cpp | 2 +- .../model/extfun/PiecewiseCubicPolyExternalFunction.cpp | 2 +- src/libcadet/model/inlet/PiecewiseCubicPoly.cpp | 2 +- src/libcadet/model/paramdep/DummyParameterDependence.cpp | 2 +- .../model/paramdep/LiquidSaltSolidParameterDependence.cpp | 2 +- src/libcadet/model/paramdep/ParameterDependenceBase.cpp | 2 +- src/libcadet/model/paramdep/ParameterDependenceBase.hpp | 2 +- src/libcadet/model/parts/BindingCellKernel.hpp | 2 +- src/libcadet/model/parts/ConvectionDispersionKernel.cpp | 2 +- src/libcadet/model/parts/ConvectionDispersionKernel.hpp | 2 +- src/libcadet/model/parts/ConvectionDispersionOperator.cpp | 2 +- src/libcadet/model/parts/ConvectionDispersionOperator.hpp | 2 +- .../parts/TwoDimensionalConvectionDispersionOperator.cpp | 2 +- .../parts/TwoDimensionalConvectionDispersionOperator.hpp | 2 +- src/libcadet/model/reaction/DummyReaction.cpp | 2 +- src/libcadet/model/reaction/ExternalFunctionTemplate.cpp | 2 +- src/libcadet/model/reaction/MassActionLawReaction.cpp | 2 +- src/libcadet/model/reaction/ReactionModelBase.cpp | 2 +- src/libcadet/model/reaction/ReactionModelBase.hpp | 2 +- src/libcadet/nonlin/AdaptiveTrustRegionNewton.cpp | 2 +- src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp | 2 +- src/libcadet/nonlin/CompositeSolver.cpp | 2 +- src/libcadet/nonlin/CompositeSolver.hpp | 2 +- src/libcadet/nonlin/LevenbergMarquardt.cpp | 2 +- src/libcadet/nonlin/LevenbergMarquardt.hpp | 2 +- src/libcadet/nonlin/Solver.cpp | 2 +- src/libcadet/nonlin/Solver.hpp | 2 +- src/tools/CMakeLists.txt | 2 +- src/tools/FormatConverter.cpp | 2 +- src/tools/FormatConverter.hpp | 2 +- src/tools/ToolsHelper.hpp | 2 +- src/tools/convertFile.cpp | 2 +- src/tools/createConvBenchmark.cpp | 2 +- src/tools/createLWE.cpp | 2 +- src/tools/createMCLin.cpp | 2 +- src/tools/createSCLang.cpp | 2 +- src/tools/createSCLin.cpp | 2 +- src/tools/createSCLinStep.cpp | 2 +- test/AD.cpp | 2 +- test/Approx.hpp | 2 +- test/BandMatrix.cpp | 2 +- test/BindingModelTests.cpp | 2 +- test/BindingModelTests.hpp | 2 +- test/BindingModels.cpp | 2 +- test/BindingModels.hpp | 2 +- test/CMakeLists.txt | 2 +- test/CSTR-Residual.cpp | 2 +- test/CSTR-Simulation.cpp | 2 +- test/CellKernelTests.cpp | 2 +- test/ColumnTests.cpp | 2 +- test/ColumnTests.hpp | 2 +- test/ConvectionDispersionOperator.cpp | 2 +- test/DenseMatrix.cpp | 2 +- test/GeneralRateModel.cpp | 2 +- test/GeneralRateModel2D.cpp | 2 +- test/Graph.cpp | 2 +- test/Histogram.cpp | 2 +- test/JacobianHelper.hpp | 2 +- test/JsonTestModels.cpp | 2 +- test/JsonTestModels.hpp | 2 +- test/LogUtils.cpp | 2 +- test/LumpedRateModelWithPores.cpp | 2 +- test/LumpedRateModelWithoutPores.cpp | 2 +- test/MatrixHelper.hpp | 2 +- test/ModelSystem.cpp | 2 +- test/ParamDepTests.cpp | 2 +- test/ParamDepTests.hpp | 2 +- test/ParameterDependencies.cpp | 2 +- test/ParameterDependencies.hpp | 2 +- test/ParticleHelper.cpp | 2 +- test/ParticleHelper.hpp | 2 +- test/Paths.cpp.in | 2 +- test/ReactionModelTests.cpp | 2 +- test/ReactionModelTests.hpp | 2 +- test/ReactionModels.cpp | 2 +- test/SimHelper.cpp | 2 +- test/SimHelper.hpp | 2 +- test/SparseFactorizableMatrix.cpp | 2 +- test/SparseMatrix.cpp | 2 +- test/StringHashing.cpp | 2 +- test/Subset.cpp | 2 +- test/TwoDimConvectionDispersionOperator.cpp | 2 +- test/UnitOperationTests.cpp | 2 +- test/UnitOperationTests.hpp | 2 +- test/Utils.hpp | 2 +- test/testAdaptiveTRNewton.cpp | 2 +- test/testLogging.cpp | 2 +- test/testRunner.cpp | 2 +- test/testSMANonlinearSolve.cpp | 2 +- 379 files changed, 486 insertions(+), 486 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f23640f88..1fc9ae7e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2021: The CADET Authors +# Copyright © 2008-2022: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/cmake/Modules/FindCADET.cmake b/cmake/Modules/FindCADET.cmake index 30b4c0e5d..1667f525d 100644 --- a/cmake/Modules/FindCADET.cmake +++ b/cmake/Modules/FindCADET.cmake @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2021: The CADET Authors +# Copyright © 2008-2022: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/cmake/Modules/FindSUNDIALS.cmake b/cmake/Modules/FindSUNDIALS.cmake index 8f809e322..792f101bd 100644 --- a/cmake/Modules/FindSUNDIALS.cmake +++ b/cmake/Modules/FindSUNDIALS.cmake @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2021: The CADET Authors +# Copyright © 2008-2022: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/cmake/Modules/FindSuperLU.cmake b/cmake/Modules/FindSuperLU.cmake index ab51c2307..6927b2600 100644 --- a/cmake/Modules/FindSuperLU.cmake +++ b/cmake/Modules/FindSuperLU.cmake @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2021: The CADET Authors +# Copyright © 2008-2022: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/cmake/Modules/FindUMFPACK.cmake b/cmake/Modules/FindUMFPACK.cmake index 7ed699aa5..ad5b2e202 100644 --- a/cmake/Modules/FindUMFPACK.cmake +++ b/cmake/Modules/FindUMFPACK.cmake @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2021: The CADET Authors +# Copyright © 2008-2022: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/cmake/Modules/MatlabTBBversion.cpp b/cmake/Modules/MatlabTBBversion.cpp index 8d3dc91ef..648689454 100644 --- a/cmake/Modules/MatlabTBBversion.cpp +++ b/cmake/Modules/MatlabTBBversion.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/Exceptions.hpp b/include/cadet/Exceptions.hpp index 33ccd99b0..4d957448c 100644 --- a/include/cadet/Exceptions.hpp +++ b/include/cadet/Exceptions.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/ExternalFunction.hpp b/include/cadet/ExternalFunction.hpp index 404fcf932..ae7539968 100644 --- a/include/cadet/ExternalFunction.hpp +++ b/include/cadet/ExternalFunction.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/FactoryFuncs.hpp b/include/cadet/FactoryFuncs.hpp index 0dc88f269..7d3fce5ae 100644 --- a/include/cadet/FactoryFuncs.hpp +++ b/include/cadet/FactoryFuncs.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/HashUtil.hpp b/include/cadet/HashUtil.hpp index 0cd507685..4a584acfe 100644 --- a/include/cadet/HashUtil.hpp +++ b/include/cadet/HashUtil.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/InletProfile.hpp b/include/cadet/InletProfile.hpp index 4cba6ecf7..dfbfe349a 100644 --- a/include/cadet/InletProfile.hpp +++ b/include/cadet/InletProfile.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/LibExportImport.hpp b/include/cadet/LibExportImport.hpp index d975565e6..4d5abb20c 100644 --- a/include/cadet/LibExportImport.hpp +++ b/include/cadet/LibExportImport.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/LibVersionInfo.hpp b/include/cadet/LibVersionInfo.hpp index bd7f89bd0..a79bcd628 100644 --- a/include/cadet/LibVersionInfo.hpp +++ b/include/cadet/LibVersionInfo.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/Logging.hpp b/include/cadet/Logging.hpp index 0bc8c1ffa..397a19e7c 100644 --- a/include/cadet/Logging.hpp +++ b/include/cadet/Logging.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/Model.hpp b/include/cadet/Model.hpp index a3a4f6f0a..e5700d783 100644 --- a/include/cadet/Model.hpp +++ b/include/cadet/Model.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/ModelBuilder.hpp b/include/cadet/ModelBuilder.hpp index a46deaa8e..d05b57617 100644 --- a/include/cadet/ModelBuilder.hpp +++ b/include/cadet/ModelBuilder.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/ModelSystem.hpp b/include/cadet/ModelSystem.hpp index 4c54bc4ee..a39ebb536 100644 --- a/include/cadet/ModelSystem.hpp +++ b/include/cadet/ModelSystem.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/Notification.hpp b/include/cadet/Notification.hpp index 31b5ded8c..5b25af2c7 100644 --- a/include/cadet/Notification.hpp +++ b/include/cadet/Notification.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/ParameterId.hpp b/include/cadet/ParameterId.hpp index 6a6ef9e5f..057964a8b 100644 --- a/include/cadet/ParameterId.hpp +++ b/include/cadet/ParameterId.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/ParameterProvider.hpp b/include/cadet/ParameterProvider.hpp index 0f53c8089..85e845b7e 100644 --- a/include/cadet/ParameterProvider.hpp +++ b/include/cadet/ParameterProvider.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/Simulator.hpp b/include/cadet/Simulator.hpp index 118c99d52..92338014e 100644 --- a/include/cadet/Simulator.hpp +++ b/include/cadet/Simulator.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/SolutionExporter.hpp b/include/cadet/SolutionExporter.hpp index 5c36b8c7d..6c340da99 100644 --- a/include/cadet/SolutionExporter.hpp +++ b/include/cadet/SolutionExporter.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/SolutionRecorder.hpp b/include/cadet/SolutionRecorder.hpp index cdc0a3177..45394acc6 100644 --- a/include/cadet/SolutionRecorder.hpp +++ b/include/cadet/SolutionRecorder.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/StringUtil.hpp b/include/cadet/StringUtil.hpp index b4c08eefb..4a9ce676a 100644 --- a/include/cadet/StringUtil.hpp +++ b/include/cadet/StringUtil.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/StrongTypes.hpp b/include/cadet/StrongTypes.hpp index fac264e7f..3b02e97c3 100644 --- a/include/cadet/StrongTypes.hpp +++ b/include/cadet/StrongTypes.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/cadet.hpp b/include/cadet/cadet.hpp index 867f42abc..9da2a64cd 100644 --- a/include/cadet/cadet.hpp +++ b/include/cadet/cadet.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials @@ -16,7 +16,7 @@ * * @authors Eric von Lieres, Joel Andersson, Andreas Puettmann, Sebastian Schnittert, Samuel Leweke, William Heymann * @version 4.3.0 - * @date 2008-2021 + * @date 2008-2022 * @copyright GNU General Public License v3.0 (or, at your option, any later version). */ diff --git a/include/common/CompilerSpecific.hpp b/include/common/CompilerSpecific.hpp index 930d96670..0c53faa5c 100644 --- a/include/common/CompilerSpecific.hpp +++ b/include/common/CompilerSpecific.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/Driver.hpp b/include/common/Driver.hpp index 09b2f1710..fb4244f99 100644 --- a/include/common/Driver.hpp +++ b/include/common/Driver.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/JsonParameterProvider.hpp b/include/common/JsonParameterProvider.hpp index 94fd80c1c..f492ccea4 100644 --- a/include/common/JsonParameterProvider.hpp +++ b/include/common/JsonParameterProvider.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/Logger.hpp b/include/common/Logger.hpp index 0f3050469..0135c3b08 100644 --- a/include/common/Logger.hpp +++ b/include/common/Logger.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/LoggerBase.hpp b/include/common/LoggerBase.hpp index 440d568ba..980508070 100644 --- a/include/common/LoggerBase.hpp +++ b/include/common/LoggerBase.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/OrderingConverter.hpp b/include/common/OrderingConverter.hpp index 97d60dbeb..f75dc1c21 100644 --- a/include/common/OrderingConverter.hpp +++ b/include/common/OrderingConverter.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/ParameterProviderImpl.hpp b/include/common/ParameterProviderImpl.hpp index 58592b1ab..9aee2b8ee 100644 --- a/include/common/ParameterProviderImpl.hpp +++ b/include/common/ParameterProviderImpl.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/SolutionRecorderImpl.hpp b/include/common/SolutionRecorderImpl.hpp index d3a8f04e8..a2e6e0361 100644 --- a/include/common/SolutionRecorderImpl.hpp +++ b/include/common/SolutionRecorderImpl.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/TclapUtils.hpp b/include/common/TclapUtils.hpp index c080f6b6c..e2c4ad70d 100644 --- a/include/common/TclapUtils.hpp +++ b/include/common/TclapUtils.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/Timer.hpp b/include/common/Timer.hpp index 0a110e574..693666d3f 100644 --- a/include/common/Timer.hpp +++ b/include/common/Timer.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/FileIO.hpp b/include/io/FileIO.hpp index 5175ada7e..e2a135929 100644 --- a/include/io/FileIO.hpp +++ b/include/io/FileIO.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/IOException.hpp b/include/io/IOException.hpp index 95c585b33..d04bba08d 100644 --- a/include/io/IOException.hpp +++ b/include/io/IOException.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/hdf5/HDF5Base.hpp b/include/io/hdf5/HDF5Base.hpp index e288ae9a0..af35c5818 100644 --- a/include/io/hdf5/HDF5Base.hpp +++ b/include/io/hdf5/HDF5Base.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/hdf5/HDF5Reader.hpp b/include/io/hdf5/HDF5Reader.hpp index c4f470e42..511778cc8 100644 --- a/include/io/hdf5/HDF5Reader.hpp +++ b/include/io/hdf5/HDF5Reader.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/hdf5/HDF5Writer.hpp b/include/io/hdf5/HDF5Writer.hpp index 472632a2d..20f7a1100 100644 --- a/include/io/hdf5/HDF5Writer.hpp +++ b/include/io/hdf5/HDF5Writer.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/xml/XMLBase.hpp b/include/io/xml/XMLBase.hpp index 5bf560034..6a119313d 100644 --- a/include/io/xml/XMLBase.hpp +++ b/include/io/xml/XMLBase.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/xml/XMLReader.hpp b/include/io/xml/XMLReader.hpp index 4080d0a4e..718b182cd 100644 --- a/include/io/xml/XMLReader.hpp +++ b/include/io/xml/XMLReader.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/xml/XMLWriter.hpp b/include/io/xml/XMLWriter.hpp index 0e18d65c8..5b058d77a 100644 --- a/include/io/xml/XMLWriter.hpp +++ b/include/io/xml/XMLWriter.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/build-tools/CMakeLists.txt b/src/build-tools/CMakeLists.txt index 7534132cf..8b147200e 100644 --- a/src/build-tools/CMakeLists.txt +++ b/src/build-tools/CMakeLists.txt @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2021: The CADET Authors +# Copyright © 2008-2022: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/src/build-tools/templateCodeGen.cpp b/src/build-tools/templateCodeGen.cpp index 21d2d2a4c..d809d0017 100644 --- a/src/build-tools/templateCodeGen.cpp +++ b/src/build-tools/templateCodeGen.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/CMakeLists.txt b/src/cadet-cli/CMakeLists.txt index e10ba971b..7f72ea2c5 100644 --- a/src/cadet-cli/CMakeLists.txt +++ b/src/cadet-cli/CMakeLists.txt @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2021: The CADET Authors +# Copyright © 2008-2022: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/Logging.hpp b/src/cadet-cli/Logging.hpp index dbd340365..f15b4fb7d 100644 --- a/src/cadet-cli/Logging.hpp +++ b/src/cadet-cli/Logging.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/ProgressBar.cpp b/src/cadet-cli/ProgressBar.cpp index 74de73e32..0da9ae349 100644 --- a/src/cadet-cli/ProgressBar.cpp +++ b/src/cadet-cli/ProgressBar.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/ProgressBar.hpp b/src/cadet-cli/ProgressBar.hpp index 70d0658fa..0aa25d63d 100644 --- a/src/cadet-cli/ProgressBar.hpp +++ b/src/cadet-cli/ProgressBar.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/SignalHandler.cpp b/src/cadet-cli/SignalHandler.cpp index 93dd5cf97..cfea7d875 100644 --- a/src/cadet-cli/SignalHandler.cpp +++ b/src/cadet-cli/SignalHandler.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/SignalHandler.hpp b/src/cadet-cli/SignalHandler.hpp index 5fc5383aa..b49d5ac80 100644 --- a/src/cadet-cli/SignalHandler.hpp +++ b/src/cadet-cli/SignalHandler.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/cadet-cli.cpp b/src/cadet-cli/cadet-cli.cpp index e5879c626..ce1547c21 100644 --- a/src/cadet-cli/cadet-cli.cpp +++ b/src/cadet-cli/cadet-cli.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/CMakeLists.txt b/src/cadet-mex/CMakeLists.txt index 966c01b28..c13b9becd 100644 --- a/src/cadet-mex/CMakeLists.txt +++ b/src/cadet-mex/CMakeLists.txt @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2021: The CADET Authors +# Copyright © 2008-2022: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/Logging.hpp b/src/cadet-mex/Logging.hpp index 35e5f4312..eae43e322 100644 --- a/src/cadet-mex/Logging.hpp +++ b/src/cadet-mex/Logging.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabCommands.cpp b/src/cadet-mex/MatlabCommands.cpp index 4c5150f41..6f517ff6d 100644 --- a/src/cadet-mex/MatlabCommands.cpp +++ b/src/cadet-mex/MatlabCommands.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabCommands.hpp b/src/cadet-mex/MatlabCommands.hpp index 766d0c445..9ef38e145 100644 --- a/src/cadet-mex/MatlabCommands.hpp +++ b/src/cadet-mex/MatlabCommands.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabException.hpp b/src/cadet-mex/MatlabException.hpp index a282ebcbf..12f956721 100644 --- a/src/cadet-mex/MatlabException.hpp +++ b/src/cadet-mex/MatlabException.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabExternalFunction.cpp b/src/cadet-mex/MatlabExternalFunction.cpp index 9ef1ae07f..9aa59affd 100644 --- a/src/cadet-mex/MatlabExternalFunction.cpp +++ b/src/cadet-mex/MatlabExternalFunction.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabHandle.hpp b/src/cadet-mex/MatlabHandle.hpp index 3b5d3ab77..97b04353f 100644 --- a/src/cadet-mex/MatlabHandle.hpp +++ b/src/cadet-mex/MatlabHandle.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabIO.hpp b/src/cadet-mex/MatlabIO.hpp index f794e4c57..abdba1a46 100644 --- a/src/cadet-mex/MatlabIO.hpp +++ b/src/cadet-mex/MatlabIO.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabReaderWriter.hpp b/src/cadet-mex/MatlabReaderWriter.hpp index 100231059..27f847ad6 100644 --- a/src/cadet-mex/MatlabReaderWriter.hpp +++ b/src/cadet-mex/MatlabReaderWriter.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabUndocumentedSupport.hpp b/src/cadet-mex/MatlabUndocumentedSupport.hpp index b696465e6..e107392d8 100644 --- a/src/cadet-mex/MatlabUndocumentedSupport.hpp +++ b/src/cadet-mex/MatlabUndocumentedSupport.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/cadet-mex.cpp b/src/cadet-mex/cadet-mex.cpp index 1ec8f129a..afb9e10e1 100644 --- a/src/cadet-mex/cadet-mex.cpp +++ b/src/cadet-mex/cadet-mex.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/CustomParameterTransformation.m b/src/cadet-mi/CustomParameterTransformation.m index 3b8591731..81aae600e 100644 --- a/src/cadet-mi/CustomParameterTransformation.m +++ b/src/cadet-mi/CustomParameterTransformation.m @@ -16,7 +16,7 @@ % simulator space or the already transformed point TRANSPARAM % in optimizer space. - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties @@ -110,7 +110,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/HDF5Tools.m b/src/cadet-mi/HDF5Tools.m index 57fa75055..94dfbbd13 100644 --- a/src/cadet-mi/HDF5Tools.m +++ b/src/cadet-mi/HDF5Tools.m @@ -5,7 +5,7 @@ % datasets. The process also works in the other direction, where an % HDF5 file is read in and converted to Matlab structs and arrays. - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. methods (Static) @@ -183,7 +183,7 @@ function struct2hdf(fileName, strct, path, nodelete, legacy_hdf5) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/LogParameterTransformation.m b/src/cadet-mi/LogParameterTransformation.m index 6cbe0d06e..931c0bb6b 100644 --- a/src/cadet-mi/LogParameterTransformation.m +++ b/src/cadet-mi/LogParameterTransformation.m @@ -4,7 +4,7 @@ % Performs the transformation y = ln(x) or y = ln(-x) with automatic % detection of negative parameter domains. - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties @@ -83,7 +83,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/MexSimulator.m b/src/cadet-mi/MexSimulator.m index bab14cb35..803dac706 100644 --- a/src/cadet-mi/MexSimulator.m +++ b/src/cadet-mi/MexSimulator.m @@ -50,7 +50,7 @@ % forced (for specific parts of the layer, that is, the simulator, or % certain models) by calling MEXSIMULATOR.RECONFIGURE. - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties (Hidden, Transient, Access = 'protected') @@ -1328,7 +1328,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/MultiFields.m b/src/cadet-mi/MultiFields.m index c312faf33..f2adf612b 100644 --- a/src/cadet-mi/MultiFields.m +++ b/src/cadet-mi/MultiFields.m @@ -7,7 +7,7 @@ % from a matrix, for removing them from the structure completely, and for % extracting them (taking gaps into account) into a matrix. - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. methods (Static) @@ -102,7 +102,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/ParameterFit.m b/src/cadet-mi/ParameterFit.m index 4ef68c988..4ec275ee2 100644 --- a/src/cadet-mi/ParameterFit.m +++ b/src/cadet-mi/ParameterFit.m @@ -40,7 +40,7 @@ % This also explains why for the Jacobian the chain rule is invoked with the inverse % parameter transformations. - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties (Access = 'protected') @@ -833,7 +833,7 @@ function rebuildInternalDataStructures(obj) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/ParameterTransformation.m b/src/cadet-mi/ParameterTransformation.m index a7bdc3734..907b6bed6 100644 --- a/src/cadet-mi/ParameterTransformation.m +++ b/src/cadet-mi/ParameterTransformation.m @@ -5,7 +5,7 @@ % INVERSETRANSFORM(), and a function that applies the chain rule % for the inverse transformation CHAINRULEINVTRANSFORM(). - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. methods (Abstract) @@ -29,7 +29,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/PiecewiseCubicPolyProfile.m b/src/cadet-mi/PiecewiseCubicPolyProfile.m index 15bfb08da..64da584f1 100644 --- a/src/cadet-mi/PiecewiseCubicPolyProfile.m +++ b/src/cadet-mi/PiecewiseCubicPolyProfile.m @@ -5,7 +5,7 @@ % conditions are met at the interfaces of two adjacent pieces), but can also represent % discontinuous data (such as step profiles). - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties (Transient) @@ -500,7 +500,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/ResultsHelper.m b/src/cadet-mi/ResultsHelper.m index ef4204cdd..214807ad9 100644 --- a/src/cadet-mi/ResultsHelper.m +++ b/src/cadet-mi/ResultsHelper.m @@ -4,7 +4,7 @@ % Extracts data from the Matlab struct generated by CADET (either via MEX or % from a read in HDF5 file) and converts them into a standardized structure. - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. methods (Static) @@ -688,7 +688,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/Simulator.m b/src/cadet-mi/Simulator.m index 0389fb597..96e56ff03 100644 --- a/src/cadet-mi/Simulator.m +++ b/src/cadet-mi/Simulator.m @@ -6,7 +6,7 @@ % % See also MEXSIMULATOR - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -98,7 +98,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/AntiLangmuirBinding.m b/src/cadet-mi/bindings/AntiLangmuirBinding.m index aa0a06523..a1b5413f6 100644 --- a/src/cadet-mi/bindings/AntiLangmuirBinding.m +++ b/src/cadet-mi/bindings/AntiLangmuirBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -161,7 +161,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/BiLangmuirBinding.m b/src/cadet-mi/bindings/BiLangmuirBinding.m index 95c221c9d..225b58ca5 100644 --- a/src/cadet-mi/bindings/BiLangmuirBinding.m +++ b/src/cadet-mi/bindings/BiLangmuirBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -154,7 +154,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/BiStericMassActionBinding.m b/src/cadet-mi/bindings/BiStericMassActionBinding.m index 8c3a11645..b4965b9d2 100644 --- a/src/cadet-mi/bindings/BiStericMassActionBinding.m +++ b/src/cadet-mi/bindings/BiStericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -252,7 +252,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/BindingModel.m b/src/cadet-mi/bindings/BindingModel.m index 9c0b6844e..b65afdaeb 100644 --- a/src/cadet-mi/bindings/BindingModel.m +++ b/src/cadet-mi/bindings/BindingModel.m @@ -15,7 +15,7 @@ % % See also MODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties (Hidden, Access = 'protected') @@ -174,7 +174,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ColloidalBinding.m b/src/cadet-mi/bindings/ColloidalBinding.m index eaf3f7637..164d667ea 100644 --- a/src/cadet-mi/bindings/ColloidalBinding.m +++ b/src/cadet-mi/bindings/ColloidalBinding.m @@ -5,7 +5,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -406,7 +406,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunAntiLangmuirBinding.m b/src/cadet-mi/bindings/ExtFunAntiLangmuirBinding.m index e2a87f862..876e94037 100644 --- a/src/cadet-mi/bindings/ExtFunAntiLangmuirBinding.m +++ b/src/cadet-mi/bindings/ExtFunAntiLangmuirBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, ANTILANGMUIRBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -441,7 +441,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunBiLangmuirBinding.m b/src/cadet-mi/bindings/ExtFunBiLangmuirBinding.m index 3a8391232..5cc4c1395 100644 --- a/src/cadet-mi/bindings/ExtFunBiLangmuirBinding.m +++ b/src/cadet-mi/bindings/ExtFunBiLangmuirBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, BILANGMUIRBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -387,7 +387,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunBiStericMassActionBinding.m b/src/cadet-mi/bindings/ExtFunBiStericMassActionBinding.m index fd8c89400..6666ca8f5 100644 --- a/src/cadet-mi/bindings/ExtFunBiStericMassActionBinding.m +++ b/src/cadet-mi/bindings/ExtFunBiStericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, BISTERICMASSACTIONBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -595,7 +595,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunExtendedMobilePhaseModulatorBinding.m b/src/cadet-mi/bindings/ExtFunExtendedMobilePhaseModulatorBinding.m index df5520d9f..187acf21f 100644 --- a/src/cadet-mi/bindings/ExtFunExtendedMobilePhaseModulatorBinding.m +++ b/src/cadet-mi/bindings/ExtFunExtendedMobilePhaseModulatorBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, EXTENDEDMOBILEPHASEMODULATORSBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -536,7 +536,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunGeneralizedIonExchangeBinding.m b/src/cadet-mi/bindings/ExtFunGeneralizedIonExchangeBinding.m index 62cc43252..898363363 100644 --- a/src/cadet-mi/bindings/ExtFunGeneralizedIonExchangeBinding.m +++ b/src/cadet-mi/bindings/ExtFunGeneralizedIonExchangeBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, GENERALIZEDIONEXCHANGEBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -1335,7 +1335,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunKumarLangmuirBinding.m b/src/cadet-mi/bindings/ExtFunKumarLangmuirBinding.m index 98372d9fa..119e464eb 100644 --- a/src/cadet-mi/bindings/ExtFunKumarLangmuirBinding.m +++ b/src/cadet-mi/bindings/ExtFunKumarLangmuirBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KUMARLANGMUIRBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -592,7 +592,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunLangmuirBinding.m b/src/cadet-mi/bindings/ExtFunLangmuirBinding.m index 78bc9fe58..c55e13fdf 100644 --- a/src/cadet-mi/bindings/ExtFunLangmuirBinding.m +++ b/src/cadet-mi/bindings/ExtFunLangmuirBinding.m @@ -5,7 +5,7 @@ % % See also BINDINGMODEL, LANGMUIRBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -355,7 +355,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunLinearBinding.m b/src/cadet-mi/bindings/ExtFunLinearBinding.m index 0635e611d..e0af52704 100644 --- a/src/cadet-mi/bindings/ExtFunLinearBinding.m +++ b/src/cadet-mi/bindings/ExtFunLinearBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, LINEARBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -267,7 +267,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunMobilePhaseModulatorBinding.m b/src/cadet-mi/bindings/ExtFunMobilePhaseModulatorBinding.m index bde4b150d..16de2366a 100644 --- a/src/cadet-mi/bindings/ExtFunMobilePhaseModulatorBinding.m +++ b/src/cadet-mi/bindings/ExtFunMobilePhaseModulatorBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, MOBILEPHASEMODULATORSBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -514,7 +514,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunMultiStateStericMassActionBinding.m b/src/cadet-mi/bindings/ExtFunMultiStateStericMassActionBinding.m index a9a239354..0a5c6087f 100644 --- a/src/cadet-mi/bindings/ExtFunMultiStateStericMassActionBinding.m +++ b/src/cadet-mi/bindings/ExtFunMultiStateStericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, MULTISTATESTERICMASSACTIONBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -672,7 +672,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunSaskaBinding.m b/src/cadet-mi/bindings/ExtFunSaskaBinding.m index 55528ffde..81672fd66 100644 --- a/src/cadet-mi/bindings/ExtFunSaskaBinding.m +++ b/src/cadet-mi/bindings/ExtFunSaskaBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, SASKABINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -281,7 +281,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunSelfAssociationBinding.m b/src/cadet-mi/bindings/ExtFunSelfAssociationBinding.m index 623715706..430ddbf8a 100644 --- a/src/cadet-mi/bindings/ExtFunSelfAssociationBinding.m +++ b/src/cadet-mi/bindings/ExtFunSelfAssociationBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, SELFASSOCIATIONBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -648,7 +648,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunSpreadingBinding.m b/src/cadet-mi/bindings/ExtFunSpreadingBinding.m index 6d1d03cd3..ab7a697cf 100644 --- a/src/cadet-mi/bindings/ExtFunSpreadingBinding.m +++ b/src/cadet-mi/bindings/ExtFunSpreadingBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, SPREADINGBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -541,7 +541,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunStericMassActionBinding.m b/src/cadet-mi/bindings/ExtFunStericMassActionBinding.m index 4d1e1b710..9d1036657 100644 --- a/src/cadet-mi/bindings/ExtFunStericMassActionBinding.m +++ b/src/cadet-mi/bindings/ExtFunStericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, STERICMASSACTIONBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -569,7 +569,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtendedMobilePhaseModulatorBinding.m b/src/cadet-mi/bindings/ExtendedMobilePhaseModulatorBinding.m index d00103ee9..3dd3163d3 100644 --- a/src/cadet-mi/bindings/ExtendedMobilePhaseModulatorBinding.m +++ b/src/cadet-mi/bindings/ExtendedMobilePhaseModulatorBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -190,7 +190,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/GeneralizedIonExchangeBinding.m b/src/cadet-mi/bindings/GeneralizedIonExchangeBinding.m index 17ef0386a..4a39b8f39 100644 --- a/src/cadet-mi/bindings/GeneralizedIonExchangeBinding.m +++ b/src/cadet-mi/bindings/GeneralizedIonExchangeBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -432,7 +432,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/KineticQuasiStationaryBindingModel.m b/src/cadet-mi/bindings/KineticQuasiStationaryBindingModel.m index 6ebb81462..4933900e4 100644 --- a/src/cadet-mi/bindings/KineticQuasiStationaryBindingModel.m +++ b/src/cadet-mi/bindings/KineticQuasiStationaryBindingModel.m @@ -5,7 +5,7 @@ % % See also BINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties (Dependent, Transient) @@ -54,7 +54,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/KumarLangmuirBinding.m b/src/cadet-mi/bindings/KumarLangmuirBinding.m index 5ed59eaf7..1d28e32bd 100644 --- a/src/cadet-mi/bindings/KumarLangmuirBinding.m +++ b/src/cadet-mi/bindings/KumarLangmuirBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -189,7 +189,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/LangmuirBinding.m b/src/cadet-mi/bindings/LangmuirBinding.m index e8a817972..66f38365e 100644 --- a/src/cadet-mi/bindings/LangmuirBinding.m +++ b/src/cadet-mi/bindings/LangmuirBinding.m @@ -5,7 +5,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -130,7 +130,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/LinearBinding.m b/src/cadet-mi/bindings/LinearBinding.m index 979e27ad3..9e0e85b87 100644 --- a/src/cadet-mi/bindings/LinearBinding.m +++ b/src/cadet-mi/bindings/LinearBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -103,7 +103,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/MobilePhaseModulatorBinding.m b/src/cadet-mi/bindings/MobilePhaseModulatorBinding.m index 7da460c98..3093516aa 100644 --- a/src/cadet-mi/bindings/MobilePhaseModulatorBinding.m +++ b/src/cadet-mi/bindings/MobilePhaseModulatorBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -170,7 +170,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/MultiStateStericMassActionBinding.m b/src/cadet-mi/bindings/MultiStateStericMassActionBinding.m index 34e5446b7..9d18c21a4 100644 --- a/src/cadet-mi/bindings/MultiStateStericMassActionBinding.m +++ b/src/cadet-mi/bindings/MultiStateStericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -277,7 +277,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/NoneBinding.m b/src/cadet-mi/bindings/NoneBinding.m index a27186603..7f71ac63e 100644 --- a/src/cadet-mi/bindings/NoneBinding.m +++ b/src/cadet-mi/bindings/NoneBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -46,7 +46,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/SaskaBinding.m b/src/cadet-mi/bindings/SaskaBinding.m index 3372b25fe..9496d75ea 100644 --- a/src/cadet-mi/bindings/SaskaBinding.m +++ b/src/cadet-mi/bindings/SaskaBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -108,7 +108,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/SelfAssociationBinding.m b/src/cadet-mi/bindings/SelfAssociationBinding.m index 07ecdc6b7..83e1dbf08 100644 --- a/src/cadet-mi/bindings/SelfAssociationBinding.m +++ b/src/cadet-mi/bindings/SelfAssociationBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -245,7 +245,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/SimpleMultiStateStericMassActionBinding.m b/src/cadet-mi/bindings/SimpleMultiStateStericMassActionBinding.m index 882f52928..290ab8643 100644 --- a/src/cadet-mi/bindings/SimpleMultiStateStericMassActionBinding.m +++ b/src/cadet-mi/bindings/SimpleMultiStateStericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -450,7 +450,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/SpreadingBinding.m b/src/cadet-mi/bindings/SpreadingBinding.m index e1b3aef0a..4e854bf51 100644 --- a/src/cadet-mi/bindings/SpreadingBinding.m +++ b/src/cadet-mi/bindings/SpreadingBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -167,7 +167,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/StericMassActionBinding.m b/src/cadet-mi/bindings/StericMassActionBinding.m index dcbc99d84..43fb2bf2c 100644 --- a/src/cadet-mi/bindings/StericMassActionBinding.m +++ b/src/cadet-mi/bindings/StericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -224,7 +224,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/breakthroughLangmuirSingle.m b/src/cadet-mi/examples/forward/breakthroughLangmuirSingle.m index 209a866f1..9cf0d2205 100644 --- a/src/cadet-mi/examples/forward/breakthroughLangmuirSingle.m +++ b/src/cadet-mi/examples/forward/breakthroughLangmuirSingle.m @@ -13,7 +13,7 @@ % % See also PULSELINEARSINGLE. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. @@ -107,7 +107,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/breakthroughLangmuirSingle2D.m b/src/cadet-mi/examples/forward/breakthroughLangmuirSingle2D.m index 13732f10d..a12fa525d 100644 --- a/src/cadet-mi/examples/forward/breakthroughLangmuirSingle2D.m +++ b/src/cadet-mi/examples/forward/breakthroughLangmuirSingle2D.m @@ -17,7 +17,7 @@ % % See also PULSELINEARSINGLE, BREAKTHROUGHLANGMUIRSINGLE. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. @@ -158,7 +158,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/breakthroughParticleCoreRadius.m b/src/cadet-mi/examples/forward/breakthroughParticleCoreRadius.m index 8acaf620f..8f089f2eb 100644 --- a/src/cadet-mi/examples/forward/breakthroughParticleCoreRadius.m +++ b/src/cadet-mi/examples/forward/breakthroughParticleCoreRadius.m @@ -16,7 +16,7 @@ % % See also BREAKTHROUGHLANGMUIRSINGLE. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. @@ -127,7 +127,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/loadWashElutionSMAsingle.m b/src/cadet-mi/examples/forward/loadWashElutionSMAsingle.m index e37d00392..b925d58ca 100644 --- a/src/cadet-mi/examples/forward/loadWashElutionSMAsingle.m +++ b/src/cadet-mi/examples/forward/loadWashElutionSMAsingle.m @@ -13,7 +13,7 @@ % % See also LOADWASHELUTIONSMASYSTEM. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. @@ -119,7 +119,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/loadWashElutionSMAsystem.m b/src/cadet-mi/examples/forward/loadWashElutionSMAsystem.m index 62e091087..f9f7f52ae 100644 --- a/src/cadet-mi/examples/forward/loadWashElutionSMAsystem.m +++ b/src/cadet-mi/examples/forward/loadWashElutionSMAsystem.m @@ -21,7 +21,7 @@ % % See also LOADWASHELUTIONSMASINGLE. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. @@ -155,7 +155,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/loadWashElutionSMAsystem2D.m b/src/cadet-mi/examples/forward/loadWashElutionSMAsystem2D.m index e70c446fe..123c97116 100644 --- a/src/cadet-mi/examples/forward/loadWashElutionSMAsystem2D.m +++ b/src/cadet-mi/examples/forward/loadWashElutionSMAsystem2D.m @@ -20,7 +20,7 @@ % % See also LOADWASHELUTIONSMASYSTEM. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. @@ -176,7 +176,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/multiParticleTypes.m b/src/cadet-mi/examples/forward/multiParticleTypes.m index a7329df50..a4e692b8a 100644 --- a/src/cadet-mi/examples/forward/multiParticleTypes.m +++ b/src/cadet-mi/examples/forward/multiParticleTypes.m @@ -11,7 +11,7 @@ function multiParticleTypes() % % See also LOADWASHELUTIONSMASINGLE, PARTICLERADIUSDISTRIBUTION. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. @@ -139,7 +139,7 @@ function multiParticleTypes() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/particleRadiusDistribution.m b/src/cadet-mi/examples/forward/particleRadiusDistribution.m index 93957b853..861eb9fae 100644 --- a/src/cadet-mi/examples/forward/particleRadiusDistribution.m +++ b/src/cadet-mi/examples/forward/particleRadiusDistribution.m @@ -7,7 +7,7 @@ function particleRadiusDistribution() % % See also PULSELINEARSINGLE, MULTIPARTICLETYPES. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. @@ -110,7 +110,7 @@ function particleRadiusDistribution() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/pulseLinearSingle.m b/src/cadet-mi/examples/forward/pulseLinearSingle.m index 3d3d9aafc..fb6870087 100644 --- a/src/cadet-mi/examples/forward/pulseLinearSingle.m +++ b/src/cadet-mi/examples/forward/pulseLinearSingle.m @@ -11,7 +11,7 @@ % % See also BREAKTHROUGHLANGMUIRSINGLE. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. @@ -103,7 +103,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/multipleExpLinkedAllParameters.m b/src/cadet-mi/examples/parest/multipleExpLinkedAllParameters.m index 82bac7b3c..b00402813 100644 --- a/src/cadet-mi/examples/parest/multipleExpLinkedAllParameters.m +++ b/src/cadet-mi/examples/parest/multipleExpLinkedAllParameters.m @@ -17,7 +17,7 @@ function multipleExpLinkedAllParameters() % See also LOADWASHELUTIONSMASINGLE, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, % SINGLEEXPJOINTCOMPONENTS, JOINTSENSITIVITIES, MULTIPLEEXPLINKEDSOMEPARAMETERS -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create fit object @@ -202,7 +202,7 @@ function multipleExpLinkedAllParameters() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/multipleExpLinkedSomeParameters.m b/src/cadet-mi/examples/parest/multipleExpLinkedSomeParameters.m index 0ae2068fc..18023e9ed 100644 --- a/src/cadet-mi/examples/parest/multipleExpLinkedSomeParameters.m +++ b/src/cadet-mi/examples/parest/multipleExpLinkedSomeParameters.m @@ -18,7 +18,7 @@ function multipleExpLinkedSomeParameters() % See also LOADWASHELUTIONSMASINGLE, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, % SINGLEEXPJOINTCOMPONENTS, JOINTSENSITIVITIES, MULTIPLEEXPLINKEDALLPARAMETERS -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create fit object @@ -205,7 +205,7 @@ function multipleExpLinkedSomeParameters() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/multipleExpWeighted.m b/src/cadet-mi/examples/parest/multipleExpWeighted.m index 7191d66c4..e2be3a55a 100644 --- a/src/cadet-mi/examples/parest/multipleExpWeighted.m +++ b/src/cadet-mi/examples/parest/multipleExpWeighted.m @@ -10,7 +10,7 @@ function multipleExpWeighted() % See also LOADWASHELUTIONSMASINGLE, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, % MULTIPLEEXPLINKEDALLPARAMETERS, SINGLEEXPSEPARATECOMPONENTSWEIGHTED -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create fit object @@ -211,7 +211,7 @@ function multipleExpWeighted() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/singleExpCustomParamTransform.m b/src/cadet-mi/examples/parest/singleExpCustomParamTransform.m index ee52e4c14..c275bc384 100644 --- a/src/cadet-mi/examples/parest/singleExpCustomParamTransform.m +++ b/src/cadet-mi/examples/parest/singleExpCustomParamTransform.m @@ -12,7 +12,7 @@ function singleExpCustomParamTransform() % See also LOADWASHELUTIONSMASINGLE, SINGLEEXPSEPARATECOMPONENTS, SINGLEEXPSINGLEPARAMTRANSFORM, % SINGLEEXPMULTIPLEPARAMTRANSFORM -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulation and obtain artificial data @@ -181,7 +181,7 @@ function singleExpCustomParamTransform() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/singleExpJointComponents.m b/src/cadet-mi/examples/parest/singleExpJointComponents.m index d2cc8e621..aef722c06 100644 --- a/src/cadet-mi/examples/parest/singleExpJointComponents.m +++ b/src/cadet-mi/examples/parest/singleExpJointComponents.m @@ -12,7 +12,7 @@ function singleExpJointComponents() % See also LOADWASHELUTIONSMASINGLE, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, % SINGLEEXPSEPARATECOMPONENTS -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulation and obtain artificial data @@ -153,7 +153,7 @@ function singleExpJointComponents() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/singleExpMultipleParamTransform.m b/src/cadet-mi/examples/parest/singleExpMultipleParamTransform.m index efcfd44f9..21c4c6100 100644 --- a/src/cadet-mi/examples/parest/singleExpMultipleParamTransform.m +++ b/src/cadet-mi/examples/parest/singleExpMultipleParamTransform.m @@ -14,7 +14,7 @@ function singleExpMultipleParamTransform() % See also LOADWASHELUTIONSMASINGLE, SINGLEEXPSEPARATECOMPONENTS, SINGLEEXPSINGLEPARAMTRANSFORM, % SINGLEEXPCUSTOMPARAMTRANSFORM -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulation and obtain artificial data @@ -186,7 +186,7 @@ function singleExpMultipleParamTransform() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/singleExpSeparateComponents.m b/src/cadet-mi/examples/parest/singleExpSeparateComponents.m index da89524d6..eb49181e7 100644 --- a/src/cadet-mi/examples/parest/singleExpSeparateComponents.m +++ b/src/cadet-mi/examples/parest/singleExpSeparateComponents.m @@ -9,7 +9,7 @@ function singleExpSeparateComponents() % See also LOADWASHELUTIONSMASINGLE, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, % SINGLEEXPJOINTCOMPONENTS -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulation and obtain artificial data @@ -152,7 +152,7 @@ function singleExpSeparateComponents() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/singleExpSeparateComponentsWeighted.m b/src/cadet-mi/examples/parest/singleExpSeparateComponentsWeighted.m index 7593a9f25..0df2e4e17 100644 --- a/src/cadet-mi/examples/parest/singleExpSeparateComponentsWeighted.m +++ b/src/cadet-mi/examples/parest/singleExpSeparateComponentsWeighted.m @@ -18,7 +18,7 @@ function singleExpSeparateComponentsWeighted() % See also LOADWASHELUTIONSMASINGLE, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, % SINGLEEXPJOINTCOMPONENTS, MULTIPLEEXPWEIGHTED -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulation and obtain artificial data @@ -168,7 +168,7 @@ function singleExpSeparateComponentsWeighted() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/singleExpSingleParamTransform.m b/src/cadet-mi/examples/parest/singleExpSingleParamTransform.m index 088e8e3a0..9b629d677 100644 --- a/src/cadet-mi/examples/parest/singleExpSingleParamTransform.m +++ b/src/cadet-mi/examples/parest/singleExpSingleParamTransform.m @@ -10,7 +10,7 @@ function singleExpSingleParamTransform() % % See also LOADWASHELUTIONSMASINGLE, SINGLEEXPSEPARATECOMPONENTS, SINGLEEXPMULTIPLEPARAMTRANSFORM -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulation and obtain artificial data @@ -167,7 +167,7 @@ function singleExpSingleParamTransform() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/externalFunctionMultiple.m b/src/cadet-mi/examples/techniques/externalFunctionMultiple.m index 3259ea9fa..c56d3c381 100644 --- a/src/cadet-mi/examples/techniques/externalFunctionMultiple.m +++ b/src/cadet-mi/examples/techniques/externalFunctionMultiple.m @@ -9,7 +9,7 @@ function externalFunctionMultiple() % % See also BREAKTHROUGHLANGMUIRSINGLE, EXTERNALFUNCTIONSINGLE -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % General rate model @@ -154,7 +154,7 @@ function externalFunctionMultiple() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/externalFunctionSingle.m b/src/cadet-mi/examples/techniques/externalFunctionSingle.m index dd071355d..d2a4a2f64 100644 --- a/src/cadet-mi/examples/techniques/externalFunctionSingle.m +++ b/src/cadet-mi/examples/techniques/externalFunctionSingle.m @@ -8,7 +8,7 @@ function externalFunctionSingle() % % See also BREAKTHROUGHLANGMUIRSINGLE, EXTERNALFUNCTIONMULTIPLE -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % General rate model @@ -155,7 +155,7 @@ function externalFunctionSingle() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/jointSensitivities.m b/src/cadet-mi/examples/techniques/jointSensitivities.m index 6228d6d82..76cca3ee6 100644 --- a/src/cadet-mi/examples/techniques/jointSensitivities.m +++ b/src/cadet-mi/examples/techniques/jointSensitivities.m @@ -20,7 +20,7 @@ function jointSensitivities() % See also MAKESENSITIVITY, MEXSIMULATOR.RUNWITHPARAMETERS, MEXSIMULATOR.SETPARAMETERS, % PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, PARAMETERIZEDSIMULATIONMIXED -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -210,7 +210,7 @@ function jointSensitivities() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/makeInletProfileFromData.m b/src/cadet-mi/examples/techniques/makeInletProfileFromData.m index 5b04d58c8..ee50cb8fe 100644 --- a/src/cadet-mi/examples/techniques/makeInletProfileFromData.m +++ b/src/cadet-mi/examples/techniques/makeInletProfileFromData.m @@ -7,7 +7,7 @@ function makeInletProfileFromData() % % See also BREAKTHROUGHLANGMUIRSINGLE. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Set up a general rate model @@ -105,7 +105,7 @@ function makeInletProfileFromData() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/makeInletProfileFromResults.m b/src/cadet-mi/examples/techniques/makeInletProfileFromResults.m index c01800618..9223606d7 100644 --- a/src/cadet-mi/examples/techniques/makeInletProfileFromResults.m +++ b/src/cadet-mi/examples/techniques/makeInletProfileFromResults.m @@ -7,7 +7,7 @@ function makeInletProfileFromResults() % % See also LOADWASHELUTIONSMASINGLE. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Set up a simulation (GRM) @@ -123,7 +123,7 @@ function makeInletProfileFromResults() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/parallelSimulations.m b/src/cadet-mi/examples/techniques/parallelSimulations.m index 327d5441b..5fd54ea4b 100644 --- a/src/cadet-mi/examples/techniques/parallelSimulations.m +++ b/src/cadet-mi/examples/techniques/parallelSimulations.m @@ -17,7 +17,7 @@ function parallelSimulations() % % See also BREAKTHROUGHLANGMUIRSINGLE, PARAMETERIZEDSIMULATIONWITHOUTSENSITIVITIES -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -119,7 +119,7 @@ function parallelSimulations() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/parameterizedSimulationMixed.m b/src/cadet-mi/examples/techniques/parameterizedSimulationMixed.m index 0f12addc3..48a0b591b 100644 --- a/src/cadet-mi/examples/techniques/parameterizedSimulationMixed.m +++ b/src/cadet-mi/examples/techniques/parameterizedSimulationMixed.m @@ -12,7 +12,7 @@ function parameterizedSimulationMixed() % See also MAKESENSITIVITY, MEXSIMULATOR.RUNWITHPARAMETERS, MEXSIMULATOR.SETPARAMETERS, % PARAMETERIZEDSIMULATIONWITHOUTSENSITIVITIES, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -180,7 +180,7 @@ function parameterizedSimulationMixed() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/parameterizedSimulationWithSensitivities.m b/src/cadet-mi/examples/techniques/parameterizedSimulationWithSensitivities.m index 8442c04ac..bbc7b85f7 100644 --- a/src/cadet-mi/examples/techniques/parameterizedSimulationWithSensitivities.m +++ b/src/cadet-mi/examples/techniques/parameterizedSimulationWithSensitivities.m @@ -21,7 +21,7 @@ function parameterizedSimulationWithSensitivities() % PARAMETERIZEDSIMULATIONWITHOUTSENSITIVITIES, PARAMETERIZEDSIMULATIONMIXED, % JOINTSENSITIVITIES -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -184,7 +184,7 @@ function parameterizedSimulationWithSensitivities() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/parameterizedSimulationWithoutSensitivities.m b/src/cadet-mi/examples/techniques/parameterizedSimulationWithoutSensitivities.m index cd438f0c4..aa031caa3 100644 --- a/src/cadet-mi/examples/techniques/parameterizedSimulationWithoutSensitivities.m +++ b/src/cadet-mi/examples/techniques/parameterizedSimulationWithoutSensitivities.m @@ -10,7 +10,7 @@ function parameterizedSimulationWithoutSensitivities() % See also MAKESENSITIVITY, MEXSIMULATOR.RUNWITHPARAMETERS, MEXSIMULATOR.SETPARAMETERS, % PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, PARAMETERIZEDSIMULATIONMIXED -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -142,7 +142,7 @@ function parameterizedSimulationWithoutSensitivities() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/repeatedlyContinueFromSamePoint.m b/src/cadet-mi/examples/techniques/repeatedlyContinueFromSamePoint.m index 022bae955..6d9d5fd93 100644 --- a/src/cadet-mi/examples/techniques/repeatedlyContinueFromSamePoint.m +++ b/src/cadet-mi/examples/techniques/repeatedlyContinueFromSamePoint.m @@ -13,7 +13,7 @@ function repeatedlyContinueFromSamePoint() % See also PARAMETERIZEDSIMULATIONWITHOUTSENSITIVITIES, RESUMECONTINUOUSTIME, % RESUMERESETTIME, LOADWASHELUTIONSMASINGLE -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -144,7 +144,7 @@ function repeatedlyContinueFromSamePoint() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/resumeContinuousTime.m b/src/cadet-mi/examples/techniques/resumeContinuousTime.m index 2fea93743..8d92a2fe7 100644 --- a/src/cadet-mi/examples/techniques/resumeContinuousTime.m +++ b/src/cadet-mi/examples/techniques/resumeContinuousTime.m @@ -18,7 +18,7 @@ function resumeContinuousTime() % See also PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, RESUMERESETTIME, % LOADWASHELUTIONSMASINGLE, MEXSIMULATOR.RESUME -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -199,7 +199,7 @@ function setInlet(sim, tStart, tEnd) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/resumeResetTime.m b/src/cadet-mi/examples/techniques/resumeResetTime.m index 72874a43e..faf8b5a51 100644 --- a/src/cadet-mi/examples/techniques/resumeResetTime.m +++ b/src/cadet-mi/examples/techniques/resumeResetTime.m @@ -18,7 +18,7 @@ function resumeResetTime() % See also PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, RESUMECONTINUOUSTIME, % LOADWASHELUTIONSMASINGLE, MEXSIMULATOR.RESUME -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -199,7 +199,7 @@ function setInlet(sim, tStart, tEnd) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/saveLoadModel.m b/src/cadet-mi/examples/techniques/saveLoadModel.m index 1881432a2..e18ead294 100644 --- a/src/cadet-mi/examples/techniques/saveLoadModel.m +++ b/src/cadet-mi/examples/techniques/saveLoadModel.m @@ -6,7 +6,7 @@ function saveLoadModel() % % See also SAVELOADSIMULATOR. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create the model (SingleGRM object) @@ -98,7 +98,7 @@ function saveLoadModel() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/saveLoadSimulator.m b/src/cadet-mi/examples/techniques/saveLoadSimulator.m index 03236cf50..92be18682 100644 --- a/src/cadet-mi/examples/techniques/saveLoadSimulator.m +++ b/src/cadet-mi/examples/techniques/saveLoadSimulator.m @@ -6,7 +6,7 @@ function saveLoadSimulator() % % See also SAVELOADMODEL. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Create the simulator with the model @@ -102,7 +102,7 @@ function saveLoadSimulator() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/sectionDependentParameters.m b/src/cadet-mi/examples/techniques/sectionDependentParameters.m index 9715a7569..809a3c9d5 100644 --- a/src/cadet-mi/examples/techniques/sectionDependentParameters.m +++ b/src/cadet-mi/examples/techniques/sectionDependentParameters.m @@ -9,7 +9,7 @@ function sectionDependentParameters() % % See also LOADWASHELUTIONSMASINGLE -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. @@ -119,7 +119,7 @@ function sectionDependentParameters() % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/extfuns/ExternalFunction.m b/src/cadet-mi/extfuns/ExternalFunction.m index 4dce7c62c..ef085e08f 100644 --- a/src/cadet-mi/extfuns/ExternalFunction.m +++ b/src/cadet-mi/extfuns/ExternalFunction.m @@ -14,7 +14,7 @@ % % See also MODELSYSTEM - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties (Hidden, Access = 'protected') @@ -97,7 +97,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/extfuns/LinearInterpolationExtFun.m b/src/cadet-mi/extfuns/LinearInterpolationExtFun.m index 6fbe10e17..6fd49bce9 100644 --- a/src/cadet-mi/extfuns/LinearInterpolationExtFun.m +++ b/src/cadet-mi/extfuns/LinearInterpolationExtFun.m @@ -21,7 +21,7 @@ % % See also EXTERNALFUNCTION, MODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties (Constant) @@ -171,7 +171,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/extfuns/PiecewiseCubicPolyExtFun.m b/src/cadet-mi/extfuns/PiecewiseCubicPolyExtFun.m index 6fe91a0be..d3f8cd181 100644 --- a/src/cadet-mi/extfuns/PiecewiseCubicPolyExtFun.m +++ b/src/cadet-mi/extfuns/PiecewiseCubicPolyExtFun.m @@ -25,7 +25,7 @@ % % See also EXTERNALFUNCTION, MODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties (Constant) @@ -246,7 +246,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/extractParam.m b/src/cadet-mi/extractParam.m index a7a41d265..f0b1b0c54 100644 --- a/src/cadet-mi/extractParam.m +++ b/src/cadet-mi/extractParam.m @@ -13,7 +13,7 @@ % % See also MAKESENSITIVITY. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. if (nargin <= 1) || isempty(idx) @@ -46,7 +46,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/installCADET.m b/src/cadet-mi/installCADET.m index 96ba46c4b..7b423b8e6 100644 --- a/src/cadet-mi/installCADET.m +++ b/src/cadet-mi/installCADET.m @@ -4,7 +4,7 @@ % Return true in SUCCESS if a working CADET interface is available, % returns false otherwise. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. % Get the path of this file @@ -52,7 +52,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/isCADETupdateAvailable.m b/src/cadet-mi/isCADETupdateAvailable.m index 0e93c15d0..c3527ffe8 100644 --- a/src/cadet-mi/isCADETupdateAvailable.m +++ b/src/cadet-mi/isCADETupdateAvailable.m @@ -9,7 +9,7 @@ % textual output is sent to the command window (QUIET = false, default) % or not (QUIET = true). -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. if (nargin <= 0) || isempty(quiet) @@ -94,7 +94,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/jacobianFiniteDifferences.m b/src/cadet-mi/jacobianFiniteDifferences.m index b7903cebd..a93b3bd9d 100644 --- a/src/cadet-mi/jacobianFiniteDifferences.m +++ b/src/cadet-mi/jacobianFiniteDifferences.m @@ -8,7 +8,7 @@ % parameter. The returned cell array JAC contains the Jacobian for each unit % operation with the format [nTime, nComponents, nParams]. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. for i = 1:length(params) @@ -42,7 +42,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/makeSensitivity.m b/src/cadet-mi/makeSensitivity.m index 240ad03bc..db8d515f6 100644 --- a/src/cadet-mi/makeSensitivity.m +++ b/src/cadet-mi/makeSensitivity.m @@ -22,7 +22,7 @@ % % See also EXTRACTPARAM. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. if ~iscell(name) && ischar(name) @@ -63,7 +63,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/reactions/ExtFunMassActionLawReaction.m b/src/cadet-mi/reactions/ExtFunMassActionLawReaction.m index fbbed86b9..1301312ff 100644 --- a/src/cadet-mi/reactions/ExtFunMassActionLawReaction.m +++ b/src/cadet-mi/reactions/ExtFunMassActionLawReaction.m @@ -4,7 +4,7 @@ % % See also REACTIONMODEL, MASSACTIONLAWREACTION - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -1001,7 +1001,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/reactions/MassActionLawReaction.m b/src/cadet-mi/reactions/MassActionLawReaction.m index 97d58fcf1..b17863282 100644 --- a/src/cadet-mi/reactions/MassActionLawReaction.m +++ b/src/cadet-mi/reactions/MassActionLawReaction.m @@ -4,7 +4,7 @@ % % See also REACTIONMODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -605,7 +605,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/reactions/ReactionModel.m b/src/cadet-mi/reactions/ReactionModel.m index b5767a9ce..e677b77bf 100644 --- a/src/cadet-mi/reactions/ReactionModel.m +++ b/src/cadet-mi/reactions/ReactionModel.m @@ -15,7 +15,7 @@ % % See also MODEL - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties (Hidden, Access = 'protected') @@ -180,7 +180,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/shiftPoly.m b/src/cadet-mi/shiftPoly.m index 35e6a1e0d..a4a008501 100644 --- a/src/cadet-mi/shiftPoly.m +++ b/src/cadet-mi/shiftPoly.m @@ -6,7 +6,7 @@ % convention (i.e., the highest exponent comes first). The resulting % polynomial q is returned as coefficients using the same convention. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. newPoly = zeros(size(poly)); @@ -22,7 +22,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/splitstring.m b/src/cadet-mi/splitstring.m index 53def513d..dbe1d9e1e 100644 --- a/src/cadet-mi/splitstring.m +++ b/src/cadet-mi/splitstring.m @@ -4,7 +4,7 @@ % the delimiter DELIM. The result is a cell array with the splitted string % parts. -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. splitted = textscan(str,'%s','delimiter',delim); @@ -14,7 +14,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/switchStorageOrdering.m b/src/cadet-mi/switchStorageOrdering.m index f47fdae76..d443255db 100644 --- a/src/cadet-mi/switchStorageOrdering.m +++ b/src/cadet-mi/switchStorageOrdering.m @@ -7,7 +7,7 @@ % as returned by calling size(DATA)) and shuffles them around in order to switch between % column-major (Matlab) and row-major (CADET). -% Copyright: (C) 2008-2021 The CADET Authors +% Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. if (nargin <= 1) || isempty(dims) @@ -21,7 +21,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/units/GeneralRateModel.m b/src/cadet-mi/units/GeneralRateModel.m index 3d234c5bc..84e978a15 100644 --- a/src/cadet-mi/units/GeneralRateModel.m +++ b/src/cadet-mi/units/GeneralRateModel.m @@ -7,7 +7,7 @@ % % See also MODEL, SINGLEGRM, MODELSYSTEM - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties @@ -1471,7 +1471,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/GeneralRateModel2D.m b/src/cadet-mi/units/GeneralRateModel2D.m index c16d7e84b..fb236c14b 100644 --- a/src/cadet-mi/units/GeneralRateModel2D.m +++ b/src/cadet-mi/units/GeneralRateModel2D.m @@ -7,7 +7,7 @@ % % See also MODEL, SINGLEGRM2D, MODELSYSTEM - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties @@ -1645,7 +1645,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/InletModel.m b/src/cadet-mi/units/InletModel.m index 7de975676..0a61db0f2 100644 --- a/src/cadet-mi/units/InletModel.m +++ b/src/cadet-mi/units/InletModel.m @@ -7,7 +7,7 @@ % % See also MODEL, MODELSYSTEM - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -78,7 +78,7 @@ function notifySync(obj) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/LumpedRateModelWithPores.m b/src/cadet-mi/units/LumpedRateModelWithPores.m index 60c692ab0..49f6d57a7 100644 --- a/src/cadet-mi/units/LumpedRateModelWithPores.m +++ b/src/cadet-mi/units/LumpedRateModelWithPores.m @@ -7,7 +7,7 @@ % % See also MODEL, SINGLELRMP, MODELSYSTEM - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties @@ -1093,7 +1093,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/LumpedRateModelWithoutPores.m b/src/cadet-mi/units/LumpedRateModelWithoutPores.m index 3c320a637..3295e4341 100644 --- a/src/cadet-mi/units/LumpedRateModelWithoutPores.m +++ b/src/cadet-mi/units/LumpedRateModelWithoutPores.m @@ -7,7 +7,7 @@ % % See also MODEL, SINGLELRM, MODELSYSTEM - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties @@ -616,7 +616,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/Model.m b/src/cadet-mi/units/Model.m index e9b24a3ab..d0189bcd7 100644 --- a/src/cadet-mi/units/Model.m +++ b/src/cadet-mi/units/Model.m @@ -6,7 +6,7 @@ % Derived classes are supposed to use the field 'data' for storing % their configuration conforming to the CADET file format spec. - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties (Hidden, Access = 'protected') @@ -639,7 +639,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/units/ModelSystem.m b/src/cadet-mi/units/ModelSystem.m index fcbb5902b..7d6cc7cb9 100644 --- a/src/cadet-mi/units/ModelSystem.m +++ b/src/cadet-mi/units/ModelSystem.m @@ -30,7 +30,7 @@ % registered in the system. The numbering is sequential and starts % with 0. - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties (Hidden, Access = 'protected') @@ -700,7 +700,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/units/OutletModel.m b/src/cadet-mi/units/OutletModel.m index 8d56e7b7d..4a3607ef2 100644 --- a/src/cadet-mi/units/OutletModel.m +++ b/src/cadet-mi/units/OutletModel.m @@ -10,7 +10,7 @@ % % See also MODEL, MODELSYSTEM - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -125,7 +125,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/PiecewiseCubicPolyInlet.m b/src/cadet-mi/units/PiecewiseCubicPolyInlet.m index ed8c13d55..c923e0ac9 100644 --- a/src/cadet-mi/units/PiecewiseCubicPolyInlet.m +++ b/src/cadet-mi/units/PiecewiseCubicPolyInlet.m @@ -7,7 +7,7 @@ % % See also PIECEWISECUBICPOLYPROFILE - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties (Access = 'protected', Transient) @@ -203,7 +203,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/SingleCSTR.m b/src/cadet-mi/units/SingleCSTR.m index 547c831ed..c22cb4c1d 100644 --- a/src/cadet-mi/units/SingleCSTR.m +++ b/src/cadet-mi/units/SingleCSTR.m @@ -9,7 +9,7 @@ % % See also STIRREDTANKMODEL, SINGLEUNITOPSYSTEM, PIECEWISECUBICPOLYPROFILE - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties @@ -317,7 +317,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/SingleGRM.m b/src/cadet-mi/units/SingleGRM.m index a79991860..d31089ffb 100644 --- a/src/cadet-mi/units/SingleGRM.m +++ b/src/cadet-mi/units/SingleGRM.m @@ -11,7 +11,7 @@ % % See also GENERALRATEMODEL, SINGLEUNITOPSYSTEM, PIECEWISECUBICPOLYPROFILE - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties @@ -319,7 +319,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/SingleLRM.m b/src/cadet-mi/units/SingleLRM.m index e7acc5532..090fea3d1 100644 --- a/src/cadet-mi/units/SingleLRM.m +++ b/src/cadet-mi/units/SingleLRM.m @@ -11,7 +11,7 @@ % % See also LUMPEDRATEMODELWITHOUTPORES, SINGLEUNITOPSYSTEM, PIECEWISECUBICPOLYPROFILE - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties @@ -320,7 +320,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/SingleLRMP.m b/src/cadet-mi/units/SingleLRMP.m index 5dd7a026c..1bbec6861 100644 --- a/src/cadet-mi/units/SingleLRMP.m +++ b/src/cadet-mi/units/SingleLRMP.m @@ -11,7 +11,7 @@ % % See also LUMPEDRATEMODELWITHPORES, SINGLEUNITOPSYSTEM, PIECEWISECUBICPOLYPROFILE - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties @@ -320,7 +320,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/SingleUnitOpSystem.m b/src/cadet-mi/units/SingleUnitOpSystem.m index 2c966615b..ee83b2400 100644 --- a/src/cadet-mi/units/SingleUnitOpSystem.m +++ b/src/cadet-mi/units/SingleUnitOpSystem.m @@ -14,7 +14,7 @@ % % See also MODELSYSTEM - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties @@ -455,7 +455,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/units/StirredTankModel.m b/src/cadet-mi/units/StirredTankModel.m index 33d8dabef..8ad84fda8 100644 --- a/src/cadet-mi/units/StirredTankModel.m +++ b/src/cadet-mi/units/StirredTankModel.m @@ -5,7 +5,7 @@ % % See also MODEL, SINGLECSTR, MODELSYSTEM - % Copyright: (C) 2008-2021 The CADET Authors + % Copyright: (C) 2008-2022 The CADET Authors % See the license note at the end of the file. properties @@ -637,7 +637,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2021: The CADET Authors +% Copyright (C) 2008-2022: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/io/FileIO.cpp b/src/io/FileIO.cpp index 404896237..e4dc4669f 100644 --- a/src/io/FileIO.cpp +++ b/src/io/FileIO.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/io/JsonParameterProvider.cpp b/src/io/JsonParameterProvider.cpp index 5d0128349..e54492766 100644 --- a/src/io/JsonParameterProvider.cpp +++ b/src/io/JsonParameterProvider.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/AdUtils.cpp b/src/libcadet/AdUtils.cpp index 8fa65b45b..325f344c7 100644 --- a/src/libcadet/AdUtils.cpp +++ b/src/libcadet/AdUtils.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/AdUtils.hpp b/src/libcadet/AdUtils.hpp index b0f23e659..781e6ac60 100644 --- a/src/libcadet/AdUtils.hpp +++ b/src/libcadet/AdUtils.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/AutoDiff.cpp b/src/libcadet/AutoDiff.cpp index a47d06056..6dd62a088 100644 --- a/src/libcadet/AutoDiff.cpp +++ b/src/libcadet/AutoDiff.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/AutoDiff.hpp b/src/libcadet/AutoDiff.hpp index dcfa4bc2c..b4585c05d 100644 --- a/src/libcadet/AutoDiff.hpp +++ b/src/libcadet/AutoDiff.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/Benchmark.hpp b/src/libcadet/Benchmark.hpp index c6011a2de..ccf2839fd 100644 --- a/src/libcadet/Benchmark.hpp +++ b/src/libcadet/Benchmark.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/BindingModelFactory.cpp b/src/libcadet/BindingModelFactory.cpp index 5be3a1607..ecfe15bf4 100644 --- a/src/libcadet/BindingModelFactory.cpp +++ b/src/libcadet/BindingModelFactory.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/BindingModelFactory.hpp b/src/libcadet/BindingModelFactory.hpp index 735bb08b3..7995b294b 100644 --- a/src/libcadet/BindingModelFactory.hpp +++ b/src/libcadet/BindingModelFactory.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/CMakeLists.txt b/src/libcadet/CMakeLists.txt index 29151da1a..3dbe4296c 100644 --- a/src/libcadet/CMakeLists.txt +++ b/src/libcadet/CMakeLists.txt @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2021: The CADET Authors +# Copyright © 2008-2022: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials @@ -28,7 +28,7 @@ write_compiler_detection_header( // =============================================================================\n\ // CADET\n\ // \n\ -// Copyright © 2008-2021: The CADET Authors\n\ +// Copyright © 2008-2022: The CADET Authors\n\ // Please see the AUTHORS and CONTRIBUTORS file.\n\ // \n\ // All rights reserved. This program and the accompanying materials\n\ diff --git a/src/libcadet/CompileTimeConfig.hpp.in b/src/libcadet/CompileTimeConfig.hpp.in index c6ff59cef..5be0f62ca 100644 --- a/src/libcadet/CompileTimeConfig.hpp.in +++ b/src/libcadet/CompileTimeConfig.hpp.in @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ConfigurationHelper.hpp b/src/libcadet/ConfigurationHelper.hpp index 3033dae75..2612c81e8 100644 --- a/src/libcadet/ConfigurationHelper.hpp +++ b/src/libcadet/ConfigurationHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/FactoryFuncs.cpp b/src/libcadet/FactoryFuncs.cpp index 1e7da5d78..d410a23a5 100644 --- a/src/libcadet/FactoryFuncs.cpp +++ b/src/libcadet/FactoryFuncs.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET 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 6244e0f91..5d0e6d34c 100644 --- a/src/libcadet/LapackInterface.hpp +++ b/src/libcadet/LapackInterface.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/LocalVector.hpp b/src/libcadet/LocalVector.hpp index 6e64c4d8a..661739bcb 100644 --- a/src/libcadet/LocalVector.hpp +++ b/src/libcadet/LocalVector.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/Logging.cpp b/src/libcadet/Logging.cpp index 8e2ba7042..17386c0a3 100644 --- a/src/libcadet/Logging.cpp +++ b/src/libcadet/Logging.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/Logging.hpp b/src/libcadet/Logging.hpp index b50b4a766..8bb2487d9 100644 --- a/src/libcadet/Logging.hpp +++ b/src/libcadet/Logging.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/LoggingUtils.hpp b/src/libcadet/LoggingUtils.hpp index 90802ae4c..aae405f26 100644 --- a/src/libcadet/LoggingUtils.hpp +++ b/src/libcadet/LoggingUtils.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/MathUtil.hpp b/src/libcadet/MathUtil.hpp index c55188f88..4933d5920 100644 --- a/src/libcadet/MathUtil.hpp +++ b/src/libcadet/MathUtil.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/Memory.hpp b/src/libcadet/Memory.hpp index 2519053ce..e06e4d14e 100644 --- a/src/libcadet/Memory.hpp +++ b/src/libcadet/Memory.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ModelBuilderImpl.cpp b/src/libcadet/ModelBuilderImpl.cpp index 49366541d..75bbc145e 100644 --- a/src/libcadet/ModelBuilderImpl.cpp +++ b/src/libcadet/ModelBuilderImpl.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ModelBuilderImpl.hpp b/src/libcadet/ModelBuilderImpl.hpp index d5a526e51..f59de76f3 100644 --- a/src/libcadet/ModelBuilderImpl.hpp +++ b/src/libcadet/ModelBuilderImpl.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ParallelSupport.hpp b/src/libcadet/ParallelSupport.hpp index 77c904b11..2356b7374 100644 --- a/src/libcadet/ParallelSupport.hpp +++ b/src/libcadet/ParallelSupport.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ParamIdUtil.hpp b/src/libcadet/ParamIdUtil.hpp index d97a376c6..38e509c12 100644 --- a/src/libcadet/ParamIdUtil.hpp +++ b/src/libcadet/ParamIdUtil.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ParamReaderHelper.hpp b/src/libcadet/ParamReaderHelper.hpp index 233aa5790..6ae5cc7c7 100644 --- a/src/libcadet/ParamReaderHelper.hpp +++ b/src/libcadet/ParamReaderHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ParamReaderScopes.hpp b/src/libcadet/ParamReaderScopes.hpp index f8131f8cf..587a25960 100644 --- a/src/libcadet/ParamReaderScopes.hpp +++ b/src/libcadet/ParamReaderScopes.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ParameterDependenceFactory.cpp b/src/libcadet/ParameterDependenceFactory.cpp index 3cbe6cbe3..19d7ac88d 100644 --- a/src/libcadet/ParameterDependenceFactory.cpp +++ b/src/libcadet/ParameterDependenceFactory.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ParameterDependenceFactory.hpp b/src/libcadet/ParameterDependenceFactory.hpp index e31123f23..f44eee9c2 100644 --- a/src/libcadet/ParameterDependenceFactory.hpp +++ b/src/libcadet/ParameterDependenceFactory.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ReactionModelFactory.cpp b/src/libcadet/ReactionModelFactory.cpp index fffcee0bf..c8abd973a 100644 --- a/src/libcadet/ReactionModelFactory.cpp +++ b/src/libcadet/ReactionModelFactory.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ReactionModelFactory.hpp b/src/libcadet/ReactionModelFactory.hpp index 8e09d882e..f15b0305d 100644 --- a/src/libcadet/ReactionModelFactory.hpp +++ b/src/libcadet/ReactionModelFactory.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/SensParamUtil.hpp b/src/libcadet/SensParamUtil.hpp index 8f3a1d657..f3f6af3f1 100644 --- a/src/libcadet/SensParamUtil.hpp +++ b/src/libcadet/SensParamUtil.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/SimulatableModel.hpp b/src/libcadet/SimulatableModel.hpp index dd11b1725..52defb3f6 100644 --- a/src/libcadet/SimulatableModel.hpp +++ b/src/libcadet/SimulatableModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/SimulationTypes.hpp b/src/libcadet/SimulationTypes.hpp index 882771cab..8ceea1942 100644 --- a/src/libcadet/SimulationTypes.hpp +++ b/src/libcadet/SimulationTypes.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/SimulatorImpl.cpp b/src/libcadet/SimulatorImpl.cpp index d6cba5fae..515a6072b 100644 --- a/src/libcadet/SimulatorImpl.cpp +++ b/src/libcadet/SimulatorImpl.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/SimulatorImpl.hpp b/src/libcadet/SimulatorImpl.hpp index 5fba69e2f..a16b8c5c3 100644 --- a/src/libcadet/SimulatorImpl.hpp +++ b/src/libcadet/SimulatorImpl.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/SlicedVector.hpp b/src/libcadet/SlicedVector.hpp index c64116b83..38be655c6 100644 --- a/src/libcadet/SlicedVector.hpp +++ b/src/libcadet/SlicedVector.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/Stencil.hpp b/src/libcadet/Stencil.hpp index 0fd8fa9fa..f74d61045 100644 --- a/src/libcadet/Stencil.hpp +++ b/src/libcadet/Stencil.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/SundialsVector.hpp b/src/libcadet/SundialsVector.hpp index f1bf5740f..62f0141d3 100644 --- a/src/libcadet/SundialsVector.hpp +++ b/src/libcadet/SundialsVector.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/VersionInfo.cpp.in b/src/libcadet/VersionInfo.cpp.in index 85a289bb7..a23fa8101 100644 --- a/src/libcadet/VersionInfo.cpp.in +++ b/src/libcadet/VersionInfo.cpp.in @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/Weno.cpp b/src/libcadet/Weno.cpp index a5c5018d9..8990623ee 100644 --- a/src/libcadet/Weno.cpp +++ b/src/libcadet/Weno.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/Weno.hpp b/src/libcadet/Weno.hpp index 2c23d0db0..b7797b72d 100644 --- a/src/libcadet/Weno.hpp +++ b/src/libcadet/Weno.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/graph/GraphAlgos.cpp b/src/libcadet/graph/GraphAlgos.cpp index 918de1a44..bc9a290bc 100644 --- a/src/libcadet/graph/GraphAlgos.cpp +++ b/src/libcadet/graph/GraphAlgos.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/graph/GraphAlgos.hpp b/src/libcadet/graph/GraphAlgos.hpp index 10f28d3d1..7be06a120 100644 --- a/src/libcadet/graph/GraphAlgos.hpp +++ b/src/libcadet/graph/GraphAlgos.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/ActiveDenseMatrix.hpp b/src/libcadet/linalg/ActiveDenseMatrix.hpp index fcfbcdf2d..c4417d159 100644 --- a/src/libcadet/linalg/ActiveDenseMatrix.hpp +++ b/src/libcadet/linalg/ActiveDenseMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/BandMatrix.cpp b/src/libcadet/linalg/BandMatrix.cpp index d2d55205d..22a114377 100644 --- a/src/libcadet/linalg/BandMatrix.cpp +++ b/src/libcadet/linalg/BandMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/BandMatrix.hpp b/src/libcadet/linalg/BandMatrix.hpp index 32d38025f..2d94e7173 100644 --- a/src/libcadet/linalg/BandMatrix.hpp +++ b/src/libcadet/linalg/BandMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/CompressedSparseMatrix.cpp b/src/libcadet/linalg/CompressedSparseMatrix.cpp index 3218c6b8b..28746fa69 100644 --- a/src/libcadet/linalg/CompressedSparseMatrix.cpp +++ b/src/libcadet/linalg/CompressedSparseMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/CompressedSparseMatrix.hpp b/src/libcadet/linalg/CompressedSparseMatrix.hpp index b5e231336..69caee452 100644 --- a/src/libcadet/linalg/CompressedSparseMatrix.hpp +++ b/src/libcadet/linalg/CompressedSparseMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/DenseMatrix.cpp b/src/libcadet/linalg/DenseMatrix.cpp index 0e89c5e46..294ccc60b 100644 --- a/src/libcadet/linalg/DenseMatrix.cpp +++ b/src/libcadet/linalg/DenseMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/DenseMatrix.hpp b/src/libcadet/linalg/DenseMatrix.hpp index f57324b91..04e36e63d 100644 --- a/src/libcadet/linalg/DenseMatrix.hpp +++ b/src/libcadet/linalg/DenseMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/Gmres.cpp b/src/libcadet/linalg/Gmres.cpp index 730decfc7..caa9d76c5 100644 --- a/src/libcadet/linalg/Gmres.cpp +++ b/src/libcadet/linalg/Gmres.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/Gmres.hpp b/src/libcadet/linalg/Gmres.hpp index 609d400e4..d9be4b02d 100644 --- a/src/libcadet/linalg/Gmres.hpp +++ b/src/libcadet/linalg/Gmres.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/Norms.hpp b/src/libcadet/linalg/Norms.hpp index 5980cde67..ce5ebcf89 100644 --- a/src/libcadet/linalg/Norms.hpp +++ b/src/libcadet/linalg/Norms.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/SparseMatrix.cpp b/src/libcadet/linalg/SparseMatrix.cpp index 61e765ca7..54190077a 100644 --- a/src/libcadet/linalg/SparseMatrix.cpp +++ b/src/libcadet/linalg/SparseMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/SparseMatrix.hpp b/src/libcadet/linalg/SparseMatrix.hpp index 359322908..500ce1524 100644 --- a/src/libcadet/linalg/SparseMatrix.hpp +++ b/src/libcadet/linalg/SparseMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/SparseSolverInterface.hpp.in b/src/libcadet/linalg/SparseSolverInterface.hpp.in index baaae5c8a..5853c5ca8 100644 --- a/src/libcadet/linalg/SparseSolverInterface.hpp.in +++ b/src/libcadet/linalg/SparseSolverInterface.hpp.in @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/Subset.hpp b/src/libcadet/linalg/Subset.hpp index 8ace83067..097053533 100644 --- a/src/libcadet/linalg/Subset.hpp +++ b/src/libcadet/linalg/Subset.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/SuperLUSparseMatrix.cpp b/src/libcadet/linalg/SuperLUSparseMatrix.cpp index 6f14c34a6..a4fcbf38a 100644 --- a/src/libcadet/linalg/SuperLUSparseMatrix.cpp +++ b/src/libcadet/linalg/SuperLUSparseMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/SuperLUSparseMatrix.hpp b/src/libcadet/linalg/SuperLUSparseMatrix.hpp index 947eb724b..090aaf867 100644 --- a/src/libcadet/linalg/SuperLUSparseMatrix.hpp +++ b/src/libcadet/linalg/SuperLUSparseMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/UMFPackSparseMatrix.cpp b/src/libcadet/linalg/UMFPackSparseMatrix.cpp index 7a4cc2bb3..3841fb1c0 100644 --- a/src/libcadet/linalg/UMFPackSparseMatrix.cpp +++ b/src/libcadet/linalg/UMFPackSparseMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/UMFPackSparseMatrix.hpp b/src/libcadet/linalg/UMFPackSparseMatrix.hpp index ef6e0da6e..b5c3ed3f4 100644 --- a/src/libcadet/linalg/UMFPackSparseMatrix.hpp +++ b/src/libcadet/linalg/UMFPackSparseMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/BindingModel.hpp b/src/libcadet/model/BindingModel.hpp index 393a9f3b4..aa5fcf477 100644 --- a/src/libcadet/model/BindingModel.hpp +++ b/src/libcadet/model/BindingModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ExternalFunctionSupport.hpp b/src/libcadet/model/ExternalFunctionSupport.hpp index e8cf0f2ba..03d8eef47 100644 --- a/src/libcadet/model/ExternalFunctionSupport.hpp +++ b/src/libcadet/model/ExternalFunctionSupport.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/GeneralRateModel-InitialConditions.cpp b/src/libcadet/model/GeneralRateModel-InitialConditions.cpp index 4a3b9cc12..1ae434851 100644 --- a/src/libcadet/model/GeneralRateModel-InitialConditions.cpp +++ b/src/libcadet/model/GeneralRateModel-InitialConditions.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/GeneralRateModel-LinearSolver.cpp b/src/libcadet/model/GeneralRateModel-LinearSolver.cpp index 8e870b326..b22fa9848 100644 --- a/src/libcadet/model/GeneralRateModel-LinearSolver.cpp +++ b/src/libcadet/model/GeneralRateModel-LinearSolver.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/GeneralRateModel.cpp b/src/libcadet/model/GeneralRateModel.cpp index 903d0ea1a..50269aba8 100644 --- a/src/libcadet/model/GeneralRateModel.cpp +++ b/src/libcadet/model/GeneralRateModel.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/GeneralRateModel.hpp b/src/libcadet/model/GeneralRateModel.hpp index a4a716f9d..2772348eb 100644 --- a/src/libcadet/model/GeneralRateModel.hpp +++ b/src/libcadet/model/GeneralRateModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/GeneralRateModel2D-InitialConditions.cpp b/src/libcadet/model/GeneralRateModel2D-InitialConditions.cpp index 7277f9ae1..527c09097 100644 --- a/src/libcadet/model/GeneralRateModel2D-InitialConditions.cpp +++ b/src/libcadet/model/GeneralRateModel2D-InitialConditions.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/GeneralRateModel2D-LinearSolver.cpp b/src/libcadet/model/GeneralRateModel2D-LinearSolver.cpp index e8d50f543..bfe4fc5fe 100644 --- a/src/libcadet/model/GeneralRateModel2D-LinearSolver.cpp +++ b/src/libcadet/model/GeneralRateModel2D-LinearSolver.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/GeneralRateModel2D.cpp b/src/libcadet/model/GeneralRateModel2D.cpp index a549cc39c..daee49dbb 100644 --- a/src/libcadet/model/GeneralRateModel2D.cpp +++ b/src/libcadet/model/GeneralRateModel2D.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/GeneralRateModel2D.hpp b/src/libcadet/model/GeneralRateModel2D.hpp index 0483c980d..71bd28c0b 100644 --- a/src/libcadet/model/GeneralRateModel2D.hpp +++ b/src/libcadet/model/GeneralRateModel2D.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/InletModel.cpp b/src/libcadet/model/InletModel.cpp index 625c0d689..37feb689d 100644 --- a/src/libcadet/model/InletModel.cpp +++ b/src/libcadet/model/InletModel.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/InletModel.hpp b/src/libcadet/model/InletModel.hpp index aefd1f189..53878a15c 100644 --- a/src/libcadet/model/InletModel.hpp +++ b/src/libcadet/model/InletModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/LumpedRateModelWithPores-InitialConditions.cpp b/src/libcadet/model/LumpedRateModelWithPores-InitialConditions.cpp index 370c30035..f4fac2f76 100644 --- a/src/libcadet/model/LumpedRateModelWithPores-InitialConditions.cpp +++ b/src/libcadet/model/LumpedRateModelWithPores-InitialConditions.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/LumpedRateModelWithPores-LinearSolver.cpp b/src/libcadet/model/LumpedRateModelWithPores-LinearSolver.cpp index 05c7794ce..f8c5414ef 100644 --- a/src/libcadet/model/LumpedRateModelWithPores-LinearSolver.cpp +++ b/src/libcadet/model/LumpedRateModelWithPores-LinearSolver.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/LumpedRateModelWithPores.cpp b/src/libcadet/model/LumpedRateModelWithPores.cpp index bebeeca9d..31644817c 100644 --- a/src/libcadet/model/LumpedRateModelWithPores.cpp +++ b/src/libcadet/model/LumpedRateModelWithPores.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/LumpedRateModelWithPores.hpp b/src/libcadet/model/LumpedRateModelWithPores.hpp index 75e9527da..4c601e646 100644 --- a/src/libcadet/model/LumpedRateModelWithPores.hpp +++ b/src/libcadet/model/LumpedRateModelWithPores.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/LumpedRateModelWithoutPores.cpp b/src/libcadet/model/LumpedRateModelWithoutPores.cpp index 523860c64..828a36c36 100644 --- a/src/libcadet/model/LumpedRateModelWithoutPores.cpp +++ b/src/libcadet/model/LumpedRateModelWithoutPores.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/LumpedRateModelWithoutPores.hpp b/src/libcadet/model/LumpedRateModelWithoutPores.hpp index 6e2348e70..729e690f5 100644 --- a/src/libcadet/model/LumpedRateModelWithoutPores.hpp +++ b/src/libcadet/model/LumpedRateModelWithoutPores.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ModelSystemImpl-Helper.hpp b/src/libcadet/model/ModelSystemImpl-Helper.hpp index d9e48daa2..6076072bc 100644 --- a/src/libcadet/model/ModelSystemImpl-Helper.hpp +++ b/src/libcadet/model/ModelSystemImpl-Helper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ModelSystemImpl-InitialConditions.cpp b/src/libcadet/model/ModelSystemImpl-InitialConditions.cpp index 6f17e3daf..cacdd4a8e 100644 --- a/src/libcadet/model/ModelSystemImpl-InitialConditions.cpp +++ b/src/libcadet/model/ModelSystemImpl-InitialConditions.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ModelSystemImpl-LinearSolver.cpp b/src/libcadet/model/ModelSystemImpl-LinearSolver.cpp index 42eb64bf5..3f9deacee 100644 --- a/src/libcadet/model/ModelSystemImpl-LinearSolver.cpp +++ b/src/libcadet/model/ModelSystemImpl-LinearSolver.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ModelSystemImpl-Residual.cpp b/src/libcadet/model/ModelSystemImpl-Residual.cpp index e4acf3e6f..038d82158 100644 --- a/src/libcadet/model/ModelSystemImpl-Residual.cpp +++ b/src/libcadet/model/ModelSystemImpl-Residual.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ModelSystemImpl.cpp b/src/libcadet/model/ModelSystemImpl.cpp index 463373647..973de421d 100644 --- a/src/libcadet/model/ModelSystemImpl.cpp +++ b/src/libcadet/model/ModelSystemImpl.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ModelSystemImpl.hpp b/src/libcadet/model/ModelSystemImpl.hpp index 5f936d0ff..eb4925537 100644 --- a/src/libcadet/model/ModelSystemImpl.hpp +++ b/src/libcadet/model/ModelSystemImpl.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ModelUtils.hpp b/src/libcadet/model/ModelUtils.hpp index 4b54d950b..1ca0ca12d 100644 --- a/src/libcadet/model/ModelUtils.hpp +++ b/src/libcadet/model/ModelUtils.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/OutletModel.cpp b/src/libcadet/model/OutletModel.cpp index b84dda8a0..2ba53de96 100644 --- a/src/libcadet/model/OutletModel.cpp +++ b/src/libcadet/model/OutletModel.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/OutletModel.hpp b/src/libcadet/model/OutletModel.hpp index 5a7ad4a32..042b735f4 100644 --- a/src/libcadet/model/OutletModel.hpp +++ b/src/libcadet/model/OutletModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ParameterDependence.hpp b/src/libcadet/model/ParameterDependence.hpp index 2f8621852..842347ceb 100644 --- a/src/libcadet/model/ParameterDependence.hpp +++ b/src/libcadet/model/ParameterDependence.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ParameterMultiplexing.cpp b/src/libcadet/model/ParameterMultiplexing.cpp index ee144f38a..f145ddd11 100644 --- a/src/libcadet/model/ParameterMultiplexing.cpp +++ b/src/libcadet/model/ParameterMultiplexing.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ParameterMultiplexing.hpp b/src/libcadet/model/ParameterMultiplexing.hpp index a7ae4906f..0004c9c2a 100644 --- a/src/libcadet/model/ParameterMultiplexing.hpp +++ b/src/libcadet/model/ParameterMultiplexing.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/Parameters.hpp b/src/libcadet/model/Parameters.hpp index d921e556a..79d8ac29b 100644 --- a/src/libcadet/model/Parameters.hpp +++ b/src/libcadet/model/Parameters.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ReactionModel.hpp b/src/libcadet/model/ReactionModel.hpp index 99e0bd4db..c279c9352 100644 --- a/src/libcadet/model/ReactionModel.hpp +++ b/src/libcadet/model/ReactionModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/StirredTankModel.cpp b/src/libcadet/model/StirredTankModel.cpp index dd73f8301..eca14aecf 100644 --- a/src/libcadet/model/StirredTankModel.cpp +++ b/src/libcadet/model/StirredTankModel.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/StirredTankModel.hpp b/src/libcadet/model/StirredTankModel.hpp index ee02be4b3..950a85f47 100644 --- a/src/libcadet/model/StirredTankModel.hpp +++ b/src/libcadet/model/StirredTankModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/UnitOperation.hpp b/src/libcadet/model/UnitOperation.hpp index 5404fec20..142b3923c 100644 --- a/src/libcadet/model/UnitOperation.hpp +++ b/src/libcadet/model/UnitOperation.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/UnitOperationBase.cpp b/src/libcadet/model/UnitOperationBase.cpp index e57c81ac1..b693675dd 100644 --- a/src/libcadet/model/UnitOperationBase.cpp +++ b/src/libcadet/model/UnitOperationBase.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/UnitOperationBase.hpp b/src/libcadet/model/UnitOperationBase.hpp index ba65f0714..34c57712a 100644 --- a/src/libcadet/model/UnitOperationBase.hpp +++ b/src/libcadet/model/UnitOperationBase.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/AntiLangmuirBinding.cpp b/src/libcadet/model/binding/AntiLangmuirBinding.cpp index f04ec6d73..b9e3ce6e5 100644 --- a/src/libcadet/model/binding/AntiLangmuirBinding.cpp +++ b/src/libcadet/model/binding/AntiLangmuirBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/BiLangmuirBinding.cpp b/src/libcadet/model/binding/BiLangmuirBinding.cpp index 0b51c8eab..8e949e3f1 100644 --- a/src/libcadet/model/binding/BiLangmuirBinding.cpp +++ b/src/libcadet/model/binding/BiLangmuirBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/BiStericMassActionBinding.cpp b/src/libcadet/model/binding/BiStericMassActionBinding.cpp index 48467cc67..209b7b663 100644 --- a/src/libcadet/model/binding/BiStericMassActionBinding.cpp +++ b/src/libcadet/model/binding/BiStericMassActionBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/BindingModelBase.cpp b/src/libcadet/model/binding/BindingModelBase.cpp index 99363cedb..532627fb0 100644 --- a/src/libcadet/model/binding/BindingModelBase.cpp +++ b/src/libcadet/model/binding/BindingModelBase.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/BindingModelBase.hpp b/src/libcadet/model/binding/BindingModelBase.hpp index 34fd83f8e..85ef09f72 100644 --- a/src/libcadet/model/binding/BindingModelBase.hpp +++ b/src/libcadet/model/binding/BindingModelBase.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/BindingModelMacros.hpp b/src/libcadet/model/binding/BindingModelMacros.hpp index 3bd828ad2..2ad6dc981 100644 --- a/src/libcadet/model/binding/BindingModelMacros.hpp +++ b/src/libcadet/model/binding/BindingModelMacros.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/ColloidalBinding.cpp b/src/libcadet/model/binding/ColloidalBinding.cpp index 3f7dbecef..8089050bb 100644 --- a/src/libcadet/model/binding/ColloidalBinding.cpp +++ b/src/libcadet/model/binding/ColloidalBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/DummyBinding.cpp b/src/libcadet/model/binding/DummyBinding.cpp index 70e7f6356..68a3d3743 100644 --- a/src/libcadet/model/binding/DummyBinding.cpp +++ b/src/libcadet/model/binding/DummyBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp b/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp index fd24494f4..4d573a01e 100644 --- a/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp +++ b/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/ExternalFunctionTemplate.cpp b/src/libcadet/model/binding/ExternalFunctionTemplate.cpp index 3aacb5132..58ede1f25 100644 --- a/src/libcadet/model/binding/ExternalFunctionTemplate.cpp +++ b/src/libcadet/model/binding/ExternalFunctionTemplate.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp b/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp index 1b000d178..e98598bbf 100644 --- a/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp +++ b/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/KumarLangmuirBinding.cpp b/src/libcadet/model/binding/KumarLangmuirBinding.cpp index 42cb2f352..93fefaa9c 100644 --- a/src/libcadet/model/binding/KumarLangmuirBinding.cpp +++ b/src/libcadet/model/binding/KumarLangmuirBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/LangmuirBinding.cpp b/src/libcadet/model/binding/LangmuirBinding.cpp index dfb4e3739..dcc475a13 100644 --- a/src/libcadet/model/binding/LangmuirBinding.cpp +++ b/src/libcadet/model/binding/LangmuirBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/LinearBinding.cpp b/src/libcadet/model/binding/LinearBinding.cpp index 27cbf47d3..57dd58d46 100644 --- a/src/libcadet/model/binding/LinearBinding.cpp +++ b/src/libcadet/model/binding/LinearBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp b/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp index 316524683..47ecb00a0 100644 --- a/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp +++ b/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp b/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp index 2b2b64380..dc324a47c 100644 --- a/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp +++ b/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp b/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp index aed7a8c85..118273cfe 100644 --- a/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp +++ b/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/RefConcentrationSupport.hpp b/src/libcadet/model/binding/RefConcentrationSupport.hpp index e58bea8b9..932bb7ecf 100644 --- a/src/libcadet/model/binding/RefConcentrationSupport.hpp +++ b/src/libcadet/model/binding/RefConcentrationSupport.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/SaskaBinding.cpp b/src/libcadet/model/binding/SaskaBinding.cpp index c6f947dad..a49c67212 100644 --- a/src/libcadet/model/binding/SaskaBinding.cpp +++ b/src/libcadet/model/binding/SaskaBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/SelfAssociationBinding.cpp b/src/libcadet/model/binding/SelfAssociationBinding.cpp index db35d5540..90aa8e365 100644 --- a/src/libcadet/model/binding/SelfAssociationBinding.cpp +++ b/src/libcadet/model/binding/SelfAssociationBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp index 4f907cd3f..f586eed79 100644 --- a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp +++ b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp index 7642ee6c8..6d76a4c7f 100644 --- a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp +++ b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/StericMassActionBinding.cpp b/src/libcadet/model/binding/StericMassActionBinding.cpp index 7bff50521..b783cd6b9 100644 --- a/src/libcadet/model/binding/StericMassActionBinding.cpp +++ b/src/libcadet/model/binding/StericMassActionBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/extfun/LinearInterpolationExternalFunction.cpp b/src/libcadet/model/extfun/LinearInterpolationExternalFunction.cpp index 0fd649bcb..bee00493d 100644 --- a/src/libcadet/model/extfun/LinearInterpolationExternalFunction.cpp +++ b/src/libcadet/model/extfun/LinearInterpolationExternalFunction.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/extfun/PiecewiseCubicPolyExternalFunction.cpp b/src/libcadet/model/extfun/PiecewiseCubicPolyExternalFunction.cpp index 219358cec..1a9927930 100644 --- a/src/libcadet/model/extfun/PiecewiseCubicPolyExternalFunction.cpp +++ b/src/libcadet/model/extfun/PiecewiseCubicPolyExternalFunction.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/inlet/PiecewiseCubicPoly.cpp b/src/libcadet/model/inlet/PiecewiseCubicPoly.cpp index b623ee807..51a8b8f6c 100644 --- a/src/libcadet/model/inlet/PiecewiseCubicPoly.cpp +++ b/src/libcadet/model/inlet/PiecewiseCubicPoly.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/paramdep/DummyParameterDependence.cpp b/src/libcadet/model/paramdep/DummyParameterDependence.cpp index b13231a34..c292d9b48 100644 --- a/src/libcadet/model/paramdep/DummyParameterDependence.cpp +++ b/src/libcadet/model/paramdep/DummyParameterDependence.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/paramdep/LiquidSaltSolidParameterDependence.cpp b/src/libcadet/model/paramdep/LiquidSaltSolidParameterDependence.cpp index f18114109..fe12024ad 100644 --- a/src/libcadet/model/paramdep/LiquidSaltSolidParameterDependence.cpp +++ b/src/libcadet/model/paramdep/LiquidSaltSolidParameterDependence.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/paramdep/ParameterDependenceBase.cpp b/src/libcadet/model/paramdep/ParameterDependenceBase.cpp index 781b5e38c..b1640d07c 100644 --- a/src/libcadet/model/paramdep/ParameterDependenceBase.cpp +++ b/src/libcadet/model/paramdep/ParameterDependenceBase.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/paramdep/ParameterDependenceBase.hpp b/src/libcadet/model/paramdep/ParameterDependenceBase.hpp index 3f59fca5a..985c7edb9 100644 --- a/src/libcadet/model/paramdep/ParameterDependenceBase.hpp +++ b/src/libcadet/model/paramdep/ParameterDependenceBase.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/parts/BindingCellKernel.hpp b/src/libcadet/model/parts/BindingCellKernel.hpp index feeead681..d22cfe75f 100644 --- a/src/libcadet/model/parts/BindingCellKernel.hpp +++ b/src/libcadet/model/parts/BindingCellKernel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/parts/ConvectionDispersionKernel.cpp b/src/libcadet/model/parts/ConvectionDispersionKernel.cpp index c92af268a..ac5092e62 100644 --- a/src/libcadet/model/parts/ConvectionDispersionKernel.cpp +++ b/src/libcadet/model/parts/ConvectionDispersionKernel.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/parts/ConvectionDispersionKernel.hpp b/src/libcadet/model/parts/ConvectionDispersionKernel.hpp index 8d9b61a9e..2ba978a29 100644 --- a/src/libcadet/model/parts/ConvectionDispersionKernel.hpp +++ b/src/libcadet/model/parts/ConvectionDispersionKernel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/parts/ConvectionDispersionOperator.cpp b/src/libcadet/model/parts/ConvectionDispersionOperator.cpp index d1ccbea28..a17f1ca4a 100644 --- a/src/libcadet/model/parts/ConvectionDispersionOperator.cpp +++ b/src/libcadet/model/parts/ConvectionDispersionOperator.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/parts/ConvectionDispersionOperator.hpp b/src/libcadet/model/parts/ConvectionDispersionOperator.hpp index 5970f7292..f2261eb08 100644 --- a/src/libcadet/model/parts/ConvectionDispersionOperator.hpp +++ b/src/libcadet/model/parts/ConvectionDispersionOperator.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.cpp b/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.cpp index bd03ac5b4..0a6026b26 100644 --- a/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.cpp +++ b/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp b/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp index c895c7b23..fc84dc9e3 100644 --- a/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp +++ b/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET 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 bbe3431d2..6e6241453 100644 --- a/src/libcadet/model/reaction/DummyReaction.cpp +++ b/src/libcadet/model/reaction/DummyReaction.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/reaction/ExternalFunctionTemplate.cpp b/src/libcadet/model/reaction/ExternalFunctionTemplate.cpp index 15d2a892c..f8eb5f0a2 100644 --- a/src/libcadet/model/reaction/ExternalFunctionTemplate.cpp +++ b/src/libcadet/model/reaction/ExternalFunctionTemplate.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/reaction/MassActionLawReaction.cpp b/src/libcadet/model/reaction/MassActionLawReaction.cpp index cf041a2fd..3a550ae21 100644 --- a/src/libcadet/model/reaction/MassActionLawReaction.cpp +++ b/src/libcadet/model/reaction/MassActionLawReaction.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/reaction/ReactionModelBase.cpp b/src/libcadet/model/reaction/ReactionModelBase.cpp index 0f80ec32d..65e5b1980 100644 --- a/src/libcadet/model/reaction/ReactionModelBase.cpp +++ b/src/libcadet/model/reaction/ReactionModelBase.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/reaction/ReactionModelBase.hpp b/src/libcadet/model/reaction/ReactionModelBase.hpp index 9f53871fe..612884b63 100644 --- a/src/libcadet/model/reaction/ReactionModelBase.hpp +++ b/src/libcadet/model/reaction/ReactionModelBase.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/nonlin/AdaptiveTrustRegionNewton.cpp b/src/libcadet/nonlin/AdaptiveTrustRegionNewton.cpp index 48421b72c..6f1f8ea2a 100644 --- a/src/libcadet/nonlin/AdaptiveTrustRegionNewton.cpp +++ b/src/libcadet/nonlin/AdaptiveTrustRegionNewton.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp b/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp index 7d61b9036..69c0e52dd 100644 --- a/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp +++ b/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/nonlin/CompositeSolver.cpp b/src/libcadet/nonlin/CompositeSolver.cpp index eda9ddaac..4ea1f7add 100644 --- a/src/libcadet/nonlin/CompositeSolver.cpp +++ b/src/libcadet/nonlin/CompositeSolver.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/nonlin/CompositeSolver.hpp b/src/libcadet/nonlin/CompositeSolver.hpp index 684df61f3..da8202f55 100644 --- a/src/libcadet/nonlin/CompositeSolver.hpp +++ b/src/libcadet/nonlin/CompositeSolver.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/nonlin/LevenbergMarquardt.cpp b/src/libcadet/nonlin/LevenbergMarquardt.cpp index 9dc296577..2d7e13167 100644 --- a/src/libcadet/nonlin/LevenbergMarquardt.cpp +++ b/src/libcadet/nonlin/LevenbergMarquardt.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/nonlin/LevenbergMarquardt.hpp b/src/libcadet/nonlin/LevenbergMarquardt.hpp index 2b95f5038..30eadc177 100644 --- a/src/libcadet/nonlin/LevenbergMarquardt.hpp +++ b/src/libcadet/nonlin/LevenbergMarquardt.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/nonlin/Solver.cpp b/src/libcadet/nonlin/Solver.cpp index 1d9185b59..70968ebea 100644 --- a/src/libcadet/nonlin/Solver.cpp +++ b/src/libcadet/nonlin/Solver.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/nonlin/Solver.hpp b/src/libcadet/nonlin/Solver.hpp index 354269e95..a0fa02a17 100644 --- a/src/libcadet/nonlin/Solver.hpp +++ b/src/libcadet/nonlin/Solver.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt index 35613c5c0..a070c3d1c 100644 --- a/src/tools/CMakeLists.txt +++ b/src/tools/CMakeLists.txt @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2021: The CADET Authors +# Copyright © 2008-2022: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/src/tools/FormatConverter.cpp b/src/tools/FormatConverter.cpp index 65628845b..0c34526ba 100644 --- a/src/tools/FormatConverter.cpp +++ b/src/tools/FormatConverter.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/tools/FormatConverter.hpp b/src/tools/FormatConverter.hpp index 02324d3ad..ea45c8613 100644 --- a/src/tools/FormatConverter.hpp +++ b/src/tools/FormatConverter.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/tools/ToolsHelper.hpp b/src/tools/ToolsHelper.hpp index 338daf5fb..7188ede57 100644 --- a/src/tools/ToolsHelper.hpp +++ b/src/tools/ToolsHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/tools/convertFile.cpp b/src/tools/convertFile.cpp index bc2f37225..7f5640fe1 100644 --- a/src/tools/convertFile.cpp +++ b/src/tools/convertFile.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/tools/createConvBenchmark.cpp b/src/tools/createConvBenchmark.cpp index be7facbe4..8f7e27448 100644 --- a/src/tools/createConvBenchmark.cpp +++ b/src/tools/createConvBenchmark.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/tools/createLWE.cpp b/src/tools/createLWE.cpp index 28c813fed..ccaca3821 100644 --- a/src/tools/createLWE.cpp +++ b/src/tools/createLWE.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/tools/createMCLin.cpp b/src/tools/createMCLin.cpp index 1ceba080c..65a776e25 100644 --- a/src/tools/createMCLin.cpp +++ b/src/tools/createMCLin.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/tools/createSCLang.cpp b/src/tools/createSCLang.cpp index 6da19cb01..4f22dad79 100644 --- a/src/tools/createSCLang.cpp +++ b/src/tools/createSCLang.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/tools/createSCLin.cpp b/src/tools/createSCLin.cpp index ecdd257c8..2bf8046c6 100644 --- a/src/tools/createSCLin.cpp +++ b/src/tools/createSCLin.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/tools/createSCLinStep.cpp b/src/tools/createSCLinStep.cpp index c7c85c8a9..ad386284a 100644 --- a/src/tools/createSCLinStep.cpp +++ b/src/tools/createSCLinStep.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/AD.cpp b/test/AD.cpp index e58cc8ab9..35d5e00b1 100644 --- a/test/AD.cpp +++ b/test/AD.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/Approx.hpp b/test/Approx.hpp index d87c19bfc..becbfc937 100644 --- a/test/Approx.hpp +++ b/test/Approx.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/BandMatrix.cpp b/test/BandMatrix.cpp index 692af11ad..e7542e580 100644 --- a/test/BandMatrix.cpp +++ b/test/BandMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/BindingModelTests.cpp b/test/BindingModelTests.cpp index db518e91f..a5e0d8184 100644 --- a/test/BindingModelTests.cpp +++ b/test/BindingModelTests.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/BindingModelTests.hpp b/test/BindingModelTests.hpp index cf181fd7b..2a49cf014 100644 --- a/test/BindingModelTests.hpp +++ b/test/BindingModelTests.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/BindingModels.cpp b/test/BindingModels.cpp index 0b9ff9bf1..0145786bd 100644 --- a/test/BindingModels.cpp +++ b/test/BindingModels.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/BindingModels.hpp b/test/BindingModels.hpp index d16c82d51..48364d279 100644 --- a/test/BindingModels.hpp +++ b/test/BindingModels.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ec022e9ff..87ab11feb 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2021: The CADET Authors +# Copyright © 2008-2022: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/test/CSTR-Residual.cpp b/test/CSTR-Residual.cpp index ccd50244f..1421a774d 100644 --- a/test/CSTR-Residual.cpp +++ b/test/CSTR-Residual.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/CSTR-Simulation.cpp b/test/CSTR-Simulation.cpp index fde2d33e0..8e88223f2 100644 --- a/test/CSTR-Simulation.cpp +++ b/test/CSTR-Simulation.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/CellKernelTests.cpp b/test/CellKernelTests.cpp index d8a1109f8..c571129b7 100644 --- a/test/CellKernelTests.cpp +++ b/test/CellKernelTests.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ColumnTests.cpp b/test/ColumnTests.cpp index 6720f01e6..85c55e10e 100644 --- a/test/ColumnTests.cpp +++ b/test/ColumnTests.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ColumnTests.hpp b/test/ColumnTests.hpp index 8a32d865d..26a17e711 100644 --- a/test/ColumnTests.hpp +++ b/test/ColumnTests.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ConvectionDispersionOperator.cpp b/test/ConvectionDispersionOperator.cpp index b00f76e76..44374397c 100644 --- a/test/ConvectionDispersionOperator.cpp +++ b/test/ConvectionDispersionOperator.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET 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 464a89fe5..38a98cad5 100644 --- a/test/DenseMatrix.cpp +++ b/test/DenseMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/GeneralRateModel.cpp b/test/GeneralRateModel.cpp index 6364bd7c7..72eb8f398 100644 --- a/test/GeneralRateModel.cpp +++ b/test/GeneralRateModel.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/GeneralRateModel2D.cpp b/test/GeneralRateModel2D.cpp index 966ce7e19..9c863e989 100644 --- a/test/GeneralRateModel2D.cpp +++ b/test/GeneralRateModel2D.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/Graph.cpp b/test/Graph.cpp index 4e215d384..8f02c929d 100644 --- a/test/Graph.cpp +++ b/test/Graph.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/Histogram.cpp b/test/Histogram.cpp index a9623becc..ba0d17d8c 100644 --- a/test/Histogram.cpp +++ b/test/Histogram.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/JacobianHelper.hpp b/test/JacobianHelper.hpp index cb0187e26..b52b600a3 100644 --- a/test/JacobianHelper.hpp +++ b/test/JacobianHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/JsonTestModels.cpp b/test/JsonTestModels.cpp index f234d1245..81c2a9943 100644 --- a/test/JsonTestModels.cpp +++ b/test/JsonTestModels.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/JsonTestModels.hpp b/test/JsonTestModels.hpp index 7d4b16349..6ef1efbd5 100644 --- a/test/JsonTestModels.hpp +++ b/test/JsonTestModels.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/LogUtils.cpp b/test/LogUtils.cpp index 27088ac9e..155c0325a 100644 --- a/test/LogUtils.cpp +++ b/test/LogUtils.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/LumpedRateModelWithPores.cpp b/test/LumpedRateModelWithPores.cpp index d5f69361f..83c393ec1 100644 --- a/test/LumpedRateModelWithPores.cpp +++ b/test/LumpedRateModelWithPores.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/LumpedRateModelWithoutPores.cpp b/test/LumpedRateModelWithoutPores.cpp index 1adf09274..e88c68063 100644 --- a/test/LumpedRateModelWithoutPores.cpp +++ b/test/LumpedRateModelWithoutPores.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/MatrixHelper.hpp b/test/MatrixHelper.hpp index 9e85679fb..421d8b7c4 100644 --- a/test/MatrixHelper.hpp +++ b/test/MatrixHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ModelSystem.cpp b/test/ModelSystem.cpp index 0c93e594f..af76f83cb 100644 --- a/test/ModelSystem.cpp +++ b/test/ModelSystem.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ParamDepTests.cpp b/test/ParamDepTests.cpp index 137af6b42..19fa1a2ae 100644 --- a/test/ParamDepTests.cpp +++ b/test/ParamDepTests.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ParamDepTests.hpp b/test/ParamDepTests.hpp index 08cf59380..44e5f23a5 100644 --- a/test/ParamDepTests.hpp +++ b/test/ParamDepTests.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ParameterDependencies.cpp b/test/ParameterDependencies.cpp index e197d3211..ee6a604bf 100644 --- a/test/ParameterDependencies.cpp +++ b/test/ParameterDependencies.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ParameterDependencies.hpp b/test/ParameterDependencies.hpp index 4735eda08..093033c54 100644 --- a/test/ParameterDependencies.hpp +++ b/test/ParameterDependencies.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ParticleHelper.cpp b/test/ParticleHelper.cpp index b21fa3b5d..6a53056c8 100644 --- a/test/ParticleHelper.cpp +++ b/test/ParticleHelper.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ParticleHelper.hpp b/test/ParticleHelper.hpp index 71b655cde..9b1cae800 100644 --- a/test/ParticleHelper.hpp +++ b/test/ParticleHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/Paths.cpp.in b/test/Paths.cpp.in index 66aade0ca..44f66e583 100644 --- a/test/Paths.cpp.in +++ b/test/Paths.cpp.in @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ReactionModelTests.cpp b/test/ReactionModelTests.cpp index 9a81bc378..103196773 100644 --- a/test/ReactionModelTests.cpp +++ b/test/ReactionModelTests.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ReactionModelTests.hpp b/test/ReactionModelTests.hpp index 20918ca65..e6da6ff98 100644 --- a/test/ReactionModelTests.hpp +++ b/test/ReactionModelTests.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ReactionModels.cpp b/test/ReactionModels.cpp index 90321b100..6ecb969e2 100644 --- a/test/ReactionModels.cpp +++ b/test/ReactionModels.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/SimHelper.cpp b/test/SimHelper.cpp index f5411c565..34c587876 100644 --- a/test/SimHelper.cpp +++ b/test/SimHelper.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/SimHelper.hpp b/test/SimHelper.hpp index 5c6c94523..9ebc4e8c8 100644 --- a/test/SimHelper.hpp +++ b/test/SimHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/SparseFactorizableMatrix.cpp b/test/SparseFactorizableMatrix.cpp index 61b1144df..781f42548 100644 --- a/test/SparseFactorizableMatrix.cpp +++ b/test/SparseFactorizableMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/SparseMatrix.cpp b/test/SparseMatrix.cpp index 84a2eb89b..3a9bc9f4c 100644 --- a/test/SparseMatrix.cpp +++ b/test/SparseMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/StringHashing.cpp b/test/StringHashing.cpp index bb6caa0e1..3fa210654 100644 --- a/test/StringHashing.cpp +++ b/test/StringHashing.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/Subset.cpp b/test/Subset.cpp index dfad73535..d487e5b75 100644 --- a/test/Subset.cpp +++ b/test/Subset.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/TwoDimConvectionDispersionOperator.cpp b/test/TwoDimConvectionDispersionOperator.cpp index 1a9f91732..54cc1abf9 100644 --- a/test/TwoDimConvectionDispersionOperator.cpp +++ b/test/TwoDimConvectionDispersionOperator.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/UnitOperationTests.cpp b/test/UnitOperationTests.cpp index b8427fd0a..4e8a66962 100644 --- a/test/UnitOperationTests.cpp +++ b/test/UnitOperationTests.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/UnitOperationTests.hpp b/test/UnitOperationTests.hpp index 34b3d38e9..a23af6bbe 100644 --- a/test/UnitOperationTests.hpp +++ b/test/UnitOperationTests.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/Utils.hpp b/test/Utils.hpp index 763a7e622..af3d087a3 100644 --- a/test/Utils.hpp +++ b/test/Utils.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/testAdaptiveTRNewton.cpp b/test/testAdaptiveTRNewton.cpp index d832f8294..baac87c58 100644 --- a/test/testAdaptiveTRNewton.cpp +++ b/test/testAdaptiveTRNewton.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/testLogging.cpp b/test/testLogging.cpp index 0ae7aa660..06219b906 100644 --- a/test/testLogging.cpp +++ b/test/testLogging.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/testRunner.cpp b/test/testRunner.cpp index 72d2f4fde..49ed43db9 100644 --- a/test/testRunner.cpp +++ b/test/testRunner.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/testSMANonlinearSolve.cpp b/test/testSMANonlinearSolve.cpp index 289a993c7..60db94dce 100644 --- a/test/testSMANonlinearSolve.cpp +++ b/test/testSMANonlinearSolve.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2021: The CADET Authors +// Copyright © 2008-2022: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials