diff --git a/Applications/ApplicationsLib/LinearSolverLibrarySetup.h b/Applications/ApplicationsLib/LinearSolverLibrarySetup.h index 86003d18b190dcc12f14f41b3158d1671b65b089..59c94cd317dd620fda5c1493ca00edba7bce144b 100644 --- a/Applications/ApplicationsLib/LinearSolverLibrarySetup.h +++ b/Applications/ApplicationsLib/LinearSolverLibrarySetup.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/ApplicationsLib/ProjectData.cpp b/Applications/ApplicationsLib/ProjectData.cpp index d1bbb257401ae2de5515fa4c3af400299ae0395e..2b42a54ecb256e08b1e2a97bc0a639fa345b7e95 100644 --- a/Applications/ApplicationsLib/ProjectData.cpp +++ b/Applications/ApplicationsLib/ProjectData.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the project data class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/ApplicationsLib/ProjectData.h b/Applications/ApplicationsLib/ProjectData.h index 46642d272c3c55a7cee3fb50a7f3c77989feb9a0..6cbd7d45088516ea4ee21b0883b2000de4066328 100644 --- a/Applications/ApplicationsLib/ProjectData.h +++ b/Applications/ApplicationsLib/ProjectData.h @@ -4,7 +4,7 @@ * \date 2010-08-25 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/ApplicationsLib/Simulation.cpp b/Applications/ApplicationsLib/Simulation.cpp index 53f07cba841f6fa033d7719f04dad9b221d7a44c..f641e14516160e529932bc21010c3ca0723b1d19 100644 --- a/Applications/ApplicationsLib/Simulation.cpp +++ b/Applications/ApplicationsLib/Simulation.cpp @@ -3,7 +3,7 @@ * \brief Implementation of class Simulation * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/ApplicationsLib/Simulation.h b/Applications/ApplicationsLib/Simulation.h index 40537474a0d6ff8ee0918a654e25e134517b44ad..4eccbb09ffaf935e4ffa90937c908ac33fdb6a60 100644 --- a/Applications/ApplicationsLib/Simulation.h +++ b/Applications/ApplicationsLib/Simulation.h @@ -3,7 +3,7 @@ * \brief Declaration of class Simulation * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/ApplicationsLib/TestDefinition.cpp b/Applications/ApplicationsLib/TestDefinition.cpp index ed09d59d6d92d5bde60225856ff92adacacdfe78..6c936e4eff30dcbadc6db6e0ff1a974d79899d27 100644 --- a/Applications/ApplicationsLib/TestDefinition.cpp +++ b/Applications/ApplicationsLib/TestDefinition.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/ApplicationsLib/TestDefinition.h b/Applications/ApplicationsLib/TestDefinition.h index 4ec1cdc19e763b8aa92d50ff094f5ecbb97cdb18..47eef09db5474a70ba27b3cbc5bf6ddcc040d3cf 100644 --- a/Applications/ApplicationsLib/TestDefinition.h +++ b/Applications/ApplicationsLib/TestDefinition.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/CLI/CommandLineArgumentParser.cpp b/Applications/CLI/CommandLineArgumentParser.cpp index cc238ce7a10094fd3e96ce7441c7398be8c636c6..5bbd350961e3011902f12c20c9a31195ff9dad28 100644 --- a/Applications/CLI/CommandLineArgumentParser.cpp +++ b/Applications/CLI/CommandLineArgumentParser.cpp @@ -3,7 +3,7 @@ * \brief Implementation of CommandLineArgumentParser. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -24,7 +24,7 @@ CommandLineArguments parseCommandLineArguments(int argc, char* argv[], // Parse CLI arguments. TCLAP::CmdLine cmd( "OpenGeoSys-6 software.\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org) " "Distributed under a Modified BSD License. " "See accompanying file LICENSE.txt or " diff --git a/Applications/CLI/CommandLineArgumentParser.h b/Applications/CLI/CommandLineArgumentParser.h index 6d30c1929a7bbc737aa9752a789fb0309f251ce1..b013ccfc477fa77d5df13536c7bbaca1eb056847 100644 --- a/Applications/CLI/CommandLineArgumentParser.h +++ b/Applications/CLI/CommandLineArgumentParser.h @@ -3,7 +3,7 @@ * \brief Declaration of CommandLineArgumentParser. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/CLI/ogs.cpp b/Applications/CLI/ogs.cpp index edd773399389212e6470a6c6e1baf67f14586658..0e28b646f44dce1b2d79030307bb6e43c83e2ae5 100644 --- a/Applications/CLI/ogs.cpp +++ b/Applications/CLI/ogs.cpp @@ -4,7 +4,7 @@ * \brief Implementation of OpenGeoSys simulation application * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/CLI/ogs_embedded_python.cpp b/Applications/CLI/ogs_embedded_python.cpp index b3c2c1cec9d7d8b5512b7efd7325eaa5fe1cea1e..4edcc3d9eaabb2b626976ee130bcca6bdbf9ff02 100644 --- a/Applications/CLI/ogs_embedded_python.cpp +++ b/Applications/CLI/ogs_embedded_python.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/CLI/ogs_embedded_python.h b/Applications/CLI/ogs_embedded_python.h index c1616f936817e3441b2673878d1e6d1b874a2706..2d713303f6e407716db723caaad77a7731d048ee 100644 --- a/Applications/CLI/ogs_embedded_python.h +++ b/Applications/CLI/ogs_embedded_python.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/CheckboxDelegate.cpp b/Applications/DataExplorer/Base/CheckboxDelegate.cpp index b4939825162bc79bd69a132ee7c997a71000d437..f7d9d54bb0819765ec3071e15ca50bf1756593d5 100644 --- a/Applications/DataExplorer/Base/CheckboxDelegate.cpp +++ b/Applications/DataExplorer/Base/CheckboxDelegate.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the CheckboxDelegate class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/CheckboxDelegate.h b/Applications/DataExplorer/Base/CheckboxDelegate.h index 76179eaa1219483eabc6a4b3983f7ee163040eec..61cd6af9b423d39edb785df3bf3351bbb85cb8f7 100644 --- a/Applications/DataExplorer/Base/CheckboxDelegate.h +++ b/Applications/DataExplorer/Base/CheckboxDelegate.h @@ -5,7 +5,7 @@ * \brief Definition of the CheckboxDelegate class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/ColorPickerPushButton.cpp b/Applications/DataExplorer/Base/ColorPickerPushButton.cpp index 445b6a06b8dc2ceabc384afc964c52ba39015bba..b3cbe889d7e7656abf11a600e424320ec9a3f39a 100644 --- a/Applications/DataExplorer/Base/ColorPickerPushButton.cpp +++ b/Applications/DataExplorer/Base/ColorPickerPushButton.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ColorPickerPushButton class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/ColorPickerPushButton.h b/Applications/DataExplorer/Base/ColorPickerPushButton.h index 3c7417854ff13d3f9809256b079afd59b73c7fcf..0ab2cbd1d560808b1c6146cae28c93aa23b38666 100644 --- a/Applications/DataExplorer/Base/ColorPickerPushButton.h +++ b/Applications/DataExplorer/Base/ColorPickerPushButton.h @@ -5,7 +5,7 @@ * \brief Definition of the ColorPickerPushButton class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/ImportFileTypes.h b/Applications/DataExplorer/Base/ImportFileTypes.h index 0235cb84fe48c778ad7cc859b136f04ae07e9280..bdf15b545986730eb088a2ad46de14b25e90d2b2 100644 --- a/Applications/DataExplorer/Base/ImportFileTypes.h +++ b/Applications/DataExplorer/Base/ImportFileTypes.h @@ -5,7 +5,7 @@ * \brief Definition of the ImportFileTypes enumeration. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/LastSavedFileDirectory.h b/Applications/DataExplorer/Base/LastSavedFileDirectory.h index 43e498e7ab9db557d58cbf67e7545306405cb33d..c6d532631169069875903de05976b080a0164925 100644 --- a/Applications/DataExplorer/Base/LastSavedFileDirectory.h +++ b/Applications/DataExplorer/Base/LastSavedFileDirectory.h @@ -5,7 +5,7 @@ * \brief Manages the last directory used for saving a file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/OGSError.cpp b/Applications/DataExplorer/Base/OGSError.cpp index a16af599f3460f0e33f3d5fcd8297fede3b9ec4a..bf839e450543dd5a837cf3eeb8809a070bf24992 100644 --- a/Applications/DataExplorer/Base/OGSError.cpp +++ b/Applications/DataExplorer/Base/OGSError.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the OGSError class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/OGSError.h b/Applications/DataExplorer/Base/OGSError.h index 2c51cffaade5f82758807b0f94bef8d64b1a82f3..d1bf41dfba8ac6a8e33575ae5d66efdeee13c0ae 100644 --- a/Applications/DataExplorer/Base/OGSError.h +++ b/Applications/DataExplorer/Base/OGSError.h @@ -5,7 +5,7 @@ * \brief Definition of the OGSError class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.cpp b/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.cpp index b9f5ef5d75382a8fbaeec79eba92010cda773e4b..3174484b80da07b8a2e7023f0f7c88b3e3c7b053 100644 --- a/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.cpp +++ b/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the QNonScalableGraphicsTextItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.h b/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.h index 821232c0f92a5f0f965ec4a6a09e795b471d8af5..4137d521384ab8b03f9dd70156c9d60b7bdc11fc 100644 --- a/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.h +++ b/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.h @@ -5,7 +5,7 @@ * \brief Definition of the QNonScalableGraphicsTextItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/QValueTooltipSlider.cpp b/Applications/DataExplorer/Base/QValueTooltipSlider.cpp index 4a71e039e9058d32057e48fffaa5cfc56bce8595..a54a3ba3c489e2e57788a5afb476ed5bcc53ccaf 100644 --- a/Applications/DataExplorer/Base/QValueTooltipSlider.cpp +++ b/Applications/DataExplorer/Base/QValueTooltipSlider.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the QValueTooltipSlider class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/QValueTooltipSlider.h b/Applications/DataExplorer/Base/QValueTooltipSlider.h index a51322403f13b13081b57fd71caa913b04bf7295..1b1203b4e518198edaa835c2ef3c6607ea26ada3 100644 --- a/Applications/DataExplorer/Base/QValueTooltipSlider.h +++ b/Applications/DataExplorer/Base/QValueTooltipSlider.h @@ -5,7 +5,7 @@ * \brief Definition of the QValueTooltipSlider class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/RecentFiles.cpp b/Applications/DataExplorer/Base/RecentFiles.cpp index 10477481ff8ad81d1eb854ca24ff003424c9c6f1..9227af8934536bec444c9e56b4bae4296bc168a8 100644 --- a/Applications/DataExplorer/Base/RecentFiles.cpp +++ b/Applications/DataExplorer/Base/RecentFiles.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the RecentFiles class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (https://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (https://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/RecentFiles.h b/Applications/DataExplorer/Base/RecentFiles.h index c82f0975ac3a52b4544ef2802a7a42379c413b6a..3732d2e6763a058c507aeb71ea28ff4caa46aac9 100644 --- a/Applications/DataExplorer/Base/RecentFiles.h +++ b/Applications/DataExplorer/Base/RecentFiles.h @@ -5,7 +5,7 @@ * \brief Definition of the RecentFiles class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/StrictDoubleValidator.h b/Applications/DataExplorer/Base/StrictDoubleValidator.h index 2a8bd642746cead77b01be0a35085397e6ce1936..c8d432d6946c51ca222ed39d2114bac581f9ecb2 100644 --- a/Applications/DataExplorer/Base/StrictDoubleValidator.h +++ b/Applications/DataExplorer/Base/StrictDoubleValidator.h @@ -5,7 +5,7 @@ * \brief Implementation of the StrictDoubleValidator class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/StrictIntValidator.h b/Applications/DataExplorer/Base/StrictIntValidator.h index 20da64f1022b7f2de4701bc9e11528f2db33987f..686240641c55fc47f4313cc59e4e123f19210677 100644 --- a/Applications/DataExplorer/Base/StrictIntValidator.h +++ b/Applications/DataExplorer/Base/StrictIntValidator.h @@ -5,7 +5,7 @@ * \brief Definition of the StrictIntValidator class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/TreeItem.cpp b/Applications/DataExplorer/Base/TreeItem.cpp index 36609a2c941719e22ead81d2ba9875291dc01743..3b38d702b54328ffe2da253adf0707a6ff7b0ae9 100644 --- a/Applications/DataExplorer/Base/TreeItem.cpp +++ b/Applications/DataExplorer/Base/TreeItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the TreeItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/TreeItem.h b/Applications/DataExplorer/Base/TreeItem.h index 4f59bfb8f0a3a6c42d11ff15f8cf3e01b6439894..61747e7fb236368bf96c93cf35d36d433a314be8 100644 --- a/Applications/DataExplorer/Base/TreeItem.h +++ b/Applications/DataExplorer/Base/TreeItem.h @@ -5,7 +5,7 @@ * \brief Definition of the TreeItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/TreeModel.cpp b/Applications/DataExplorer/Base/TreeModel.cpp index 18f8c8566d73c8b65239b9b0963baac2214f1ba8..5b9cedb6a41d77dbdbd012c5d05d422b085ec77a 100644 --- a/Applications/DataExplorer/Base/TreeModel.cpp +++ b/Applications/DataExplorer/Base/TreeModel.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the TreeModel class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/TreeModel.h b/Applications/DataExplorer/Base/TreeModel.h index 7a00f3207abd2a9ff86d8ce432a00cefb33617a1..afb2c71d0b56039d55dc69a793b59440d26242d5 100644 --- a/Applications/DataExplorer/Base/TreeModel.h +++ b/Applications/DataExplorer/Base/TreeModel.h @@ -5,7 +5,7 @@ * \brief Definition of the TreeModel class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/TreeModelIterator.cpp b/Applications/DataExplorer/Base/TreeModelIterator.cpp index 589cd7842f8eb26ad8568380f3ff53b72b646636..d8ba7507d3701882bd1fe11d76738aa0e52469e8 100644 --- a/Applications/DataExplorer/Base/TreeModelIterator.cpp +++ b/Applications/DataExplorer/Base/TreeModelIterator.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the TreeModelIterator class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/TreeModelIterator.h b/Applications/DataExplorer/Base/TreeModelIterator.h index c526915178b0295fa435a72da7352cd082377fed..99a3a3149f7d615dad6b40f083b8d62d43172dde 100644 --- a/Applications/DataExplorer/Base/TreeModelIterator.h +++ b/Applications/DataExplorer/Base/TreeModelIterator.h @@ -5,7 +5,7 @@ * \brief Definition of the TreeModelIterator class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/Utils.cpp b/Applications/DataExplorer/Base/Utils.cpp index 2d3b3539451158b045b7c08eee72cbd37b066388..bcf3cda0d4b0065de94c576f4d58a1c1c8f919b8 100644 --- a/Applications/DataExplorer/Base/Utils.cpp +++ b/Applications/DataExplorer/Base/Utils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/Utils.h b/Applications/DataExplorer/Base/Utils.h index 46a73df00bde0b958cf03bdb912bb453a5ada415..05c14e44ecaeb0bd1db2b5c804fc38200991b249 100644 --- a/Applications/DataExplorer/Base/Utils.h +++ b/Applications/DataExplorer/Base/Utils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/AddFaultsToVoxelGridDialog.cpp b/Applications/DataExplorer/DataView/AddFaultsToVoxelGridDialog.cpp index 867c439e9f47da228486c0b03d838f25c81a680d..3b67ccc5d0982d91671e319b8daab380f4983b29 100644 --- a/Applications/DataExplorer/DataView/AddFaultsToVoxelGridDialog.cpp +++ b/Applications/DataExplorer/DataView/AddFaultsToVoxelGridDialog.cpp @@ -4,7 +4,7 @@ * \brief Implementation of the AddFaultsToVoxelGridDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/AddFaultsToVoxelGridDialog.h b/Applications/DataExplorer/DataView/AddFaultsToVoxelGridDialog.h index 0d3b044912ffe7f8bb88473604496f8bddaadcbd..79a98cc8e16d86cd26d8c3dd10b2394178211b06 100644 --- a/Applications/DataExplorer/DataView/AddFaultsToVoxelGridDialog.h +++ b/Applications/DataExplorer/DataView/AddFaultsToVoxelGridDialog.h @@ -4,7 +4,7 @@ * \brief Definition of the AddFaultsToVoxelGridDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp b/Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp index 176cfcce4fc946773ba198a128a7598c0d3de794..9c2e21eb2d14ba0486b31470c8e359072a224f73 100644 --- a/Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp +++ b/Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the AddLayerToMeshDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/AddLayerToMeshDialog.h b/Applications/DataExplorer/DataView/AddLayerToMeshDialog.h index bf5e9f931d550a8df8b9932fc37a71e0b18ea60e..949deb7dd71d5cee5ae28a68c7682b3c33fc8519 100644 --- a/Applications/DataExplorer/DataView/AddLayerToMeshDialog.h +++ b/Applications/DataExplorer/DataView/AddLayerToMeshDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the AddLayerToMeshDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/BaseItem.h b/Applications/DataExplorer/DataView/BaseItem.h index b01df2137cda406449324b40425272da7fda33c1..1ff971c9c90677949e34993f61d9713c4e8ffdb6 100644 --- a/Applications/DataExplorer/DataView/BaseItem.h +++ b/Applications/DataExplorer/DataView/BaseItem.h @@ -5,7 +5,7 @@ * \brief Definition of the BaseItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ColorTableModel.cpp b/Applications/DataExplorer/DataView/ColorTableModel.cpp index 75c17b98f44fc84a2cd351c99f94415f7f7dc387..8224a8ebd05d3392616fba8e8df861829e5b8e4e 100644 --- a/Applications/DataExplorer/DataView/ColorTableModel.cpp +++ b/Applications/DataExplorer/DataView/ColorTableModel.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ColorTableModel class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ColorTableModel.h b/Applications/DataExplorer/DataView/ColorTableModel.h index ad0a42faf9512ff99901c3b3068d486e642e2e4a..71ec164189461744c5749da12473c644101727b2 100644 --- a/Applications/DataExplorer/DataView/ColorTableModel.h +++ b/Applications/DataExplorer/DataView/ColorTableModel.h @@ -5,7 +5,7 @@ * \brief Definition of the ColorTableModel class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ColorTableView.cpp b/Applications/DataExplorer/DataView/ColorTableView.cpp index 26463f67a099509c017cd85d9cef7699246bc673..c97820d2dee9278b88e9309241b1e7d1c9a091fa 100644 --- a/Applications/DataExplorer/DataView/ColorTableView.cpp +++ b/Applications/DataExplorer/DataView/ColorTableView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ColorTableView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ColorTableView.h b/Applications/DataExplorer/DataView/ColorTableView.h index 819b770aff4171f6bbaccf138903c6907d2518c4..2a643a11ab8e292037b2c350e49db5e6abc679f5 100644 --- a/Applications/DataExplorer/DataView/ColorTableView.h +++ b/Applications/DataExplorer/DataView/ColorTableView.h @@ -5,7 +5,7 @@ * \brief Definition of the ColorTableView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/CondFromRasterDialog.cpp b/Applications/DataExplorer/DataView/CondFromRasterDialog.cpp index 7e37a67172b1c8dbf7406df79af1d2a42148f761..1b66d2851c8bb522d08350ae6506bcc0ac454cae 100644 --- a/Applications/DataExplorer/DataView/CondFromRasterDialog.cpp +++ b/Applications/DataExplorer/DataView/CondFromRasterDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the CondFromRasterDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/CondFromRasterDialog.h b/Applications/DataExplorer/DataView/CondFromRasterDialog.h index a79a6ea0f4b28485b7cc421f87b170e82d6bb758..ebbc8f933e7c86e51f3af4fa68bf1f2d6a9c3ba6 100644 --- a/Applications/DataExplorer/DataView/CondFromRasterDialog.h +++ b/Applications/DataExplorer/DataView/CondFromRasterDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the CondFromRasterDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/CondItem.h b/Applications/DataExplorer/DataView/CondItem.h index 495e20ff00550c78a8ff1423c5c83f2bf16a0d3a..788582c992ab3be9ed0f453212f3cd69d4f42129 100644 --- a/Applications/DataExplorer/DataView/CondItem.h +++ b/Applications/DataExplorer/DataView/CondItem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/CreateStructuredGridDialog.cpp b/Applications/DataExplorer/DataView/CreateStructuredGridDialog.cpp index d8d2442b170034feb5290f410d174ef64f424c58..82e02bc4b7a92b418363ef23c317b8e2a201d110 100644 --- a/Applications/DataExplorer/DataView/CreateStructuredGridDialog.cpp +++ b/Applications/DataExplorer/DataView/CreateStructuredGridDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the CreateStructuredGridDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/CreateStructuredGridDialog.h b/Applications/DataExplorer/DataView/CreateStructuredGridDialog.h index 4f40af46dc468926607e0de0b044824a24bd9172..9df95ffb4b81e0af9ca9fe4401297c8a674bb028 100644 --- a/Applications/DataExplorer/DataView/CreateStructuredGridDialog.h +++ b/Applications/DataExplorer/DataView/CreateStructuredGridDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the CreateStructuredGridDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp index 35a32c28efe307b1661959b922d31d3f19a6838c..d9abac0147cd3e87210fb5676bff4ec5e6d070b2 100644 --- a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp +++ b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DataExplorerSettingsDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h index ebbecd4bcae583963003683cc0debbb7f569cb01..2aed5754b4749a07e5344561029014874a31bea5 100644 --- a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h +++ b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the DataExplorerSettingsDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DetailWindow.cpp b/Applications/DataExplorer/DataView/DiagramView/DetailWindow.cpp index 1f1cd867fdbc1ed7bee382322417e62e0fe01b6d..693f00c507776ef34448585fc65ce8b2b9e4327e 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DetailWindow.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/DetailWindow.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DetailWindow class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DetailWindow.h b/Applications/DataExplorer/DataView/DiagramView/DetailWindow.h index 09461cd76e577c35e879668d94381bca57656ef8..aa14126711dc6f232cf643239c5e05136a7dd539 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DetailWindow.h +++ b/Applications/DataExplorer/DataView/DiagramView/DetailWindow.h @@ -5,7 +5,7 @@ * \brief Definition of the DetailWindow class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramList.cpp b/Applications/DataExplorer/DataView/DiagramView/DiagramList.cpp index 8ae0068fcc24c9b92037724ffdf94dda75e7fcec..b705e384477d6cefa53ceed550848e11cf3fff0a 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramList.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramList.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DiagramList class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramList.h b/Applications/DataExplorer/DataView/DiagramView/DiagramList.h index a95f28290298dc89552f61e09cfb3161b9c5a494..e4a73529a5ac1c4d853a731749c79176b316728e 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramList.h +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramList.h @@ -5,7 +5,7 @@ * \brief Definition of the DiagramList class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.cpp b/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.cpp index c580a9962827d1172664278fedfab99a79b49158..72482ddfbbcd09f982e67a95f4bf1e76ca351b63 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DiagramPrefsDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.h b/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.h index 72d78bea002ba3c5da89ef59c972a4cbe10f6f69..575f14b96e73de079633129916a29a0e99601746 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.h +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the DiagramPrefsDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramScene.cpp b/Applications/DataExplorer/DataView/DiagramView/DiagramScene.cpp index b18c820bce9bf9c3b8ea669965f144fcc8098e78..898b0c1ff83c5701eabb9277bb30fbb6d7e4b322 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramScene.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramScene.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DiagramScene class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramScene.h b/Applications/DataExplorer/DataView/DiagramView/DiagramScene.h index 0dd19178ed8f40c86125cf675cb829cfa36e1492..11410449a94ce56eb50003993e6ef3f2b52b1903 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramScene.h +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramScene.h @@ -5,7 +5,7 @@ * \brief Definition of the DiagramScene class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramView.cpp b/Applications/DataExplorer/DataView/DiagramView/DiagramView.cpp index 69e4e1eeb9b9edee3ee438d20fa8915526733a30..d8ea907f6dc007e308799a951fb2c0167f860536 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramView.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DiagramView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramView.h b/Applications/DataExplorer/DataView/DiagramView/DiagramView.h index 52c22680c8410bb4bdfa5b3da7ae94e963349156..3fe780584ef6b3d20ef81b0b79c06456af6ebd11 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramView.h +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramView.h @@ -5,7 +5,7 @@ * \brief Definition of the DiagramView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/GetDateTime.h b/Applications/DataExplorer/DataView/DiagramView/GetDateTime.h index 13a98220052b656e91631953a3d83deda4f22556..ed8301ecf06879226d36aedc1e873fab4d8ba439 100644 --- a/Applications/DataExplorer/DataView/DiagramView/GetDateTime.h +++ b/Applications/DataExplorer/DataView/DiagramView/GetDateTime.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/QArrow.cpp b/Applications/DataExplorer/DataView/DiagramView/QArrow.cpp index 3faadf13cf3310d37b5d55631c9cf8e26634c36f..94a62f591021ffe8cb38dcd32293dd65fdf8b4cd 100644 --- a/Applications/DataExplorer/DataView/DiagramView/QArrow.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/QArrow.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the QArrow class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/QArrow.h b/Applications/DataExplorer/DataView/DiagramView/QArrow.h index 6581d350f79befadbacd38d78d227d0b44b9eee1..58dbadc807fef4df828f1ee98a848e95398b42a7 100644 --- a/Applications/DataExplorer/DataView/DiagramView/QArrow.h +++ b/Applications/DataExplorer/DataView/DiagramView/QArrow.h @@ -5,7 +5,7 @@ * \brief Definition of the QArrow class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.cpp b/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.cpp index d13e08638481b7025fa275e6da09ce98125ff9e3..66581347a096bb060ced948b832da679f760e7f7 100644 --- a/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the QGraphicsGrid class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.h b/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.h index 2b3754a787197c5b0cf8881e7974d8916555c34c..f3ca5c62f4d213c50b28186a9ccc9d661b034c06 100644 --- a/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.h +++ b/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.h @@ -5,7 +5,7 @@ * \brief Definition of the QGraphicsGrid class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DirectConditionGenerator.cpp b/Applications/DataExplorer/DataView/DirectConditionGenerator.cpp index b1ef326607396af67daf1140a21d8cf82bd9de68..ce67e665300a5fcf755d2ffde2773112704bf529 100644 --- a/Applications/DataExplorer/DataView/DirectConditionGenerator.cpp +++ b/Applications/DataExplorer/DataView/DirectConditionGenerator.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DirectConditionGenerator class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DirectConditionGenerator.h b/Applications/DataExplorer/DataView/DirectConditionGenerator.h index f11208be76bfe57ae93fef1f51dea9629b2564eb..6c08818fb26b5651477d0e6a54123f37d6493827 100644 --- a/Applications/DataExplorer/DataView/DirectConditionGenerator.h +++ b/Applications/DataExplorer/DataView/DirectConditionGenerator.h @@ -5,7 +5,7 @@ * \brief Definition of the DirectConditionGenerator class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ElementTreeModel.cpp b/Applications/DataExplorer/DataView/ElementTreeModel.cpp index 9a9d96991c8bac16588b41f8a4061a942d76bc35..403750639db38dd6c9c15b5caaa5ab90480ad117 100644 --- a/Applications/DataExplorer/DataView/ElementTreeModel.cpp +++ b/Applications/DataExplorer/DataView/ElementTreeModel.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementTreeModel class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ElementTreeModel.h b/Applications/DataExplorer/DataView/ElementTreeModel.h index f2ade18c5f843f0b1002f5c6e8d24a81e62e4a14..98f9df6c1107071ad9323d5a6fd345123fd67ce6 100644 --- a/Applications/DataExplorer/DataView/ElementTreeModel.h +++ b/Applications/DataExplorer/DataView/ElementTreeModel.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementTreeModel class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ElementTreeView.cpp b/Applications/DataExplorer/DataView/ElementTreeView.cpp index b980b355015d18e4a0d0bf00bbea5a240387f945..507af101039b11628b6e258c061230dcf2178409 100644 --- a/Applications/DataExplorer/DataView/ElementTreeView.cpp +++ b/Applications/DataExplorer/DataView/ElementTreeView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementTreeView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ElementTreeView.h b/Applications/DataExplorer/DataView/ElementTreeView.h index fb92b5dcc09b77a237274ac16a4592934086a24a..e7ead13df64144d6ccb24f566852627f008b4f61 100644 --- a/Applications/DataExplorer/DataView/ElementTreeView.h +++ b/Applications/DataExplorer/DataView/ElementTreeView.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementTreeView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/FemConditionModel.cpp b/Applications/DataExplorer/DataView/FemConditionModel.cpp index 55ce8c898f51821e892c78ac7edd71255d61b04e..0f06b2242bc566b7ce183967bc679a0fc99b7923 100644 --- a/Applications/DataExplorer/DataView/FemConditionModel.cpp +++ b/Applications/DataExplorer/DataView/FemConditionModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/FemConditionModel.h b/Applications/DataExplorer/DataView/FemConditionModel.h index 0351be4767d85c7c73b51d555d66896c78964785..f5f5a770d156e76372006391576687c2dc49a2ae 100644 --- a/Applications/DataExplorer/DataView/FemConditionModel.h +++ b/Applications/DataExplorer/DataView/FemConditionModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/FemConditionView.cpp b/Applications/DataExplorer/DataView/FemConditionView.cpp index e71abe81641a2c93efcd6b033233acd1b227730e..263d158bd4207934c02f32375260ee5bde151c50 100644 --- a/Applications/DataExplorer/DataView/FemConditionView.cpp +++ b/Applications/DataExplorer/DataView/FemConditionView.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/FemConditionView.h b/Applications/DataExplorer/DataView/FemConditionView.h index 26e1ae2ebe7de2d89c2d1a7abd14ff273056f1b2..da4e06bd22345e812352d414b2325bd43d6cfffd 100644 --- a/Applications/DataExplorer/DataView/FemConditionView.h +++ b/Applications/DataExplorer/DataView/FemConditionView.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GEOModels.cpp b/Applications/DataExplorer/DataView/GEOModels.cpp index ccb787e712a73517f929009d0a261923c7af8789..af256d3d0ffd8ad232c5d1865d3777b8a3c37e37 100644 --- a/Applications/DataExplorer/DataView/GEOModels.cpp +++ b/Applications/DataExplorer/DataView/GEOModels.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GEOModels class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GEOModels.h b/Applications/DataExplorer/DataView/GEOModels.h index cd3b740379e28721c30cee0c05fc7978fd8020dc..c4253ac3183d30e4c528d3419df31bbafa02877d 100644 --- a/Applications/DataExplorer/DataView/GEOModels.h +++ b/Applications/DataExplorer/DataView/GEOModels.h @@ -5,7 +5,7 @@ * \brief Definition of the GEOModels class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GMSHPrefsDialog.cpp b/Applications/DataExplorer/DataView/GMSHPrefsDialog.cpp index 90cbc48ee6c560ecb485d29e588903a526aa2bab..4c38a28430698184a49f8def6769ab9a266738a5 100644 --- a/Applications/DataExplorer/DataView/GMSHPrefsDialog.cpp +++ b/Applications/DataExplorer/DataView/GMSHPrefsDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSHPrefsDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GMSHPrefsDialog.h b/Applications/DataExplorer/DataView/GMSHPrefsDialog.h index 23300e84e6e746b043bb2771b8af326808a463f4..ab738456a73d419ba5ba72d4988fe67c357652fc 100644 --- a/Applications/DataExplorer/DataView/GMSHPrefsDialog.h +++ b/Applications/DataExplorer/DataView/GMSHPrefsDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the GMSHPrefsDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoObjectListItem.h b/Applications/DataExplorer/DataView/GeoObjectListItem.h index b137ca0dad127ccf65bfd28f11692c28229c5527..18b391076ae063473dfdf6333f0364431aa33ea4 100644 --- a/Applications/DataExplorer/DataView/GeoObjectListItem.h +++ b/Applications/DataExplorer/DataView/GeoObjectListItem.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoObjectListItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.cpp b/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.cpp index aa8600c4220c778113992ffd1f9a8c6e9c2b2a2a..50c46c11f89e4f68806abcc66fc5194c5a057ff1 100644 --- a/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.cpp +++ b/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GeoOnMeshMappingDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.h b/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.h index e08006292771d100a1c1d072defcd001374b29c4..9ce350467bccd3fe5300382fa906a25417807e46 100644 --- a/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.h +++ b/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoOnMeshMappingDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTabWidget.cpp b/Applications/DataExplorer/DataView/GeoTabWidget.cpp index 1853331d51d0c56b056afbcec65a50a0af7c96a8..6ada1e63608bffcf2dee5096c096cff99337f94c 100644 --- a/Applications/DataExplorer/DataView/GeoTabWidget.cpp +++ b/Applications/DataExplorer/DataView/GeoTabWidget.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GeoTabWidget class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTabWidget.h b/Applications/DataExplorer/DataView/GeoTabWidget.h index ce8c4f0a7cf3c5d95fb0cfda822f1891102883fb..9244c546e49d20fb951c48e0c5e6f0b79e4a9188 100644 --- a/Applications/DataExplorer/DataView/GeoTabWidget.h +++ b/Applications/DataExplorer/DataView/GeoTabWidget.h @@ -5,7 +5,7 @@ * \brief Implementation of the GeoTabWidget class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTreeItem.h b/Applications/DataExplorer/DataView/GeoTreeItem.h index b6a46a8c8c80d55c5b82bfb22535910815f97c67..784f8eda35d3b7c2e9a5b777f09376e26596e8d1 100644 --- a/Applications/DataExplorer/DataView/GeoTreeItem.h +++ b/Applications/DataExplorer/DataView/GeoTreeItem.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoTreeItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTreeModel.cpp b/Applications/DataExplorer/DataView/GeoTreeModel.cpp index c8f1ca50694959cd6a981ed0848ba21335b9f694..fa963d1c6423a48eabf7455c50d6c455f49e172a 100644 --- a/Applications/DataExplorer/DataView/GeoTreeModel.cpp +++ b/Applications/DataExplorer/DataView/GeoTreeModel.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GeoTreeModel class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTreeModel.h b/Applications/DataExplorer/DataView/GeoTreeModel.h index 7addbd0f0bcd2290770d1c069f96c336eae779d5..c941f0ee0bb203a94507c6b457ca9815f8c0bb7f 100644 --- a/Applications/DataExplorer/DataView/GeoTreeModel.h +++ b/Applications/DataExplorer/DataView/GeoTreeModel.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoTreeModel class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTreeView.cpp b/Applications/DataExplorer/DataView/GeoTreeView.cpp index dc62b3549c0499595c8e9b20ef98e50d017bc158..d1b8d33ad007ca9c6d8980272d1226cda030750f 100644 --- a/Applications/DataExplorer/DataView/GeoTreeView.cpp +++ b/Applications/DataExplorer/DataView/GeoTreeView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GeoTreeView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTreeView.h b/Applications/DataExplorer/DataView/GeoTreeView.h index 95458521dd4b3b27b5b688bda9906a44d3aabc43..3c611e7d0fa601dff710cfe835ae76f300d2460f 100644 --- a/Applications/DataExplorer/DataView/GeoTreeView.h +++ b/Applications/DataExplorer/DataView/GeoTreeView.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoTreeView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/Layers2GridDialog.cpp b/Applications/DataExplorer/DataView/Layers2GridDialog.cpp index 946178bbe175e7260beb553960aca12ad5f9e20c..1c57e28e6c6d6c1deb14c9284494d500f9fb4d41 100644 --- a/Applications/DataExplorer/DataView/Layers2GridDialog.cpp +++ b/Applications/DataExplorer/DataView/Layers2GridDialog.cpp @@ -4,7 +4,7 @@ * \brief Implementation of the Layers2GridDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/Layers2GridDialog.h b/Applications/DataExplorer/DataView/Layers2GridDialog.h index f922cb67345eaa3abbfbf1b43bcaecdf6d14a575..15a4739d362a6982097ea8eca9c278bf31569eba 100644 --- a/Applications/DataExplorer/DataView/Layers2GridDialog.h +++ b/Applications/DataExplorer/DataView/Layers2GridDialog.h @@ -4,7 +4,7 @@ * \brief Definition of the Layers2GridDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/LicenseDialog.cpp b/Applications/DataExplorer/DataView/LicenseDialog.cpp index 96fc9db8eab580b30b0791b30ec1c40f3f0060d5..bdd58fa12b2f8e842b86ac64dbc4b0b9ca5a5ac3 100644 --- a/Applications/DataExplorer/DataView/LicenseDialog.cpp +++ b/Applications/DataExplorer/DataView/LicenseDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LicenseDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -28,7 +28,7 @@ void LicenseDialog::setText() QString text; QTextStream stream(&text); stream - << "<p>Copyright (c) 2012-2023, OpenGeoSys Community " + << "<p>Copyright (c) 2012-2024, OpenGeoSys Community " << "(<a " "href='http://www.opengeosys.org'>http://www.opengeosys.org</a>)<br " "/>" diff --git a/Applications/DataExplorer/DataView/LicenseDialog.h b/Applications/DataExplorer/DataView/LicenseDialog.h index 4e73383797d689997bf728af92040e8ec84bcf49..af810a27d0661d93eec5c11ceffa3ae388e9fe0f 100644 --- a/Applications/DataExplorer/DataView/LicenseDialog.h +++ b/Applications/DataExplorer/DataView/LicenseDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the LicenseDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/LineEditDialog.cpp b/Applications/DataExplorer/DataView/LineEditDialog.cpp index 442415ea8c6e11c418719185c6e13e15f511a19d..6a2360209b88f6495552d88b2b64390dce816494 100644 --- a/Applications/DataExplorer/DataView/LineEditDialog.cpp +++ b/Applications/DataExplorer/DataView/LineEditDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LineEditDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/LineEditDialog.h b/Applications/DataExplorer/DataView/LineEditDialog.h index 3ebc3bae82f76ade19ebd4deddf41ca3553e0f73..bb18e912dac6a1780bc9da1bae8ef6a1d9777427 100644 --- a/Applications/DataExplorer/DataView/LineEditDialog.h +++ b/Applications/DataExplorer/DataView/LineEditDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the LineEditDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/LinearEditDialog.cpp b/Applications/DataExplorer/DataView/LinearEditDialog.cpp index f7e15ee28d9f24f0384ffb4d61e5b13070521df6..eefd5202557a49c2c8ad51744c338590540d2756 100644 --- a/Applications/DataExplorer/DataView/LinearEditDialog.cpp +++ b/Applications/DataExplorer/DataView/LinearEditDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LinearEditDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/LinearEditDialog.h b/Applications/DataExplorer/DataView/LinearEditDialog.h index 3cf41c448ea2bf5b3785523695773ddb20718ecc..93abb2f8d96335f3a9b433c416c66a3443db33c5 100644 --- a/Applications/DataExplorer/DataView/LinearEditDialog.h +++ b/Applications/DataExplorer/DataView/LinearEditDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the LinearEditDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MergeGeometriesDialog.cpp b/Applications/DataExplorer/DataView/MergeGeometriesDialog.cpp index 871354df8f92580b77e70716c5baec4b4886043c..1ef1ed6bf0527dd09f67d6e9a2d84c10d479f654 100644 --- a/Applications/DataExplorer/DataView/MergeGeometriesDialog.cpp +++ b/Applications/DataExplorer/DataView/MergeGeometriesDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MergeGeometriesDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MergeGeometriesDialog.h b/Applications/DataExplorer/DataView/MergeGeometriesDialog.h index 59660356725645a5bd898d2103f89f092bdfd6a3..f635e84e0e67fb2a26846431035528858425c3a9 100644 --- a/Applications/DataExplorer/DataView/MergeGeometriesDialog.h +++ b/Applications/DataExplorer/DataView/MergeGeometriesDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MergeGeometriesDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp b/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp index 9e1eb63c24058f7b3f8b199936a2a563464e8ec4..37b65e0be434ce30d94f278908d0a2d52b1a2944 100644 --- a/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshAnalysisDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshAnalysisDialog.h b/Applications/DataExplorer/DataView/MeshAnalysisDialog.h index 137ef4f530740eae86d3154abe1cfd3927f48b6a..c7ee106b103e0f49357a2e3544f899b80e5ce6b0 100644 --- a/Applications/DataExplorer/DataView/MeshAnalysisDialog.h +++ b/Applications/DataExplorer/DataView/MeshAnalysisDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshAnalysisDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp b/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp index bf3d8b3ddd2b48b5f23f5d210ef6a233e7c89eb6..90b8d7803a472196cd5ea2351215b81443bbbee1 100644 --- a/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshElementRemovalDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshElementRemovalDialog.h b/Applications/DataExplorer/DataView/MeshElementRemovalDialog.h index f21ff8a5d5708c7951153916875c7903cbfd4335..89d8ecd4c19a919a36e77becd399abce4e96af2e 100644 --- a/Applications/DataExplorer/DataView/MeshElementRemovalDialog.h +++ b/Applications/DataExplorer/DataView/MeshElementRemovalDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshElementRemovalDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshItem.cpp b/Applications/DataExplorer/DataView/MeshItem.cpp index a2266d2a18d0f426c793fac1502583a94b2bb67a..afb1f9494ab5a56954c48206eb84481d0f87819d 100644 --- a/Applications/DataExplorer/DataView/MeshItem.cpp +++ b/Applications/DataExplorer/DataView/MeshItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshItem.h b/Applications/DataExplorer/DataView/MeshItem.h index 585701992151533a29eaa63d39a925a07484356c..5ed09f6269d378316ec71c407d4f0138f3358931 100644 --- a/Applications/DataExplorer/DataView/MeshItem.h +++ b/Applications/DataExplorer/DataView/MeshItem.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshLayerEditDialog.cpp b/Applications/DataExplorer/DataView/MeshLayerEditDialog.cpp index 4de94a2b20231b96e21518351e50b1c5e7c43800..7d91e31bf24e1c0b17b9b4f42db7f5225e9e5a21 100644 --- a/Applications/DataExplorer/DataView/MeshLayerEditDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshLayerEditDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshLayerEditDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshLayerEditDialog.h b/Applications/DataExplorer/DataView/MeshLayerEditDialog.h index 4f3a7e83254c847f9bd5b4ca762268be321d68af..f3f48a94ac17d0ac8182f5ce2fd129de5e8241f1 100644 --- a/Applications/DataExplorer/DataView/MeshLayerEditDialog.h +++ b/Applications/DataExplorer/DataView/MeshLayerEditDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshLayerEditDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshMapping2DDialog.cpp b/Applications/DataExplorer/DataView/MeshMapping2DDialog.cpp index cee8aa5ca16c31894f73d42d30b9352194f28d99..31fce3b4e97c52e16557e6d96406ed9947895e3e 100644 --- a/Applications/DataExplorer/DataView/MeshMapping2DDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshMapping2DDialog.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshMapping2DDialog.h b/Applications/DataExplorer/DataView/MeshMapping2DDialog.h index adcb05567b6d30deaee4c8a0c2732c72d07dd21f..cdc685ce4638f0ce4bd406b64e5aa20ccf796276 100644 --- a/Applications/DataExplorer/DataView/MeshMapping2DDialog.h +++ b/Applications/DataExplorer/DataView/MeshMapping2DDialog.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshModel.cpp b/Applications/DataExplorer/DataView/MeshModel.cpp index 7a7a354e7f43c2c0d72fae1611057752e78291ce..2730821eb3744a9e0d7863bc4889b1f89d37ee72 100644 --- a/Applications/DataExplorer/DataView/MeshModel.cpp +++ b/Applications/DataExplorer/DataView/MeshModel.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshModel class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshModel.h b/Applications/DataExplorer/DataView/MeshModel.h index f36fbc6c13e6b28082c7097aec5387b17dc3fa02..f5590f71eb0a159618c54d5917675503165e4f41 100644 --- a/Applications/DataExplorer/DataView/MeshModel.h +++ b/Applications/DataExplorer/DataView/MeshModel.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshModel class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.cpp b/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.cpp index 5a5e9149dacccf3d8a824180590384e3732d93d5..cbf0aaf8499d812112fd1ee7a526bd90369dc8b7 100644 --- a/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MshQualitySelectionDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.h b/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.h index 07c4298b1855f541f52b7196909937423c0754bd..523d27047ac25d9a389800f803116bc304749a89 100644 --- a/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.h +++ b/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MshQualitySelectionDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshTabWidget.cpp b/Applications/DataExplorer/DataView/MeshTabWidget.cpp index 161fb8cb2ede1b08a32d5c6721162454ac36f369..1624b423ace3a271d6eaa63643c0b47c2ecf2752 100644 --- a/Applications/DataExplorer/DataView/MeshTabWidget.cpp +++ b/Applications/DataExplorer/DataView/MeshTabWidget.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshTabWidget class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshTabWidget.h b/Applications/DataExplorer/DataView/MeshTabWidget.h index 48f6d8eae0c0f35fd68b7cce25a881b44aa9212f..e2d4cd26fed6907357a58498af995c00d19b82e8 100644 --- a/Applications/DataExplorer/DataView/MeshTabWidget.h +++ b/Applications/DataExplorer/DataView/MeshTabWidget.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshTabWidget class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshValueEditDialog.cpp b/Applications/DataExplorer/DataView/MeshValueEditDialog.cpp index 16af1aacbb51016475bdc0a77931ae7abd1fabbb..54ec5e1c28defc4180d9f8dbcae46b0fe4e1bfcc 100644 --- a/Applications/DataExplorer/DataView/MeshValueEditDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshValueEditDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshValueEditDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshValueEditDialog.h b/Applications/DataExplorer/DataView/MeshValueEditDialog.h index a5c7c4f89f384d9eeb4df807d0ed042788b6db9e..4f1df6ef8f0bc5979b1e81ca475fd45160632352 100644 --- a/Applications/DataExplorer/DataView/MeshValueEditDialog.h +++ b/Applications/DataExplorer/DataView/MeshValueEditDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshValueEditDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshView.cpp b/Applications/DataExplorer/DataView/MeshView.cpp index dc29b126d85195eb9c5d483785fc3b3c8a709e42..556be406e101f6f1e74da489563f2822b1815da9 100644 --- a/Applications/DataExplorer/DataView/MeshView.cpp +++ b/Applications/DataExplorer/DataView/MeshView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshView.h b/Applications/DataExplorer/DataView/MeshView.h index c692a1b85b891b2fa54b6a259cc7da7880715912..f1c7469583d72006500dd052bb0a94cdc28a9515 100644 --- a/Applications/DataExplorer/DataView/MeshView.h +++ b/Applications/DataExplorer/DataView/MeshView.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ModelTreeItem.cpp b/Applications/DataExplorer/DataView/ModelTreeItem.cpp index c6d69d06fb06bb7bb18c21f86932bd921429b5ef..69938930dfc67250983b07397c1381b4647987e8 100644 --- a/Applications/DataExplorer/DataView/ModelTreeItem.cpp +++ b/Applications/DataExplorer/DataView/ModelTreeItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ModelTreeItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ModelTreeItem.h b/Applications/DataExplorer/DataView/ModelTreeItem.h index 5bdfcbf31d543f89503e774db978a9d756108c23..fe5182f3d2ce99f874921c94085f937f712dd56d 100644 --- a/Applications/DataExplorer/DataView/ModelTreeItem.h +++ b/Applications/DataExplorer/DataView/ModelTreeItem.h @@ -5,7 +5,7 @@ * \brief Definition of the ModelTreeItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ModellingTabWidget.cpp b/Applications/DataExplorer/DataView/ModellingTabWidget.cpp index a72f055d741567c77022d07f429e248ae59809ca..c755fdfd24245d623cc1bbf1a79648df9370eea2 100644 --- a/Applications/DataExplorer/DataView/ModellingTabWidget.cpp +++ b/Applications/DataExplorer/DataView/ModellingTabWidget.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ModellingTabWidget class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ModellingTabWidget.h b/Applications/DataExplorer/DataView/ModellingTabWidget.h index 112808e8a183f24e7de0d59647604d6dc4ea86c8..871bafb924b43167bcdd6fb66916df4a77ed0df2 100644 --- a/Applications/DataExplorer/DataView/ModellingTabWidget.h +++ b/Applications/DataExplorer/DataView/ModellingTabWidget.h @@ -5,7 +5,7 @@ * \brief Definition of the ModellingTabWidget class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ProcessModel.cpp b/Applications/DataExplorer/DataView/ProcessModel.cpp index 37fcf55c3c852c0aae0a8e722aae047a0e368011..b8f24698fc6c3eaa82ab3d26e97e826404a5c45b 100644 --- a/Applications/DataExplorer/DataView/ProcessModel.cpp +++ b/Applications/DataExplorer/DataView/ProcessModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ProcessVarItem.h b/Applications/DataExplorer/DataView/ProcessVarItem.h index 4b484d02f6a588620d9cb0fa44b2b22552ff5bae..c247f61000883fe1cfb18e600aa8703741a792d3 100644 --- a/Applications/DataExplorer/DataView/ProcessVarItem.h +++ b/Applications/DataExplorer/DataView/ProcessVarItem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ProcessView.cpp b/Applications/DataExplorer/DataView/ProcessView.cpp index e48aff67921209ec9a009fc5add451d8e43bf48b..2b7f20299de9be8d162025c87d26823ee7fa5000 100644 --- a/Applications/DataExplorer/DataView/ProcessView.cpp +++ b/Applications/DataExplorer/DataView/ProcessView.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/RasterDataToMeshDialog.cpp b/Applications/DataExplorer/DataView/RasterDataToMeshDialog.cpp index 144620a87fcfcdf4e9cdaa3ae7a3176f48e0623d..7111dc2299abb3c74d4b36cc7b74d65981f03b12 100644 --- a/Applications/DataExplorer/DataView/RasterDataToMeshDialog.cpp +++ b/Applications/DataExplorer/DataView/RasterDataToMeshDialog.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/RasterDataToMeshDialog.h b/Applications/DataExplorer/DataView/RasterDataToMeshDialog.h index 0f78a2f750f8fd18e671eef2012823542b936038..3ac8172dec6f9ec89d01eddcd206a60f5e71cf87 100644 --- a/Applications/DataExplorer/DataView/RasterDataToMeshDialog.h +++ b/Applications/DataExplorer/DataView/RasterDataToMeshDialog.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SHPImportDialog.cpp b/Applications/DataExplorer/DataView/SHPImportDialog.cpp index c8370f3b5e69192e6323a3925563585e5dc04070..2673cb61a8900ad563f9f5c7dd4751e1cb64f477 100644 --- a/Applications/DataExplorer/DataView/SHPImportDialog.cpp +++ b/Applications/DataExplorer/DataView/SHPImportDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SHPImportDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SHPImportDialog.h b/Applications/DataExplorer/DataView/SHPImportDialog.h index 4a0061b3fcf37a50a4afed46fadc68479df47a58..399631da9812ee3488dca7910d44a7dc7dd67d31 100644 --- a/Applications/DataExplorer/DataView/SHPImportDialog.h +++ b/Applications/DataExplorer/DataView/SHPImportDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the SHPImportDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SaveMeshDialog.cpp b/Applications/DataExplorer/DataView/SaveMeshDialog.cpp index 1572b5413c31305d515ab1949c950f739c557224..830fdfd4d52e4fa58da1032a970411eb8d4639b9 100644 --- a/Applications/DataExplorer/DataView/SaveMeshDialog.cpp +++ b/Applications/DataExplorer/DataView/SaveMeshDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SaveMeshDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SaveMeshDialog.h b/Applications/DataExplorer/DataView/SaveMeshDialog.h index c4e06527da5cdcc4b86c0eb24217ac27383c0972..e02c6c86ee0249b1c40cd8dc57e402ea4c9fcb66 100644 --- a/Applications/DataExplorer/DataView/SaveMeshDialog.h +++ b/Applications/DataExplorer/DataView/SaveMeshDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the SaveMeshDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SelectMeshDialog.cpp b/Applications/DataExplorer/DataView/SelectMeshDialog.cpp index 271a04c9233eabf48ebc1fb061fbaa0531607d0a..ce4b2ad86fe83e8f6d2c35a725fcbfa42b186b7e 100644 --- a/Applications/DataExplorer/DataView/SelectMeshDialog.cpp +++ b/Applications/DataExplorer/DataView/SelectMeshDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SelectMeshDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SelectMeshDialog.h b/Applications/DataExplorer/DataView/SelectMeshDialog.h index f647fce10ff891571c88638a3531bf0034138fef..22b29fd8ac6ca23ea69890ca84f360b4b7dceaec 100644 --- a/Applications/DataExplorer/DataView/SelectMeshDialog.h +++ b/Applications/DataExplorer/DataView/SelectMeshDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the SelectMeshDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SetNameDialog.cpp b/Applications/DataExplorer/DataView/SetNameDialog.cpp index f704fbdeeb69e06f41d33a59410d551bca2e98e6..4f5e39cc4b6233b13288020327d7310a21e8116b 100644 --- a/Applications/DataExplorer/DataView/SetNameDialog.cpp +++ b/Applications/DataExplorer/DataView/SetNameDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SetNameDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SetNameDialog.h b/Applications/DataExplorer/DataView/SetNameDialog.h index 75a09c148963ecaa128e8217c4614fae424b9006..0c305df968e6743e46f551770c5b430ea8b8999a 100644 --- a/Applications/DataExplorer/DataView/SetNameDialog.h +++ b/Applications/DataExplorer/DataView/SetNameDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the SetNameDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StationTabWidget.cpp b/Applications/DataExplorer/DataView/StationTabWidget.cpp index 405cd14c3bfd6ded3f93d790685fbf825877681d..2621a0ce72e7a3f3384695a32b4953eb1adbfd94 100644 --- a/Applications/DataExplorer/DataView/StationTabWidget.cpp +++ b/Applications/DataExplorer/DataView/StationTabWidget.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StationTabWidget class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StationTabWidget.h b/Applications/DataExplorer/DataView/StationTabWidget.h index 1713b840266b4ab60d67ddde5aad9cea173b78f3..77c63f3348e903d1d0e0ef5904db2abe2ce3245f 100644 --- a/Applications/DataExplorer/DataView/StationTabWidget.h +++ b/Applications/DataExplorer/DataView/StationTabWidget.h @@ -5,7 +5,7 @@ * \brief Definition of the StationTabWidget class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StationTreeModel.cpp b/Applications/DataExplorer/DataView/StationTreeModel.cpp index a5781cf4b83244806df277f3d56dd0f986621256..3c5bccec9646d16e8b9b40717aa6a502d348fe96 100644 --- a/Applications/DataExplorer/DataView/StationTreeModel.cpp +++ b/Applications/DataExplorer/DataView/StationTreeModel.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StationTreeModel class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StationTreeModel.h b/Applications/DataExplorer/DataView/StationTreeModel.h index 9dcd1f24ff3ce50b33cdeb921c322a313edfe741..fc9638989ca3c92766e800fcd827efbfd683929d 100644 --- a/Applications/DataExplorer/DataView/StationTreeModel.h +++ b/Applications/DataExplorer/DataView/StationTreeModel.h @@ -5,7 +5,7 @@ * \brief Definition of the StationTreeModel class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StationTreeView.cpp b/Applications/DataExplorer/DataView/StationTreeView.cpp index 3b619b674a63e74c46760a22e6773311533e1b77..b3d0abcbb1aec8f69033bf563d29b99ab899ff02 100644 --- a/Applications/DataExplorer/DataView/StationTreeView.cpp +++ b/Applications/DataExplorer/DataView/StationTreeView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StationTreeView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StationTreeView.h b/Applications/DataExplorer/DataView/StationTreeView.h index e24f461081fb4c6f285c872da05d286442df764c..41d9d4d8526f1165b4268f942fbe86966fe51075 100644 --- a/Applications/DataExplorer/DataView/StationTreeView.h +++ b/Applications/DataExplorer/DataView/StationTreeView.h @@ -5,7 +5,7 @@ * \brief Definition of the StationTreeView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratBar.cpp b/Applications/DataExplorer/DataView/StratView/StratBar.cpp index 8e73e23ad0953c6610e7c420a44fc8915c45c15c..377c99139a702fe4b7cf891375d86c9772fab25b 100644 --- a/Applications/DataExplorer/DataView/StratView/StratBar.cpp +++ b/Applications/DataExplorer/DataView/StratView/StratBar.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StratBar class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratBar.h b/Applications/DataExplorer/DataView/StratView/StratBar.h index 179fccd25c9a51f1d238bcaa8ab3d76cb04db01f..65db6550df7529bb0a104262e70df3cca83c7873 100644 --- a/Applications/DataExplorer/DataView/StratView/StratBar.h +++ b/Applications/DataExplorer/DataView/StratView/StratBar.h @@ -5,7 +5,7 @@ * \brief Definition of the StratBar class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratScene.cpp b/Applications/DataExplorer/DataView/StratView/StratScene.cpp index dcfe7c6d6b7ce04cd54b026bd383a9ab074597f2..f6b05ec2053c89fe0e6c7ccf438ef029e67206b3 100644 --- a/Applications/DataExplorer/DataView/StratView/StratScene.cpp +++ b/Applications/DataExplorer/DataView/StratView/StratScene.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StratScene class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratScene.h b/Applications/DataExplorer/DataView/StratView/StratScene.h index 4b907986a93b66a5eca762eb44974e3e95a9def2..247a5a8862eb104816519b3b86657aba72c2891c 100644 --- a/Applications/DataExplorer/DataView/StratView/StratScene.h +++ b/Applications/DataExplorer/DataView/StratView/StratScene.h @@ -5,7 +5,7 @@ * \brief Definition of the StratScene class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratView.cpp b/Applications/DataExplorer/DataView/StratView/StratView.cpp index b4d0b700529af3fd125246248c093270138d28c8..843ac7e38bb2886304f219855d8a9c0e6cfdfe79 100644 --- a/Applications/DataExplorer/DataView/StratView/StratView.cpp +++ b/Applications/DataExplorer/DataView/StratView/StratView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StratView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratView.h b/Applications/DataExplorer/DataView/StratView/StratView.h index a440cb0491ab105ef026e8473d9ac68c7aa4bacc..06a2fa6e025b32bd5cc741a994fae6a604b0ace8 100644 --- a/Applications/DataExplorer/DataView/StratView/StratView.h +++ b/Applications/DataExplorer/DataView/StratView/StratView.h @@ -5,7 +5,7 @@ * \brief Definition of the StratView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratWindow.cpp b/Applications/DataExplorer/DataView/StratView/StratWindow.cpp index 1ed2a8d18e9a60b10ca26540039b6b5544838b4c..1f96215e9f11454bdbbcee1767f8da0d8b07be64 100644 --- a/Applications/DataExplorer/DataView/StratView/StratWindow.cpp +++ b/Applications/DataExplorer/DataView/StratView/StratWindow.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StratWindow class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratWindow.h b/Applications/DataExplorer/DataView/StratView/StratWindow.h index a5b049f93fdaaf668f904f6600d7c8fc7c073ee8..fcdd4a021b2c4cec3e79d02a4dde5bf3a4cd8559 100644 --- a/Applications/DataExplorer/DataView/StratView/StratWindow.h +++ b/Applications/DataExplorer/DataView/StratView/StratWindow.h @@ -5,7 +5,7 @@ * \brief Definition of the StratWindow class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp index 59cb36cded7abac355b8814a6c6c0a7bad544196..c03fcdb44b690e03646a95173bc1c1afb472499c 100644 --- a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp +++ b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SaveMeshDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h index 2840265d406cee99bea28094efe697ef53d13d6c..05643fdf3608c81da652ada52ba18122f5e95fb2 100644 --- a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h +++ b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the SurfaceExtractionDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/TranslateDataDialog.cpp b/Applications/DataExplorer/DataView/TranslateDataDialog.cpp index fd2c8e5695346de607ae41d1bc2964693b86c510..c10a492484f9a9de7494963fc8cf933c24f7e5f1 100644 --- a/Applications/DataExplorer/DataView/TranslateDataDialog.cpp +++ b/Applications/DataExplorer/DataView/TranslateDataDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the TranslateDataDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/TranslateDataDialog.h b/Applications/DataExplorer/DataView/TranslateDataDialog.h index 3b44516c7f1ac401874d22411193a75836b26e91..848dd8fef0abd5a6692555dc0e15c6924b92146e 100644 --- a/Applications/DataExplorer/DataView/TranslateDataDialog.h +++ b/Applications/DataExplorer/DataView/TranslateDataDialog.h @@ -4,7 +4,7 @@ * \brief Definition of the TranslateDataDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/Vtu2GridDialog.cpp b/Applications/DataExplorer/DataView/Vtu2GridDialog.cpp index 14bb6c27400a2dbf9a82f99d0fcf7759d04c7ffa..5dc636ac7335596819026a5da82d764bf28d1763 100644 --- a/Applications/DataExplorer/DataView/Vtu2GridDialog.cpp +++ b/Applications/DataExplorer/DataView/Vtu2GridDialog.cpp @@ -4,7 +4,7 @@ * \brief Implementation of the Vtu2GridDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/Vtu2GridDialog.h b/Applications/DataExplorer/DataView/Vtu2GridDialog.h index 415036bd85768883202923a2e723bfd1a17505ab..a91c2e47c6892d92337ad11fdb273cd3f43e3a75 100644 --- a/Applications/DataExplorer/DataView/Vtu2GridDialog.h +++ b/Applications/DataExplorer/DataView/Vtu2GridDialog.h @@ -4,7 +4,7 @@ * \brief Definition of the Vtu2GridDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.cpp b/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.cpp index f42daa864d8a5b1a62af9bc03392f97f42346eae..1d4bbd2a4806e447d397aa2a8dd3df7512097cbf 100644 --- a/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.cpp +++ b/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshFromRasterDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.h b/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.h index 85b7abf7b6dfcd87d9f42af760dc675b93cfb4c8..897265a9d95547711883dc473acf343c7105d1ec 100644 --- a/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.h +++ b/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshFromRasterDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.cpp b/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.cpp index 5de142be9cbc1263f233efb3f1805e8c8b874c0d..6655c56df1ee741a735074899063e5e23323a4e9 100644 --- a/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.cpp +++ b/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (https://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (https://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.h b/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.h index 05d446cfa56e479e491b492174a33b11d79bab30..3b30f017696956ce77df35a95b8df68575e84e1d 100644 --- a/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.h +++ b/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (https://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (https://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/OGSFilterInfo.h b/Applications/DataExplorer/VtkVis/OGSFilterInfo.h index 85646eaebdbcdf28b6dbf950596843b956ca9682..1c72328fd426c8422812a659b71cdc5e6cfa275e 100644 --- a/Applications/DataExplorer/VtkVis/OGSFilterInfo.h +++ b/Applications/DataExplorer/VtkVis/OGSFilterInfo.h @@ -5,7 +5,7 @@ * \brief Definition of the OGSFilterInfo class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.cpp b/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.cpp index 2322139a91d514976b7affe694a6760b0c4911bf..dedbda604639892a967d28a1b0374deddeabb77c 100644 --- a/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.cpp +++ b/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the QVtkDataSetMapper class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.h b/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.h index 8b5e82d8c5cec77eb06d742943446ccf2234ea66..4f76f483457b97855f0d376c76c9f49a53236799 100644 --- a/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.h +++ b/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.h @@ -5,7 +5,7 @@ * \brief Definition of the QVtkDataSetMapper class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VisPrefsDialog.cpp b/Applications/DataExplorer/VtkVis/VisPrefsDialog.cpp index c2a69e7ea1e10699558b7305aab382413b31bbcd..1b97bebbcbdd1161f029ef4584632b69b53ec7fc 100644 --- a/Applications/DataExplorer/VtkVis/VisPrefsDialog.cpp +++ b/Applications/DataExplorer/VtkVis/VisPrefsDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VisPrefsDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VisPrefsDialog.h b/Applications/DataExplorer/VtkVis/VisPrefsDialog.h index 522af42e3233ebde35931a2676cf2aec473ac73c..b039754b69343751ae39f64a2db82d6494741c89 100644 --- a/Applications/DataExplorer/VtkVis/VisPrefsDialog.h +++ b/Applications/DataExplorer/VtkVis/VisPrefsDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the VisPrefsDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VisualizationWidget.cpp b/Applications/DataExplorer/VtkVis/VisualizationWidget.cpp index f4015b7f753195b92087eb711325aa13d56d6b41..0b40ff6375a17f52cee35f75f15a96f9e6cb8659 100644 --- a/Applications/DataExplorer/VtkVis/VisualizationWidget.cpp +++ b/Applications/DataExplorer/VtkVis/VisualizationWidget.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VisualizationWidget class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VisualizationWidget.h b/Applications/DataExplorer/VtkVis/VisualizationWidget.h index c7cfdd0d6075de070c504aff3fcefb6ebaf788fa..8daefb0f258f33efe568ef0f3ad0f47f17d41d4d 100644 --- a/Applications/DataExplorer/VtkVis/VisualizationWidget.h +++ b/Applications/DataExplorer/VtkVis/VisualizationWidget.h @@ -5,7 +5,7 @@ * \brief Definition of the VisualizationWidget class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.cpp b/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.cpp index 20045e49b7d6234f17f6996bee09dd51f94020a9..d42dfa51756c899b2fd91943f5eab2d2451d7dfc 100644 --- a/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.cpp +++ b/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkAddFilterDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.h b/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.h index fad923dd77e40f48f44c19f4eda82d56a487e4cd..00cfeb5faab12f19a1d58f4beaeac4efa74c7c10 100644 --- a/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.h +++ b/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkAddFilterDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.cpp b/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.cpp index bb089bb4b4901695d1650658ff316248ad0bcb81..004b7580f8c34227bb00ba7019c76e16ca0d4873 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.cpp +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkAlgorithmProperties class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.h b/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.h index 4bf0470e2a7c0a315105757152bc0fbe4e1a9c06..4bd601adc75a9edb5335d60fc7dfe97be721345a 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.h +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkAlgorithmProperties class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.cpp b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.cpp index 749b1bc2e44c21b09c6df09f99726d4f0d3f09b1..61fec4d1a07265fcdd3e79f51e395531f8f5bd4e 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.cpp +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkAlgorithmPropertyCheckbox class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.h b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.h index c7e73d7f47387c5622e545ecdf7566b13a37e2d8..71f159c225b32ea25ac5b0a3466cf8540f8d5661 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.h +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkAlgorithmPropertyCheckbox class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.cpp b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.cpp index 7c16cdd20cc00f6219b4d434f7a833973e8ab983..825a3192dad45a5feef0dbb8b4aedf6a23250648 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.cpp +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkAlgorithmPropertyLineEdit class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.h b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.h index 896b019ee6697ab8cd69137641b27999b4dc202a..51906522f22b7d5dcd12f276af0966342fee70bc 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.h +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkAlgorithmPropertyLineEdit class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp index 0319bba9086665b05788c8d1dabe3665a75999bb..61f40c033d33863438641eab16afae38dc690ade 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkAlgorithmPropertyVectorEdit class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.h b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.h index c565f30eb77552a06ed105eac539e65027f8bf1b..6c621188d7c627fed66418344cec387e5241a9a7 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.h +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkAlgorithmPropertyVectorEdit class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.cpp b/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.cpp index 719a2da2ee219f8bd2f1f6065e9bbcaf80e7965a..c72461f0495f17dc8773b2b1dd6d6d4d5784b2ae 100644 --- a/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkAppendArrayFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.h b/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.h index 65a9a23aa7594080f531cf6a9e80ad9d6301e65f..0c8296dc7bbfa981eda65d42067030a7bc92ab9e 100644 --- a/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkAppendArrayFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkBGImageSource.cpp b/Applications/DataExplorer/VtkVis/VtkBGImageSource.cpp index 04885b2547af8d6acedc57e0828da60b034fbd3c..a2ccee64d261d8f4696bcca3b70e47090f514885 100644 --- a/Applications/DataExplorer/VtkVis/VtkBGImageSource.cpp +++ b/Applications/DataExplorer/VtkVis/VtkBGImageSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkBGImageSource class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkBGImageSource.h b/Applications/DataExplorer/VtkVis/VtkBGImageSource.h index 7bb715321e83868148ec2e86bd7eb4569f3337ac..6791453970ff97439e18fdf5e1e161c91375fb40 100644 --- a/Applications/DataExplorer/VtkVis/VtkBGImageSource.h +++ b/Applications/DataExplorer/VtkVis/VtkBGImageSource.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkBGImageSource class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.cpp b/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.cpp index c7dc92bbf46330acaa81deed6bd46144c2c8d8f5..8844999d6891942721aee1fcfa7fe5c26131036e 100644 --- a/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkColorByHeightFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.h b/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.h index 3b772c84d2a5e06904e0987b8b6854085d5e58af..07712c258b94a461c13c3189b20df4667c4b8a50 100644 --- a/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkColorByHeightFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkColorLookupTable.cpp b/Applications/DataExplorer/VtkVis/VtkColorLookupTable.cpp index 147d1dca2d42bebbe2f2907b81fb0b041990702a..13d63bdfd90deac72243234f7f69220426f88484 100644 --- a/Applications/DataExplorer/VtkVis/VtkColorLookupTable.cpp +++ b/Applications/DataExplorer/VtkVis/VtkColorLookupTable.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkColorLookupTable class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkColorLookupTable.h b/Applications/DataExplorer/VtkVis/VtkColorLookupTable.h index ba5973b25449b4f8cc0b21a0ae0baeb2eae61973..e8c68da0786dbf56d87e94bb48775eb8999cce42 100644 --- a/Applications/DataExplorer/VtkVis/VtkColorLookupTable.h +++ b/Applications/DataExplorer/VtkVis/VtkColorLookupTable.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkColorLookupTable class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.cpp index 4a729502f0650ef1299fab265632a73ae2e51b53..2471484c32e5aa62ee9cdf7583b4cd99297cc472 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeColorByHeightFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.h index 7f532ce445e8f5c4721c3c9f14c8206921c1aa21..b2e64235920ed5b8454bd937b4774ff7b570e932 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeColorByHeightFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.cpp index da2343553e0a0c74f8b58445f316a6305bfe5737..9565b83b921cc104c6783f278e91aaf1ec1716a7 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeColormapToImageFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.h index ad4a9f7df7d8ee76bc2dbdf7c3860fe309cfde11..f747031234340abdce18ec9ea196f829cef971fa 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeColormapToImageFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.cpp index f7ae688e34fb41dcdb19ef71be64242e5c50388d..9067ab224f51425c25979d2ef2cc05dfb52b4270 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeContourFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.h index 3e9e70e392966dff9fee62169844f61b1adb0581..5cf92dff40e3ba0158204498657e8f295cef7964 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeContourFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.cpp index 34a3b5ed3c0e847d80ef24c4d7722e84f979688d..0738f95fc63cdb7385fd9255739c93101b7006b0 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeSelectionFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.h index f1d5f782e28c20aa23dadb54442dbf3082b3b558..7a65fccd92e116bab5210bd7eed97624ef6f9979 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeSelectionFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeFilter.cpp index 4bef7a61b721f8aa76a4526502ff6663847fd8d4..f469a7562accff87d33d0d9ffe22f2d96853b52f 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeFilter.h index a6ff40976c5b71c25b66224106f60eaaccd14f37..0ec39d6a806829ac4705757dba7ead7a92007974 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.cpp index f7fc18a6735eec10ed6bacd4c37957898d44b03c..dc4e0bcbe7413bf73caffeb1b9dcbe0ad8f1c43c 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeGeoObjectFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.h index d4fa8c782f4c1c093c56a33f1683e4398a9dfbdc..8fe5a4340843792fe04c992be2c3747afdee6db4 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeGeoObjectFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.cpp index 3492140d85af206b1f698c40af7b4f2f560063b7..9baa5f107b576286d27f456dfa0c3e7353235bd5 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeImageToCylindersFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.h index c6a9cecfb8287731a14dfb86c621d028d0372ee8..f603fb9b0f3830fde6249cc32facc3fcfed152c5 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeImageToCylindersFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeImageToPointCloudFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeImageToPointCloudFilter.cpp index 32906c13ca8bcd4b8a78aff5e5edfb5aa70de814..c028182dc61f085041937189a9ce23e2ad072721 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeImageToPointCloudFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeImageToPointCloudFilter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeImageToPointCloudFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeImageToPointCloudFilter.h index d0b2d4a07a9b6bbf3ac3f7aa9a635f88f44c1c3e..587be640627dc02e2ac24144e7e71a6640e41c24 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeImageToPointCloudFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeImageToPointCloudFilter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeImageToSurfacePointsFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeImageToSurfacePointsFilter.cpp index facc5aa7cc8a0d45858d92187a8719be67efc025..a695f6a690c2cfcf631a09bd7ea7be0f7973c9bf 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeImageToSurfacePointsFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeImageToSurfacePointsFilter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeImageToSurfacePointsFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeImageToSurfacePointsFilter.h index 244106e37426847f79c2c3222727b033fe36a97c..99d15dd4eba972f62e1eaa8501c88077bcb61090 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeImageToSurfacePointsFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeImageToSurfacePointsFilter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.cpp index 01b61088f73de84796cf4052654dfa3c0eb61915..9f1a16f29220ed81f856e3044135026413fffb88 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeLineToTubeFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.h index cd10ef07d145004431ebe0ac941fd2fc3c477c02..56b92869f2e8faf6d65fe95d13589a8b36974438 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeLineToTubeFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.cpp index 7a3d6dfc5e7c86ef42ac7ad2d4e6b782b6e8edeb..fbda30c09901f065ea75201e1526e9a034241fef 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeNodeSelectionFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.h index 78213493c26700767d7edf32a8a6bbc3230411c6..90e69c3df78924be9f44c27fbab36e3230fa3258 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeNodeSelectionFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.cpp index b827f2b2f1f5fd17c31f205fdd00956748866420..7d78551b54fc90377d0bad3d11a8f084c4549396 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositePointToGlyphFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.h index 270c6f3d0a7e820672645a8274b2fce003a68714..9fa41d4c3b1eace1320101e1bf89f1ffdf5d38d4 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositePointToGlyphFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp index 4f6c3b99c1fc56abb540141a6d1ad61fbcaa1dfc..90cce132827439ec939121a1d9738bbc59144479 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeTextureOnSurfaceFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.h index 7ec5e0ce720925b439828ab70234a1609809c51e..41aa40515e38e41fc631d4b6e87cc9b2d7e1f148 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeTextureOnSurfaceFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.cpp index d04e45bf0b8644707ab464d835bdb80c7cb7ffc0..c14cb5747b6cb1b31dd3049d897c4d7d1a9490e1 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeThresholdFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.h index 3cea09345098aae4e41c80728e87afae52d32990..7f02352af350f018b11695a71833d95d7bebe266 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeThresholdFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.cpp b/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.cpp index 0e6b9878d9ba836817f52ed11726211d479b8462..37b5ab978a55a7690566f22d7cc11cdcf3c84533 100644 --- a/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.cpp +++ b/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.h b/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.h index 8a77a0d0d6ca65d70c606507a58868a6876e8106..32f1040c64161e25d5733cec05dfe0aba8b14957 100644 --- a/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.h +++ b/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.h @@ -4,7 +4,7 @@ * Windows. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCustomInteractorStyle.cpp b/Applications/DataExplorer/VtkVis/VtkCustomInteractorStyle.cpp index b86577293591578b32290e9f629af892dc2b962a..cbf4a3e17bde9005c884f7a2202a041260703157 100644 --- a/Applications/DataExplorer/VtkVis/VtkCustomInteractorStyle.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCustomInteractorStyle.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCustomInteractorStyle class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCustomInteractorStyle.h b/Applications/DataExplorer/VtkVis/VtkCustomInteractorStyle.h index 43ba0becd10c4aa73ec77f1b9b4e6cc3210b240a..26ba100518e00ffcfd87957afb3a53c6f6cd1849 100644 --- a/Applications/DataExplorer/VtkVis/VtkCustomInteractorStyle.h +++ b/Applications/DataExplorer/VtkVis/VtkCustomInteractorStyle.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCustomInteractorStyle class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkFilterFactory.cpp b/Applications/DataExplorer/VtkVis/VtkFilterFactory.cpp index 85764797320c78ed59b614fc79182e03cc1c4e52..2836e66f7a960d965e13352107d07b2602f3ed31 100644 --- a/Applications/DataExplorer/VtkVis/VtkFilterFactory.cpp +++ b/Applications/DataExplorer/VtkVis/VtkFilterFactory.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkFilterFactory class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkFilterFactory.h b/Applications/DataExplorer/VtkVis/VtkFilterFactory.h index 1a0a21c162d7c6be4bdcc3497ad0293796df1c52..510acafd9b766b96b56a3c53d484e8e8b10d76c6 100644 --- a/Applications/DataExplorer/VtkVis/VtkFilterFactory.h +++ b/Applications/DataExplorer/VtkVis/VtkFilterFactory.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkFilterFactory class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkGeoImageSource.cpp b/Applications/DataExplorer/VtkVis/VtkGeoImageSource.cpp index a6b262263e249ada10cf290ae073206fcde5beb0..ed6fadf8df153d32b3f534e5a76a661989165be4 100644 --- a/Applications/DataExplorer/VtkVis/VtkGeoImageSource.cpp +++ b/Applications/DataExplorer/VtkVis/VtkGeoImageSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkGeoImageSource class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkGeoImageSource.h b/Applications/DataExplorer/VtkVis/VtkGeoImageSource.h index e341104602a9cac566c2e82541204d725f385a29..da3514f50434bd94e0907274439d145219fca629 100644 --- a/Applications/DataExplorer/VtkVis/VtkGeoImageSource.h +++ b/Applications/DataExplorer/VtkVis/VtkGeoImageSource.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkGeoImageSource class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.cpp b/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.cpp index f4023d938a46457124658b34937a403723aa8a3e..37e624a2a4268cc72adeb874060755c578536cfb 100644 --- a/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkImageDataToPolyDataFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.h b/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.h index 1dcf30cfb7ae3a04eb625f3a20ebc559bafdf182..c6f7f941b2b7463198c38848009bd3b649116ce9 100644 --- a/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkImageDataToLinePolyDataFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkImageDataToPointCloudFilter.cpp b/Applications/DataExplorer/VtkVis/VtkImageDataToPointCloudFilter.cpp index be75e43558b0a7bdc1061d4ee288db0dd3338792..147c1df9753f88be732f42d106106cd01a8c959b 100644 --- a/Applications/DataExplorer/VtkVis/VtkImageDataToPointCloudFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkImageDataToPointCloudFilter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkImageDataToPointCloudFilter.h b/Applications/DataExplorer/VtkVis/VtkImageDataToPointCloudFilter.h index 0d846bf808357e398d79c5d09eca58fb7c0f4cc1..cebe9bd5cf9e9aeb3af32c279105372f5ccf37df 100644 --- a/Applications/DataExplorer/VtkVis/VtkImageDataToPointCloudFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkImageDataToPointCloudFilter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkImageDataToSurfacePointsFilter.cpp b/Applications/DataExplorer/VtkVis/VtkImageDataToSurfacePointsFilter.cpp index 934acefac4956572cb591190c73b11ded646d8b1..569092b821e06be426a336c9a952fe80f3713538 100644 --- a/Applications/DataExplorer/VtkVis/VtkImageDataToSurfacePointsFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkImageDataToSurfacePointsFilter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkImageDataToSurfacePointsFilter.h b/Applications/DataExplorer/VtkVis/VtkImageDataToSurfacePointsFilter.h index 3097553e9027e0f08595f26e7399eb072ce23572..6ef5d130bb6791fb7599204497106e7c8aaf242f 100644 --- a/Applications/DataExplorer/VtkVis/VtkImageDataToSurfacePointsFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkImageDataToSurfacePointsFilter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkPickCallback.cpp b/Applications/DataExplorer/VtkVis/VtkPickCallback.cpp index 748b17c880c55efda0ab720cdff6f388822f2b50..f41273196bf87f898bb5dc85912b050f7f7f1953 100644 --- a/Applications/DataExplorer/VtkVis/VtkPickCallback.cpp +++ b/Applications/DataExplorer/VtkVis/VtkPickCallback.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkPickCallback class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkPickCallback.h b/Applications/DataExplorer/VtkVis/VtkPickCallback.h index 6cf28b2542c6221f85b40b8200cbbf56c7d36657..59a0cbdfbf06b57b31e5d6b5d440575d2cc85881 100644 --- a/Applications/DataExplorer/VtkVis/VtkPickCallback.h +++ b/Applications/DataExplorer/VtkVis/VtkPickCallback.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkPickCallback class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkPointsSource.cpp b/Applications/DataExplorer/VtkVis/VtkPointsSource.cpp index 06afef128044fd889472de050560402e10f1a96f..735b62fd9fb5411ead26bdbd43c95346ee4c02b4 100644 --- a/Applications/DataExplorer/VtkVis/VtkPointsSource.cpp +++ b/Applications/DataExplorer/VtkVis/VtkPointsSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkPointsSource class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkPointsSource.h b/Applications/DataExplorer/VtkVis/VtkPointsSource.h index a651c1e70106c610a9301bd1b6b9cfff17f2d852..980cbbfd7a1434ecab74fff02eac36dc249f8763 100644 --- a/Applications/DataExplorer/VtkVis/VtkPointsSource.h +++ b/Applications/DataExplorer/VtkVis/VtkPointsSource.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkPointsSource class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkPolylinesSource.cpp b/Applications/DataExplorer/VtkVis/VtkPolylinesSource.cpp index 549080118fff0c9f6a725aa3276164fd1b67ec24..9f2e2758f7c5c204dc76d535191d71cee15b94f7 100644 --- a/Applications/DataExplorer/VtkVis/VtkPolylinesSource.cpp +++ b/Applications/DataExplorer/VtkVis/VtkPolylinesSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkPolylinesSource class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkPolylinesSource.h b/Applications/DataExplorer/VtkVis/VtkPolylinesSource.h index e95e33e034fc4ba17f9c20807ed8da7a57e08a35..479dd7223a083bd4b4fa3ea01f5e701e4d0719f5 100644 --- a/Applications/DataExplorer/VtkVis/VtkPolylinesSource.h +++ b/Applications/DataExplorer/VtkVis/VtkPolylinesSource.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkPolylinesSource class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkRaster.cpp b/Applications/DataExplorer/VtkVis/VtkRaster.cpp index 6deac2f444432972d17f1a86f2b05b64c806f226..fa0da2ebd1502187a691d9d29a987262cb5e5c4a 100644 --- a/Applications/DataExplorer/VtkVis/VtkRaster.cpp +++ b/Applications/DataExplorer/VtkVis/VtkRaster.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkRaster class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkRaster.h b/Applications/DataExplorer/VtkVis/VtkRaster.h index 021273eb0ac58ea790bb870f38fcf7c262a9785a..a728db8bf7c234869447996b01900b2ec92cd46a 100644 --- a/Applications/DataExplorer/VtkVis/VtkRaster.h +++ b/Applications/DataExplorer/VtkVis/VtkRaster.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkRaster class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkStationSource.cpp b/Applications/DataExplorer/VtkVis/VtkStationSource.cpp index c8db982e25a26ea56fbd7d4131b7056e337c44ee..f25ee6ea50b9dd427f592796670f80502df472d1 100644 --- a/Applications/DataExplorer/VtkVis/VtkStationSource.cpp +++ b/Applications/DataExplorer/VtkVis/VtkStationSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkStationSource class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkStationSource.h b/Applications/DataExplorer/VtkVis/VtkStationSource.h index 59ddc645e8422a714e6130ff0d05b09d0a1a76b8..8bf1924f37b6f3b361164e4d7b7f960ae422ce65 100644 --- a/Applications/DataExplorer/VtkVis/VtkStationSource.h +++ b/Applications/DataExplorer/VtkVis/VtkStationSource.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkStationSource class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkSurfacesSource.cpp b/Applications/DataExplorer/VtkVis/VtkSurfacesSource.cpp index 50af9aa9cb2462885e18d6246201fdaa16e8afb6..4c6ad13eebacd80bfe5b3d0a6fb6ff4c5ee1579c 100644 --- a/Applications/DataExplorer/VtkVis/VtkSurfacesSource.cpp +++ b/Applications/DataExplorer/VtkVis/VtkSurfacesSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkSurfacesSource class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkSurfacesSource.h b/Applications/DataExplorer/VtkVis/VtkSurfacesSource.h index 316718cdf30e2088b876d5e57463b329b5f1ae35..e73d659d7ace5a173080a2542818b908185d8d68 100644 --- a/Applications/DataExplorer/VtkVis/VtkSurfacesSource.h +++ b/Applications/DataExplorer/VtkVis/VtkSurfacesSource.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkSurfacesSource class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.cpp b/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.cpp index 95b42ad05d324f633d71b6e488c7b4f11fa5ac69..4b072bfb06f819da5f9f3cdeba8c0fc6e3b68afe 100644 --- a/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkTextureOnSurfaceFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.h b/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.h index 92df8b2b6f9f9bbefc515225674b87d747692e7f..8105aeaba86b6cc4ba26f0b259178067af1a5406 100644 --- a/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkTextureOnSurfaceFilter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisHelper.cpp b/Applications/DataExplorer/VtkVis/VtkVisHelper.cpp index ba4330ec41b36381c94bdc3cc4a8892491c93673..825e173f09c279c6a1a7e7cd278a557dfa72ef21 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisHelper.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisHelper.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisHelper class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisHelper.h b/Applications/DataExplorer/VtkVis/VtkVisHelper.h index 6b859f127e2349ab3b26afbb56b61830d9b54574..b9ded9730f0f9086d4730501ddf94c727a095ec0 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisHelper.h +++ b/Applications/DataExplorer/VtkVis/VtkVisHelper.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisHelper class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisImageItem.cpp b/Applications/DataExplorer/VtkVis/VtkVisImageItem.cpp index baa69ab1c1097232e26c4b815d000e8f675ed042..75edf9e3c035fc9b52f069241c65b0750c1fe5ed 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisImageItem.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisImageItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisImageItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisImageItem.h b/Applications/DataExplorer/VtkVis/VtkVisImageItem.h index 30d9f05958706043b48cbbb5e7892c292703326d..7dae5549b8942f688b4d42ea089de85529bb764a 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisImageItem.h +++ b/Applications/DataExplorer/VtkVis/VtkVisImageItem.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisImageItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPipeline.cpp b/Applications/DataExplorer/VtkVis/VtkVisPipeline.cpp index 7be6ec6b32db521ab97edd0783fe18d5fe4c1f04..28ca484b4f69947be3c7f5030978a007ff48e061 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPipeline.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisPipeline.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisPipeline class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPipeline.h b/Applications/DataExplorer/VtkVis/VtkVisPipeline.h index 6eb879bb6901835a7a87895fe5effb3b2a42d440..ed0ea381804497a9d507dccbc24a19713b61ee16 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPipeline.h +++ b/Applications/DataExplorer/VtkVis/VtkVisPipeline.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisPipeline class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.cpp b/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.cpp index 640d4c4090eb17effc70df29593c865e02b7ab41..49c1f7ad07cbe8ef8b1c1a26cc5ffd3a490f5ecd 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisPipelineItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.h b/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.h index 46cae30a585d2419fbc52953b551caed2f97d7ea..6a45c83c76f8df4165728f424e9fbeb872f8ab42 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.h +++ b/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisPipelineItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPipelineView.cpp b/Applications/DataExplorer/VtkVis/VtkVisPipelineView.cpp index dd21500c3b7715b049f293594a908e032c7a6cad..8e332655002ed40cf4e42955f5613f77d0cf3c3a 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPipelineView.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisPipelineView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisPipelineView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPipelineView.h b/Applications/DataExplorer/VtkVis/VtkVisPipelineView.h index c363aba69ea3f88773788cb612ffcac72acabf30..627f7e897e77884f4397863f6290e6dbc1fdfb27 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPipelineView.h +++ b/Applications/DataExplorer/VtkVis/VtkVisPipelineView.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisPipelineView class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.cpp b/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.cpp index a75fd9ebf4cf4be331f81aed7072dcb6f248871e..84f652423b4b378eb7f5c58c4c8189d6439597eb 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisPointSetItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.h b/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.h index 4dfd79ed21b2b5bfd5a4e0507ec53f0dbd1ae1c7..f75130bd81aebe23c5e26413254b8c89daf54b6e 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.h +++ b/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisPointSetItem class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisTabWidget.cpp b/Applications/DataExplorer/VtkVis/VtkVisTabWidget.cpp index e8615ef673e2470e7019cfdbfe22f7f6e5976b74..4aabef1eb37555dbbc5b4c1552eee9d15da8d021 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisTabWidget.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisTabWidget.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisTabWidget class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisTabWidget.h b/Applications/DataExplorer/VtkVis/VtkVisTabWidget.h index f2c776e4d0d5211629e2ff9db22ecf0adbec06ee..97fe0d36db02856160d9ad1b30a024fca60fba75 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisTabWidget.h +++ b/Applications/DataExplorer/VtkVis/VtkVisTabWidget.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisTabWidget class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/mainwindow.cpp b/Applications/DataExplorer/mainwindow.cpp index ad8e3efa5909e5841f98185a2e4a2aec8dbf7ef9..785230f63994860fa010576bbccab24c4fe6f0de 100644 --- a/Applications/DataExplorer/mainwindow.cpp +++ b/Applications/DataExplorer/mainwindow.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MainWindow class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (https://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (https://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/mainwindow.h b/Applications/DataExplorer/mainwindow.h index 66522a32112ec5f33d8bf5a821fd785e22961bac..e66ffac26109203085aed49a3ab16c00db7e0d0a 100644 --- a/Applications/DataExplorer/mainwindow.h +++ b/Applications/DataExplorer/mainwindow.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (https://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (https://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataHolderLib/BoundaryCondition.cpp b/Applications/DataHolderLib/BoundaryCondition.cpp index a0c056ea022f62b5eccce1e6cd9d7c3628e2af9b..c2e9ead051de932a597300f1b24aa1cc52b24927 100644 --- a/Applications/DataHolderLib/BoundaryCondition.cpp +++ b/Applications/DataHolderLib/BoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataHolderLib/BoundaryCondition.h b/Applications/DataHolderLib/BoundaryCondition.h index 239ab7d0628dcf9f5ab9cd73dc6184d7eaf65662..020e2a67accfc5659fabedf60597d551eb9b91b4 100644 --- a/Applications/DataHolderLib/BoundaryCondition.h +++ b/Applications/DataHolderLib/BoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataHolderLib/Color.cpp b/Applications/DataHolderLib/Color.cpp index b8fb91ab55fd5cf861579fbd3ae013ec5c83e1e6..635ed4e979c195cf7406e791047bedcbe71b2967 100644 --- a/Applications/DataHolderLib/Color.cpp +++ b/Applications/DataHolderLib/Color.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Color class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataHolderLib/Color.h b/Applications/DataHolderLib/Color.h index 358a1d80e8601bec70bb252c889ec8e36027269c..ec9d2db4d0ba5eed83316eaa4d41e92500892a97 100644 --- a/Applications/DataHolderLib/Color.h +++ b/Applications/DataHolderLib/Color.h @@ -5,7 +5,7 @@ * \brief Definition of the Color class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataHolderLib/ColorLookupTable.cpp b/Applications/DataHolderLib/ColorLookupTable.cpp index ef81c9fcb1fa08f99072566e12b74f6d137980ce..6843576e6b702ced62e8e4c6ad2458144b958f6d 100644 --- a/Applications/DataHolderLib/ColorLookupTable.cpp +++ b/Applications/DataHolderLib/ColorLookupTable.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataHolderLib/ColorLookupTable.h b/Applications/DataHolderLib/ColorLookupTable.h index 0fb8c4840b51738267101521ad61ef30003794bd..d967b8e37870faa56dd069c6d63568ec1c2e04cd 100644 --- a/Applications/DataHolderLib/ColorLookupTable.h +++ b/Applications/DataHolderLib/ColorLookupTable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataHolderLib/FemCondition.cpp b/Applications/DataHolderLib/FemCondition.cpp index d0c4c7404a4ab8b7db39f66760e39405ea918c7f..77e62721a66315086ac07a82f6c86d3c83a99e70 100644 --- a/Applications/DataHolderLib/FemCondition.cpp +++ b/Applications/DataHolderLib/FemCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataHolderLib/FemCondition.h b/Applications/DataHolderLib/FemCondition.h index 832aeb41ce4dd16a02aaee806548c1989060bc4d..1d1e34b00e1b71517c02e308b7d39e2971339bef 100644 --- a/Applications/DataHolderLib/FemCondition.h +++ b/Applications/DataHolderLib/FemCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataHolderLib/Project.cpp b/Applications/DataHolderLib/Project.cpp index 477a68a6ed55df44a217152525e6e4aee0d8958c..ef9a41090aaa98571eb66d843bd809304f94339a 100644 --- a/Applications/DataHolderLib/Project.cpp +++ b/Applications/DataHolderLib/Project.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataHolderLib/Project.h b/Applications/DataHolderLib/Project.h index 3a4243afdc18ffdc5e560df23fb633bbafe70c53..4cb6f02ca73ab3351044d8922203a21dbd88dfa7 100644 --- a/Applications/DataHolderLib/Project.h +++ b/Applications/DataHolderLib/Project.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataHolderLib/SourceTerm.cpp b/Applications/DataHolderLib/SourceTerm.cpp index 713c4efa6f2852837f0387fc5f46db6b4b5ad1c0..782615b7709faeb017b5689c2669eaa2ebe49999 100644 --- a/Applications/DataHolderLib/SourceTerm.cpp +++ b/Applications/DataHolderLib/SourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataHolderLib/SourceTerm.h b/Applications/DataHolderLib/SourceTerm.h index 8e5f4bfa77b804c45cd27789bfc91c4f3fbde80e..edee848194c5b72afde295a95ea8c2d053140d7b 100644 --- a/Applications/DataHolderLib/SourceTerm.h +++ b/Applications/DataHolderLib/SourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/CsvInterface.cpp b/Applications/FileIO/CsvInterface.cpp index 552437f8fbbac4a0f98561d5cfcf4554ae35a441..36ab58dedadd9f6982bf0372b64d4dc5ec46b8da 100644 --- a/Applications/FileIO/CsvInterface.cpp +++ b/Applications/FileIO/CsvInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the CsvInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/CsvInterface.h b/Applications/FileIO/CsvInterface.h index 6bbc1f4d505f73fa9371ed4efdd837a90d7e479c..0c03d5f5acad93ba50914cded58113ef3d135981 100644 --- a/Applications/FileIO/CsvInterface.h +++ b/Applications/FileIO/CsvInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the CsvInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.cpp b/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.cpp index 85c047efd219bd3889e860e2757b3623f182ae9e..77439df06e08d000770d7191274dd34d1b4b8032 100644 --- a/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.cpp +++ b/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.h b/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.h index e0634a2c86a961c22e40ccaf7a6468e4cec5877a..9163b9dc0c5feb290bbd6bfc9e82fcf58c6f3094 100644 --- a/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.h +++ b/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.cpp b/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.cpp index a04c2d4270769add311b3135015d2653be4cd699..153621b93ed12a81752bd3703220949a98e528b7 100644 --- a/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.cpp +++ b/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.h b/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.h index 18e52054f151e55c152094e4cc33d22fde426ce3..16987f6fec49f2615174730821ed37c908e0f7ab 100644 --- a/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.h +++ b/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GMSInterface.cpp b/Applications/FileIO/GMSInterface.cpp index d3aedea1e57b120fff07bc23eba10c5471bc6acb..107b60261475248d83a7e40cdf3fbde391a700a9 100644 --- a/Applications/FileIO/GMSInterface.cpp +++ b/Applications/FileIO/GMSInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GMSInterface.h b/Applications/FileIO/GMSInterface.h index 7ced0683d427a114aae9e7ebc59b2fde385ae771..e07b86894f1bbecd029123036eeaa89468413417 100644 --- a/Applications/FileIO/GMSInterface.h +++ b/Applications/FileIO/GMSInterface.h @@ -6,7 +6,7 @@ * \brief Definition of the GMSInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.cpp b/Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.cpp index 346c9f781c857b1cd7d3c146073e7f70e5b02a74..c535a130187220b112a77a69eb33563b2be48fda 100644 --- a/Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.cpp +++ b/Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.h b/Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.h index c828eeea04536a0f76187a88ac02e32ddfc27cc2..8fc1f30ada39fe9f5700397bd83ffc151bfc6636 100644 --- a/Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.h +++ b/Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHFixedMeshDensity.cpp b/Applications/FileIO/Gmsh/GMSHFixedMeshDensity.cpp index 665a6d60c1fc058f14818f7a75adf55e21b0f8bd..2e7962b9da85ece665f640814a0707b76b60025a 100644 --- a/Applications/FileIO/Gmsh/GMSHFixedMeshDensity.cpp +++ b/Applications/FileIO/Gmsh/GMSHFixedMeshDensity.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHFixedMeshDensity.h b/Applications/FileIO/Gmsh/GMSHFixedMeshDensity.h index 751f2b739282474f3ac32ff6894984e887cb03be..3f3964da74c8eedd80e218a80158664f43df05fd 100644 --- a/Applications/FileIO/Gmsh/GMSHFixedMeshDensity.h +++ b/Applications/FileIO/Gmsh/GMSHFixedMeshDensity.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHInterface.cpp b/Applications/FileIO/Gmsh/GMSHInterface.cpp index 2fe72f0a37102bfcf1c4461c9b7d72508a6c54d7..a7073724a4d86aa6892a5cb709f0ea9ac514a71c 100644 --- a/Applications/FileIO/Gmsh/GMSHInterface.cpp +++ b/Applications/FileIO/Gmsh/GMSHInterface.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHInterface.h b/Applications/FileIO/Gmsh/GMSHInterface.h index c9ff2ff70563d3d46d72ae9e544f7b818436cd82..f0ef76acc723b828d9ef28120454708981eceb98 100644 --- a/Applications/FileIO/Gmsh/GMSHInterface.h +++ b/Applications/FileIO/Gmsh/GMSHInterface.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHLine.cpp b/Applications/FileIO/Gmsh/GMSHLine.cpp index a308fbe1e7c3c0a015792c0e8507b508b8a87a59..c2c83a42b910380542ad28ace52a9052f96aa6e6 100644 --- a/Applications/FileIO/Gmsh/GMSHLine.cpp +++ b/Applications/FileIO/Gmsh/GMSHLine.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHLine.h b/Applications/FileIO/Gmsh/GMSHLine.h index f6fcb4308b45115a484584bb4602bfc9d4c94f9b..56586f6a0ff1600f5d78e0d7cf4abc2776245f02 100644 --- a/Applications/FileIO/Gmsh/GMSHLine.h +++ b/Applications/FileIO/Gmsh/GMSHLine.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHLineLoop.cpp b/Applications/FileIO/Gmsh/GMSHLineLoop.cpp index 2a29e0bbbd35fdb871828ebdd0bb765fea2496e5..333e287178bd1b45918b6c75076650a014f09fe4 100644 --- a/Applications/FileIO/Gmsh/GMSHLineLoop.cpp +++ b/Applications/FileIO/Gmsh/GMSHLineLoop.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHLineLoop.h b/Applications/FileIO/Gmsh/GMSHLineLoop.h index 69eb92e125f55193a767db5f14b97b01463d60aa..b8945584f82c44dda7df6feb6ce30ec43c4d3e47 100644 --- a/Applications/FileIO/Gmsh/GMSHLineLoop.h +++ b/Applications/FileIO/Gmsh/GMSHLineLoop.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHMeshDensityStrategy.h b/Applications/FileIO/Gmsh/GMSHMeshDensityStrategy.h index ea29ab0a071a76608abf2c374fd5c89db364652c..2dbe4f07348ccb8342e9079bb32e5757aacf0bb7 100644 --- a/Applications/FileIO/Gmsh/GMSHMeshDensityStrategy.h +++ b/Applications/FileIO/Gmsh/GMSHMeshDensityStrategy.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHPoint.cpp b/Applications/FileIO/Gmsh/GMSHPoint.cpp index 9ddd37da6f653ab0f31c7ffcc27d62388e7b8643..9fc54e59c2620e4915c2ecf0b212eaa5ad48d90f 100644 --- a/Applications/FileIO/Gmsh/GMSHPoint.cpp +++ b/Applications/FileIO/Gmsh/GMSHPoint.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHPoint.h b/Applications/FileIO/Gmsh/GMSHPoint.h index 40df88033807a141ad8cd3e9969eeff23dcd3d1b..63ae0bd914361c5ef153627bb0b98270309d86b0 100644 --- a/Applications/FileIO/Gmsh/GMSHPoint.h +++ b/Applications/FileIO/Gmsh/GMSHPoint.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHPolygonTree.cpp b/Applications/FileIO/Gmsh/GMSHPolygonTree.cpp index f1e17af9d6f52e72fe2aa3570f183eea9151dcc7..e7e1883912240b405528ad1407da280e96987bb8 100644 --- a/Applications/FileIO/Gmsh/GMSHPolygonTree.cpp +++ b/Applications/FileIO/Gmsh/GMSHPolygonTree.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GMSHPolygonTree.h b/Applications/FileIO/Gmsh/GMSHPolygonTree.h index e41c0b6f09dd25f9fed5ba9be5f4f81c257fe31b..13045ddcfd649998f420c4e9ced5c809d3a218c7 100644 --- a/Applications/FileIO/Gmsh/GMSHPolygonTree.h +++ b/Applications/FileIO/Gmsh/GMSHPolygonTree.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GmshReader.cpp b/Applications/FileIO/Gmsh/GmshReader.cpp index d9778af663730ef75b7dcdd704e8696637212d01..ff170768138d9cf62f87069b779118e3d22f3b9b 100644 --- a/Applications/FileIO/Gmsh/GmshReader.cpp +++ b/Applications/FileIO/Gmsh/GmshReader.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Gmsh/GmshReader.h b/Applications/FileIO/Gmsh/GmshReader.h index 51dbbbb40851eb848ff63361b47b4ef2ff8c6fba..5ae4d857ece57988db59ffc9b9cffb2bd075bcc9 100644 --- a/Applications/FileIO/Gmsh/GmshReader.h +++ b/Applications/FileIO/Gmsh/GmshReader.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/CoordinateSystem.cpp b/Applications/FileIO/GocadIO/CoordinateSystem.cpp index d071b5f6d011e6d5abcc320a5c9d8c82026f0d9b..9f57623309fb2f38de946496cb149121d43c6fd6 100644 --- a/Applications/FileIO/GocadIO/CoordinateSystem.cpp +++ b/Applications/FileIO/GocadIO/CoordinateSystem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/CoordinateSystem.h b/Applications/FileIO/GocadIO/CoordinateSystem.h index e17ce819bd6daaf56d7b4800eb647cb060a20d07..648292fce6b31d70ab672c0599f8fd28db656d1e 100644 --- a/Applications/FileIO/GocadIO/CoordinateSystem.h +++ b/Applications/FileIO/GocadIO/CoordinateSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/GenerateFaceSetMeshes.cpp b/Applications/FileIO/GocadIO/GenerateFaceSetMeshes.cpp index 553e870e4dfc03d94f8d6d1ab5953b105765d221..1af60b2898e33494b302ed8b7434ddf5eeb75db7 100644 --- a/Applications/FileIO/GocadIO/GenerateFaceSetMeshes.cpp +++ b/Applications/FileIO/GocadIO/GenerateFaceSetMeshes.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/GenerateFaceSetMeshes.h b/Applications/FileIO/GocadIO/GenerateFaceSetMeshes.h index c5f430c5cb5764ac81b643f234c4ac3dca4012e7..1bec45cd2874e2fccb3266be3ddbf9432c00db04 100644 --- a/Applications/FileIO/GocadIO/GenerateFaceSetMeshes.h +++ b/Applications/FileIO/GocadIO/GenerateFaceSetMeshes.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/GocadAsciiReader.cpp b/Applications/FileIO/GocadIO/GocadAsciiReader.cpp index 32e21db227dbabcd6d16e58bd3457254129a936f..74224ea7ee753402a93ca6687cc2e7fea6d5ab9d 100644 --- a/Applications/FileIO/GocadIO/GocadAsciiReader.cpp +++ b/Applications/FileIO/GocadIO/GocadAsciiReader.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/GocadAsciiReader.h b/Applications/FileIO/GocadIO/GocadAsciiReader.h index 58185f78ca9d8a2025af0cbc475254bf186df377..7e9c26fdf19eef8f55122be39fd5aa58f2072fc0 100644 --- a/Applications/FileIO/GocadIO/GocadAsciiReader.h +++ b/Applications/FileIO/GocadIO/GocadAsciiReader.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/GocadEnums.cpp b/Applications/FileIO/GocadIO/GocadEnums.cpp index 277cc290a7616069fb282d7e71a1017d1da98333..9bd73da57d0c380489c28469155fb8f1a78dedbe 100644 --- a/Applications/FileIO/GocadIO/GocadEnums.cpp +++ b/Applications/FileIO/GocadIO/GocadEnums.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/GocadEnums.h b/Applications/FileIO/GocadIO/GocadEnums.h index e3f40df9edc15e39d3551760b6dc28a14f4a1070..0cc4ffc2e5ddaa9e4a84f8489e8c3b6f448d95d8 100644 --- a/Applications/FileIO/GocadIO/GocadEnums.h +++ b/Applications/FileIO/GocadIO/GocadEnums.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/GocadNode.cpp b/Applications/FileIO/GocadIO/GocadNode.cpp index 067eab63c6f1435f3ead4efd99516343d9be343d..423f48b80e2f2d5e88d67cfb347d38d4c5bf7200 100644 --- a/Applications/FileIO/GocadIO/GocadNode.cpp +++ b/Applications/FileIO/GocadIO/GocadNode.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/GocadNode.h b/Applications/FileIO/GocadIO/GocadNode.h index 25727fb53e91ba30ec48250f3a8bdf524edc0fac..a2f2ee957365417198d08e3ab916700f25859d15 100644 --- a/Applications/FileIO/GocadIO/GocadNode.h +++ b/Applications/FileIO/GocadIO/GocadNode.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/GocadSGridReader.cpp b/Applications/FileIO/GocadIO/GocadSGridReader.cpp index aec0bbc81bb954ed9589d80d9096af1ed326acac..37ae2259b859b8a23dbae199ace6a4c9cfeea04d 100644 --- a/Applications/FileIO/GocadIO/GocadSGridReader.cpp +++ b/Applications/FileIO/GocadIO/GocadSGridReader.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/GocadSGridReader.h b/Applications/FileIO/GocadIO/GocadSGridReader.h index 25ed1a197f00e355b9914ebdbdb38819a6b15fcd..94f696be0c655ed95e908a95f4f98d21dfbcee34 100644 --- a/Applications/FileIO/GocadIO/GocadSGridReader.h +++ b/Applications/FileIO/GocadIO/GocadSGridReader.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/IndexCalculator.h b/Applications/FileIO/GocadIO/IndexCalculator.h index 1228a5336341cac6effd36a58f0c43129d7a09c6..08f01ebc85be86f1018dcb116ed2f9b1996c6d50 100644 --- a/Applications/FileIO/GocadIO/IndexCalculator.h +++ b/Applications/FileIO/GocadIO/IndexCalculator.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/Layer.cpp b/Applications/FileIO/GocadIO/Layer.cpp index 9571dfcb2b71a34cea7990da2eb682c94e42e8b6..2acfac05eafb7d18559664bf9a85b98a49c325f3 100644 --- a/Applications/FileIO/GocadIO/Layer.cpp +++ b/Applications/FileIO/GocadIO/Layer.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/Layer.h b/Applications/FileIO/GocadIO/Layer.h index 7132bd09cb31830fa007ec220bfdf8696ce17f11..dfade0840a4f704a7909e9600ef2cb6e102a6a22 100644 --- a/Applications/FileIO/GocadIO/Layer.h +++ b/Applications/FileIO/GocadIO/Layer.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/Property.cpp b/Applications/FileIO/GocadIO/Property.cpp index 5b251739736c828e237094129312b2beb4b0a7fa..2947228399e4718895d675cac455a0fe4b59a8e4 100644 --- a/Applications/FileIO/GocadIO/Property.cpp +++ b/Applications/FileIO/GocadIO/Property.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/Property.h b/Applications/FileIO/GocadIO/Property.h index 855d7ddf1a18790a338be7ccca1500dd57d88fab..15c84b4df44bd6ec2b9db230923de57b58391f4b 100644 --- a/Applications/FileIO/GocadIO/Property.h +++ b/Applications/FileIO/GocadIO/Property.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/Region.cpp b/Applications/FileIO/GocadIO/Region.cpp index 68c513270600b3eaad92917eeaa941f3416c7486..8df5b012ae22f6b5768a86312dcb87a543292910 100644 --- a/Applications/FileIO/GocadIO/Region.cpp +++ b/Applications/FileIO/GocadIO/Region.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/GocadIO/Region.h b/Applications/FileIO/GocadIO/Region.h index 98af2a45b330720e323a7c4ebe1cf48b00ced7a2..e5cb2f8fe2c3a3ac0d36b7d07b218fb31b3c853f 100644 --- a/Applications/FileIO/GocadIO/Region.h +++ b/Applications/FileIO/GocadIO/Region.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Legacy/OGSIOVer4.cpp b/Applications/FileIO/Legacy/OGSIOVer4.cpp index 2c0e23cae5045cb4129d31c915f6147b2e074b62..f1f29379af810ce64839d10a60ca2c68289a1028 100644 --- a/Applications/FileIO/Legacy/OGSIOVer4.cpp +++ b/Applications/FileIO/Legacy/OGSIOVer4.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the OGSIOVer4 class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Legacy/OGSIOVer4.h b/Applications/FileIO/Legacy/OGSIOVer4.h index 30a28ee9c173d688b23c4c80ff686d4509d73fa1..f8baa2e826523e944322db14f57135fc0fff7f62 100644 --- a/Applications/FileIO/Legacy/OGSIOVer4.h +++ b/Applications/FileIO/Legacy/OGSIOVer4.h @@ -5,7 +5,7 @@ * \brief Definition of the OGSIOVer4 class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Legacy/createSurface.cpp b/Applications/FileIO/Legacy/createSurface.cpp index 05de5ce25a4068839a62531db39aa8ca596a4023..4e6e1a2b22d952a62093dcfa1f673223877d4df6 100644 --- a/Applications/FileIO/Legacy/createSurface.cpp +++ b/Applications/FileIO/Legacy/createSurface.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/Legacy/createSurface.h b/Applications/FileIO/Legacy/createSurface.h index 2415a06ff4e823cddd6b304b228cc958fcb08e56..45317403c4972cd185fb6ef1af510415f2d2a1d5 100644 --- a/Applications/FileIO/Legacy/createSurface.h +++ b/Applications/FileIO/Legacy/createSurface.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/PetrelInterface.cpp b/Applications/FileIO/PetrelInterface.cpp index 53f7ab75ec24bea1184d81b4027e3763203aa71a..8a83d45251223c0e48ff72889a6665269ac0868b 100644 --- a/Applications/FileIO/PetrelInterface.cpp +++ b/Applications/FileIO/PetrelInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the PetrelInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/PetrelInterface.h b/Applications/FileIO/PetrelInterface.h index fe33d5bf02bb41f91cee270780bfb8dbd6b5b56a..1ac6191a62de5061e1da93f6d0deb51574f70a2c 100644 --- a/Applications/FileIO/PetrelInterface.h +++ b/Applications/FileIO/PetrelInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the PetrelInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/SHPInterface.cpp b/Applications/FileIO/SHPInterface.cpp index 8071dc5d34a9355b04e00109cbb76570c1d441c1..f281c43b93aae18982f830a4644f3fcadf61c381 100644 --- a/Applications/FileIO/SHPInterface.cpp +++ b/Applications/FileIO/SHPInterface.cpp @@ -5,7 +5,7 @@ * \brief Definition of the SHPInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/SHPInterface.h b/Applications/FileIO/SHPInterface.h index dc2b47f264c12057fedf9b818cd345cc1a61f7a6..4cf91ba4daba7b8e90f85a59b79ca2aa8f673fed 100644 --- a/Applications/FileIO/SHPInterface.h +++ b/Applications/FileIO/SHPInterface.h @@ -5,7 +5,7 @@ * \brief Implementation of the SHPInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/SWMM/SWMMInterface.cpp b/Applications/FileIO/SWMM/SWMMInterface.cpp index 70eecddc6e4f178bcaf7a047b65ef0948fa6825f..43a5e40759c9de384e83555d041f2218e8cacd4c 100644 --- a/Applications/FileIO/SWMM/SWMMInterface.cpp +++ b/Applications/FileIO/SWMM/SWMMInterface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/SWMM/SWMMInterface.h b/Applications/FileIO/SWMM/SWMMInterface.h index 14e1b1ad06b3ddb9cbb078ff88c5cde837cb2735..32a59de6d1baacc561b01c30eac1f2258459dc10 100644 --- a/Applications/FileIO/SWMM/SWMMInterface.h +++ b/Applications/FileIO/SWMM/SWMMInterface.h @@ -1,6 +1,6 @@ /** * \file - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/TetGenInterface.cpp b/Applications/FileIO/TetGenInterface.cpp index 55e650b280ddd9afe067f928087635c2d5b9092f..f7e423563bdcb13dd1c28f61ba0498c9a71bc7cc 100644 --- a/Applications/FileIO/TetGenInterface.cpp +++ b/Applications/FileIO/TetGenInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the TetGenInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/TetGenInterface.h b/Applications/FileIO/TetGenInterface.h index ec9d63d7e309fd6dde0d31af8265549ea3a49ab9..2f11a1527a754e44b128fce4f78e56f516efbbc7 100644 --- a/Applications/FileIO/TetGenInterface.h +++ b/Applications/FileIO/TetGenInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the TetGenInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/XmlIO/Qt/XmlLutReader.h b/Applications/FileIO/XmlIO/Qt/XmlLutReader.h index 02bc10f0b48f0e168e8002d78a3e1c036c611710..8065604be9f7c3159d469f48f35bdf9567a4483d 100644 --- a/Applications/FileIO/XmlIO/Qt/XmlLutReader.h +++ b/Applications/FileIO/XmlIO/Qt/XmlLutReader.h @@ -5,7 +5,7 @@ * \brief Definition of the XmlLutReader class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/XmlIO/Qt/XmlPrjInterface.cpp b/Applications/FileIO/XmlIO/Qt/XmlPrjInterface.cpp index d355fd9fb95894a1d436c368cbf1cc4bff28d856..41ae822ceb094a86a4e9ef5319650e98d64240a8 100644 --- a/Applications/FileIO/XmlIO/Qt/XmlPrjInterface.cpp +++ b/Applications/FileIO/XmlIO/Qt/XmlPrjInterface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/XmlIO/Qt/XmlPrjInterface.h b/Applications/FileIO/XmlIO/Qt/XmlPrjInterface.h index 4d2184ecd4b168885f8d4fafe1381c565b67aa3f..cfeebc3303d6757b5c9d44334762f29cb53b843f 100644 --- a/Applications/FileIO/XmlIO/Qt/XmlPrjInterface.h +++ b/Applications/FileIO/XmlIO/Qt/XmlPrjInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/readGeometryFromFile.cpp b/Applications/FileIO/readGeometryFromFile.cpp index 367ee9c97e49eb02fa81102e6cfe309e72336b23..5d4067a637acacf9f43809887885096ecfc19a0e 100644 --- a/Applications/FileIO/readGeometryFromFile.cpp +++ b/Applications/FileIO/readGeometryFromFile.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/readGeometryFromFile.h b/Applications/FileIO/readGeometryFromFile.h index 4aa9168b20dc59e1311ef20603bad70ace964e24..31e9097b9e0e3de18931e477b0d1c44795905498 100644 --- a/Applications/FileIO/readGeometryFromFile.h +++ b/Applications/FileIO/readGeometryFromFile.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/writeGeometryToFile.cpp b/Applications/FileIO/writeGeometryToFile.cpp index 21ba334677b6946afef4290f563938f68d73253e..2d2e2f23db9494bd22960e6ad9ac4ce162eb10a2 100644 --- a/Applications/FileIO/writeGeometryToFile.cpp +++ b/Applications/FileIO/writeGeometryToFile.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/FileIO/writeGeometryToFile.h b/Applications/FileIO/writeGeometryToFile.h index cf83190b938b6826926ac61823cfdc3dea52bdab..815c889c5518b32477e6b1de4e413a5e729736a5 100644 --- a/Applications/FileIO/writeGeometryToFile.h +++ b/Applications/FileIO/writeGeometryToFile.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/InSituLib/Adaptor.cpp b/Applications/InSituLib/Adaptor.cpp index 66326480232bb1af4caaa94fc9171bc021760d9b..2ca3708b93b930ce1a30cff6d7fc3352ae4dc0c2 100644 --- a/Applications/InSituLib/Adaptor.cpp +++ b/Applications/InSituLib/Adaptor.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/InSituLib/Adaptor.h b/Applications/InSituLib/Adaptor.h index f6eb6e3c0ee5f1e8e096ee528e2faaa39c2a102e..8fdd4cd7302fb61521570b4c2fedb1a7e2854a8f 100644 --- a/Applications/InSituLib/Adaptor.h +++ b/Applications/InSituLib/Adaptor.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Python/ogs.callbacks/ogs_callbacks_module.cpp b/Applications/Python/ogs.callbacks/ogs_callbacks_module.cpp index 8f5bdca649117518f5a9d649e32c3e265c96247e..c588f69ff154b559de7397335d963dd6df02fd88 100644 --- a/Applications/Python/ogs.callbacks/ogs_callbacks_module.cpp +++ b/Applications/Python/ogs.callbacks/ogs_callbacks_module.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Python/ogs.mesh/OGSMesh.cpp b/Applications/Python/ogs.mesh/OGSMesh.cpp index d039fd9acedc11da076cf9c879600e00ea701e5e..307a710afb7418fc135d772fd9a9e548309eb258 100644 --- a/Applications/Python/ogs.mesh/OGSMesh.cpp +++ b/Applications/Python/ogs.mesh/OGSMesh.cpp @@ -3,7 +3,7 @@ * \brief Implementation of OGSMesh * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Python/ogs.mesh/OGSMesh.h b/Applications/Python/ogs.mesh/OGSMesh.h index 56f7345f4b7dc3ff155c8a45f6c55f83dd218857..c36d3e5f5fd1ad22f2fd1a2397af274dc6272122 100644 --- a/Applications/Python/ogs.mesh/OGSMesh.h +++ b/Applications/Python/ogs.mesh/OGSMesh.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Python/ogs.mesh/ogs_mesh_python_module.cpp b/Applications/Python/ogs.mesh/ogs_mesh_python_module.cpp index 82ac7b42942b3aeccd39d53abca864835d6de1eb..c84712fbb0c9b5bb7b6203d3bad2682fd5f4e83a 100644 --- a/Applications/Python/ogs.mesh/ogs_mesh_python_module.cpp +++ b/Applications/Python/ogs.mesh/ogs_mesh_python_module.cpp @@ -3,7 +3,7 @@ * \brief Implementation of OpenGeoSys mesh python module * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Python/ogs.simulator/ogs_python_module.cpp b/Applications/Python/ogs.simulator/ogs_python_module.cpp index 340b525515bf378505dbd117a3a1debe861cb642..13fb2eacde83b8b9cf67eb9d36c8356def179dd4 100644 --- a/Applications/Python/ogs.simulator/ogs_python_module.cpp +++ b/Applications/Python/ogs.simulator/ogs_python_module.cpp @@ -3,7 +3,7 @@ * \brief Implementation of OpenGeoSys simulation application python module * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp b/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp index 7c230c5b7604d8e10a47aff873da5daad6202ca6..2fb39d512d68b563c2384c9ab34ab0f7eac93320 100644 --- a/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp +++ b/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the shp to gli converter tool. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -172,7 +172,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> shapefile_arg("s", diff --git a/Applications/Utils/FileConverter/FEFLOW2OGS.cpp b/Applications/Utils/FileConverter/FEFLOW2OGS.cpp index 22325bf183cd67e70a43d93a0cd543d367fc9b7f..acd33c06c8998202652ef1f1fdc85b3fb216e0c2 100644 --- a/Applications/Utils/FileConverter/FEFLOW2OGS.cpp +++ b/Applications/Utils/FileConverter/FEFLOW2OGS.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -42,7 +42,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/FileConverter/GMSH2OGS.cpp b/Applications/Utils/FileConverter/GMSH2OGS.cpp index 3f0e8c0af01ffdf7d8c91502b9cbc257f4aeaedd..d1824d9440ad2df272e0dd3a0fb8c8b2a1788e59 100644 --- a/Applications/Utils/FileConverter/GMSH2OGS.cpp +++ b/Applications/Utils/FileConverter/GMSH2OGS.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSH2OGS converter. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -136,7 +136,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/FileConverter/GocadSGridReader.cpp b/Applications/Utils/FileConverter/GocadSGridReader.cpp index e4daf76dd4be1a7ec3e2dabadcfa5b97afcbc9fc..d5b9be608545ec0da62a462be01c26ee12a94216 100644 --- a/Applications/Utils/FileConverter/GocadSGridReader.cpp +++ b/Applications/Utils/FileConverter/GocadSGridReader.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -40,7 +40,7 @@ int main(int argc, char* argv[]) "software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/FileConverter/GocadTSurfaceReader.cpp b/Applications/Utils/FileConverter/GocadTSurfaceReader.cpp index a017c19225ee700206fb46738c70ccbe2f1e9018..dd93c5024e1aa173a98d928661f29279c39fd536 100644 --- a/Applications/Utils/FileConverter/GocadTSurfaceReader.cpp +++ b/Applications/Utils/FileConverter/GocadTSurfaceReader.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -33,7 +33,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/FileConverter/Mesh2Raster.cpp b/Applications/Utils/FileConverter/Mesh2Raster.cpp index 940538bef13e3a76a3211c283290dda55d7819b8..4e32f111d57e707572a6fb0c5ac85e8f0fb556c4 100644 --- a/Applications/Utils/FileConverter/Mesh2Raster.cpp +++ b/Applications/Utils/FileConverter/Mesh2Raster.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -36,7 +36,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<double> cell_arg("c", "cellsize", diff --git a/Applications/Utils/FileConverter/Mesh2Shape.cpp b/Applications/Utils/FileConverter/Mesh2Shape.cpp index 3ee605827cb3471b098c9be0e527566e6d65d750..b9ffd3f0493f43684b74c9d7fce4982f2e43840c 100644 --- a/Applications/Utils/FileConverter/Mesh2Shape.cpp +++ b/Applications/Utils/FileConverter/Mesh2Shape.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -27,7 +27,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/FileConverter/NetCdfConverter.cpp b/Applications/Utils/FileConverter/NetCdfConverter.cpp index 03df328047cc1e3a8604e7220cb67fcf3dc13960..84e3be1b7ab368f37932339a0ab59c6c7906f93c 100644 --- a/Applications/Utils/FileConverter/NetCdfConverter.cpp +++ b/Applications/Utils/FileConverter/NetCdfConverter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -653,7 +653,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/FileConverter/OGS2VTK.cpp b/Applications/Utils/FileConverter/OGS2VTK.cpp index e03ce3515e924bc07ae29d51aaf250d1e6daa280..78f360c28831677e5674e49776b26366f2517e62 100644 --- a/Applications/Utils/FileConverter/OGS2VTK.cpp +++ b/Applications/Utils/FileConverter/OGS2VTK.cpp @@ -5,7 +5,7 @@ * \brief Converts OGS mesh into VTK mesh. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -32,7 +32,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_in( diff --git a/Applications/Utils/FileConverter/PVD2XDMF.cpp b/Applications/Utils/FileConverter/PVD2XDMF.cpp index 2f99ff70acc2ea13006b5bd9fd3615de7a117935..838aa202559ec5b4e0aefe8870fc7c8d3273bbdb 100644 --- a/Applications/Utils/FileConverter/PVD2XDMF.cpp +++ b/Applications/Utils/FileConverter/PVD2XDMF.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -113,7 +113,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/FileConverter/Raster2ASC.cpp b/Applications/Utils/FileConverter/Raster2ASC.cpp index c5dc5a899a89d3509c3828f33698e52c4016650c..de81adf7d1929dd4b8a32d491478d7f6b257d942 100644 --- a/Applications/Utils/FileConverter/Raster2ASC.cpp +++ b/Applications/Utils/FileConverter/Raster2ASC.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -27,7 +27,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/FileConverter/TIN2VTK.cpp b/Applications/Utils/FileConverter/TIN2VTK.cpp index 400bf5aea2a4f4c72a2597e8f4e7cac189d8b96d..91cc0a1962bf41ebe3f606f76122d14027b97cac 100644 --- a/Applications/Utils/FileConverter/TIN2VTK.cpp +++ b/Applications/Utils/FileConverter/TIN2VTK.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -40,7 +40,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> inArg( diff --git a/Applications/Utils/FileConverter/TecPlotTools.cpp b/Applications/Utils/FileConverter/TecPlotTools.cpp index c3547e45cd19af3901f1ae14d496d49e8d90b774..0d70176cf1972bd2893645627e388d9a0ff5b391 100644 --- a/Applications/Utils/FileConverter/TecPlotTools.cpp +++ b/Applications/Utils/FileConverter/TecPlotTools.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -463,7 +463,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::SwitchArg split_arg("s", "split", diff --git a/Applications/Utils/FileConverter/VTK2OGS.cpp b/Applications/Utils/FileConverter/VTK2OGS.cpp index 57d02af60a9a1d9339f44cdcb57ac4af16c012e5..2ec723dc2e79bf35f90701f6a7e72441c7d50a12 100644 --- a/Applications/Utils/FileConverter/VTK2OGS.cpp +++ b/Applications/Utils/FileConverter/VTK2OGS.cpp @@ -5,7 +5,7 @@ * \brief Converts VTK mesh into OGS mesh. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -32,7 +32,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_in( diff --git a/Applications/Utils/FileConverter/VTK2TIN.cpp b/Applications/Utils/FileConverter/VTK2TIN.cpp index 6bcede88f2e42c91211a889439bda5f2f704dcd2..b0401d1b199b66373e9b1a76e1518c38e5f3f640 100644 --- a/Applications/Utils/FileConverter/VTK2TIN.cpp +++ b/Applications/Utils/FileConverter/VTK2TIN.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -41,7 +41,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_in( diff --git a/Applications/Utils/FileConverter/convertGEO.cpp b/Applications/Utils/FileConverter/convertGEO.cpp index aaf6d862763e384765635dd836ebace58a712319..c7f76b7f641356e020ac363d3d3e341a8c62a6f9 100644 --- a/Applications/Utils/FileConverter/convertGEO.cpp +++ b/Applications/Utils/FileConverter/convertGEO.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -31,7 +31,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> argInputFileName( diff --git a/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp b/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp index 7bd97bc0181aec8364b291a32491ae6fb8bc933c..9291eacb3b7bdbfa7c53b025b73bc72d7bde5d50 100644 --- a/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp +++ b/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the generateMatPropsFromMatID tool. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -36,7 +36,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/GeoTools/MoveGeometry.cpp b/Applications/Utils/GeoTools/MoveGeometry.cpp index d7a971a60458a707dce5d7cd2d1acfd51454eaa9..33505f1d59475065fed2c5305b8595b99f50f4bc 100644 --- a/Applications/Utils/GeoTools/MoveGeometry.cpp +++ b/Applications/Utils/GeoTools/MoveGeometry.cpp @@ -5,7 +5,7 @@ * \brief A small tool to translate geometries. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -29,7 +29,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<double> z_arg("z", "z", "displacement in z direction", diff --git a/Applications/Utils/GeoTools/RemoveUnusedPoints.cpp b/Applications/Utils/GeoTools/RemoveUnusedPoints.cpp index 22637122b71a356f4dfc47394ee4722bdb75527b..d9c801af7f782c4e16adbdc80d0e52a4e267a00a 100644 --- a/Applications/Utils/GeoTools/RemoveUnusedPoints.cpp +++ b/Applications/Utils/GeoTools/RemoveUnusedPoints.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -46,7 +46,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/GeoTools/addDataToRaster.cpp b/Applications/Utils/GeoTools/addDataToRaster.cpp index 486d829f4f07288d628705081ff1cc6797795558..607403bc97233ce188ae4152b909e3c03ec6d7f3 100644 --- a/Applications/Utils/GeoTools/addDataToRaster.cpp +++ b/Applications/Utils/GeoTools/addDataToRaster.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -76,7 +76,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/GeoTools/createRaster.cpp b/Applications/Utils/GeoTools/createRaster.cpp index 450fa3d4ca343b5b2acda1ee93c816476ab1956b..8d36fc335aa1e31bc76ffac6b557fa1aec426ac7 100644 --- a/Applications/Utils/GeoTools/createRaster.cpp +++ b/Applications/Utils/GeoTools/createRaster.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -31,7 +31,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/GeoTools/generateGeometry.cpp b/Applications/Utils/GeoTools/generateGeometry.cpp index 2a0c31f67a3bb569e29295bb7c28738a6eb98027..b84b167e37f1402c53aa0ac1113f331ad4d480ed 100644 --- a/Applications/Utils/GeoTools/generateGeometry.cpp +++ b/Applications/Utils/GeoTools/generateGeometry.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -186,7 +186,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<double> z0("", "z0", "z coordinate of the first point", diff --git a/Applications/Utils/MeshEdit/AddElementQuality.cpp b/Applications/Utils/MeshEdit/AddElementQuality.cpp index adaf8e7387050a79b860dcff84249715106e3b53..c17d07f37bd073f67f90598ffd7e870ed40d1dc0 100644 --- a/Applications/Utils/MeshEdit/AddElementQuality.cpp +++ b/Applications/Utils/MeshEdit/AddElementQuality.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -32,7 +32,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/MeshEdit/AddFaultToVoxelGrid.cpp b/Applications/Utils/MeshEdit/AddFaultToVoxelGrid.cpp index 75001224b09a867b75b295957e8a0aa4653cd769..e27be76f84654260c39335f24a183166d856f77e 100644 --- a/Applications/Utils/MeshEdit/AddFaultToVoxelGrid.cpp +++ b/Applications/Utils/MeshEdit/AddFaultToVoxelGrid.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -39,7 +39,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<int> id_arg("m", "material", diff --git a/Applications/Utils/MeshEdit/AddLayer.cpp b/Applications/Utils/MeshEdit/AddLayer.cpp index 10be3aedb62d6d2b8e83ab0b59c0f83ecc6a6805..5249a3746dac4afd0204cf5453ec069dcb791453 100644 --- a/Applications/Utils/MeshEdit/AddLayer.cpp +++ b/Applications/Utils/MeshEdit/AddLayer.cpp @@ -3,7 +3,7 @@ * \brief Adds a layer to an existing mesh. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -33,7 +33,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_arg( diff --git a/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp b/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp index 912ec21b84beaa0799a0b7a1b08430c1bf099d0a..070bcedc532acb904b30592aae6d6e0d53d2aa0f 100644 --- a/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp +++ b/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp @@ -4,7 +4,7 @@ * \brief Create BoundaryConditions from a polylines. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -136,7 +136,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::SwitchArg gml_arg("", "gml", "Write found nodes to gml file."); diff --git a/Applications/Utils/MeshEdit/ExtractBoundary.cpp b/Applications/Utils/MeshEdit/ExtractBoundary.cpp index d8d8cb42744ab9f13f352fee097eafebd402d8c2..10487377fdf11a289a370cc3aeffb5adc56203c0 100644 --- a/Applications/Utils/MeshEdit/ExtractBoundary.cpp +++ b/Applications/Utils/MeshEdit/ExtractBoundary.cpp @@ -3,7 +3,7 @@ * \brief Extracts the entire boundary from the given mesh. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -41,7 +41,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_in( diff --git a/Applications/Utils/MeshEdit/ExtractMaterials.cpp b/Applications/Utils/MeshEdit/ExtractMaterials.cpp index 5b343bfd52784bfc9d59d6ca93917daafe38296a..9edf690aae1eb59b6c4f177e7bc46fa77442d728 100644 --- a/Applications/Utils/MeshEdit/ExtractMaterials.cpp +++ b/Applications/Utils/MeshEdit/ExtractMaterials.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -54,7 +54,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::size_t> arg_mat_id( diff --git a/Applications/Utils/MeshEdit/ExtractSurface.cpp b/Applications/Utils/MeshEdit/ExtractSurface.cpp index 1930815d802ebf9e6c7dba97dde30afcacd90d95..87f4963f6ae9b94f7e9e88d626777b7a180f9d18 100644 --- a/Applications/Utils/MeshEdit/ExtractSurface.cpp +++ b/Applications/Utils/MeshEdit/ExtractSurface.cpp @@ -3,7 +3,7 @@ * \brief Extracts the surface from the given mesh. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -41,7 +41,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::SwitchArg use_ascii_arg("", "ascii-output", diff --git a/Applications/Utils/MeshEdit/Layers2Grid.cpp b/Applications/Utils/MeshEdit/Layers2Grid.cpp index eeadca374d860a3af5244fbccf8d13e4dc51539b..6108bee99fd7ff6ee37ae6c35819c27e6b01ab51 100644 --- a/Applications/Utils/MeshEdit/Layers2Grid.cpp +++ b/Applications/Utils/MeshEdit/Layers2Grid.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -39,7 +39,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::SwitchArg dilate_arg( diff --git a/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp b/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp index 8e521112cd5b4258e664003a406df49b11f12959..6a29c0994bb9d1956fc81a79b85b3b0ece793c47 100644 --- a/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp +++ b/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp @@ -4,7 +4,7 @@ * \brief Map geometric objects to the surface of the given mesh. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or */ @@ -36,7 +36,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_in( diff --git a/Applications/Utils/MeshEdit/MeshMapping.cpp b/Applications/Utils/MeshEdit/MeshMapping.cpp index a632be8edd142c3fd38354d2af304fdb23c42a42..6b939c1821d47d9e96f3a97599b963b5ff1d35cc 100644 --- a/Applications/Utils/MeshEdit/MeshMapping.cpp +++ b/Applications/Utils/MeshEdit/MeshMapping.cpp @@ -3,7 +3,7 @@ * 2012/03/07 KR Initial implementation * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -64,7 +64,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::SwitchArg lowpass_arg( diff --git a/Applications/Utils/MeshEdit/MoveMesh.cpp b/Applications/Utils/MeshEdit/MoveMesh.cpp index d18ad4c2d861d8837331625f382e48f3dccae915..a755a792143525429c83aad7152557609c65b3bf 100644 --- a/Applications/Utils/MeshEdit/MoveMesh.cpp +++ b/Applications/Utils/MeshEdit/MoveMesh.cpp @@ -3,7 +3,7 @@ * \date Jan 17, 2014 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -35,7 +35,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); // Define a value argument and add it to the command line. diff --git a/Applications/Utils/MeshEdit/NodeReordering.cpp b/Applications/Utils/MeshEdit/NodeReordering.cpp index 98d660ec22e64b7db3d22f732b721ebf1a3c41de..cc83457c3a48ef1528d41a41ff9ef977e780cb73 100644 --- a/Applications/Utils/MeshEdit/NodeReordering.cpp +++ b/Applications/Utils/MeshEdit/NodeReordering.cpp @@ -3,7 +3,7 @@ * 2013/13/06 KR Initial implementation * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -171,7 +171,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/MeshEdit/PVTU2VTU/PVTU2VTU.cpp b/Applications/Utils/MeshEdit/PVTU2VTU/PVTU2VTU.cpp index 72996c2f5013f4df9a0c86925b3cebd77ad3c625..1c78d061a34a5b001759b146df2fdab99c3749e2 100644 --- a/Applications/Utils/MeshEdit/PVTU2VTU/PVTU2VTU.cpp +++ b/Applications/Utils/MeshEdit/PVTU2VTU/PVTU2VTU.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -311,7 +311,7 @@ int main(int argc, char* argv[]) "\n\nOpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/MeshEdit/RemoveGhostData.cpp b/Applications/Utils/MeshEdit/RemoveGhostData.cpp index 57b5375e990fb2ac2e0e7dde8fa53dc14a45e0a3..1824b8661c7e0d14d3ad1092bd15d75d210302db 100644 --- a/Applications/Utils/MeshEdit/RemoveGhostData.cpp +++ b/Applications/Utils/MeshEdit/RemoveGhostData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -37,7 +37,7 @@ int main(int argc, char* argv[]) "\n\nOpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/MeshEdit/ReorderMesh.cpp b/Applications/Utils/MeshEdit/ReorderMesh.cpp index 006d8f8a88d12c14d7de7d71662a702f8ca68500..871f7db3e3be6cdc83e94dd8752651afa0e72c1e 100644 --- a/Applications/Utils/MeshEdit/ReorderMesh.cpp +++ b/Applications/Utils/MeshEdit/ReorderMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -120,7 +120,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_in_arg( diff --git a/Applications/Utils/MeshEdit/ResetPropertiesInPolygonalRegion.cpp b/Applications/Utils/MeshEdit/ResetPropertiesInPolygonalRegion.cpp index 8fefef0f2037aaae3abd4888f98241c8868d262d..76631d3ea973f19b88d0cf9de818b6bed11a343f 100644 --- a/Applications/Utils/MeshEdit/ResetPropertiesInPolygonalRegion.cpp +++ b/Applications/Utils/MeshEdit/ResetPropertiesInPolygonalRegion.cpp @@ -3,7 +3,7 @@ * \brief Reset material properties in meshes in a polygonal region. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -41,7 +41,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_out( diff --git a/Applications/Utils/MeshEdit/Vtu2Grid.cpp b/Applications/Utils/MeshEdit/Vtu2Grid.cpp index ae936b1af23b4fecd37717d17c6490828e87d590..7429e1d9f72e7f45db1944012b1f0dc217891ec1 100644 --- a/Applications/Utils/MeshEdit/Vtu2Grid.cpp +++ b/Applications/Utils/MeshEdit/Vtu2Grid.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -33,7 +33,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp b/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp index 48326e603befc0b03f1cfb0316b268754e6fffe3..4d2ecd1b73075f22e086d9ece47081e165755209 100644 --- a/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp +++ b/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -31,7 +31,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_in( diff --git a/Applications/Utils/MeshEdit/checkMesh.cpp b/Applications/Utils/MeshEdit/checkMesh.cpp index db2e7b28f2ff0abe1c6912b780ba6bb95b6ff55c..877454954d84f067268583ed12857491e3f32e5a 100644 --- a/Applications/Utils/MeshEdit/checkMesh.cpp +++ b/Applications/Utils/MeshEdit/checkMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -38,7 +38,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::UnlabeledValueArg<std::string> mesh_arg( diff --git a/Applications/Utils/MeshEdit/convertToLinearMesh.cpp b/Applications/Utils/MeshEdit/convertToLinearMesh.cpp index 23f9c3cbb165cc22dc32ef2f8d3128523d294564..2eeea03f024b7bb8b6cde9bb0179ebe0203291c3 100644 --- a/Applications/Utils/MeshEdit/convertToLinearMesh.cpp +++ b/Applications/Utils/MeshEdit/convertToLinearMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -30,7 +30,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> input_arg( diff --git a/Applications/Utils/MeshEdit/createLayeredMeshFromRasters.cpp b/Applications/Utils/MeshEdit/createLayeredMeshFromRasters.cpp index 159f41e90503e03904f181690da6c3738ab74d19..91ab223b4bc1145f9cb1d90d8f828b7a48a9d860 100644 --- a/Applications/Utils/MeshEdit/createLayeredMeshFromRasters.cpp +++ b/Applications/Utils/MeshEdit/createLayeredMeshFromRasters.cpp @@ -4,7 +4,7 @@ * \brief Creates a layered mesh from a 2D mesh and a bunch of raster files. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -44,7 +44,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/MeshEdit/createQuadraticMesh.cpp b/Applications/Utils/MeshEdit/createQuadraticMesh.cpp index ae5a198fe72a8a7349b6be3e3e40cd041d90af6f..735c37537c458dd400be9c7355755e55e5fbf9b5 100644 --- a/Applications/Utils/MeshEdit/createQuadraticMesh.cpp +++ b/Applications/Utils/MeshEdit/createQuadraticMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -29,7 +29,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/MeshEdit/createTetgenSmeshFromRasters.cpp b/Applications/Utils/MeshEdit/createTetgenSmeshFromRasters.cpp index 6510e7609ec442c44e419b2c558b79b0ddce1a8c..09770d00a0d3b8ea80fe1bb4d28277ae64d3ab1a 100644 --- a/Applications/Utils/MeshEdit/createTetgenSmeshFromRasters.cpp +++ b/Applications/Utils/MeshEdit/createTetgenSmeshFromRasters.cpp @@ -4,7 +4,7 @@ * \brief Creates a boundary representation for a layered 3D mesh. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -50,7 +50,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/MeshEdit/editMaterialID.cpp b/Applications/Utils/MeshEdit/editMaterialID.cpp index ec895ec7d8e4fc3c5b681655458404c941e7ba76..179997796907f5644b346a5f4ae24b3c69e9ff75 100644 --- a/Applications/Utils/MeshEdit/editMaterialID.cpp +++ b/Applications/Utils/MeshEdit/editMaterialID.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -30,7 +30,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::SwitchArg replaceArg("r", "replace", "replace material IDs", false); diff --git a/Applications/Utils/MeshEdit/ipDataToPointCloud.cpp b/Applications/Utils/MeshEdit/ipDataToPointCloud.cpp index cb5946c1e869dc7991d031219e6d8fb4768e5e2d..0004f85b724c6b3cadb827bea47016696e9703e8 100644 --- a/Applications/Utils/MeshEdit/ipDataToPointCloud.cpp +++ b/Applications/Utils/MeshEdit/ipDataToPointCloud.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -238,7 +238,7 @@ int main(int argc, char** argv) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> arg_out_file( diff --git a/Applications/Utils/MeshEdit/queryMesh.cpp b/Applications/Utils/MeshEdit/queryMesh.cpp index f440898dfd9027d703133151432a38a19ca2d8f2..6afb9bbcbe868a19cd36a6bfa9f44868260d48d0 100644 --- a/Applications/Utils/MeshEdit/queryMesh.cpp +++ b/Applications/Utils/MeshEdit/queryMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -33,7 +33,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::UnlabeledValueArg<std::string> mesh_arg( diff --git a/Applications/Utils/MeshEdit/removeMeshElements.cpp b/Applications/Utils/MeshEdit/removeMeshElements.cpp index 850df83460c04e3f4a46bef20e72625d682e3a9b..456fe2635f19fa2855c9a339e242044514c81591 100644 --- a/Applications/Utils/MeshEdit/removeMeshElements.cpp +++ b/Applications/Utils/MeshEdit/removeMeshElements.cpp @@ -5,7 +5,7 @@ * \brief Remove mesh elements * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -92,7 +92,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/MeshEdit/reviseMesh.cpp b/Applications/Utils/MeshEdit/reviseMesh.cpp index c2da39500ac30c510123618d79959ace8234a88e..ff9c0d3509ac84a03820ab764f27a845a6e23f3b 100644 --- a/Applications/Utils/MeshEdit/reviseMesh.cpp +++ b/Applications/Utils/MeshEdit/reviseMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -36,7 +36,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<unsigned> minDim_arg( diff --git a/Applications/Utils/MeshEdit/swapNodeCoordinateAxes.cpp b/Applications/Utils/MeshEdit/swapNodeCoordinateAxes.cpp index 0a2750d04c231734eff98bf1046f12a1d2cac8b0..dcc9558a7f1269bd8740919ad3916a803b837d48 100644 --- a/Applications/Utils/MeshEdit/swapNodeCoordinateAxes.cpp +++ b/Applications/Utils/MeshEdit/swapNodeCoordinateAxes.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -97,7 +97,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> input_arg( diff --git a/Applications/Utils/MeshGeoTools/AssignRasterDataToMesh.cpp b/Applications/Utils/MeshGeoTools/AssignRasterDataToMesh.cpp index 22a6cbaf4b72034f564fec1582ea9d772801ad63..ceada5695ec3773702a1fdbe69c68812ce0a7c68 100644 --- a/Applications/Utils/MeshGeoTools/AssignRasterDataToMesh.cpp +++ b/Applications/Utils/MeshGeoTools/AssignRasterDataToMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -38,7 +38,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/MeshGeoTools/IntegrateBoreholesIntoMesh.cpp b/Applications/Utils/MeshGeoTools/IntegrateBoreholesIntoMesh.cpp index c623315868d5a635cc33c636b43a056e12866b84..440b29a617ac7a66a3dfe185929f149c5b47eae0 100644 --- a/Applications/Utils/MeshGeoTools/IntegrateBoreholesIntoMesh.cpp +++ b/Applications/Utils/MeshGeoTools/IntegrateBoreholesIntoMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -87,7 +87,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/MeshGeoTools/Raster2Mesh.cpp b/Applications/Utils/MeshGeoTools/Raster2Mesh.cpp index 06bb914af8ee29b716483d976ab37572f873de62..c4905205da3b5f9de2be99d36479b576b7899944 100644 --- a/Applications/Utils/MeshGeoTools/Raster2Mesh.cpp +++ b/Applications/Utils/MeshGeoTools/Raster2Mesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -37,7 +37,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> array_name_arg( diff --git a/Applications/Utils/MeshGeoTools/VerticalSliceFromLayers.cpp b/Applications/Utils/MeshGeoTools/VerticalSliceFromLayers.cpp index 2da4c45aa98eb2ccdfa882cdacf57bf4ba82aaf1..442e47d8efaf1220d2b86dc1bd730607ec46229c 100644 --- a/Applications/Utils/MeshGeoTools/VerticalSliceFromLayers.cpp +++ b/Applications/Utils/MeshGeoTools/VerticalSliceFromLayers.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -378,7 +378,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::SwitchArg test_arg("t", "testdata", "keep test data", false); diff --git a/Applications/Utils/MeshGeoTools/computeSurfaceNodeIDsInPolygonalRegion.cpp b/Applications/Utils/MeshGeoTools/computeSurfaceNodeIDsInPolygonalRegion.cpp index fc7b4a63f179fee07785e1b368dbd62ec2e469f6..5329c0b9ad9b2bc14bbca3684241043d1ef4ee36 100644 --- a/Applications/Utils/MeshGeoTools/computeSurfaceNodeIDsInPolygonalRegion.cpp +++ b/Applications/Utils/MeshGeoTools/computeSurfaceNodeIDsInPolygonalRegion.cpp @@ -4,7 +4,7 @@ * resides on the surface. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -82,7 +82,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_in( diff --git a/Applications/Utils/MeshGeoTools/constructMeshesFromGeometry.cpp b/Applications/Utils/MeshGeoTools/constructMeshesFromGeometry.cpp index 431f220ad0737441e4836625adb68b5b6207ba57..d57974e0476a652f085eda4f5b27e36141c85477 100644 --- a/Applications/Utils/MeshGeoTools/constructMeshesFromGeometry.cpp +++ b/Applications/Utils/MeshGeoTools/constructMeshesFromGeometry.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -42,7 +42,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/MeshGeoTools/createIntermediateRasters.cpp b/Applications/Utils/MeshGeoTools/createIntermediateRasters.cpp index 043ee55d91dd28d80389e004ea05c1de97689322..2a98a25c57d1f6e2231eeba2d9dacf04b82044eb 100644 --- a/Applications/Utils/MeshGeoTools/createIntermediateRasters.cpp +++ b/Applications/Utils/MeshGeoTools/createIntermediateRasters.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -31,7 +31,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::size_t> number_arg( diff --git a/Applications/Utils/MeshGeoTools/geometryToGmshGeo.cpp b/Applications/Utils/MeshGeoTools/geometryToGmshGeo.cpp index e92f490c262945d90429c633ca6bb8b361df2bba..87777c243a7af24430cd51a2b8a058458fb37ff0 100644 --- a/Applications/Utils/MeshGeoTools/geometryToGmshGeo.cpp +++ b/Applications/Utils/MeshGeoTools/geometryToGmshGeo.cpp @@ -3,7 +3,7 @@ * \brief A small tool to create a gmsh geometry out of gml geometry. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -28,7 +28,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> geo_output_arg( diff --git a/Applications/Utils/MeshGeoTools/identifySubdomains.cpp b/Applications/Utils/MeshGeoTools/identifySubdomains.cpp index 89d157ee1f56508221bba8a587cdf73a8fcb2294..46e44c801d5730e72c6e7bca081dec9d4fcc3254 100644 --- a/Applications/Utils/MeshGeoTools/identifySubdomains.cpp +++ b/Applications/Utils/MeshGeoTools/identifySubdomains.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -59,7 +59,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp b/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp index a2fd53a96bd223319b7ccef362ec949c79013ead..b805da8084f8159e4e7096c268de122fcb232b1f 100644 --- a/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp +++ b/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp @@ -3,7 +3,7 @@ * \brief Computes the areas associated nodes of the surface mesh. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -68,7 +68,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_in( diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/BinaryToPVTU.cpp b/Applications/Utils/ModelPreparation/PartitionMesh/BinaryToPVTU.cpp index fa3bb27dfc2b4f5f4be3243645556795ab9c7817..fd7b3baca9c08d252051cc6f872c28455a526646 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/BinaryToPVTU.cpp +++ b/Applications/Utils/ModelPreparation/PartitionMesh/BinaryToPVTU.cpp @@ -3,7 +3,7 @@ \brief A tool for debugging the mesh partitioning. \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license @@ -31,7 +31,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_input( diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/Metis.cpp b/Applications/Utils/ModelPreparation/PartitionMesh/Metis.cpp index b9da072a7c4062cb32424364a307b39afa57886d..72510dea1eecfd4cd121af45484df461e5bd9bcd 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/Metis.cpp +++ b/Applications/Utils/ModelPreparation/PartitionMesh/Metis.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/Metis.h b/Applications/Utils/ModelPreparation/PartitionMesh/Metis.h index 568b5da66438eafb01f4e1d212839d4a68b308ec..bfdd8828e4290d1e3f7a51d601e838c595bd198e 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/Metis.h +++ b/Applications/Utils/ModelPreparation/PartitionMesh/Metis.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.cpp b/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.cpp index 20a86a8b6f6098e660e2b3bd8823c7369170cc95..0b92396f8a1530082b2e7afdfb77b0f429e39a39 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.cpp +++ b/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.cpp @@ -5,7 +5,7 @@ \brief Define the members of class NodeWiseMeshPartitioner \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.h b/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.h index f0ded7b1e99b2e143fd380e852109e49b7b48ce1..df83c31984952304a3933d6944fb531a24704da7 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.h +++ b/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.h @@ -5,7 +5,7 @@ \brief Declare a class to perform node wise mesh partitioning \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp b/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp index 07576d20d558cf695f9687c260e429f177db3f65..9b6acf7e40fedc72465e531bc208096256ff36de 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp +++ b/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp @@ -5,7 +5,7 @@ \brief A tool for mesh partitioning. \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license @@ -44,7 +44,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_input( diff --git a/Applications/Utils/ModelPreparation/convertVtkDataArrayToVtkDataArray.cpp b/Applications/Utils/ModelPreparation/convertVtkDataArrayToVtkDataArray.cpp index d81c442f006759ed7e6b3a964cb111540f79abf2..dbb156149c02168c9920bfd374837e8d0e198f85 100644 --- a/Applications/Utils/ModelPreparation/convertVtkDataArrayToVtkDataArray.cpp +++ b/Applications/Utils/ModelPreparation/convertVtkDataArrayToVtkDataArray.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -63,7 +63,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/ModelPreparation/createNeumannBc.cpp b/Applications/Utils/ModelPreparation/createNeumannBc.cpp index e3f2a40ef61115c331ad0e9ae255aba667ac30e5..e2e479ffae35aeaf7b1a6a1db8899a299c1cefc6 100644 --- a/Applications/Utils/ModelPreparation/createNeumannBc.cpp +++ b/Applications/Utils/ModelPreparation/createNeumannBc.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -86,7 +86,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/ModelPreparation/scaleProperty.cpp b/Applications/Utils/ModelPreparation/scaleProperty.cpp index e256280eecd692445530acec4383097cac607438..03eb59846b759d122c7ccdbef0efcd9c5edd0c7d 100644 --- a/Applications/Utils/ModelPreparation/scaleProperty.cpp +++ b/Applications/Utils/ModelPreparation/scaleProperty.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -33,7 +33,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/OGSFileConverter/FileListDialog.cpp b/Applications/Utils/OGSFileConverter/FileListDialog.cpp index 4fbb52a204c165954bb1ec70ff12b16c30d01298..361503dc9f699be37f87675af4e712108132cf7e 100644 --- a/Applications/Utils/OGSFileConverter/FileListDialog.cpp +++ b/Applications/Utils/OGSFileConverter/FileListDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of FileListDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/OGSFileConverter/FileListDialog.h b/Applications/Utils/OGSFileConverter/FileListDialog.h index 83eea2013b506453cc94f70c88ecb772e766ec35..72c121de2e0fa9bac06c0b69412b4450cb4eb283 100644 --- a/Applications/Utils/OGSFileConverter/FileListDialog.h +++ b/Applications/Utils/OGSFileConverter/FileListDialog.h @@ -5,7 +5,7 @@ * \brief Definition of FileListDialog class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp b/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp index 4b624bb16d475db1beadf6fb7fd787b5999ecf89..02a64d12ac1225dcb91e314bae4ddba80c229905 100644 --- a/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp +++ b/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of OGSFileConverter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/OGSFileConverter/OGSFileConverter.h b/Applications/Utils/OGSFileConverter/OGSFileConverter.h index 69275a489d7e40281fb00bd3a2b9fcffaefbcf7b..31f24550056ccca6ed3a5f5a75c41435f5993625 100644 --- a/Applications/Utils/OGSFileConverter/OGSFileConverter.h +++ b/Applications/Utils/OGSFileConverter/OGSFileConverter.h @@ -5,7 +5,7 @@ * \brief Definition of OGSFileConverter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/OGSFileConverter/main.cpp b/Applications/Utils/OGSFileConverter/main.cpp index 5ff4448406f5ca50bfa1581413ad63e0f578e92f..2d5a3090bbd3dd86f715cf861ce9e254f01d61d8 100644 --- a/Applications/Utils/OGSFileConverter/main.cpp +++ b/Applications/Utils/OGSFileConverter/main.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -22,7 +22,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> gmsh_path_arg("g", "gmsh-path", diff --git a/Applications/Utils/PostProcessing/Raster2PointCloud.cpp b/Applications/Utils/PostProcessing/Raster2PointCloud.cpp index 4abed7edad9d579bef6fc8da43df2e90bd26d214..2b22e4fde07524ff0cad6ca773068e6ea674cc42 100644 --- a/Applications/Utils/PostProcessing/Raster2PointCloud.cpp +++ b/Applications/Utils/PostProcessing/Raster2PointCloud.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -44,7 +44,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<double> gamma_arg( diff --git a/Applications/Utils/PostProcessing/postLIE.cpp b/Applications/Utils/PostProcessing/postLIE.cpp index 13c3d5873899243d79ebd2bdac4600cb9da41fb5..86199ac4055ea3f0b34b42d7a1b655d95fef5be4 100644 --- a/Applications/Utils/PostProcessing/postLIE.cpp +++ b/Applications/Utils/PostProcessing/postLIE.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -132,7 +132,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> arg_out_file( diff --git a/Applications/Utils/SWMMConverter/SWMMConverter.cpp b/Applications/Utils/SWMMConverter/SWMMConverter.cpp index b2e120a5b60a6eab2b800ee58b18b38174b1c526..7db44c2b4afa29462b28f4c25f050fc2018a8235 100644 --- a/Applications/Utils/SWMMConverter/SWMMConverter.cpp +++ b/Applications/Utils/SWMMConverter/SWMMConverter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -168,7 +168,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_output_arg( diff --git a/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp b/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp index faad34bd1b7856b7a3f3482f111296a3034b6dc5..9039a44a1349f43e1b3f1167ac065e3d2c16fe83 100644 --- a/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp +++ b/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp @@ -3,7 +3,7 @@ * \brief Implementation of the createMeshElemPropertiesFromASCRaster tool. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -44,7 +44,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp b/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp index 79582856c173def935e32260dd0f67afaa16f84e..7e3062698a32deaf00debee231fe8011de5fe172 100644 --- a/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp +++ b/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -67,7 +67,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/BaseLib/Algorithm.h b/BaseLib/Algorithm.h index d3c0a9d0aeb39f3dd72f1b70c9f9d31d9e0443f7..774146c8ef9646f502ce4b7cb03ad37dfb90ac20 100644 --- a/BaseLib/Algorithm.h +++ b/BaseLib/Algorithm.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/CPUTime.h b/BaseLib/CPUTime.h index acdb30ac3cee0fd3efd39fbfcc849d1bc234c0bb..13010974be09679722b3f6cad39461038b494ab7 100644 --- a/BaseLib/CPUTime.h +++ b/BaseLib/CPUTime.h @@ -6,7 +6,7 @@ * \brief Definition of the CPUTime class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ConfigTree-fwd.h b/BaseLib/ConfigTree-fwd.h index 765b58409a6c351297349fc0b18794b6802caf63..c4ba0552828e2ab818cc5d2c004f3a3f0061563b 100644 --- a/BaseLib/ConfigTree-fwd.h +++ b/BaseLib/ConfigTree-fwd.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ConfigTree-impl.h b/BaseLib/ConfigTree-impl.h index ddf0ecf59391106fe8aa5655fc2c325050476633..d990e5962e9aec65638c8fe6621d33c631e5d319 100644 --- a/BaseLib/ConfigTree-impl.h +++ b/BaseLib/ConfigTree-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ConfigTree.cpp b/BaseLib/ConfigTree.cpp index d12e0f44ffa253e53861e60a7c29a099246c278f..faa829e5b8a70ca63071f600c3e4b1bb46cedd37 100644 --- a/BaseLib/ConfigTree.cpp +++ b/BaseLib/ConfigTree.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ConfigTree.h b/BaseLib/ConfigTree.h index cda81b323dc0c242f5b98a3de0c1946bc538765d..fff3525c9d0b29a1abc76d8e80775e3bb0e0d6d8 100644 --- a/BaseLib/ConfigTree.h +++ b/BaseLib/ConfigTree.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ConfigTreeUtil.cpp b/BaseLib/ConfigTreeUtil.cpp index 955b85d0dd54b537b21112f5da421d5aa0a52e9c..e63fc5e0619f4799f75e52ca802bd9cebc36f3d6 100644 --- a/BaseLib/ConfigTreeUtil.cpp +++ b/BaseLib/ConfigTreeUtil.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ConfigTreeUtil.h b/BaseLib/ConfigTreeUtil.h index ac0e78053491a574a84520d6b0eae67ae6ace107..82e3b9720908fb328e75b5d9e5d5617623e7640d 100644 --- a/BaseLib/ConfigTreeUtil.h +++ b/BaseLib/ConfigTreeUtil.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ContainerTools.h b/BaseLib/ContainerTools.h index 52aca7eef9de586d67bf8ecb2bb93adc778ca4eb..ae44e0e0aea33f5f3feafbc4dee1a75353ce163f 100644 --- a/BaseLib/ContainerTools.h +++ b/BaseLib/ContainerTools.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/DateTools.cpp b/BaseLib/DateTools.cpp index 30f01613da5614b6cbb5eb00e36be9051c267d36..6c80b15f1c0c907cd67eeb845df24541aceb8402 100644 --- a/BaseLib/DateTools.cpp +++ b/BaseLib/DateTools.cpp @@ -5,7 +5,7 @@ * \brief Implementation of date helper functions. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/DateTools.h b/BaseLib/DateTools.h index 66407fceb8ca3aa79e4197724be337a4b3d69d3d..9bdf477beac46704b435156f2867e19514df77e3 100644 --- a/BaseLib/DateTools.h +++ b/BaseLib/DateTools.h @@ -5,7 +5,7 @@ * \brief Definition of date helper functions. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/DisableFPE.h b/BaseLib/DisableFPE.h index 4379ee191e1a0cd6957dda9c3c6ad84b385a784b..69c310df4c6ea6df1aa5bdde65e8afaed5cf56a4 100644 --- a/BaseLib/DisableFPE.h +++ b/BaseLib/DisableFPE.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/Error.h b/BaseLib/Error.h index e80d840a028f80faf39d4250cd61a8fe1993db31..af267bbdde052677e5cb800dab19116743576e1e 100644 --- a/BaseLib/Error.h +++ b/BaseLib/Error.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ExportSymbol.h b/BaseLib/ExportSymbol.h index 2fb6e78401efaebe2289cf4e6b5631c796537c50..33fe5a8f9a2117e6f536b6cbdd95601f8ff9cad7 100644 --- a/BaseLib/ExportSymbol.h +++ b/BaseLib/ExportSymbol.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/FileTools.cpp b/BaseLib/FileTools.cpp index e0151615c6c58d0db2fe284ad4b62090657f1f6a..2085e41e09a40f995db52508d5330708f632b449 100644 --- a/BaseLib/FileTools.cpp +++ b/BaseLib/FileTools.cpp @@ -5,7 +5,7 @@ * \brief Filename manipulation routines implementation. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/FileTools.h b/BaseLib/FileTools.h index 6075fe3bff3cec2e90e756416c311c3da68641cd..63e5448c5d5334d8a88fd2f58ac984496511ec07 100644 --- a/BaseLib/FileTools.h +++ b/BaseLib/FileTools.h @@ -5,7 +5,7 @@ * \brief Filename manipulation routines. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/Histogram.cpp b/BaseLib/Histogram.cpp index 642e0afa0d36c2d8c2f7d8592b6fa358d6448bc3..cba20dc673e81ed908cb931feb266351a4eabadd 100644 --- a/BaseLib/Histogram.cpp +++ b/BaseLib/Histogram.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/Histogram.h b/BaseLib/Histogram.h index 92f13b0f5b119c8b57d09044e9bbc0221432f178..b6bc6497e7d3d2bcae43a17b531417da70c8472a 100644 --- a/BaseLib/Histogram.h +++ b/BaseLib/Histogram.h @@ -4,7 +4,7 @@ * \brief Implementation of Histogram class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/IO/Writer.cpp b/BaseLib/IO/Writer.cpp index c3da5b43695b8be931456a48f9b33084219700be..3296c6e5e2a70178210f2ed906596ddc07d3edb1 100644 --- a/BaseLib/IO/Writer.cpp +++ b/BaseLib/IO/Writer.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Writer class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/IO/Writer.h b/BaseLib/IO/Writer.h index 31e3f4390cee3567f343272991454cfe145d1abe..4d562efe567ca7168d492eb1ab3a25e4989db8a8 100644 --- a/BaseLib/IO/Writer.h +++ b/BaseLib/IO/Writer.h @@ -5,7 +5,7 @@ * \brief Definition of the Writer class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/IO/XmlIO/Qt/XMLQtInterface.cpp b/BaseLib/IO/XmlIO/Qt/XMLQtInterface.cpp index 84f84288d9a4d861368844eb6a51c5d61046c240..e12098271217aa9827c8608e9c72c5dad8098561 100644 --- a/BaseLib/IO/XmlIO/Qt/XMLQtInterface.cpp +++ b/BaseLib/IO/XmlIO/Qt/XMLQtInterface.cpp @@ -4,7 +4,7 @@ * \brief Base part of implementation of reading XML files using Qt stuff. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/IO/XmlIO/Qt/XMLQtInterface.h b/BaseLib/IO/XmlIO/Qt/XMLQtInterface.h index 64cc54ecf212a0d3b45b0682b4fa49d6104f7faa..f67c00a9ea49b9996a854743f071b82fc0296f18 100644 --- a/BaseLib/IO/XmlIO/Qt/XMLQtInterface.h +++ b/BaseLib/IO/XmlIO/Qt/XMLQtInterface.h @@ -3,7 +3,7 @@ * \date Oct 15, 2013 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/IO/XmlIO/XMLInterface.h b/BaseLib/IO/XmlIO/XMLInterface.h index 624b4acb19b24d77cc603bc7a1dee31bd8f1befd..77336948dc7168e2cd6ef4b571d2115709166f07 100644 --- a/BaseLib/IO/XmlIO/XMLInterface.h +++ b/BaseLib/IO/XmlIO/XMLInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the XMLInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/IO/readStringListFromFile.cpp b/BaseLib/IO/readStringListFromFile.cpp index 8c393cd32b967ddea22352173bc12e5b2e734922..51b9ac1e2eb6a457b04e82b0d4bb8747702a9180 100644 --- a/BaseLib/IO/readStringListFromFile.cpp +++ b/BaseLib/IO/readStringListFromFile.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/IO/readStringListFromFile.h b/BaseLib/IO/readStringListFromFile.h index d3f4f4acab8452e36e577535d762b3589b59c314..3c288c40cba38e1408ec186e45899337d577ec46 100644 --- a/BaseLib/IO/readStringListFromFile.h +++ b/BaseLib/IO/readStringListFromFile.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/Logging.cpp b/BaseLib/Logging.cpp index bc8b32e50c63982dd24f1a4e26a39c45f3d91a01..afb5aefc605656fc97daee7c9b2298da1cff9889 100644 --- a/BaseLib/Logging.cpp +++ b/BaseLib/Logging.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/Logging.h b/BaseLib/Logging.h index 9cebd9e034ccf58bfab925d45bd6dd45af4d9ad9..87b355fb399bfa00a59383c88a6168a016201f45 100644 --- a/BaseLib/Logging.h +++ b/BaseLib/Logging.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/MemWatch.cpp b/BaseLib/MemWatch.cpp index a1e1f110758c5b05a9a960f0889c303e122aaa15..f6371a6c3aaff5f61fbb0b887cc1807a5f9ce7bc 100644 --- a/BaseLib/MemWatch.cpp +++ b/BaseLib/MemWatch.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MemWatch class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/MemWatch.h b/BaseLib/MemWatch.h index 5dc2fdd199ca7ce0e37430dd330d5b5355e40d18..e9d61cb17cfd085a68e6fb064ba86c7ac26f5f6d 100644 --- a/BaseLib/MemWatch.h +++ b/BaseLib/MemWatch.h @@ -5,7 +5,7 @@ * \brief Definition of the MemWatch class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/PrjProcessing.cpp b/BaseLib/PrjProcessing.cpp index 3fa4f66c6419760025f24d0990a78b8a4fe5e6a7..38519579fca7d92f5538f7654bfb90db380a6126 100644 --- a/BaseLib/PrjProcessing.cpp +++ b/BaseLib/PrjProcessing.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/PrjProcessing.h b/BaseLib/PrjProcessing.h index 7625064e224b07dd30584476c80f64532929a2c4..c7bec138127f43e59b5f2df9597c9f51045d0bf6 100644 --- a/BaseLib/PrjProcessing.h +++ b/BaseLib/PrjProcessing.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/RunTime.h b/BaseLib/RunTime.h index ea0f5d3006a329f3af98024ca9d61aabf04a6336..d7ee25e42bb277e9c60c03d1e4c60038dbda5409 100644 --- a/BaseLib/RunTime.h +++ b/BaseLib/RunTime.h @@ -6,7 +6,7 @@ * \brief Definition of the RunTime class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/StringTools.cpp b/BaseLib/StringTools.cpp index e2ad93d1c040bcf9a05328b6612c2e1cd45a190d..ce5e22ffd5db749c8bb73e4613af33eaaff758fd 100644 --- a/BaseLib/StringTools.cpp +++ b/BaseLib/StringTools.cpp @@ -5,7 +5,7 @@ * \brief Implementation of string helper functions. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/StringTools.h b/BaseLib/StringTools.h index 7d564354f060ef1afa1ffc4e687a4dbfa51f839f..f8c7542fb61df217153c3b46bdc48481571309ba 100644 --- a/BaseLib/StringTools.h +++ b/BaseLib/StringTools.h @@ -5,7 +5,7 @@ * \brief Definition of string helper functions. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/StrongType.h b/BaseLib/StrongType.h index df3de0d2d66b339a584dcfc08910e92e3e1a8392..dc5bae771fee220a591ba1789a4444d9c4d2d68a 100644 --- a/BaseLib/StrongType.h +++ b/BaseLib/StrongType.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/Subdivision.cpp b/BaseLib/Subdivision.cpp index cf67124289caf7b5263f46c16c916684b7db8910..53cc0590e6ef6cb0fe4705ce8119495d51e563a0 100644 --- a/BaseLib/Subdivision.cpp +++ b/BaseLib/Subdivision.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/Subdivision.h b/BaseLib/Subdivision.h index b3902aff8993eef371ab9b57c1b200fc331f1ada..96468b815651c08e07d553dbae0f17126393e7ce 100644 --- a/BaseLib/Subdivision.h +++ b/BaseLib/Subdivision.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/TCLAPCustomOutput.h b/BaseLib/TCLAPCustomOutput.h index 98adc607e75411abfd2813a4fbb00c6e490ba829..62bd636c3428d9fc5e24ea458bebb85ede1f984f 100644 --- a/BaseLib/TCLAPCustomOutput.h +++ b/BaseLib/TCLAPCustomOutput.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/TMP.h b/BaseLib/TMP.h index f8f89d5405915f99afa3ca5b6fd12884f4547848..5be106a25641cfe17852ccd048cc37da42ee89be 100644 --- a/BaseLib/TMP.h +++ b/BaseLib/TMP.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ThreadException.h b/BaseLib/ThreadException.h index 95c8422456eff5638a8545fa33b4be595aec7271..a259d9a051a5ab10adfad88cb5577ef8091ee388 100644 --- a/BaseLib/ThreadException.h +++ b/BaseLib/ThreadException.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/TimeInterval.cpp b/BaseLib/TimeInterval.cpp index 4ed44e6e58219bdb9bf484f31fdbc86952aa126d..4ae8b71f0bee5d6a0593d96763b15de675c9519c 100644 --- a/BaseLib/TimeInterval.cpp +++ b/BaseLib/TimeInterval.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/TimeInterval.h b/BaseLib/TimeInterval.h index 66f8ac2d281a239a16a4b8e3a35c88f089b93c08..1a70a5370653707f01a8ba8ab26b70895b8832a9 100644 --- a/BaseLib/TimeInterval.h +++ b/BaseLib/TimeInterval.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/cpp23.h b/BaseLib/cpp23.h index a0f7ec19922f88e65c4e9d9715c26c046b59a0e9..277cfa41ba229db3ee50a0e4b2c1b31a57b095fb 100644 --- a/BaseLib/cpp23.h +++ b/BaseLib/cpp23.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/quicksort.h b/BaseLib/quicksort.h index 10860075cda9af94d8da9d5b3a5739a8f109c59c..a427e0a357967ceef55c8a70fa43ed64604ba17c 100644 --- a/BaseLib/quicksort.h +++ b/BaseLib/quicksort.h @@ -3,7 +3,7 @@ * \brief Definition of the quicksort function. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/ChemicalSolverInterface.h b/ChemistryLib/ChemicalSolverInterface.h index 6e60989ad96f9edfe68625fab7ceb60b446c1cc3..3b63559f5947051a5207e7a168f14c0d57ba46ce 100644 --- a/ChemistryLib/ChemicalSolverInterface.h +++ b/ChemistryLib/ChemicalSolverInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/ChemicalSolverType.h b/ChemistryLib/ChemicalSolverType.h index 0cc1f50c895dde3148955f0586674770e0a84e0a..7d1c86fb784f373b17cde9e85d8be133595a51b9 100644 --- a/ChemistryLib/ChemicalSolverType.h +++ b/ChemistryLib/ChemicalSolverType.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/Common/ChargeBalance.h b/ChemistryLib/Common/ChargeBalance.h index 203e33fe155e78a78181a33efbf693ee4107b08b..a3daf59dea384f038416ad5f4d3696e15eea7543 100644 --- a/ChemistryLib/Common/ChargeBalance.h +++ b/ChemistryLib/Common/ChargeBalance.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/Common/CreateChargeBalance.cpp b/ChemistryLib/Common/CreateChargeBalance.cpp index 25ad6311699c3954d7071a86a4e1948076f649c8..5b60e1607f392569097573e7dbd0b91537eb0a81 100644 --- a/ChemistryLib/Common/CreateChargeBalance.cpp +++ b/ChemistryLib/Common/CreateChargeBalance.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/Common/CreateChargeBalance.h b/ChemistryLib/Common/CreateChargeBalance.h index 1a289c99ba6701d95c36e55ebdf1a1112985dd50..dfb66d6a4c117f4fd751e85a95bd5cec11de744f 100644 --- a/ChemistryLib/Common/CreateChargeBalance.h +++ b/ChemistryLib/Common/CreateChargeBalance.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/Common/CreateReactionRate.cpp b/ChemistryLib/Common/CreateReactionRate.cpp index 7fe0de4c168acaf12cb5801bf36a1e51501a2173..bcc5b0323be0a9dce2819b61c8a988221cb5cf7d 100644 --- a/ChemistryLib/Common/CreateReactionRate.cpp +++ b/ChemistryLib/Common/CreateReactionRate.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/Common/CreateReactionRate.h b/ChemistryLib/Common/CreateReactionRate.h index 87410ca1cda5d986120c720e42d6d0832d2aeaf6..6d7f38e9fb55aa9eb7ec81c0ee57a22dc391bceb 100644 --- a/ChemistryLib/Common/CreateReactionRate.h +++ b/ChemistryLib/Common/CreateReactionRate.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/CreateChemicalSolverInterface.cpp b/ChemistryLib/CreateChemicalSolverInterface.cpp index 8ad2d0acc01bc295d681d6c247ec3336577daba9..3d92a0025f94f5c90345174b560b4c6887dbf089 100644 --- a/ChemistryLib/CreateChemicalSolverInterface.cpp +++ b/ChemistryLib/CreateChemicalSolverInterface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/CreateChemicalSolverInterface.h b/ChemistryLib/CreateChemicalSolverInterface.h index fd193de1ed27060737f25235357b512008fed50a..d42a9fbfb7fef5af14d840eefd3b350bfe0fd8bb 100644 --- a/ChemistryLib/CreateChemicalSolverInterface.h +++ b/ChemistryLib/CreateChemicalSolverInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIO.cpp b/ChemistryLib/PhreeqcIO.cpp index 115649588e04fb1abfde6f3a61305faddcd1cda9..b440455254648db8f90cc7a4b73bbc1382dcaca4 100644 --- a/ChemistryLib/PhreeqcIO.cpp +++ b/ChemistryLib/PhreeqcIO.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIO.h b/ChemistryLib/PhreeqcIO.h index a33e18acc470f8c6b77d54ee1d0ec60ee5d59bc4..a642a87afb012677993e091e340a1ef1ad00feaf 100644 --- a/ChemistryLib/PhreeqcIO.h +++ b/ChemistryLib/PhreeqcIO.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/AqueousSolution.cpp b/ChemistryLib/PhreeqcIOData/AqueousSolution.cpp index d7ba9b3ed74986e1ee7aafc250be6a4652a1113c..d1d241438daecd8da303fbfc527abe7d8f0058d1 100644 --- a/ChemistryLib/PhreeqcIOData/AqueousSolution.cpp +++ b/ChemistryLib/PhreeqcIOData/AqueousSolution.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/AqueousSolution.h b/ChemistryLib/PhreeqcIOData/AqueousSolution.h index 91d104bac89c124d660bb4cb9c4d42b599023247..a930ff11f4f83dfc1ee0eb7a56c6ad3258fc5e73 100644 --- a/ChemistryLib/PhreeqcIOData/AqueousSolution.h +++ b/ChemistryLib/PhreeqcIOData/AqueousSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/ChemicalSystem.cpp b/ChemistryLib/PhreeqcIOData/ChemicalSystem.cpp index bf038e63a4696685acee037ddd51f75ff7ee16ef..ee9e33538c18ad792e07102675cf3afae908b441 100644 --- a/ChemistryLib/PhreeqcIOData/ChemicalSystem.cpp +++ b/ChemistryLib/PhreeqcIOData/ChemicalSystem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/ChemicalSystem.h b/ChemistryLib/PhreeqcIOData/ChemicalSystem.h index 57192bf35c0e3d54ada76fabcefea5bd9e6b0223..2108647de5d5f30e73ec2bc434116ae572977a2b 100644 --- a/ChemistryLib/PhreeqcIOData/ChemicalSystem.h +++ b/ChemistryLib/PhreeqcIOData/ChemicalSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateAqueousSolution.cpp b/ChemistryLib/PhreeqcIOData/CreateAqueousSolution.cpp index 0863d739e7dc73281a48f1e1317fa873c721e842..83fc5f243f01fcf3e864128cebd4f520ad32688b 100644 --- a/ChemistryLib/PhreeqcIOData/CreateAqueousSolution.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateAqueousSolution.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateAqueousSolution.h b/ChemistryLib/PhreeqcIOData/CreateAqueousSolution.h index fd34db9ed182158761216c35dc99f04fc8d510f5..a6697e19f7d043f0cfbb106e5d45ef094dda8c6e 100644 --- a/ChemistryLib/PhreeqcIOData/CreateAqueousSolution.h +++ b/ChemistryLib/PhreeqcIOData/CreateAqueousSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateChemicalSystem.cpp b/ChemistryLib/PhreeqcIOData/CreateChemicalSystem.cpp index 05a8a95630d972a55bb9317693033708886984db..da316d5754411e420892eb1562d47f21af6b8a97 100644 --- a/ChemistryLib/PhreeqcIOData/CreateChemicalSystem.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateChemicalSystem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateChemicalSystem.h b/ChemistryLib/PhreeqcIOData/CreateChemicalSystem.h index 3c519440f4a578ef7e7abf6c040a3fd00ac42865..0d48620764e948b57e870fde7ec2fd353f817273 100644 --- a/ChemistryLib/PhreeqcIOData/CreateChemicalSystem.h +++ b/ChemistryLib/PhreeqcIOData/CreateChemicalSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateEquilibriumReactants.cpp b/ChemistryLib/PhreeqcIOData/CreateEquilibriumReactants.cpp index ae9b9f6ad66b1316b18e5c4582f2a06cd69b3a7d..066cfd6407c788d8788b0be4b338edb16c2afd56 100644 --- a/ChemistryLib/PhreeqcIOData/CreateEquilibriumReactants.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateEquilibriumReactants.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateEquilibriumReactants.h b/ChemistryLib/PhreeqcIOData/CreateEquilibriumReactants.h index 1c29417ec48f2709705eaf351347e7e4e200b5b1..cec1270488ee00d427c17f2827d1002604b8e63b 100644 --- a/ChemistryLib/PhreeqcIOData/CreateEquilibriumReactants.h +++ b/ChemistryLib/PhreeqcIOData/CreateEquilibriumReactants.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateExchange.cpp b/ChemistryLib/PhreeqcIOData/CreateExchange.cpp index 2c8ce5a360a27e28f64b09e11f87aca384453e8a..72a001683838e4494e630d0eb27f5e19cdd58a32 100644 --- a/ChemistryLib/PhreeqcIOData/CreateExchange.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateExchange.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateExchange.h b/ChemistryLib/PhreeqcIOData/CreateExchange.h index d3d6c1fc3cc2b282ab60c8c1bfb80dec067c257c..8cb9647e0d50c7c2bad693aff4853b8465a1c279 100644 --- a/ChemistryLib/PhreeqcIOData/CreateExchange.h +++ b/ChemistryLib/PhreeqcIOData/CreateExchange.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateKineticReactant.cpp b/ChemistryLib/PhreeqcIOData/CreateKineticReactant.cpp index 665275baf1176c386b555ab075458616417474f9..49c005f4989e58ec7a4c32dfff8fb73963de8e65 100644 --- a/ChemistryLib/PhreeqcIOData/CreateKineticReactant.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateKineticReactant.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateKineticReactant.h b/ChemistryLib/PhreeqcIOData/CreateKineticReactant.h index 992b8703845043b85bd274589fe5bb2e2a6ada77..30c59576873d1d43f4715fe2a809e799325866e3 100644 --- a/ChemistryLib/PhreeqcIOData/CreateKineticReactant.h +++ b/ChemistryLib/PhreeqcIOData/CreateKineticReactant.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateKnobs.cpp b/ChemistryLib/PhreeqcIOData/CreateKnobs.cpp index 4ac8a7dbc9bb0ec4f2457581c8c801866f4478e1..3111b6e1a0192eb5ec98c0bd1a560f67b03876ac 100644 --- a/ChemistryLib/PhreeqcIOData/CreateKnobs.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateKnobs.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateKnobs.h b/ChemistryLib/PhreeqcIOData/CreateKnobs.h index 9f5d0662df851007293cbea38a74cf7a27a8cd7c..efff3e98de8a0f9e1f155991ddbb6012d180b18c 100644 --- a/ChemistryLib/PhreeqcIOData/CreateKnobs.h +++ b/ChemistryLib/PhreeqcIOData/CreateKnobs.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateOutput.cpp b/ChemistryLib/PhreeqcIOData/CreateOutput.cpp index bdd7e3803918e802e65779babbc1b4b85eb87757..a5632573c9bf0932fa1ff38301d55edefe93829f 100644 --- a/ChemistryLib/PhreeqcIOData/CreateOutput.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateOutput.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateOutput.h b/ChemistryLib/PhreeqcIOData/CreateOutput.h index 07070f027b345d3038ea5ea11616e71d70a57427..ee873fe7293ebd30a77afff02163ba4e067118eb 100644 --- a/ChemistryLib/PhreeqcIOData/CreateOutput.h +++ b/ChemistryLib/PhreeqcIOData/CreateOutput.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateSolutionComponent.cpp b/ChemistryLib/PhreeqcIOData/CreateSolutionComponent.cpp index 42365545bf065aaffdeb5be524d91bd772793a6b..b96bd9a2c82665aed69230f9d9da74cd7dc022cd 100644 --- a/ChemistryLib/PhreeqcIOData/CreateSolutionComponent.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateSolutionComponent.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateSolutionComponent.h b/ChemistryLib/PhreeqcIOData/CreateSolutionComponent.h index 0f2ba4147a1bc0b197ad7fe98834c46467296734..33d3994720c44f95035ffab39be6012fb41988f3 100644 --- a/ChemistryLib/PhreeqcIOData/CreateSolutionComponent.h +++ b/ChemistryLib/PhreeqcIOData/CreateSolutionComponent.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateSurface.cpp b/ChemistryLib/PhreeqcIOData/CreateSurface.cpp index 698807dfb488189258ce011494cc68b9182f2153..c9edacbc681fed9e34356acc41d6b50a9b0d3b0b 100644 --- a/ChemistryLib/PhreeqcIOData/CreateSurface.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateSurface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateSurface.h b/ChemistryLib/PhreeqcIOData/CreateSurface.h index 20ac4e952afc13c0a3f8da2b5080df0c77bf95b3..ffc9a491d8ef87d58121abbc1261fcf60a75ed1d 100644 --- a/ChemistryLib/PhreeqcIOData/CreateSurface.h +++ b/ChemistryLib/PhreeqcIOData/CreateSurface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateUserPunch.cpp b/ChemistryLib/PhreeqcIOData/CreateUserPunch.cpp index 4d2c7c1a58d2620c5399ae28c4831ba1f2420a57..b107343b97416663609a6f2284cf81c82b0ff4be 100644 --- a/ChemistryLib/PhreeqcIOData/CreateUserPunch.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateUserPunch.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/CreateUserPunch.h b/ChemistryLib/PhreeqcIOData/CreateUserPunch.h index 6edde44a5802bf49e8d489d5769896c5a401ce9f..91e18379149dc6ca295f3762db188651e921fefb 100644 --- a/ChemistryLib/PhreeqcIOData/CreateUserPunch.h +++ b/ChemistryLib/PhreeqcIOData/CreateUserPunch.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/Dump.cpp b/ChemistryLib/PhreeqcIOData/Dump.cpp index 41c6ab974715355d88f4c43dbff67ac6c0b02801..b4f2d381ffc20defeef835ade69883ce852e6a49 100644 --- a/ChemistryLib/PhreeqcIOData/Dump.cpp +++ b/ChemistryLib/PhreeqcIOData/Dump.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/Dump.h b/ChemistryLib/PhreeqcIOData/Dump.h index c1bc35ab154d06298b036021585e2daca7375a60..e88f5821d2b4213ed906ec2608900f9547ec8bf3 100644 --- a/ChemistryLib/PhreeqcIOData/Dump.h +++ b/ChemistryLib/PhreeqcIOData/Dump.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/EquilibriumReactant.cpp b/ChemistryLib/PhreeqcIOData/EquilibriumReactant.cpp index 3e9e6ee0ca4f9acfa498c7ae6aa2f553144584c8..4fa2b6f4e56e61129043ba1f44e864cf2c09681a 100644 --- a/ChemistryLib/PhreeqcIOData/EquilibriumReactant.cpp +++ b/ChemistryLib/PhreeqcIOData/EquilibriumReactant.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/EquilibriumReactant.h b/ChemistryLib/PhreeqcIOData/EquilibriumReactant.h index 9a5de1f52d0f9239dce1902abd8a88cb8a601458..6ce444dd44ea9bda861003b860587be879d5a282 100644 --- a/ChemistryLib/PhreeqcIOData/EquilibriumReactant.h +++ b/ChemistryLib/PhreeqcIOData/EquilibriumReactant.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/Exchange.cpp b/ChemistryLib/PhreeqcIOData/Exchange.cpp index fc44e652c19ba8d2a18fcc0809aa5428cbcde9c7..bdadc03ebafb249ce8a7fa1af47f0b9fac78ac31 100644 --- a/ChemistryLib/PhreeqcIOData/Exchange.cpp +++ b/ChemistryLib/PhreeqcIOData/Exchange.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/Exchange.h b/ChemistryLib/PhreeqcIOData/Exchange.h index 746dac3353eec54ab26434a8d4058a2fbd8d18ba..724328d77a04489da493a07a516c700bca06236b 100644 --- a/ChemistryLib/PhreeqcIOData/Exchange.h +++ b/ChemistryLib/PhreeqcIOData/Exchange.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/KineticReactant.cpp b/ChemistryLib/PhreeqcIOData/KineticReactant.cpp index 6b9c0889c946f8c7beb180ef7038665d9f334002..a7942f8550c5934f44558d6b210ba590bb6e6b1d 100644 --- a/ChemistryLib/PhreeqcIOData/KineticReactant.cpp +++ b/ChemistryLib/PhreeqcIOData/KineticReactant.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/KineticReactant.h b/ChemistryLib/PhreeqcIOData/KineticReactant.h index 0fd1b03bb2aefe0e2ac409bec566879905f56ca7..7308698b48288db7182d654ecfe2cf4b19da14f0 100644 --- a/ChemistryLib/PhreeqcIOData/KineticReactant.h +++ b/ChemistryLib/PhreeqcIOData/KineticReactant.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/Knobs.cpp b/ChemistryLib/PhreeqcIOData/Knobs.cpp index 0a2a43f3497faedd5cceb6818e67f6423a4ff105..aa4f897de1e9b2b30c880284c94b62eaafb5a053 100644 --- a/ChemistryLib/PhreeqcIOData/Knobs.cpp +++ b/ChemistryLib/PhreeqcIOData/Knobs.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/Knobs.h b/ChemistryLib/PhreeqcIOData/Knobs.h index 09722caf78a7bfcaa9bea46f19e66dbeec917885..ac1703bd6259cd3691924cd1d8f0353dfe3ab157 100644 --- a/ChemistryLib/PhreeqcIOData/Knobs.h +++ b/ChemistryLib/PhreeqcIOData/Knobs.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/Output.cpp b/ChemistryLib/PhreeqcIOData/Output.cpp index 75084896efdb0f9feec8187886c9d7431068172f..ab4924b8b75b5696a035bc10f4cab3b189451476 100644 --- a/ChemistryLib/PhreeqcIOData/Output.cpp +++ b/ChemistryLib/PhreeqcIOData/Output.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/Output.h b/ChemistryLib/PhreeqcIOData/Output.h index 9ef9528e6a1df8a870e6d98d960743439e4be0db..691d3e8a4591fba010c719989aa9e118566be04f 100644 --- a/ChemistryLib/PhreeqcIOData/Output.h +++ b/ChemistryLib/PhreeqcIOData/Output.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/ReactionRate.cpp b/ChemistryLib/PhreeqcIOData/ReactionRate.cpp index 06231bd1d5ccf85112cdf7bd200e07a662f86af4..0ea7a5794b7a0cfa095ad43ac265fde8dfd180cc 100644 --- a/ChemistryLib/PhreeqcIOData/ReactionRate.cpp +++ b/ChemistryLib/PhreeqcIOData/ReactionRate.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/ReactionRate.h b/ChemistryLib/PhreeqcIOData/ReactionRate.h index dac2b0c419140e839dd7fe406d8341638f1effcb..20df78754e5023322de3e16b30b680c9cb51f42e 100644 --- a/ChemistryLib/PhreeqcIOData/ReactionRate.h +++ b/ChemistryLib/PhreeqcIOData/ReactionRate.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/Surface.h b/ChemistryLib/PhreeqcIOData/Surface.h index d29e77f271cb1bc48762de07f76ff068af16a1ad..40bcde476aa84e72688b5d743ffd4e2338bcdf01 100644 --- a/ChemistryLib/PhreeqcIOData/Surface.h +++ b/ChemistryLib/PhreeqcIOData/Surface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/UserPunch.cpp b/ChemistryLib/PhreeqcIOData/UserPunch.cpp index be6eefd82effe488f0cb4cf8573e38e5be099c59..be3e1fa885222584fb645a47e3c117311cd87d2a 100644 --- a/ChemistryLib/PhreeqcIOData/UserPunch.cpp +++ b/ChemistryLib/PhreeqcIOData/UserPunch.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcIOData/UserPunch.h b/ChemistryLib/PhreeqcIOData/UserPunch.h index 2214b511c5c14874c5c58c108956e972cb4b2823..4a4f6e68ee8035fd114731eb6edf729817e559c3 100644 --- a/ChemistryLib/PhreeqcIOData/UserPunch.h +++ b/ChemistryLib/PhreeqcIOData/UserPunch.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernel.cpp b/ChemistryLib/PhreeqcKernel.cpp index b269c854d67686d57351d3bf0876ae27faebf3c9..0da5c996f1b2c1f07760cc686da005e5e09a7e36 100644 --- a/ChemistryLib/PhreeqcKernel.cpp +++ b/ChemistryLib/PhreeqcKernel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernel.h b/ChemistryLib/PhreeqcKernel.h index c36deac0d1624430511311e8ef93b71dd9b2fa75..63f8a5493e32d53b2129781fecba782b3b6d5f7f 100644 --- a/ChemistryLib/PhreeqcKernel.h +++ b/ChemistryLib/PhreeqcKernel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/AqueousSolution.cpp b/ChemistryLib/PhreeqcKernelData/AqueousSolution.cpp index 0ea6420b7b7c483fba8328721b4b27d3208f4ab8..66fa5c39959649c4235f72813b3552371186ca05 100644 --- a/ChemistryLib/PhreeqcKernelData/AqueousSolution.cpp +++ b/ChemistryLib/PhreeqcKernelData/AqueousSolution.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/AqueousSolution.h b/ChemistryLib/PhreeqcKernelData/AqueousSolution.h index 09ea0145fc6e4244ecec2613ebc6ae0a88e26cb5..fa1b673f4f9a9c91a9ef0e4ffac6250ec03cc9aa 100644 --- a/ChemistryLib/PhreeqcKernelData/AqueousSolution.h +++ b/ChemistryLib/PhreeqcKernelData/AqueousSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/CreateAqueousSolution.cpp b/ChemistryLib/PhreeqcKernelData/CreateAqueousSolution.cpp index 2afd7290ab988d1ffd7eb76aab4e9b9fba1bd219..fdf167807c1023a35d34a855da2a1912ae73cfce 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateAqueousSolution.cpp +++ b/ChemistryLib/PhreeqcKernelData/CreateAqueousSolution.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/CreateAqueousSolution.h b/ChemistryLib/PhreeqcKernelData/CreateAqueousSolution.h index 8617906f6ebddd8f5ae63259b810db448700397a..3d25216f82c2bee812e901fb5d0c9e840496434d 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateAqueousSolution.h +++ b/ChemistryLib/PhreeqcKernelData/CreateAqueousSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/CreateEquilibriumReactants.cpp b/ChemistryLib/PhreeqcKernelData/CreateEquilibriumReactants.cpp index c1ec1fc63642d40cad3a06706b03a28ec43b1c94..c5a716b51486d1b93de5b23a129f80b544615083 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateEquilibriumReactants.cpp +++ b/ChemistryLib/PhreeqcKernelData/CreateEquilibriumReactants.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/CreateEquilibriumReactants.h b/ChemistryLib/PhreeqcKernelData/CreateEquilibriumReactants.h index 814847eef06169bf41b57269bf62c135c0b1f181..39fe14c89af5ebd85358f80b9bdd6e71a910a94e 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateEquilibriumReactants.h +++ b/ChemistryLib/PhreeqcKernelData/CreateEquilibriumReactants.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/CreateInitialAqueousSolution.cpp b/ChemistryLib/PhreeqcKernelData/CreateInitialAqueousSolution.cpp index b140f4f2f989475d367528704c39701b4c8ad6c2..e045bc2c2a61b6e2eb898ee8c955fcd3226bc47e 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateInitialAqueousSolution.cpp +++ b/ChemistryLib/PhreeqcKernelData/CreateInitialAqueousSolution.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/CreateInitialAqueousSolution.h b/ChemistryLib/PhreeqcKernelData/CreateInitialAqueousSolution.h index 874f5fc7655b751b6452368b93b7f46658681529..a1083670f662d53d80c7a20adecf4aa4129b7cfc 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateInitialAqueousSolution.h +++ b/ChemistryLib/PhreeqcKernelData/CreateInitialAqueousSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/CreateKineticReactant.cpp b/ChemistryLib/PhreeqcKernelData/CreateKineticReactant.cpp index 8a1ee4c640b5bc7abf612b230816634c1a36c841..68878a9b4d6449086ff39840fd0c1fd83e6d3c36 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateKineticReactant.cpp +++ b/ChemistryLib/PhreeqcKernelData/CreateKineticReactant.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/CreateKineticReactant.h b/ChemistryLib/PhreeqcKernelData/CreateKineticReactant.h index a251b97771e4453b07ca5475377372d645248f04..dc7d69160f2d2979deb9757bbc01434f6368b293 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateKineticReactant.h +++ b/ChemistryLib/PhreeqcKernelData/CreateKineticReactant.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/EquilibriumReactants.cpp b/ChemistryLib/PhreeqcKernelData/EquilibriumReactants.cpp index df4769f7c74d447fe22e648eb5f892e3e13b961e..49c3d6fa7eefcaafc1655acba7d185bc5a28cc0b 100644 --- a/ChemistryLib/PhreeqcKernelData/EquilibriumReactants.cpp +++ b/ChemistryLib/PhreeqcKernelData/EquilibriumReactants.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/EquilibriumReactants.h b/ChemistryLib/PhreeqcKernelData/EquilibriumReactants.h index 0a43d074a65faad03fc6920e4d3d74ab36c9fc7e..c1ced5882cfcb046c2e8b7f27c6be622ec2fbf94 100644 --- a/ChemistryLib/PhreeqcKernelData/EquilibriumReactants.h +++ b/ChemistryLib/PhreeqcKernelData/EquilibriumReactants.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/InitialAqueousSolution.cpp b/ChemistryLib/PhreeqcKernelData/InitialAqueousSolution.cpp index da7311a0b7f13985d25056951c9bbe69eb6992e8..1b1b93abe0f616df4185115e3a12d543a1368bf2 100644 --- a/ChemistryLib/PhreeqcKernelData/InitialAqueousSolution.cpp +++ b/ChemistryLib/PhreeqcKernelData/InitialAqueousSolution.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/InitialAqueousSolution.h b/ChemistryLib/PhreeqcKernelData/InitialAqueousSolution.h index 410af0dcee56318f93bba479600aafa1c161a1c0..400d20112dc437d38a57008b798d052921d1682f 100644 --- a/ChemistryLib/PhreeqcKernelData/InitialAqueousSolution.h +++ b/ChemistryLib/PhreeqcKernelData/InitialAqueousSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/KineticReactant.cpp b/ChemistryLib/PhreeqcKernelData/KineticReactant.cpp index 91b7b27696ec9cd2c0d76a4bfb916fe031807cb3..80194aec62d8228974e0e01c7012dd7ca294853d 100644 --- a/ChemistryLib/PhreeqcKernelData/KineticReactant.cpp +++ b/ChemistryLib/PhreeqcKernelData/KineticReactant.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/KineticReactant.h b/ChemistryLib/PhreeqcKernelData/KineticReactant.h index e8ebfed362e1172c27c6e977a6e47586e670d1a4..44df2c693072d764c7223f8e3b8c8f19d2a0717e 100644 --- a/ChemistryLib/PhreeqcKernelData/KineticReactant.h +++ b/ChemistryLib/PhreeqcKernelData/KineticReactant.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/ReactionRate.cpp b/ChemistryLib/PhreeqcKernelData/ReactionRate.cpp index c3f7a83329a33cacd9553c10bfac3b36ab7ab8a8..300a6704f14211a069b0706e661639f69a33bd48 100644 --- a/ChemistryLib/PhreeqcKernelData/ReactionRate.cpp +++ b/ChemistryLib/PhreeqcKernelData/ReactionRate.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/PhreeqcKernelData/ReactionRate.h b/ChemistryLib/PhreeqcKernelData/ReactionRate.h index 796dc6ec6db5bef9c0d76389b7cac3a2e02a8c6d..652fc10f06ea2555068cf2130a49f713b2a2de1d 100644 --- a/ChemistryLib/PhreeqcKernelData/ReactionRate.h +++ b/ChemistryLib/PhreeqcKernelData/ReactionRate.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/SelfContainedSolverData/ChemicalReaction.h b/ChemistryLib/SelfContainedSolverData/ChemicalReaction.h index 19a5e717de53523cfbbe29b6881a505c148763d3..91f7b5e87bf00d4c7b5fabf5006b19003f3cb668 100644 --- a/ChemistryLib/SelfContainedSolverData/ChemicalReaction.h +++ b/ChemistryLib/SelfContainedSolverData/ChemicalReaction.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/SelfContainedSolverData/CreateChemicalReactionData.cpp b/ChemistryLib/SelfContainedSolverData/CreateChemicalReactionData.cpp index 66a9f7d7c81e25ffd99e7e2e0942beb8303cbd3d..f1456127f1a66b9cbb846744ad9b1e680f5a58e5 100644 --- a/ChemistryLib/SelfContainedSolverData/CreateChemicalReactionData.cpp +++ b/ChemistryLib/SelfContainedSolverData/CreateChemicalReactionData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/SelfContainedSolverData/CreateChemicalReactionData.h b/ChemistryLib/SelfContainedSolverData/CreateChemicalReactionData.h index dfef2e7f25811f8573bbc212e0ce7c938a787c56..588aabb7bf84ee79506189f7b8037539b6e684e8 100644 --- a/ChemistryLib/SelfContainedSolverData/CreateChemicalReactionData.h +++ b/ChemistryLib/SelfContainedSolverData/CreateChemicalReactionData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ChemistryLib/SelfContainedSolverData/SelfContainedSolver.h b/ChemistryLib/SelfContainedSolverData/SelfContainedSolver.h index 6255d18a2284183a5a82429f8de236b39db537e0..2630443bbe98e394fd48727fa042ab53c771caa2 100644 --- a/ChemistryLib/SelfContainedSolverData/SelfContainedSolver.h +++ b/ChemistryLib/SelfContainedSolverData/SelfContainedSolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/AABB.h b/GeoLib/AABB.h index 2ea2d00be31f9856984493a185b4cec399937040..0aa20f637e1a8a443a1a454b68a633cc0a34aa95 100644 --- a/GeoLib/AABB.h +++ b/GeoLib/AABB.h @@ -5,7 +5,7 @@ * \brief Definition of the AABB class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/AnalyticalGeometry-impl.h b/GeoLib/AnalyticalGeometry-impl.h index da7b40eba249d0c269dad439c23ef6ab1e114969..25a303d1df454f625d7a6aead6bb741e10ca1a2c 100644 --- a/GeoLib/AnalyticalGeometry-impl.h +++ b/GeoLib/AnalyticalGeometry-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/AnalyticalGeometry.cpp b/GeoLib/AnalyticalGeometry.cpp index 6d96407b19ea37716815e91adba0dfe959cfc567..5adb8909c39cf1bed80b9e4b6c0e61cad3a14639 100644 --- a/GeoLib/AnalyticalGeometry.cpp +++ b/GeoLib/AnalyticalGeometry.cpp @@ -5,7 +5,7 @@ * \brief Implementation of analytical geometry functions. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/AnalyticalGeometry.h b/GeoLib/AnalyticalGeometry.h index 5d4b1f9284d041677fed5dae2f4b1d5f70adb403..2dfc73f23285984967ea4e65198aef2322d6b34b 100644 --- a/GeoLib/AnalyticalGeometry.h +++ b/GeoLib/AnalyticalGeometry.h @@ -5,7 +5,7 @@ * \brief Definition of analytical geometry functions. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/DuplicateGeometry.cpp b/GeoLib/DuplicateGeometry.cpp index c63578a853b7b55eeb684b4b94c28aff015cb919..75262007e5f5a31a2fe5178161cc1e5c05fd8f30 100644 --- a/GeoLib/DuplicateGeometry.cpp +++ b/GeoLib/DuplicateGeometry.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/DuplicateGeometry.h b/GeoLib/DuplicateGeometry.h index 1f5159c428fba25902d56fbf1c9e75fe38d5c2a6..4930634891bcbc379ab3abd800898c9cc15f3b38 100644 --- a/GeoLib/DuplicateGeometry.h +++ b/GeoLib/DuplicateGeometry.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/EarClippingTriangulation.cpp b/GeoLib/EarClippingTriangulation.cpp index 4da3fce4117a4199af2b78ecbeaa633923ac461c..da444c2c67622a530c33aae6e908de99d672e1b2 100644 --- a/GeoLib/EarClippingTriangulation.cpp +++ b/GeoLib/EarClippingTriangulation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the EarClippingTriangulation class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/EarClippingTriangulation.h b/GeoLib/EarClippingTriangulation.h index 7680319ca07b9567550a5d8da7ba43a8a2c40e13..73f5793481bf80a86000bcc288d1d6ade9a92aa7 100644 --- a/GeoLib/EarClippingTriangulation.h +++ b/GeoLib/EarClippingTriangulation.h @@ -5,7 +5,7 @@ * \brief Definition of the EarClippingTriangulation class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/GEOObjects.cpp b/GeoLib/GEOObjects.cpp index 4073331e9710886543b3ecc1cd31ed9d7cec9975..61d28b08e9f9d5797f627d4ef7a8803833982ebc 100644 --- a/GeoLib/GEOObjects.cpp +++ b/GeoLib/GEOObjects.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GEOObjects class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/GEOObjects.h b/GeoLib/GEOObjects.h index 2c06cca913e4c1c79eeea164c0b573a6eafdf8d2..b1c267c0e926d0461eee5da840a6cac2da4247ed 100644 --- a/GeoLib/GEOObjects.h +++ b/GeoLib/GEOObjects.h @@ -5,7 +5,7 @@ * \brief Definition of the GEOObjects class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/GeoObject.h b/GeoLib/GeoObject.h index 6ad0fc56208449f5cf36924b7d278c5bd9b9f43f..34c4936279920e1019d029654232cdeb7f41782d 100644 --- a/GeoLib/GeoObject.h +++ b/GeoLib/GeoObject.h @@ -6,7 +6,7 @@ * \ingroup GeoLib * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/GeoType.cpp b/GeoLib/GeoType.cpp index 671c11b026a3934f3a1d3508f045bff5797aadf4..7a60200df226fd4d730269754acb2c996e0b0c3d 100644 --- a/GeoLib/GeoType.cpp +++ b/GeoLib/GeoType.cpp @@ -5,7 +5,7 @@ * \brief Implementation of GEOTYPE enumeration helper functions. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/GeoType.h b/GeoLib/GeoType.h index d391fc34ee97335c985d4ff3b367fe18662189a4..3fc9d91eda0e3cc3eaf141854f6fcf465fc13091 100644 --- a/GeoLib/GeoType.h +++ b/GeoLib/GeoType.h @@ -5,7 +5,7 @@ * \brief Definition of the GEOTYPE enumeration. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Grid.h b/GeoLib/Grid.h index cf6a4b7f5d0cc171892499f8359e6d4b317e8832..d119ac3e87911eb7645ff097eb086674044569af 100644 --- a/GeoLib/Grid.h +++ b/GeoLib/Grid.h @@ -5,7 +5,7 @@ * \brief Definition of the Grid class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/IO/AsciiRasterInterface.cpp b/GeoLib/IO/AsciiRasterInterface.cpp index 1e30fae7a432d293572a66df6d42239089c356ac..d62ab96d451701bb3c79c6b6cf9c0e805aa63714 100644 --- a/GeoLib/IO/AsciiRasterInterface.cpp +++ b/GeoLib/IO/AsciiRasterInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the AsciiRasterInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/IO/AsciiRasterInterface.h b/GeoLib/IO/AsciiRasterInterface.h index c4a604fc48148b73af46eb8d89f40e6631120881..0dbe13512fe616e86499a5a881e3af888b8ad5c8 100644 --- a/GeoLib/IO/AsciiRasterInterface.h +++ b/GeoLib/IO/AsciiRasterInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the AsciiRasterInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/IO/NetCDFRasterReader.cpp b/GeoLib/IO/NetCDFRasterReader.cpp index ab5f28b27d1a497eb5c192347b0059230b5f5e6f..28e87338fee4ccf363b3932c9e65383fdfea23fe 100644 --- a/GeoLib/IO/NetCDFRasterReader.cpp +++ b/GeoLib/IO/NetCDFRasterReader.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/IO/NetCDFRasterReader.h b/GeoLib/IO/NetCDFRasterReader.h index 3db7cb97c654804c47db8f930540268964acbdee..a8f996a67a656333c9cd83392aeb85b943ec67c3 100644 --- a/GeoLib/IO/NetCDFRasterReader.h +++ b/GeoLib/IO/NetCDFRasterReader.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/IO/TINInterface.cpp b/GeoLib/IO/TINInterface.cpp index 368f0df1e536854c04eb7fef503a1449a67bbcd5..ecf1e9f8064bfd72175bb1a7a90e97de6945a753 100644 --- a/GeoLib/IO/TINInterface.cpp +++ b/GeoLib/IO/TINInterface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/IO/TINInterface.h b/GeoLib/IO/TINInterface.h index 00351b30e93f4f797d8aff710190a42d8b165935..46f0d3bbc2a280575744feeebfcd4d182d59a9e7 100644 --- a/GeoLib/IO/TINInterface.h +++ b/GeoLib/IO/TINInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp index b0bb296d0574f3a047ec3ab9db23fcfccbbfa05f..50f9ba703c601d1d80523fae95d9b4f30872b05d 100644 --- a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp +++ b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the BoostXmlGmlInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h index 429a2bd9b156fa04371490a7cb5e6b65d21c47e5..473ff43be382ac547973a74e489a6edc59f772d7 100644 --- a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h +++ b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the BoostXmlGmlInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/IO/XmlIO/Qt/XmlGmlInterface.cpp b/GeoLib/IO/XmlIO/Qt/XmlGmlInterface.cpp index 7716b49832509fc6a46e3497de8410e265c9447e..3320b39bd9251a047da419bc44c7b4e576a6919b 100644 --- a/GeoLib/IO/XmlIO/Qt/XmlGmlInterface.cpp +++ b/GeoLib/IO/XmlIO/Qt/XmlGmlInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the XmlGmlInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/IO/XmlIO/Qt/XmlGmlInterface.h b/GeoLib/IO/XmlIO/Qt/XmlGmlInterface.h index fca1bfd5fe2705bae2ead7b58951a4fe1ca5b4bb..bdadf946b00837514fba7b54bceca5373bfeba67 100644 --- a/GeoLib/IO/XmlIO/Qt/XmlGmlInterface.h +++ b/GeoLib/IO/XmlIO/Qt/XmlGmlInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the XmlGmlInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/IO/XmlIO/Qt/XmlStnInterface.cpp b/GeoLib/IO/XmlIO/Qt/XmlStnInterface.cpp index 65477387d6766edcb4fe55fcabb6e8069fb4269c..9a9151cce0eeb8546db50da71a5b5b4234930c40 100644 --- a/GeoLib/IO/XmlIO/Qt/XmlStnInterface.cpp +++ b/GeoLib/IO/XmlIO/Qt/XmlStnInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the XmlStnInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/IO/XmlIO/Qt/XmlStnInterface.h b/GeoLib/IO/XmlIO/Qt/XmlStnInterface.h index d4eebb8ddd31c4addde50be8adde39b3f6bc2610..3b34370bb499cddac2bfb72644fc4ebd8086b3d4 100644 --- a/GeoLib/IO/XmlIO/Qt/XmlStnInterface.h +++ b/GeoLib/IO/XmlIO/Qt/XmlStnInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the XmlStnInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/LineSegment.cpp b/GeoLib/LineSegment.cpp index 417ca0d3ccfb21a2fdb69f16c99b2c57e7cbc9b5..d55dcdabcfbc3bca33bef1599f13eaec77aca695 100644 --- a/GeoLib/LineSegment.cpp +++ b/GeoLib/LineSegment.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/LineSegment.h b/GeoLib/LineSegment.h index 2401410a378ad2305c80ee11dd94e7619789fa8f..618899351f7063f3a105749725ac98698ae8bd9d 100644 --- a/GeoLib/LineSegment.h +++ b/GeoLib/LineSegment.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/MinimalBoundingSphere.cpp b/GeoLib/MinimalBoundingSphere.cpp index d8a6cfab0de03f70997dedfe642b51ba5646d492..76fc255bf61c847b37ce60de7f14638bc39710b7 100644 --- a/GeoLib/MinimalBoundingSphere.cpp +++ b/GeoLib/MinimalBoundingSphere.cpp @@ -5,7 +5,7 @@ * \brief Calculation of a minimum bounding sphere for a vector of points. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/MinimalBoundingSphere.h b/GeoLib/MinimalBoundingSphere.h index c148db149c23019c8cc3b499768f1e92d23d87ef..8fcb2487c678438a798a97c91e46815390496ea3 100644 --- a/GeoLib/MinimalBoundingSphere.h +++ b/GeoLib/MinimalBoundingSphere.h @@ -5,7 +5,7 @@ * \brief Calculation of a minimum bounding sphere for a vector of points * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/OctTree-impl.h b/GeoLib/OctTree-impl.h index 686580c55d72c02a26ae007beec4505c3accaec7..96a51f6ef2e41c9273928c3f5a2506a778ec7b25 100644 --- a/GeoLib/OctTree-impl.h +++ b/GeoLib/OctTree-impl.h @@ -4,7 +4,7 @@ * \brief Implementation of the OctTree class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/OctTree.h b/GeoLib/OctTree.h index ff1f0c542724d2596183bb452fd9b25776ecbd72..89c5ad54435be619fbbe9900f90d0ac1e462b950 100644 --- a/GeoLib/OctTree.h +++ b/GeoLib/OctTree.h @@ -5,7 +5,7 @@ * \brief Implementation of the OctTree class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Point.h b/GeoLib/Point.h index edfce9a16055444330ad43731cf66d7941d86d82..a04f2e9d91b61052778af2c1aa81d136de262a27 100644 --- a/GeoLib/Point.h +++ b/GeoLib/Point.h @@ -5,7 +5,7 @@ * \brief Definition of the Point class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/PointVec.cpp b/GeoLib/PointVec.cpp index 8b7d155049364c22bfb4224be850664c73083bf9..130946f9ecc3794fb3ca328f65dfdcd330f50d10 100644 --- a/GeoLib/PointVec.cpp +++ b/GeoLib/PointVec.cpp @@ -3,7 +3,7 @@ * \brief Implementation of the PointVec class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/PointVec.h b/GeoLib/PointVec.h index 74a50d9a85434a3721f9380294a16244a4735225..6acd96ddb525dfeb7c6ab2b88240bef67f019836 100644 --- a/GeoLib/PointVec.h +++ b/GeoLib/PointVec.h @@ -5,7 +5,7 @@ * \brief Definition of the PointVec class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Polygon.cpp b/GeoLib/Polygon.cpp index d7569bd63c62d0d54af6854f4d1cabf8c49cd9a4..ab2616f1ab741acfab408b12733557044abbe4cf 100644 --- a/GeoLib/Polygon.cpp +++ b/GeoLib/Polygon.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Polygon class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Polygon.h b/GeoLib/Polygon.h index df50138981bc349b14a109ced2875dc35ddfab41..0a3035ecfe5932bd1c76402f2644020e5291975a 100644 --- a/GeoLib/Polygon.h +++ b/GeoLib/Polygon.h @@ -5,7 +5,7 @@ * \brief Definition of the Polygon class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/PolygonWithSegmentMarker.cpp b/GeoLib/PolygonWithSegmentMarker.cpp index c8af13ff2411803aa118ecfa0fcfe8a7f794d2e6..8166ad85b746a73450df5393daccaa4811aab646 100644 --- a/GeoLib/PolygonWithSegmentMarker.cpp +++ b/GeoLib/PolygonWithSegmentMarker.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/PolygonWithSegmentMarker.h b/GeoLib/PolygonWithSegmentMarker.h index 095e2a8d626cdb090d4458aa12d6a4c2d9d911ed..cef85c51c83c08c71584fc0bdb3047296a28d1b7 100644 --- a/GeoLib/PolygonWithSegmentMarker.h +++ b/GeoLib/PolygonWithSegmentMarker.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Polyline.cpp b/GeoLib/Polyline.cpp index a4ebcbc51ab211f396ff99eed09fd20ccf002f69..04e2d3a8edbd2bf5eade46d49533864f8a24f6bd 100644 --- a/GeoLib/Polyline.cpp +++ b/GeoLib/Polyline.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Polyline class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Polyline.h b/GeoLib/Polyline.h index 11d9cecb97ab7dc639d2f44c6a793e16a5428af2..2a84fb7bb3c179b7e0a2b471ac3c2b6bcc8707c1 100644 --- a/GeoLib/Polyline.h +++ b/GeoLib/Polyline.h @@ -5,7 +5,7 @@ * \brief Definition of the PolyLine class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/PolylineVec.h b/GeoLib/PolylineVec.h index f25dc6b7a2c1337f0886cce0b2b14aac0d233b31..5d491e80f701b3e40b94ac50c3565772fb2adb45 100644 --- a/GeoLib/PolylineVec.h +++ b/GeoLib/PolylineVec.h @@ -5,7 +5,7 @@ * \brief Definition of the PolylineVec class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/PolylineWithSegmentMarker.cpp b/GeoLib/PolylineWithSegmentMarker.cpp index 4d258001783758c84d4da547c23a530253efdd2f..22c52f5ae61a3f3bc425b3cba45745124e6888b5 100644 --- a/GeoLib/PolylineWithSegmentMarker.cpp +++ b/GeoLib/PolylineWithSegmentMarker.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the PolylineWithSegmentMarker class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/PolylineWithSegmentMarker.h b/GeoLib/PolylineWithSegmentMarker.h index 40e4bb1e4139ac93fe0ab3c0c19310b7bc9d29c5..87211f731ac848e72d94ce3e1f5111fabbba1c8b 100644 --- a/GeoLib/PolylineWithSegmentMarker.h +++ b/GeoLib/PolylineWithSegmentMarker.h @@ -5,7 +5,7 @@ * \brief Definition of the PolylineWithSegmentMarker class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/QuadTree.h b/GeoLib/QuadTree.h index 91345e9a8d132090525a1608f3194a9655e5cf91..2fd8684d12c4de494c28db54b8493482b03349e8 100644 --- a/GeoLib/QuadTree.h +++ b/GeoLib/QuadTree.h @@ -5,7 +5,7 @@ * \brief Definition of the QuadTree class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Raster.cpp b/GeoLib/Raster.cpp index daf62409d07a599ab228272b556d5e23806bd4f5..22db1de87e77da5450ee57d93fbacfc7ba8abc3a 100644 --- a/GeoLib/Raster.cpp +++ b/GeoLib/Raster.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GeoLib::Raster class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Raster.h b/GeoLib/Raster.h index 6234c0395ff6cf5508120cac4bce8a42275d939b..edc896d67ad4440be46299f5ea7cf37c8ae25f0d 100644 --- a/GeoLib/Raster.h +++ b/GeoLib/Raster.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoLib::Raster class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/SensorData.cpp b/GeoLib/SensorData.cpp index 0d351e78aee50fda4dae88f514d00c458034d382..984d2c4993cfc8f837fd0cf5e5211f7538464850 100644 --- a/GeoLib/SensorData.cpp +++ b/GeoLib/SensorData.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SensorData class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/SensorData.h b/GeoLib/SensorData.h index 60edce4babf8c4cc378f560233bde7ce10f78a64..02d7feeaa96634f75ef37950417cedd1074eb7be 100644 --- a/GeoLib/SensorData.h +++ b/GeoLib/SensorData.h @@ -5,7 +5,7 @@ * \brief Definition of the SensorData class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/SimplePolygonTree.cpp b/GeoLib/SimplePolygonTree.cpp index 7e125201792757e79b7f3346388bf944765160df..102ca18a7fb1c133e6ceb6549806ddb5296bd84e 100644 --- a/GeoLib/SimplePolygonTree.cpp +++ b/GeoLib/SimplePolygonTree.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SimplePolygonTree class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/SimplePolygonTree.h b/GeoLib/SimplePolygonTree.h index b58bae86a62607f72306ffbc525f52c431e63612..b59371546c1afc2acee5b170cd3307dc4a2eb2d6 100644 --- a/GeoLib/SimplePolygonTree.h +++ b/GeoLib/SimplePolygonTree.h @@ -5,7 +5,7 @@ * \brief Definition of the SimplePolygonTree class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Station.cpp b/GeoLib/Station.cpp index 8bdc51596bcc88918d7451f3384f0bd680bb8784..5364b98a768eacc68a297e82e6526c8b1909c567 100644 --- a/GeoLib/Station.cpp +++ b/GeoLib/Station.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Station class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Station.h b/GeoLib/Station.h index 470814898b327d43f3e9aae505defab09e973690..17d52a8fa4abb1b2b48ac511e4116c68cbd947e2 100644 --- a/GeoLib/Station.h +++ b/GeoLib/Station.h @@ -5,7 +5,7 @@ * \brief Definition of the Station class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/StationBorehole.cpp b/GeoLib/StationBorehole.cpp index ffec15fd2a729f01872750012d5efee65b242ff4..11161a9fc14754130d50e2ac865f11b4ef38e6a7 100644 --- a/GeoLib/StationBorehole.cpp +++ b/GeoLib/StationBorehole.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StationBorehole class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/StationBorehole.h b/GeoLib/StationBorehole.h index dba5d86e4533c595f7561902d950f106a1853cbc..49e0af315be4c572dbbcf479dc4c22b75667b336 100644 --- a/GeoLib/StationBorehole.h +++ b/GeoLib/StationBorehole.h @@ -5,7 +5,7 @@ * \brief Definition of the StationBorehole class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Surface.cpp b/GeoLib/Surface.cpp index 200aaf2dc395ec985f468bf4bd68495ecdcbd858..694c7029d84e20d9c5b80b3cf2ea97ad9c516d89 100644 --- a/GeoLib/Surface.cpp +++ b/GeoLib/Surface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Surface.h b/GeoLib/Surface.h index a61b5a0d5408f2d7561da650ee045589e8d1c646..bc6f87e9e02e265abdf89f7aa97271684ae9a240 100644 --- a/GeoLib/Surface.h +++ b/GeoLib/Surface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/SurfaceGrid.cpp b/GeoLib/SurfaceGrid.cpp index bb5c0f9403f28a26dffd58344c30039ea50aac9d..378dfe4fc8853a38d6086b51c997af99e69af6c1 100644 --- a/GeoLib/SurfaceGrid.cpp +++ b/GeoLib/SurfaceGrid.cpp @@ -4,7 +4,7 @@ * \brief Definition of the SurfaceGrid class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or */ diff --git a/GeoLib/SurfaceGrid.h b/GeoLib/SurfaceGrid.h index 078e3fa507606967ef88494de34d77a3d0413aa8..a33a7e3eb1c27225b02a200446d0f055d61c936a 100644 --- a/GeoLib/SurfaceGrid.h +++ b/GeoLib/SurfaceGrid.h @@ -4,7 +4,7 @@ * \brief Declaration of the SurfaceGrid class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/SurfaceVec.h b/GeoLib/SurfaceVec.h index fabb832224357c18906836ccd5ec92c4ca0db643..4b2cdc83b39a4395ed0ef108755f49856fbf2319 100644 --- a/GeoLib/SurfaceVec.h +++ b/GeoLib/SurfaceVec.h @@ -5,7 +5,7 @@ * \brief Definition of the SurfaceVec class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/TemplateVec.h b/GeoLib/TemplateVec.h index e7d417f27ce3756c23783483c1c797cf69092098..f69efe8421c3701f4aaf8c8d4c7c3bff0b39fbc7 100644 --- a/GeoLib/TemplateVec.h +++ b/GeoLib/TemplateVec.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoLib::TemplateVec class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Triangle.cpp b/GeoLib/Triangle.cpp index bda7b2a65e6becaf7f626001f7d97c80a837d0e7..9ae7179ac968cb3ad72b319f90bcceb4022d01a7 100644 --- a/GeoLib/Triangle.cpp +++ b/GeoLib/Triangle.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Triangle.h b/GeoLib/Triangle.h index 3f530b91ec6bdb42e40c1d2cb53c837de355c379..97e860086454929217febcb6e01a8c22781da8da 100644 --- a/GeoLib/Triangle.h +++ b/GeoLib/Triangle.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Utils.cpp b/GeoLib/Utils.cpp index 725df8e61e86829e29c6ac2517a68dd767219e68..0e25254d213044f3334f2d51fd1b5054d4011e1a 100644 --- a/GeoLib/Utils.cpp +++ b/GeoLib/Utils.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Utils.h b/GeoLib/Utils.h index 3ff57969fcdca98331359f1d3bf5715f68a48478..64c8bdacaad35e7049488d50ebf83a961ae665a1 100644 --- a/GeoLib/Utils.h +++ b/GeoLib/Utils.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InfoLib/CMakeInfo.cpp.in b/InfoLib/CMakeInfo.cpp.in index c60ed6031862f0c2aa6b885e432df4cbd3912a28..2a600268fc131b7d8742bbfb57587344cc967658 100644 --- a/InfoLib/CMakeInfo.cpp.in +++ b/InfoLib/CMakeInfo.cpp.in @@ -3,7 +3,7 @@ * \brief CMake information. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InfoLib/CMakeInfo.h b/InfoLib/CMakeInfo.h index 8cdf49f7c765aaae96dc8774335b60344823f857..db27c0236d07aa1226d49255d596c940d2f12c78 100644 --- a/InfoLib/CMakeInfo.h +++ b/InfoLib/CMakeInfo.h @@ -3,7 +3,7 @@ * \brief CMake information. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InfoLib/GitInfo.cpp.in b/InfoLib/GitInfo.cpp.in index d2168edc7defc09474b9e48ee1f7d985139ab5dd..e1dd7033f7048b23e926e8740698a956f41bfa0b 100644 --- a/InfoLib/GitInfo.cpp.in +++ b/InfoLib/GitInfo.cpp.in @@ -3,7 +3,7 @@ * \brief Git information. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InfoLib/GitInfo.h b/InfoLib/GitInfo.h index f434348c003f427383d2ed963dfdde868423cf6a..52f0534bd59cefa92171236eac036e8ace10f18e 100644 --- a/InfoLib/GitInfo.h +++ b/InfoLib/GitInfo.h @@ -3,7 +3,7 @@ * \brief Git information. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InfoLib/TestInfo.cpp.in b/InfoLib/TestInfo.cpp.in index e9e527bda1d925e37c460283031c88ddc051e599..29b349b2e2dad57575c8097165f60acfaaca53e6 100644 --- a/InfoLib/TestInfo.cpp.in +++ b/InfoLib/TestInfo.cpp.in @@ -3,7 +3,7 @@ * \brief Test information. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InfoLib/TestInfo.h b/InfoLib/TestInfo.h index 0136b3a0715a7500dbdcaa44603133b496ec2c58..30301e608be5a732834242817e6cb15c23698d61 100644 --- a/InfoLib/TestInfo.h +++ b/InfoLib/TestInfo.h @@ -3,7 +3,7 @@ * \brief Test information. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/LICENSE.txt b/LICENSE.txt index af014e9087430c4d2bd0cbb057334fa42b039910..6f1af38fbd78569df2b3aded6b84b10844138d91 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) +Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/MaterialLib/Adsorption/Adsorption.cpp b/MaterialLib/Adsorption/Adsorption.cpp index 9afd8d96f0922afd6c8ca115d27dbc2d932dc96a..e000806157ad17d5c8c78dfae872b09e41ac77e3 100644 --- a/MaterialLib/Adsorption/Adsorption.cpp +++ b/MaterialLib/Adsorption/Adsorption.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/Adsorption.h b/MaterialLib/Adsorption/Adsorption.h index a1701ecddef7de647a22daab4b6d9e3fe1065ead..af09675f10f4973518b207a8b4dd84393933032e 100644 --- a/MaterialLib/Adsorption/Adsorption.h +++ b/MaterialLib/Adsorption/Adsorption.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/Density100MPa.cpp b/MaterialLib/Adsorption/Density100MPa.cpp index cf442b2102567dad2c44caadbe630d9b5b8e1a69..c3db3a664dd6f03729a741813bdf7d8234540fa3 100644 --- a/MaterialLib/Adsorption/Density100MPa.cpp +++ b/MaterialLib/Adsorption/Density100MPa.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/Density100MPa.h b/MaterialLib/Adsorption/Density100MPa.h index 176fa61d175445f3ae3ca17c3978e862af8475fd..f9b7a265e249fe752df2a274fee86777de8f1880 100644 --- a/MaterialLib/Adsorption/Density100MPa.h +++ b/MaterialLib/Adsorption/Density100MPa.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityConst.cpp b/MaterialLib/Adsorption/DensityConst.cpp index f329dd8731d35aa64ffc8547161e6e94f31401f5..2ff5800f83f2a9f56c41cb536a958a85b2171351 100644 --- a/MaterialLib/Adsorption/DensityConst.cpp +++ b/MaterialLib/Adsorption/DensityConst.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityConst.h b/MaterialLib/Adsorption/DensityConst.h index 931421411d963c46e7b18edaaf9fee944e9d450d..53092e2cc3cc79d6a413dbf04546c6071dc2b279 100644 --- a/MaterialLib/Adsorption/DensityConst.h +++ b/MaterialLib/Adsorption/DensityConst.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityCook.cpp b/MaterialLib/Adsorption/DensityCook.cpp index 8672f11a03094d7d19944e568e830ee9528760b9..e699fcfa8febc2d45af49382eb66721e883ac407 100644 --- a/MaterialLib/Adsorption/DensityCook.cpp +++ b/MaterialLib/Adsorption/DensityCook.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityCook.h b/MaterialLib/Adsorption/DensityCook.h index 56768e00b25dbebd52403ed7872468df9e055f7b..6d5020d4e02de84bac05cd90250e259f11715483 100644 --- a/MaterialLib/Adsorption/DensityCook.h +++ b/MaterialLib/Adsorption/DensityCook.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityDubinin.cpp b/MaterialLib/Adsorption/DensityDubinin.cpp index 4c031da710bb49bfa86adc0498d5da09dc70f0d8..5f1fc5e6346b65b765a98d39d2a0a39b1166fec3 100644 --- a/MaterialLib/Adsorption/DensityDubinin.cpp +++ b/MaterialLib/Adsorption/DensityDubinin.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityDubinin.h b/MaterialLib/Adsorption/DensityDubinin.h index bf61d8caf969d2064ac1a468f4f84c431a2d013d..dc4659c3111cf32b155477f7ceaa1d9e1f92a87f 100644 --- a/MaterialLib/Adsorption/DensityDubinin.h +++ b/MaterialLib/Adsorption/DensityDubinin.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityHauer.cpp b/MaterialLib/Adsorption/DensityHauer.cpp index 6c89e78792bee3c23be79404c5c9e97d4e860016..2cb41be02b391d8f3d4c1208a51df06015429d01 100644 --- a/MaterialLib/Adsorption/DensityHauer.cpp +++ b/MaterialLib/Adsorption/DensityHauer.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityHauer.h b/MaterialLib/Adsorption/DensityHauer.h index 3b450a767dce4c03c6744b300520e3dcaeab0f33..0995292a77e5ff00ef5e9856a7110ec64be3f0d2 100644 --- a/MaterialLib/Adsorption/DensityHauer.h +++ b/MaterialLib/Adsorption/DensityHauer.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityLegacy.cpp b/MaterialLib/Adsorption/DensityLegacy.cpp index 9c2b6e4a541d2b06b75716324b26159ffc67fc6b..6eb98bf196df238c7c0b8a20889bcb182e608573 100644 --- a/MaterialLib/Adsorption/DensityLegacy.cpp +++ b/MaterialLib/Adsorption/DensityLegacy.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityLegacy.h b/MaterialLib/Adsorption/DensityLegacy.h index 018fc649b27ee3ced140b61854acd3b0026c75fd..b06aefd1b682789112ff9ef2e4c13949b8765bcc 100644 --- a/MaterialLib/Adsorption/DensityLegacy.h +++ b/MaterialLib/Adsorption/DensityLegacy.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityMette.cpp b/MaterialLib/Adsorption/DensityMette.cpp index c1a96c12db6dbbf3dd08636cf775fd5adc05855c..708acc0eb49693892a0f0f6d79875e2f269dcbbf 100644 --- a/MaterialLib/Adsorption/DensityMette.cpp +++ b/MaterialLib/Adsorption/DensityMette.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityMette.h b/MaterialLib/Adsorption/DensityMette.h index 69e0a547920199bbf59fb350131e3101df277051..c017cfc816f0bbe8fbd4cc1cf57c02a068b782e3 100644 --- a/MaterialLib/Adsorption/DensityMette.h +++ b/MaterialLib/Adsorption/DensityMette.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityNunez.cpp b/MaterialLib/Adsorption/DensityNunez.cpp index 029a65d0e72d828125cc457e860c1e2bf1dd7f90..7b388d2e21f2647aa93be6b18e1ae211ab207029 100644 --- a/MaterialLib/Adsorption/DensityNunez.cpp +++ b/MaterialLib/Adsorption/DensityNunez.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/DensityNunez.h b/MaterialLib/Adsorption/DensityNunez.h index 16145410ddd390b15e5fab5a1a84d6ad46063053..4692388dac48e617cd0b36c0ff6b97b08f08348f 100644 --- a/MaterialLib/Adsorption/DensityNunez.h +++ b/MaterialLib/Adsorption/DensityNunez.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/Reaction.cpp b/MaterialLib/Adsorption/Reaction.cpp index bd2c3777b9b0f1b66267511b5a81ed845609f834..6c981a7f4a5345fb76b3334e8f3d04aa344dedd1 100644 --- a/MaterialLib/Adsorption/Reaction.cpp +++ b/MaterialLib/Adsorption/Reaction.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/Reaction.h b/MaterialLib/Adsorption/Reaction.h index 8889f3a78f181e845797f2959ee96d2728c84803..afd19b88b3429b26daa33f928c70b741079fda94 100644 --- a/MaterialLib/Adsorption/Reaction.h +++ b/MaterialLib/Adsorption/Reaction.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/ReactionCaOH2.cpp b/MaterialLib/Adsorption/ReactionCaOH2.cpp index fb69fb5b380fedd5cd0786bcfe93b6b5fd8e391f..e48523d078eb59dc7ff2dfa1acd61c008ba61a5c 100644 --- a/MaterialLib/Adsorption/ReactionCaOH2.cpp +++ b/MaterialLib/Adsorption/ReactionCaOH2.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/ReactionCaOH2.h b/MaterialLib/Adsorption/ReactionCaOH2.h index f868522dfb514ec279a2e98aa7aaeef4d8883447..b4491e58bf1ed58d41c9a30545623925a757295c 100644 --- a/MaterialLib/Adsorption/ReactionCaOH2.h +++ b/MaterialLib/Adsorption/ReactionCaOH2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/ReactionInert.h b/MaterialLib/Adsorption/ReactionInert.h index 86179ad71a725e60ec66d3f78420708b6dd7859c..5a984fbadd04a282d89290d0d38c87408d9d2e8d 100644 --- a/MaterialLib/Adsorption/ReactionInert.h +++ b/MaterialLib/Adsorption/ReactionInert.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/ReactionSinusoidal.cpp b/MaterialLib/Adsorption/ReactionSinusoidal.cpp index 758e76f4faf6accdf5fd6e5ef0aca2be92d39805..5963ef2c4e8b134c634eda68cbb009c7d6a2b307 100644 --- a/MaterialLib/Adsorption/ReactionSinusoidal.cpp +++ b/MaterialLib/Adsorption/ReactionSinusoidal.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Adsorption/ReactionSinusoidal.h b/MaterialLib/Adsorption/ReactionSinusoidal.h index ecd0c9b1c3c0c1a9df40f753397ed3d86dc8fd9f..fb95acf014a47566528a2973822ae2a9bc5846f3 100644 --- a/MaterialLib/Adsorption/ReactionSinusoidal.h +++ b/MaterialLib/Adsorption/ReactionSinusoidal.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/ConstantFluidProperty.h b/MaterialLib/Fluid/ConstantFluidProperty.h index ec195ac9fa2cab7dfbdcb8d9d472f62bc5815157..9f119fc2e4e4d00a19392a137b37f4d767055dfc 100644 --- a/MaterialLib/Fluid/ConstantFluidProperty.h +++ b/MaterialLib/Fluid/ConstantFluidProperty.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/Density/CreateFluidDensityModel.cpp b/MaterialLib/Fluid/Density/CreateFluidDensityModel.cpp index 7467df3a564d5373e040983d1980d28733278919..abc0073b21d419b2e96e15e779be713d69fa65c8 100644 --- a/MaterialLib/Fluid/Density/CreateFluidDensityModel.cpp +++ b/MaterialLib/Fluid/Density/CreateFluidDensityModel.cpp @@ -3,7 +3,7 @@ \brief create an instance of a fluid density class. \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/Density/CreateFluidDensityModel.h b/MaterialLib/Fluid/Density/CreateFluidDensityModel.h index f101d75580372c8758c9b4ab9b07361725e642c1..5133b8b3c5395da2ce9a7878d53540e3d7d9f880 100644 --- a/MaterialLib/Fluid/Density/CreateFluidDensityModel.h +++ b/MaterialLib/Fluid/Density/CreateFluidDensityModel.h @@ -3,7 +3,7 @@ \brief create an instance of a fluid density class. \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/Density/IdealGasLaw.h b/MaterialLib/Fluid/Density/IdealGasLaw.h index 2ca02e5283cb6baffeea43406d75218af654eb7e..e50f48bc25ec7a024712ee349370bfea5f41f990 100644 --- a/MaterialLib/Fluid/Density/IdealGasLaw.h +++ b/MaterialLib/Fluid/Density/IdealGasLaw.h @@ -7,7 +7,7 @@ \date Jan 2015 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h b/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h index 694538d998925808e79211e4f3fc6e4b96ba010d..118331b9a1d1219f25fb1a450c7769ca8a452c97 100644 --- a/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h +++ b/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/Density/LinearConcentrationDependentDensity.h b/MaterialLib/Fluid/Density/LinearConcentrationDependentDensity.h index 053a822c6439f0ba30c53a9752a4a11051d02e56..e4ec42666d7f8424464265178fb2dd720b6aa08a 100644 --- a/MaterialLib/Fluid/Density/LinearConcentrationDependentDensity.h +++ b/MaterialLib/Fluid/Density/LinearConcentrationDependentDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h b/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h index 0883ea7b1d90d7933c54dd5fe48e9efdde804a3e..5efe9ad46739db88cc5ca0b736b8f2df64db246c 100644 --- a/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h +++ b/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/Density/LiquidDensity.h b/MaterialLib/Fluid/Density/LiquidDensity.h index aa3494028c2624d15d79a5935153245009bd9964..54e40df4cd36d06ee10b0978cef8afac6d9dab46 100644 --- a/MaterialLib/Fluid/Density/LiquidDensity.h +++ b/MaterialLib/Fluid/Density/LiquidDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp index 24ed2159659d5cf318f41be5b09881e0e88b96f7..90b11ce8f99344e4fe281915f6e3e8a0acdd6689 100644 --- a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp +++ b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h index 994180a8373890dbf66e42612d52a2d81faac741..a5f3e1e62f8200c80cc346d16c389ca86eecae43 100644 --- a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h +++ b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/FluidProperties/FluidProperties.h b/MaterialLib/Fluid/FluidProperties/FluidProperties.h index f540bde871e942cf8a4c576b36162367ed55c426..504cd5085bf148f411e918e0d6f1dcac193c66ab 100644 --- a/MaterialLib/Fluid/FluidProperties/FluidProperties.h +++ b/MaterialLib/Fluid/FluidProperties/FluidProperties.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp index f280f2b69fa76184d085f8a369f447aac9aec70e..0cea1db63671207d7a0b250b2660c56434cb3e10 100644 --- a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp +++ b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h index 0620572dce08dc2a98cea912e4d5d8e8d1e0165b..e3b301d84b627d674b76c188d3757f74b8bd8e4d 100644 --- a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h +++ b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h b/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h index 135e8736af0ff2d2ff2052174408e13639cdbb97..829d631bfbbf2212b797e11ab9210c4c7869ea4c 100644 --- a/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h +++ b/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/FluidProperty.h b/MaterialLib/Fluid/FluidProperty.h index 631525820f5846d9cec1135d3f9f11da5212ff3a..8e38cb6e44438002d8dfa94936234ac009b8ff8e 100644 --- a/MaterialLib/Fluid/FluidProperty.h +++ b/MaterialLib/Fluid/FluidProperty.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/FluidPropertyHeaders.h b/MaterialLib/Fluid/FluidPropertyHeaders.h index 07d146570cfc94d0f0b15a79f7e7f325c98395ea..fa2a218022069bb4bc10b934d085e976252bc0d1 100644 --- a/MaterialLib/Fluid/FluidPropertyHeaders.h +++ b/MaterialLib/Fluid/FluidPropertyHeaders.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp index ca34154a4f57774c3961341786e7fefbb2098d55..738a37674828e8aac001b636928e0b4326a2776a 100644 --- a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp +++ b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp @@ -3,7 +3,7 @@ * \brief Define members of the class for dimensionless Gibbs free energy. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h index 8b033d134455a98a996378e9c26b2ead2449fc7a..4b68d6eca85847afd1c5cc51616156cd4f1e66c6 100644 --- a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h +++ b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h @@ -3,7 +3,7 @@ * \brief Declare a class for dimensionless Gibbs free energy, region1. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionlessGibbsFreeEnergyRegion2.cpp b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionlessGibbsFreeEnergyRegion2.cpp index a5ae1027007146e879f1f84ae857209d054e9346..674f3127346ca0a12a2727fd646a4b8e4693a6fb 100644 --- a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionlessGibbsFreeEnergyRegion2.cpp +++ b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionlessGibbsFreeEnergyRegion2.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Communty (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Communty (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionlessGibbsFreeEnergyRegion2.h b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionlessGibbsFreeEnergyRegion2.h index ff8263ad9a656c3a2eca8069411999898903c078..0c8ef4cabe379865e266e3b806c83add5c36b19b 100644 --- a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionlessGibbsFreeEnergyRegion2.h +++ b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionlessGibbsFreeEnergyRegion2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Communty (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Communty (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/PropertyVariableType.h b/MaterialLib/Fluid/PropertyVariableType.h index 1debc8b0d14aff224144fcaf1fe23c3429e9f823..c17679cb1e8183365c681e253ce34947f117f6a1 100644 --- a/MaterialLib/Fluid/PropertyVariableType.h +++ b/MaterialLib/Fluid/PropertyVariableType.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp index 5278347e0d6f60c64b7443a771ba8f96fd8655a9..9b06122d18c11e6d89501e4c5a201e872c90bfb7 100644 --- a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp +++ b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp @@ -3,7 +3,7 @@ * \brief A function for creating a specific heat capacity model for fluid * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h index 94864e9aeb0e4240ff01ad373778bd4ac08b1dca..c0c2accb9bf9fb3609e91093c8745fb1e652ecf7 100644 --- a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h +++ b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h @@ -3,7 +3,7 @@ * \brief A function for creating a specific heat capacity model for fluid * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp index 52f444a7d482e06845569d0254a52c809c02066d..48ff1491171e22e61ce0a6d84882bfadc86c7481 100644 --- a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp +++ b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp @@ -3,7 +3,7 @@ * \brief A function for creating a thermal conductivity model for fluid * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h index e4399c55bc020917479ae9c50c1f854048e8b2f2..8615020ed0c7f1892fd0b6fc0c91282deb0987ca 100644 --- a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h +++ b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h @@ -3,7 +3,7 @@ * \brief A function for creating a thermal conductivity model for fluid * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp index 260a3d6272afc4c6a30fb6406ea67d712589ea9a..2d7aad443af61d69cd10118f7b6822ed0d53e07a 100644 --- a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp +++ b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp @@ -3,7 +3,7 @@ * \brief A function for creating viscosity model * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h index e55959439e30061e65a9351d6228efa63ec39e88..53e4940ddbac7fd7776b3cc93a7f9044e8dee11c 100644 --- a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h +++ b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h @@ -3,7 +3,7 @@ * \brief A function for creating viscosity model * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h b/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h index bf47d474ebd4f936e1fa6994d0eb7bf194a8ab54..2b8728d09782ecbc6372d4743248a23bcb733c42 100644 --- a/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h +++ b/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h @@ -3,7 +3,7 @@ * \brief Declaration of class for the pressure dependent viscosity model. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h b/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h index 66a58323dc12cae6f189b871eed186f8fa0b818d..63ddca85700380fa3c7439f8f8041bf66f07a9a0 100644 --- a/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h +++ b/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h @@ -3,7 +3,7 @@ * \brief A linear temperature dependent viscosity model. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h b/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h index 7fda8cd38e170bd8167ce4725d7510f80ccad030..b88bd464c121604dccfcc430d6e0f077b8399ac6 100644 --- a/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h +++ b/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h @@ -3,7 +3,7 @@ * \brief Declaration of class for the pressure dependent viscosity model. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp index 3f0b0f3cc4172c0347b5d261eb4c2ee9d2df5506..7523fe135d77b14c42cf3b81031e0ebb307d5dcf 100644 --- a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp +++ b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h index 09276c7d2ba6293a3c9738657f9b72c762b6de2e..da78a034ffd5ffb7be62291df08f58849acc34f4 100644 --- a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h +++ b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/CohesiveZoneModeI.cpp b/MaterialLib/FractureModels/CohesiveZoneModeI.cpp index f2aa4bd2878aa92ebd882d9952527bcb420b44e0..2d38aefdec643531fa79c3470d5656a50325b6a5 100644 --- a/MaterialLib/FractureModels/CohesiveZoneModeI.cpp +++ b/MaterialLib/FractureModels/CohesiveZoneModeI.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/CohesiveZoneModeI.h b/MaterialLib/FractureModels/CohesiveZoneModeI.h index bdbccec994e941b3b29943a415321edde7c4f93c..7f1f1fa427a15bae3386262806d9404ab4818ea7 100644 --- a/MaterialLib/FractureModels/CohesiveZoneModeI.h +++ b/MaterialLib/FractureModels/CohesiveZoneModeI.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/Coulomb.cpp b/MaterialLib/FractureModels/Coulomb.cpp index 99b918b4f7f2fdf7e9b6a8e7427ad767c2ccae91..7afad4a60a577d4c6705c922a0a63047a6e79007 100644 --- a/MaterialLib/FractureModels/Coulomb.cpp +++ b/MaterialLib/FractureModels/Coulomb.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/Coulomb.h b/MaterialLib/FractureModels/Coulomb.h index d0e46c51a1a9bb60c8d1098a50da53610f047a10..5743baacc3ebbb3d9314c7e011c0be871e191e01 100644 --- a/MaterialLib/FractureModels/Coulomb.h +++ b/MaterialLib/FractureModels/Coulomb.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/CreateCohesiveZoneModeI.cpp b/MaterialLib/FractureModels/CreateCohesiveZoneModeI.cpp index bac5c94996526ef8a5007608c0b4bf453191ed39..ed67df928543c9c7f1b50de175ecdbd615bcce53 100644 --- a/MaterialLib/FractureModels/CreateCohesiveZoneModeI.cpp +++ b/MaterialLib/FractureModels/CreateCohesiveZoneModeI.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/CreateCohesiveZoneModeI.h b/MaterialLib/FractureModels/CreateCohesiveZoneModeI.h index d21f3f301d5c85e75d51969a824829f8d9f8028c..2b536b7820cb337e7c8bc228445740046e4c32ba 100644 --- a/MaterialLib/FractureModels/CreateCohesiveZoneModeI.h +++ b/MaterialLib/FractureModels/CreateCohesiveZoneModeI.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/CreateCoulomb.cpp b/MaterialLib/FractureModels/CreateCoulomb.cpp index 3233ef9e68c386c91db446d0920fe84b9bba5d93..b73670c11b80e68e7d01540eb3de8e0d76059109 100644 --- a/MaterialLib/FractureModels/CreateCoulomb.cpp +++ b/MaterialLib/FractureModels/CreateCoulomb.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/CreateCoulomb.h b/MaterialLib/FractureModels/CreateCoulomb.h index f1e8e364a3312505a2bde157b976c67fe80923fc..ce0706831daf3a8c39ee259c91200189d804ee4f 100644 --- a/MaterialLib/FractureModels/CreateCoulomb.h +++ b/MaterialLib/FractureModels/CreateCoulomb.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/CreateLinearElasticIsotropic.cpp b/MaterialLib/FractureModels/CreateLinearElasticIsotropic.cpp index 8bd777a47ec3be3273f25e0d4ba2f511d309a0cd..8a2fe080cb9b68e9cfecebae7bc549e32a1ef2e5 100644 --- a/MaterialLib/FractureModels/CreateLinearElasticIsotropic.cpp +++ b/MaterialLib/FractureModels/CreateLinearElasticIsotropic.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/CreateLinearElasticIsotropic.h b/MaterialLib/FractureModels/CreateLinearElasticIsotropic.h index 8c9640cd8139cbfb1e820ed4124e9037c456c313..8e754318e7c50f3eaac8b5354302439b5b438a8c 100644 --- a/MaterialLib/FractureModels/CreateLinearElasticIsotropic.h +++ b/MaterialLib/FractureModels/CreateLinearElasticIsotropic.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/FractureIdentity2.cpp b/MaterialLib/FractureModels/FractureIdentity2.cpp index 216cb8aaa1563d76ed5aa056fb61fc40a5b5cc15..753ef6f934fc627db95bdcedf35ec49daefb5c80 100644 --- a/MaterialLib/FractureModels/FractureIdentity2.cpp +++ b/MaterialLib/FractureModels/FractureIdentity2.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/FractureIdentity2.h b/MaterialLib/FractureModels/FractureIdentity2.h index f16832a5a0464e7cfe1cc50f1470b71239c22c56..aa5526e1c682bfdb4ded0869b0daf7cd07691c31 100644 --- a/MaterialLib/FractureModels/FractureIdentity2.h +++ b/MaterialLib/FractureModels/FractureIdentity2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/FractureModelBase.h b/MaterialLib/FractureModels/FractureModelBase.h index 4db472835d7d441c34ad4f793b8ff5e6d16a5794..8a6792dd0bea8fbd8a5dd8f8f8d7fef87e9701df 100644 --- a/MaterialLib/FractureModels/FractureModelBase.h +++ b/MaterialLib/FractureModels/FractureModelBase.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/LinearElasticIsotropic.cpp b/MaterialLib/FractureModels/LinearElasticIsotropic.cpp index 05f16975ec0301721a105088cbb348fff18f71cc..5e41f62c9ccff4e5efef5c80674e0a2cc0b9e1ac 100644 --- a/MaterialLib/FractureModels/LinearElasticIsotropic.cpp +++ b/MaterialLib/FractureModels/LinearElasticIsotropic.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/LinearElasticIsotropic.h b/MaterialLib/FractureModels/LinearElasticIsotropic.h index d1ca5891f3d408cc3f2a5b649bc87a07b7be9e63..6804a16ae8949a6c59a83345583d761b014f7807 100644 --- a/MaterialLib/FractureModels/LinearElasticIsotropic.h +++ b/MaterialLib/FractureModels/LinearElasticIsotropic.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/LogPenalty.h b/MaterialLib/FractureModels/LogPenalty.h index d77d8a2001011195136707563b04e36f8165cfa1..74a0554df07cec6330e03bad71a30f4b3b1045df 100644 --- a/MaterialLib/FractureModels/LogPenalty.h +++ b/MaterialLib/FractureModels/LogPenalty.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/Permeability/ConstantPermeability.cpp b/MaterialLib/FractureModels/Permeability/ConstantPermeability.cpp index 5103fa12b21a1263f001d4d122c50a1aa18a909d..42ebdb44ed35f23a19c48292d3b94d7deb7fc453 100644 --- a/MaterialLib/FractureModels/Permeability/ConstantPermeability.cpp +++ b/MaterialLib/FractureModels/Permeability/ConstantPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/Permeability/ConstantPermeability.h b/MaterialLib/FractureModels/Permeability/ConstantPermeability.h index 7493641bf73f0c926bc071cbd089d53eb3ffcc06..3a8ef704fe976b4d2bb2ab8c993b078e6191014e 100644 --- a/MaterialLib/FractureModels/Permeability/ConstantPermeability.h +++ b/MaterialLib/FractureModels/Permeability/ConstantPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.cpp b/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.cpp index 2e806729bf2d6b82d26dd4cd757b4b7162b5f8bd..23c7da08b4ecb69367a825b2d561e3176cf3b1a6 100644 --- a/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.cpp +++ b/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.h b/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.h index 0ed454348b2dc49297ca7bc51d9bc1048d7101a5..c1b1c027db21b318230e3a17dd57ba1655cc1432 100644 --- a/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.h +++ b/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/Permeability/CreateCubicLaw.cpp b/MaterialLib/FractureModels/Permeability/CreateCubicLaw.cpp index b416bd49fab5749bf3b3d6bb0bc2f24b53bd52f4..99dff579ab6acdd23386f96a04949cfc18662bfe 100644 --- a/MaterialLib/FractureModels/Permeability/CreateCubicLaw.cpp +++ b/MaterialLib/FractureModels/Permeability/CreateCubicLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/Permeability/CreateCubicLaw.h b/MaterialLib/FractureModels/Permeability/CreateCubicLaw.h index 2f607a97851a1a26d2773c18dceca91e10ac37aa..840c15c0944d330e5ec106a7998b4572a877e313 100644 --- a/MaterialLib/FractureModels/Permeability/CreateCubicLaw.h +++ b/MaterialLib/FractureModels/Permeability/CreateCubicLaw.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.cpp b/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.cpp index 0dcde647cdd0fc4e775bb4b93fc18b8623071f24..de93dddd349956ad3743b0fb6e2387a08b8dbd3e 100644 --- a/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.cpp +++ b/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.h b/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.h index f38cbd67b185ceefde8c600d868efa8d60804cb6..47e0006d3e6f6330ec5606f741ed94c1476cb32a 100644 --- a/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.h +++ b/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/Permeability/CubicLaw.cpp b/MaterialLib/FractureModels/Permeability/CubicLaw.cpp index 896de2952a4fea6527accda7c5136c403a4ffe25..0d77861429d77af54bebbfe91190217d8b6c40d7 100644 --- a/MaterialLib/FractureModels/Permeability/CubicLaw.cpp +++ b/MaterialLib/FractureModels/Permeability/CubicLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/Permeability/CubicLaw.h b/MaterialLib/FractureModels/Permeability/CubicLaw.h index b9e90f41df7c7f5026dc7c0448618893e18157d0..c333126590bdac1817fd6891da421a95e3dbdf35 100644 --- a/MaterialLib/FractureModels/Permeability/CubicLaw.h +++ b/MaterialLib/FractureModels/Permeability/CubicLaw.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/FractureModels/Permeability/Permeability.h b/MaterialLib/FractureModels/Permeability/Permeability.h index 13ca41e12bb618347ff78e1b2879eef114c00711..226041066869504c082cfba4336def6004b420ff 100644 --- a/MaterialLib/FractureModels/Permeability/Permeability.h +++ b/MaterialLib/FractureModels/Permeability/Permeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/CheckMaterialSpatialDistributionMap.h b/MaterialLib/MPL/CheckMaterialSpatialDistributionMap.h index 28ad06b6ad636392677255157b8bcf57dc9a0520..e10c98fbce9f20e228746b622158cb63f7577c34 100644 --- a/MaterialLib/MPL/CheckMaterialSpatialDistributionMap.h +++ b/MaterialLib/MPL/CheckMaterialSpatialDistributionMap.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Component.cpp b/MaterialLib/MPL/Component.cpp index f8b2852efdeb5d80cd3af7e4481409ae7a4bab7b..fa435811f16a3b3172d06d89a8b99173967bd3bc 100644 --- a/MaterialLib/MPL/Component.cpp +++ b/MaterialLib/MPL/Component.cpp @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Component.h b/MaterialLib/MPL/Component.h index 1e7ab553d2a7129f8d2494fb38043e427ef96919..3cb22ac5c887972b304ab636a8515f3db1449448 100644 --- a/MaterialLib/MPL/Component.h +++ b/MaterialLib/MPL/Component.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Components/Components.h b/MaterialLib/MPL/Components/Components.h index ebb1d16e077341b832d33102b62f29b11ca6c596..310091008562051986b057ccdaf04277747d212f 100644 --- a/MaterialLib/MPL/Components/Components.h +++ b/MaterialLib/MPL/Components/Components.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Components/Water.cpp b/MaterialLib/MPL/Components/Water.cpp index 06342283bb0c0fb22b1a9067918c3c9a5130996e..04405c1a12922afaaf2722849758a674c8953971 100644 --- a/MaterialLib/MPL/Components/Water.cpp +++ b/MaterialLib/MPL/Components/Water.cpp @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Components/Water.h b/MaterialLib/MPL/Components/Water.h index 6fbea49bc4493a664ad73427d7974fe8cfda7c93..3818a6244a26ee2865124ce82080e5361851564c 100644 --- a/MaterialLib/MPL/Components/Water.h +++ b/MaterialLib/MPL/Components/Water.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/CreateComponent.cpp b/MaterialLib/MPL/CreateComponent.cpp index db89d9d8f047f6e7c01ec4b9604ebe2f1b0dd034..0dca15f35881e0af7ecedd9aa8cad3a3b79e203b 100644 --- a/MaterialLib/MPL/CreateComponent.cpp +++ b/MaterialLib/MPL/CreateComponent.cpp @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/CreateComponent.h b/MaterialLib/MPL/CreateComponent.h index adb52ca2dbe97de2a97f75013f78703b6436782e..3ccdd9a356f07a970731db6401efbcbaa42c3c9b 100644 --- a/MaterialLib/MPL/CreateComponent.h +++ b/MaterialLib/MPL/CreateComponent.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.cpp b/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.cpp index afa6cd7f8b0c05e4ce4cbbfb9ca8d4edcdae73e0..98b3755f8d9df4717072a0ff8dc40d49861a5450 100644 --- a/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.cpp +++ b/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.cpp @@ -3,7 +3,7 @@ * \date Nov 28, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.h b/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.h index 9f946d4b2a41d9af2b4045be2cb596afd70efdaa..dfb576cc55f1aa9b3da7be02b9ec63e4daf5a683 100644 --- a/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.h +++ b/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.h @@ -3,7 +3,7 @@ * \date Nov 28, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/CreateMedium.cpp b/MaterialLib/MPL/CreateMedium.cpp index 19b49a7c243ef31cae107eb67d92aadd3ee63cd7..f2befcee544428955345a77404f0b5e2bed96d57 100644 --- a/MaterialLib/MPL/CreateMedium.cpp +++ b/MaterialLib/MPL/CreateMedium.cpp @@ -4,7 +4,7 @@ * \date 07.09.2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/CreateMedium.h b/MaterialLib/MPL/CreateMedium.h index ef168d6f595996cfa30733ffb7c43cfefbcebb3b..a620e29bb2ea78d76a3885ec91bb0db2472a4040 100644 --- a/MaterialLib/MPL/CreateMedium.h +++ b/MaterialLib/MPL/CreateMedium.h @@ -4,7 +4,7 @@ * \date 07.09.2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/CreatePhase.cpp b/MaterialLib/MPL/CreatePhase.cpp index 805ba67c1e248650095236cf502372ed38b5f460..01fe9b2ab8f2a271d4897247df796cc688e9c951 100644 --- a/MaterialLib/MPL/CreatePhase.cpp +++ b/MaterialLib/MPL/CreatePhase.cpp @@ -4,7 +4,7 @@ * \date 07.09.2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/CreatePhase.h b/MaterialLib/MPL/CreatePhase.h index c373a4bf045f58d249ffeb6f984040df5307ba37..f4ae35bd755fa3b9589c3620ed2575680e6ee6ad 100644 --- a/MaterialLib/MPL/CreatePhase.h +++ b/MaterialLib/MPL/CreatePhase.h @@ -4,7 +4,7 @@ * \date 07.09.2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/CreateProperty.cpp b/MaterialLib/MPL/CreateProperty.cpp index 20279a58b356353bb570c013ad3df40dcbba799d..72bb88b4449599abd76414ff4c944436df8c89bb 100644 --- a/MaterialLib/MPL/CreateProperty.cpp +++ b/MaterialLib/MPL/CreateProperty.cpp @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/CreateProperty.h b/MaterialLib/MPL/CreateProperty.h index 4328cfdb30da6e263b5266ae41e3c61173b61fe4..ea5a88bb0be7a03570155e262ac5abc597524883 100644 --- a/MaterialLib/MPL/CreateProperty.h +++ b/MaterialLib/MPL/CreateProperty.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/MaterialSpatialDistributionMap.cpp b/MaterialLib/MPL/MaterialSpatialDistributionMap.cpp index 3268d1c7d5a31a7ee8678acf2cdb1c4f2380b81a..3709e1ad453e2d677778d9716fa843574770ce0a 100644 --- a/MaterialLib/MPL/MaterialSpatialDistributionMap.cpp +++ b/MaterialLib/MPL/MaterialSpatialDistributionMap.cpp @@ -3,7 +3,7 @@ * \date Nov 28, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/MaterialSpatialDistributionMap.h b/MaterialLib/MPL/MaterialSpatialDistributionMap.h index 0a6ea1e795dbb85a508771d2210347b439af6ed1..60b6568747b4cadcf992d031269fb65f2aa551ec 100644 --- a/MaterialLib/MPL/MaterialSpatialDistributionMap.h +++ b/MaterialLib/MPL/MaterialSpatialDistributionMap.h @@ -3,7 +3,7 @@ * \date Nov 28, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Medium.cpp b/MaterialLib/MPL/Medium.cpp index 57a83d06955a2b9042a40efa37f4c30d157c2aa8..e76059ad7a539b200609ded9b84fbc4fc46dba4a 100644 --- a/MaterialLib/MPL/Medium.cpp +++ b/MaterialLib/MPL/Medium.cpp @@ -4,7 +4,7 @@ * \date 07.09.2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Medium.h b/MaterialLib/MPL/Medium.h index 8cdc332b016f18237a3e09c3f58a8cd159bdd95d..5653b6fb3ef99568f2896cfa73bb314fac340c7d 100644 --- a/MaterialLib/MPL/Medium.h +++ b/MaterialLib/MPL/Medium.h @@ -4,7 +4,7 @@ * \date 07.09.2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Phase.cpp b/MaterialLib/MPL/Phase.cpp index 2c29d37c3693154d683ab76ff0e8b7cb838c2697..78debb6760eeb878dcedbda00f99f3ad6c25db8b 100644 --- a/MaterialLib/MPL/Phase.cpp +++ b/MaterialLib/MPL/Phase.cpp @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Phase.h b/MaterialLib/MPL/Phase.h index f52d639a9b6b0d48f8deb6b8964f4a42c629abc2..01be7f6c4ccd5ad1f1176e63cd4d15c7353b998f 100644 --- a/MaterialLib/MPL/Phase.h +++ b/MaterialLib/MPL/Phase.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/AverageMolarMass.cpp b/MaterialLib/MPL/Properties/AverageMolarMass.cpp index 86440e30941389db689584dbe69a6fa465d057e3..0422b65c5c7c7bfe77c6214d05c32ce8c6c98e6a 100644 --- a/MaterialLib/MPL/Properties/AverageMolarMass.cpp +++ b/MaterialLib/MPL/Properties/AverageMolarMass.cpp @@ -4,7 +4,7 @@ * \date Jul 07 2020 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/AverageMolarMass.h b/MaterialLib/MPL/Properties/AverageMolarMass.h index 577fc05ca0e5093716ccc598abee2fe38d096f7c..39e7f3ef5994dac6c9c23a7cca1d62f49cc1d8b1 100644 --- a/MaterialLib/MPL/Properties/AverageMolarMass.h +++ b/MaterialLib/MPL/Properties/AverageMolarMass.h @@ -4,7 +4,7 @@ * \date Jul 07 2020 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/BishopsPowerLaw.cpp b/MaterialLib/MPL/Properties/BishopsPowerLaw.cpp index 917ecf6fcc533da37b733d9e358fe0e51a470152..26b1e39729cf7de756332e081a25491f68b4e0ec 100644 --- a/MaterialLib/MPL/Properties/BishopsPowerLaw.cpp +++ b/MaterialLib/MPL/Properties/BishopsPowerLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/BishopsPowerLaw.h b/MaterialLib/MPL/Properties/BishopsPowerLaw.h index 676b9e32465679dbbd11f9d3462fc626789f0221..dd309ff6c0c7cf1d00e032ce60e91bc280020bf2 100644 --- a/MaterialLib/MPL/Properties/BishopsPowerLaw.h +++ b/MaterialLib/MPL/Properties/BishopsPowerLaw.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/BishopsSaturationCutoff.cpp b/MaterialLib/MPL/Properties/BishopsSaturationCutoff.cpp index 6856b593b96c6c3e2f73c640d1b861171d8b26c6..abd6944a189034e21919c9092d31e30412d228b1 100644 --- a/MaterialLib/MPL/Properties/BishopsSaturationCutoff.cpp +++ b/MaterialLib/MPL/Properties/BishopsSaturationCutoff.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/BishopsSaturationCutoff.h b/MaterialLib/MPL/Properties/BishopsSaturationCutoff.h index 963fe929bf992f44cd8018b4ce512449bd58f242..11c9535cedb645fc70ad57118307e65a102790f7 100644 --- a/MaterialLib/MPL/Properties/BishopsSaturationCutoff.h +++ b/MaterialLib/MPL/Properties/BishopsSaturationCutoff.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureRegularizedVanGenuchten.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureRegularizedVanGenuchten.cpp index bd43b3cb8b6db85f1b3cff139551fd8aeb141976..510ffc63b34244cf28094ea1043693d029928e45 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureRegularizedVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureRegularizedVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureRegularizedVanGenuchten.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureRegularizedVanGenuchten.h index 43d940892b8f9cf839f1da52655db5edfab11fd0..ffb5bcca8fcb84edc42bb7878482821fd239dc58 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureRegularizedVanGenuchten.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureRegularizedVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureVanGenuchten.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureVanGenuchten.cpp index 006267e926818e396a437e21c602b6943952f0e6..62e74242d1bb9ee4b04d8dff8e2e5fe6c6806d81 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureVanGenuchten.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureVanGenuchten.h index d6af80ae4af957c910e3ad42ae7db9c4357d6dbc..440721992254e1d1d1dae5da65f6d3e4bdcbfc60 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureVanGenuchten.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureRegularizedVanGenuchten.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureRegularizedVanGenuchten.cpp index d41917c5602198797c0af6d4887796dbfee36a36..5e712d640673508f5136147043f15c75e8a1b3a3 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureRegularizedVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureRegularizedVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureRegularizedVanGenuchten.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureRegularizedVanGenuchten.h index 3ab5d7f78aa95a3fd9c27ab720348dd13063f5a5..f151b470302e6bde737fb03313dbc36e8b6706e5 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureRegularizedVanGenuchten.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureRegularizedVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureVanGenuchten.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureVanGenuchten.cpp index 4d4abaa50dc41fd9616c9f5aa4694ee48f0785ee..9444b8a461eb58f7444c4691727d35882e11a5b1 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureVanGenuchten.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureVanGenuchten.h index 5b31a1d5431bec52abedd01fcfeed82224c9ca10..ace07ef99a84708c11913f4271bc68c8578c0190 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureVanGenuchten.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationBrooksCorey.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationBrooksCorey.cpp index 1a832d48911276232058bb029d6156e0b6714e5a..e6d2c94bda530c38c88dcce9102d354fed8a73a0 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationBrooksCorey.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationBrooksCorey.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationBrooksCorey.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationBrooksCorey.h index 9f5c2b24caf6417c70fc8fe6a8ae29400870b0a1..80600668beb85c3989e352cf19a10467c8b1c7dc 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationBrooksCorey.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationBrooksCorey.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationExponential.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationExponential.cpp index c5b41cd32119d4c523ecd0256b4ed7c1e38c21c5..5015ba2fd1e66db99c9adc0a7b51d25bcb03b44a 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationExponential.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationExponential.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationExponential.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationExponential.h index e6b001082cc8baba24232ceb010c8eb923f77a08..eeec09fc145569865969cefa8e8e7e1663e6ad6b 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationExponential.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationExponential.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationLiakopoulos.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationLiakopoulos.cpp index a60165df23c44159fdc7e1cedcd27539146b10a5..8f2e91e1e6ba2306b67aef93fed79883234d5fa7 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationLiakopoulos.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationLiakopoulos.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationLiakopoulos.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationLiakopoulos.h index 32a3c608dcbbb85f4a94cb213000c8551000bc84..9122aa4327b3a206a67c6036d9c61216fa94cc2e 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationLiakopoulos.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationLiakopoulos.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchten.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchten.cpp index 0f3dc6286119001a33dc654096d7e4cb033536a5..cd874d71d229af667f5ab4f9e2227f3e00277716 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchten.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchten.h index cc84e13a838b5e2973a470af64d13c3b8f4ee5b5..93e0fe4d3b42361f4c93bbf710cb8826dfa4d734 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchten.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchtenWithVolumetricStrain.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchtenWithVolumetricStrain.cpp index 4f67eff06d9ad27bbb92e8370e9f6b6a2aa3a401..95420bb4a715909bca86c4dc3a1f5731d3e66b58 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchtenWithVolumetricStrain.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchtenWithVolumetricStrain.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchtenWithVolumetricStrain.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchtenWithVolumetricStrain.h index 78c9658f863c532eba76afaca002a70385c60dae..d0c530d208ac467fe7a6df6b8ac6199156eaa26e 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchtenWithVolumetricStrain.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchtenWithVolumetricStrain.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.cpp index 2984143ef706374251b028f3693b8b1b6f07f975..f63717975fa3adbf091ab52921b054f7ca73290b 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.cpp @@ -4,7 +4,7 @@ * \date 27.06.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.h index 1c60eaec34e114d919ffce9e4a005e7c60886f1a..fe6614b6a2e04fd0eb4d16a08f16bcbc65730939 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.h @@ -4,7 +4,7 @@ * \date 27.06.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.cpp index a15b684e55fa883d4bfe6ea855155f20b8dfc1f8..62533ec9adb0a8b00ccef986dcc63c25fbb1ef8e 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.cpp @@ -4,7 +4,7 @@ * \date 27.06.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.h index acdc7b76da210de4e7c7943bc15b8e64071a5755..5f9d9800c21491fde7b5d400fe9ba8b894208731 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.h @@ -4,7 +4,7 @@ * \date 27.06.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.cpp index 55a202dd5e8b88135702e6a25b59f9deaebc54ef..030c85584ce26a2dbe8eb12c09eefa46817212ff 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.cpp @@ -4,7 +4,7 @@ * \date 27.06.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.h index 31b3f45331c959c184dc5824add0d2f6081df174..e9c0ed4571f081205258c6fad65580e36afc14ce 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.h @@ -4,7 +4,7 @@ * \date 27.06.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchten.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchten.cpp index f1fa260f8bcdbde7c80956314b8a122d25f15e29..0d6bfd75fd1cf05d400a1b1f4e05eb8206456291 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchten.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchten.h index da5803b1c136e1f62fffd1e37e742e48e0fdfcb3..dbe3a3a7d18089a5815e628d3f15e627a61e21e7 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchten.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchtenWithVolumetricStrain.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchtenWithVolumetricStrain.cpp index 4bad6c55451ccd4c30ab9514a3e89f33d6b51a60..68d30e9748d072afc8cb095e811559c1c6a1253b 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchtenWithVolumetricStrain.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchtenWithVolumetricStrain.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchtenWithVolumetricStrain.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchtenWithVolumetricStrain.h index 7cf978082b806c02162af6f488541cd3708f4871..79c5101eebfc2f926e8a5de83cc9fa3914c83479 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchtenWithVolumetricStrain.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchtenWithVolumetricStrain.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/ClausiusClapeyron.cpp b/MaterialLib/MPL/Properties/ClausiusClapeyron.cpp index c8b70f224402e0500d369a4c3335e57e795fb2c5..8c303712e3984cd7cefed83354cfa5c982213fb1 100644 --- a/MaterialLib/MPL/Properties/ClausiusClapeyron.cpp +++ b/MaterialLib/MPL/Properties/ClausiusClapeyron.cpp @@ -4,7 +4,7 @@ * \date Dec 07, 2020 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/ClausiusClapeyron.h b/MaterialLib/MPL/Properties/ClausiusClapeyron.h index 7657ddc247927dca3ad033b8659759063e3fa1d6..1c36e3f7152a88eb514cfeb00aa7ae5edf347de0 100644 --- a/MaterialLib/MPL/Properties/ClausiusClapeyron.h +++ b/MaterialLib/MPL/Properties/ClausiusClapeyron.h @@ -4,7 +4,7 @@ * \date Dec 07, 2020 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Constant.cpp b/MaterialLib/MPL/Properties/Constant.cpp index e68d051a40b221833c881f818ce9ffe053e918ad..24d8cbdb69c7b8a8a093bf2be73c0a5313334adb 100644 --- a/MaterialLib/MPL/Properties/Constant.cpp +++ b/MaterialLib/MPL/Properties/Constant.cpp @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Constant.h b/MaterialLib/MPL/Properties/Constant.h index b1c51b8215b194a23ec6281dcdfec808e90157df..c9b4763c86b8f63a03da5e5fa5b5d27c20d71cd3 100644 --- a/MaterialLib/MPL/Properties/Constant.h +++ b/MaterialLib/MPL/Properties/Constant.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateAverageMolarMass.cpp b/MaterialLib/MPL/Properties/CreateAverageMolarMass.cpp index f135b42fedad5e7e9f5982ffef0415515e52e997..35cc56b07ec2798e1cb855ecf818de34bf5e8498 100644 --- a/MaterialLib/MPL/Properties/CreateAverageMolarMass.cpp +++ b/MaterialLib/MPL/Properties/CreateAverageMolarMass.cpp @@ -4,7 +4,7 @@ * \date Jul 07 2020 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateAverageMolarMass.h b/MaterialLib/MPL/Properties/CreateAverageMolarMass.h index d3c41e5e1900f17fcad126bd9773d3cfb4062368..67214e0227b06e446f3ef9a326ea2639aaf005c7 100644 --- a/MaterialLib/MPL/Properties/CreateAverageMolarMass.h +++ b/MaterialLib/MPL/Properties/CreateAverageMolarMass.h @@ -4,7 +4,7 @@ * \date Jul 07 2020 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateBishopsPowerLaw.cpp b/MaterialLib/MPL/Properties/CreateBishopsPowerLaw.cpp index 17151007a8ac28cd67f9382a9b3222615e0b259e..d2f897efd3e24dcd91c11ea4c56a3a53599eb13b 100644 --- a/MaterialLib/MPL/Properties/CreateBishopsPowerLaw.cpp +++ b/MaterialLib/MPL/Properties/CreateBishopsPowerLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateBishopsPowerLaw.h b/MaterialLib/MPL/Properties/CreateBishopsPowerLaw.h index 9e8e4bf31d07f6745b9e22c75b2b73508e7c5c2c..3d1ca5ac17111d92ba1a33f8a8af0d346f8fd4b4 100644 --- a/MaterialLib/MPL/Properties/CreateBishopsPowerLaw.h +++ b/MaterialLib/MPL/Properties/CreateBishopsPowerLaw.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateBishopsSaturationCutoff.cpp b/MaterialLib/MPL/Properties/CreateBishopsSaturationCutoff.cpp index 9f33aba28090dbc44946ce8b0bae1ad85929b3f7..13c929e1904f64350556c4f7b0aa959be87ce2e1 100644 --- a/MaterialLib/MPL/Properties/CreateBishopsSaturationCutoff.cpp +++ b/MaterialLib/MPL/Properties/CreateBishopsSaturationCutoff.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateBishopsSaturationCutoff.h b/MaterialLib/MPL/Properties/CreateBishopsSaturationCutoff.h index bf8c174b94ca539140e89ac09719255dc7fee2af..b00ca28c47a36a75badc730378a795193c23b1c5 100644 --- a/MaterialLib/MPL/Properties/CreateBishopsSaturationCutoff.h +++ b/MaterialLib/MPL/Properties/CreateBishopsSaturationCutoff.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateClausiusClapeyron.cpp b/MaterialLib/MPL/Properties/CreateClausiusClapeyron.cpp index 8cab7e1d32ef5efbd9663d0d43847cf6935f61fe..5d96ca07bbf83e60533592a8201f0ac8384efce6 100644 --- a/MaterialLib/MPL/Properties/CreateClausiusClapeyron.cpp +++ b/MaterialLib/MPL/Properties/CreateClausiusClapeyron.cpp @@ -4,7 +4,7 @@ * \date Dec 07, 2020 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateClausiusClapeyron.h b/MaterialLib/MPL/Properties/CreateClausiusClapeyron.h index ed79247c42d78ae216d97dd1db7a87c8802bd70a..78a40ca69a7dc825463f93c2dcf3368ad367e202 100644 --- a/MaterialLib/MPL/Properties/CreateClausiusClapeyron.h +++ b/MaterialLib/MPL/Properties/CreateClausiusClapeyron.h @@ -4,7 +4,7 @@ * \date Dec 07, 2020 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateConstant.cpp b/MaterialLib/MPL/Properties/CreateConstant.cpp index 1b01594f15a95e8cbc29039e5bfd7d407cfa36e8..e03863c86db82bc75a5b093d2d94cc318cda1c03 100644 --- a/MaterialLib/MPL/Properties/CreateConstant.cpp +++ b/MaterialLib/MPL/Properties/CreateConstant.cpp @@ -4,7 +4,7 @@ * \date Sep 10, 2019 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateConstant.h b/MaterialLib/MPL/Properties/CreateConstant.h index c1035d0175a03afa8658dfa3ca861516c88cb01d..bee9a003d471298e354b189b89b8e28484ccae54 100644 --- a/MaterialLib/MPL/Properties/CreateConstant.h +++ b/MaterialLib/MPL/Properties/CreateConstant.h @@ -4,7 +4,7 @@ * \date Sep 10, 2019 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateCubicLawPermeability.cpp b/MaterialLib/MPL/Properties/CreateCubicLawPermeability.cpp index 918e8ada5782fbccd133a470610eb9923e65e597..d73c1519e942481348a2cf9c57a870046e84ba56 100644 --- a/MaterialLib/MPL/Properties/CreateCubicLawPermeability.cpp +++ b/MaterialLib/MPL/Properties/CreateCubicLawPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateCubicLawPermeability.h b/MaterialLib/MPL/Properties/CreateCubicLawPermeability.h index 4088f6908a522acde4bcdd359a0fbec43c2dfc79..fee4541eb45f7b51bc74c9a714170397181f5467 100644 --- a/MaterialLib/MPL/Properties/CreateCubicLawPermeability.h +++ b/MaterialLib/MPL/Properties/CreateCubicLawPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateCurve.cpp b/MaterialLib/MPL/Properties/CreateCurve.cpp index b2da9ca51612cb6726ae7100bf16a05bc824dd62..2abd07dbc3628afa32d44359cf42a723fcda0a61 100644 --- a/MaterialLib/MPL/Properties/CreateCurve.cpp +++ b/MaterialLib/MPL/Properties/CreateCurve.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateCurve.h b/MaterialLib/MPL/Properties/CreateCurve.h index 430a938aa22cf08766d67635a71f6bb8a4401bf8..4d2af920780856b5f17ab9d7113f754072d71c83 100644 --- a/MaterialLib/MPL/Properties/CreateCurve.h +++ b/MaterialLib/MPL/Properties/CreateCurve.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateDupuitPermeability.cpp b/MaterialLib/MPL/Properties/CreateDupuitPermeability.cpp index 2d639ede71cc7b7abdff69eb1ed40bd2e7cc229d..7f08c8f53586a2d086458c00cd44c41c5d12e3f9 100644 --- a/MaterialLib/MPL/Properties/CreateDupuitPermeability.cpp +++ b/MaterialLib/MPL/Properties/CreateDupuitPermeability.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateDupuitPermeability.h b/MaterialLib/MPL/Properties/CreateDupuitPermeability.h index 247a55e02db8b5cf0f26056acdcbcea786409304..52eaac452ce93aacc53090985a8df95f11958d75 100644 --- a/MaterialLib/MPL/Properties/CreateDupuitPermeability.h +++ b/MaterialLib/MPL/Properties/CreateDupuitPermeability.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateEffectiveThermalConductivityPorosityMixing.cpp b/MaterialLib/MPL/Properties/CreateEffectiveThermalConductivityPorosityMixing.cpp index 3bf679973fe348a9b9c65e8dbcc636640b6a0f39..356072f9bf14583d02a45bff151689861afa3672 100644 --- a/MaterialLib/MPL/Properties/CreateEffectiveThermalConductivityPorosityMixing.cpp +++ b/MaterialLib/MPL/Properties/CreateEffectiveThermalConductivityPorosityMixing.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateEffectiveThermalConductivityPorosityMixing.h b/MaterialLib/MPL/Properties/CreateEffectiveThermalConductivityPorosityMixing.h index be50b0755d0ef867bd71d238d4585e5cef699624..da21fd651f874062324c91d8be0faa460e3b58be 100644 --- a/MaterialLib/MPL/Properties/CreateEffectiveThermalConductivityPorosityMixing.h +++ b/MaterialLib/MPL/Properties/CreateEffectiveThermalConductivityPorosityMixing.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateEmbeddedFracturePermeability.cpp b/MaterialLib/MPL/Properties/CreateEmbeddedFracturePermeability.cpp index 4412cbb1d376ac452184e1ed1dc133120f8426a0..a0cf603d6856c068dfed0fb5348c48c6ab51316d 100644 --- a/MaterialLib/MPL/Properties/CreateEmbeddedFracturePermeability.cpp +++ b/MaterialLib/MPL/Properties/CreateEmbeddedFracturePermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateEmbeddedFracturePermeability.h b/MaterialLib/MPL/Properties/CreateEmbeddedFracturePermeability.h index c642a0ee35ce2bf801693c744d32268e39725853..558c535d939992375d0b823b2f5f75728835f675 100644 --- a/MaterialLib/MPL/Properties/CreateEmbeddedFracturePermeability.h +++ b/MaterialLib/MPL/Properties/CreateEmbeddedFracturePermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateExponential.cpp b/MaterialLib/MPL/Properties/CreateExponential.cpp index 03fc7c123b5726652b170d31a07e1e9f71058708..4e75031df7d55364cb4d05997006b55308cd7799 100644 --- a/MaterialLib/MPL/Properties/CreateExponential.cpp +++ b/MaterialLib/MPL/Properties/CreateExponential.cpp @@ -4,7 +4,7 @@ * \date Sep 10, 2019 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateExponential.h b/MaterialLib/MPL/Properties/CreateExponential.h index 8d4c8b9c83008a3c5ed59e30cfba5b673a55c0f8..ad0a7f1812a1a248f4dbad77a4fd27c55c1eef09 100644 --- a/MaterialLib/MPL/Properties/CreateExponential.h +++ b/MaterialLib/MPL/Properties/CreateExponential.h @@ -4,7 +4,7 @@ * \date Sep 10, 2019 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateFunction.cpp b/MaterialLib/MPL/Properties/CreateFunction.cpp index 725858f801cdaa62b8235b8c7d0275f8220b3171..d1acaa3e0bc7a5074aff379327125644ee619e08 100644 --- a/MaterialLib/MPL/Properties/CreateFunction.cpp +++ b/MaterialLib/MPL/Properties/CreateFunction.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateFunction.h b/MaterialLib/MPL/Properties/CreateFunction.h index 25ce94eafa7d1f07700f4bece423698e3600d8f5..37d761e73723db7f64a656d2250f2869eaf9da76 100644 --- a/MaterialLib/MPL/Properties/CreateFunction.h +++ b/MaterialLib/MPL/Properties/CreateFunction.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateGasPressureDependentPermeability.cpp b/MaterialLib/MPL/Properties/CreateGasPressureDependentPermeability.cpp index b665abf4670c8bf667ca432e442a793024ca9742..f252cdecd3b4bcabdd5ce30dc56c2378d73d521a 100644 --- a/MaterialLib/MPL/Properties/CreateGasPressureDependentPermeability.cpp +++ b/MaterialLib/MPL/Properties/CreateGasPressureDependentPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateGasPressureDependentPermeability.h b/MaterialLib/MPL/Properties/CreateGasPressureDependentPermeability.h index 05b04d7ace8d2fb0f466f5eee30a6720b11a6f66..9c2150f087d721c7ceab634a1e0c5c73b4c41643 100644 --- a/MaterialLib/MPL/Properties/CreateGasPressureDependentPermeability.h +++ b/MaterialLib/MPL/Properties/CreateGasPressureDependentPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateIdealGasLaw.cpp b/MaterialLib/MPL/Properties/CreateIdealGasLaw.cpp index 86b0e04c9a6e3e1bfa96ed67bfff37c3aa523bf1..82e195c0ba8eac9b119024dddea8fd35e5d729a7 100644 --- a/MaterialLib/MPL/Properties/CreateIdealGasLaw.cpp +++ b/MaterialLib/MPL/Properties/CreateIdealGasLaw.cpp @@ -4,7 +4,7 @@ * \date Sep 10, 2019 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateIdealGasLaw.h b/MaterialLib/MPL/Properties/CreateIdealGasLaw.h index 5a1b2533c1b951f38856ac275744eaa9fe2cc7f7..043a9ad53de0510f059570594a10e855e4294a0c 100644 --- a/MaterialLib/MPL/Properties/CreateIdealGasLaw.h +++ b/MaterialLib/MPL/Properties/CreateIdealGasLaw.h @@ -4,7 +4,7 @@ * \date Sep 10, 2019 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateIdealGasLawBinaryMixture.cpp b/MaterialLib/MPL/Properties/CreateIdealGasLawBinaryMixture.cpp index d9fcb82ca5d11360ceea1eee41a04ad9cc62e5d2..e6237ab987dbe36f3015b494cb015cf9215d9d88 100644 --- a/MaterialLib/MPL/Properties/CreateIdealGasLawBinaryMixture.cpp +++ b/MaterialLib/MPL/Properties/CreateIdealGasLawBinaryMixture.cpp @@ -4,7 +4,7 @@ * \date Jan, 2021 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateIdealGasLawBinaryMixture.h b/MaterialLib/MPL/Properties/CreateIdealGasLawBinaryMixture.h index a279d38780955da0a46b76be2b9f6a8cb20ad135..632bb933242833c185c5a047d59b50374cb8069a 100644 --- a/MaterialLib/MPL/Properties/CreateIdealGasLawBinaryMixture.h +++ b/MaterialLib/MPL/Properties/CreateIdealGasLawBinaryMixture.h @@ -4,7 +4,7 @@ * \date Jan, 2021 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateKozenyCarmanModel.cpp b/MaterialLib/MPL/Properties/CreateKozenyCarmanModel.cpp index 6810c6a0ac62b78ca74eb14a05e58858286ced83..f21af77223ab73f9c03b5f7cfa83361a9b17cb1b 100644 --- a/MaterialLib/MPL/Properties/CreateKozenyCarmanModel.cpp +++ b/MaterialLib/MPL/Properties/CreateKozenyCarmanModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateKozenyCarmanModel.h b/MaterialLib/MPL/Properties/CreateKozenyCarmanModel.h index 8e868d7c4959d2df5ab215fbbc4e8f9b4d777084..7e61be252d9e63761ab6f14a30fd2e02aa3ab88e 100644 --- a/MaterialLib/MPL/Properties/CreateKozenyCarmanModel.h +++ b/MaterialLib/MPL/Properties/CreateKozenyCarmanModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateLinear.cpp b/MaterialLib/MPL/Properties/CreateLinear.cpp index ac2e5b446e19d91975cff597603168917d79dcc4..df2d38be98c41d5278d5d28c52c348db5f2e7ff7 100644 --- a/MaterialLib/MPL/Properties/CreateLinear.cpp +++ b/MaterialLib/MPL/Properties/CreateLinear.cpp @@ -4,7 +4,7 @@ * \date Sep 10, 2019 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateLinear.h b/MaterialLib/MPL/Properties/CreateLinear.h index 5ce23e4cac5f00765f59c36636f504ca796ae57e..d7b61c71a836878bdadb0f3d15a76f0d403e8b10 100644 --- a/MaterialLib/MPL/Properties/CreateLinear.h +++ b/MaterialLib/MPL/Properties/CreateLinear.h @@ -4,7 +4,7 @@ * \date Sep 10, 2019 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.cpp b/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.cpp index aa8f0d1e851f7fe941f86241e693aec5067b4c45..9048c21658cf80c6465aed0168b7fd4f48b5ae01 100644 --- a/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.cpp +++ b/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.h b/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.h index 30fe92f15106cdd59356fcba42608a4f3fd0bb33..b49c23b76b84e134d13e8d0bbbde5b19527be0a6 100644 --- a/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.h +++ b/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateParameter.cpp b/MaterialLib/MPL/Properties/CreateParameter.cpp index f02efc4b36ca31c45b2ec67a5edff499e55cdebb..cdaf739b02d4d265a4dafab706853434e5982955 100644 --- a/MaterialLib/MPL/Properties/CreateParameter.cpp +++ b/MaterialLib/MPL/Properties/CreateParameter.cpp @@ -4,7 +4,7 @@ * \date Sep 10, 2019 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateParameter.h b/MaterialLib/MPL/Properties/CreateParameter.h index 19dc3300bb671023ace8bdbb14ad01807934bd40..9e4433a5ba7be46bc5d1e9cd81932cdb09b766b1 100644 --- a/MaterialLib/MPL/Properties/CreateParameter.h +++ b/MaterialLib/MPL/Properties/CreateParameter.h @@ -4,7 +4,7 @@ * \date Sep 10, 2019 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreatePermeabilityMohrCoulombFailureIndexModel.cpp b/MaterialLib/MPL/Properties/CreatePermeabilityMohrCoulombFailureIndexModel.cpp index bd36ffc966139e2a80579ee1fa0de1ad0a0732ee..1f1354416ddfbf171416d5ab1beaa6b5b90fec6b 100644 --- a/MaterialLib/MPL/Properties/CreatePermeabilityMohrCoulombFailureIndexModel.cpp +++ b/MaterialLib/MPL/Properties/CreatePermeabilityMohrCoulombFailureIndexModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreatePermeabilityMohrCoulombFailureIndexModel.h b/MaterialLib/MPL/Properties/CreatePermeabilityMohrCoulombFailureIndexModel.h index 1f5e22fccb37924010327bc344a34b7a9bdc3aa0..036fa4fad11f597e225213958f08ac5d0da80140 100644 --- a/MaterialLib/MPL/Properties/CreatePermeabilityMohrCoulombFailureIndexModel.h +++ b/MaterialLib/MPL/Properties/CreatePermeabilityMohrCoulombFailureIndexModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreatePermeabilityOrthotropicPowerLaw.cpp b/MaterialLib/MPL/Properties/CreatePermeabilityOrthotropicPowerLaw.cpp index ef59a84cdac78fb2999975ddf6bbd3bc44eb0058..110887c214dbba06acbcb69da7d02bc033c41950 100644 --- a/MaterialLib/MPL/Properties/CreatePermeabilityOrthotropicPowerLaw.cpp +++ b/MaterialLib/MPL/Properties/CreatePermeabilityOrthotropicPowerLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreatePermeabilityOrthotropicPowerLaw.h b/MaterialLib/MPL/Properties/CreatePermeabilityOrthotropicPowerLaw.h index e1da092e8077f3c4a7f2f89e94b63546de523b3b..3e75eb9207d9cab8aabb7936c9154dc03fc58a05 100644 --- a/MaterialLib/MPL/Properties/CreatePermeabilityOrthotropicPowerLaw.h +++ b/MaterialLib/MPL/Properties/CreatePermeabilityOrthotropicPowerLaw.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreatePorosityFromMassBalance.cpp b/MaterialLib/MPL/Properties/CreatePorosityFromMassBalance.cpp index d507cbcb9636281a30e843761c6cf26899f81263..25502ace0b0edd541c0c8fbf626ebdba9560be55 100644 --- a/MaterialLib/MPL/Properties/CreatePorosityFromMassBalance.cpp +++ b/MaterialLib/MPL/Properties/CreatePorosityFromMassBalance.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreatePorosityFromMassBalance.h b/MaterialLib/MPL/Properties/CreatePorosityFromMassBalance.h index 67702a1c387a3b73707457bc0b0874ab689e8629..1e1a9a7b4bac1effb3bf515789557134c956626f 100644 --- a/MaterialLib/MPL/Properties/CreatePorosityFromMassBalance.h +++ b/MaterialLib/MPL/Properties/CreatePorosityFromMassBalance.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateProperties.h b/MaterialLib/MPL/Properties/CreateProperties.h index 5d16b8c14608c500df0aaf21000803885a2f3db8..46f291b861f56ff99b215cb0956e1330072530b4 100644 --- a/MaterialLib/MPL/Properties/CreateProperties.h +++ b/MaterialLib/MPL/Properties/CreateProperties.h @@ -4,7 +4,7 @@ * \date Sep 10, 2019 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateSaturationDependentSwelling.cpp b/MaterialLib/MPL/Properties/CreateSaturationDependentSwelling.cpp index 09af7c0930958f0875b27a41e26cf7318658b95b..e8e6f324f4f656320754c0d2a87d45010625bd93 100644 --- a/MaterialLib/MPL/Properties/CreateSaturationDependentSwelling.cpp +++ b/MaterialLib/MPL/Properties/CreateSaturationDependentSwelling.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateSaturationDependentSwelling.h b/MaterialLib/MPL/Properties/CreateSaturationDependentSwelling.h index 0af0304230613b45b826fceef1de5cd9e85b546d..3b6ac93405cc941494164d986f9e1e05be48ffce 100644 --- a/MaterialLib/MPL/Properties/CreateSaturationDependentSwelling.h +++ b/MaterialLib/MPL/Properties/CreateSaturationDependentSwelling.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateSaturationDependentThermalConductivity.cpp b/MaterialLib/MPL/Properties/CreateSaturationDependentThermalConductivity.cpp index ebd7146f06b462c57f3f1df1d486705e83699cde..b7ebe0bac7149419359944f6dd508162d402b43b 100644 --- a/MaterialLib/MPL/Properties/CreateSaturationDependentThermalConductivity.cpp +++ b/MaterialLib/MPL/Properties/CreateSaturationDependentThermalConductivity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateSaturationDependentThermalConductivity.h b/MaterialLib/MPL/Properties/CreateSaturationDependentThermalConductivity.h index bf4b8689fc1f3e7c515b5ee327f139c06c974bb5..374c1f01f9c65d3ec348270122a3d6ab89f0c9ec 100644 --- a/MaterialLib/MPL/Properties/CreateSaturationDependentThermalConductivity.h +++ b/MaterialLib/MPL/Properties/CreateSaturationDependentThermalConductivity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateSpecificHeatCapacityWithLatentHeat.cpp b/MaterialLib/MPL/Properties/CreateSpecificHeatCapacityWithLatentHeat.cpp index 051d57f0df1ea6a7ee7c757c720387e81c3acbd9..82d6ad85c9e2763b9937d7306c1ed6ac0bfba9ce 100644 --- a/MaterialLib/MPL/Properties/CreateSpecificHeatCapacityWithLatentHeat.cpp +++ b/MaterialLib/MPL/Properties/CreateSpecificHeatCapacityWithLatentHeat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateSpecificHeatCapacityWithLatentHeat.h b/MaterialLib/MPL/Properties/CreateSpecificHeatCapacityWithLatentHeat.h index b49a914ff9cc72004521c36bb23ab5e7b5855379..fa5a7d918c19957b9faae752de0c64d57a0e7ff4 100644 --- a/MaterialLib/MPL/Properties/CreateSpecificHeatCapacityWithLatentHeat.h +++ b/MaterialLib/MPL/Properties/CreateSpecificHeatCapacityWithLatentHeat.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateStrainDependentPermeability.cpp b/MaterialLib/MPL/Properties/CreateStrainDependentPermeability.cpp index b2ba38d23b6791c6cbc8ffae144884553c1fc74b..9c626d262f1f02c95d136e9d066be56048e4c030 100644 --- a/MaterialLib/MPL/Properties/CreateStrainDependentPermeability.cpp +++ b/MaterialLib/MPL/Properties/CreateStrainDependentPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateStrainDependentPermeability.h b/MaterialLib/MPL/Properties/CreateStrainDependentPermeability.h index c0064681f98de50236ab5563dc4ac3c6302a7243..077831f724c43204a6d3bc0333b813045352569c 100644 --- a/MaterialLib/MPL/Properties/CreateStrainDependentPermeability.h +++ b/MaterialLib/MPL/Properties/CreateStrainDependentPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateTemperatureDependentDiffusion.cpp b/MaterialLib/MPL/Properties/CreateTemperatureDependentDiffusion.cpp index 9daad22de4e5c910c5821a9acbfb7420001d47b6..1db39351e14a525044085cf1a2376144a91a97dc 100644 --- a/MaterialLib/MPL/Properties/CreateTemperatureDependentDiffusion.cpp +++ b/MaterialLib/MPL/Properties/CreateTemperatureDependentDiffusion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateTemperatureDependentDiffusion.h b/MaterialLib/MPL/Properties/CreateTemperatureDependentDiffusion.h index eb0ebcc7cd6ad6e14c928a8f3dca02c0b345dcc8..71a6a8d038d32c6cdf28e46e16e175159102f7ba 100644 --- a/MaterialLib/MPL/Properties/CreateTemperatureDependentDiffusion.h +++ b/MaterialLib/MPL/Properties/CreateTemperatureDependentDiffusion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateTemperatureDependentFraction.cpp b/MaterialLib/MPL/Properties/CreateTemperatureDependentFraction.cpp index 1cf7b3efb96d00a1ad748c70e8eb9cc89034d50a..9b656f5101c10e0c42c1462c1e4c4c7ebbdf8d9b 100644 --- a/MaterialLib/MPL/Properties/CreateTemperatureDependentFraction.cpp +++ b/MaterialLib/MPL/Properties/CreateTemperatureDependentFraction.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateTemperatureDependentFraction.h b/MaterialLib/MPL/Properties/CreateTemperatureDependentFraction.h index cba0f8f5536f57c6994aba40b6d82b19a7dba33a..fe4d7b87e893f21ac0dc0b722bf71de5fd67b8d7 100644 --- a/MaterialLib/MPL/Properties/CreateTemperatureDependentFraction.h +++ b/MaterialLib/MPL/Properties/CreateTemperatureDependentFraction.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateTransportPorosityFromMassBalance.cpp b/MaterialLib/MPL/Properties/CreateTransportPorosityFromMassBalance.cpp index ee5d1416a17310058af1cec695196649aa766cf7..ebf3c3cdeb57935bcf9758a245f38fb194934757 100644 --- a/MaterialLib/MPL/Properties/CreateTransportPorosityFromMassBalance.cpp +++ b/MaterialLib/MPL/Properties/CreateTransportPorosityFromMassBalance.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateTransportPorosityFromMassBalance.h b/MaterialLib/MPL/Properties/CreateTransportPorosityFromMassBalance.h index fd938bfa99ad772ff1a153a656a4fa42b6c71c04..cfefdfba87c8b2b1120caff2e5675c037f05e342 100644 --- a/MaterialLib/MPL/Properties/CreateTransportPorosityFromMassBalance.h +++ b/MaterialLib/MPL/Properties/CreateTransportPorosityFromMassBalance.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateVermaPruessModel.cpp b/MaterialLib/MPL/Properties/CreateVermaPruessModel.cpp index 879c3b5fb4ff2685719845e7759dfec002280ebc..fc22a309bfa0dddec225d30264f9144c453e8b51 100644 --- a/MaterialLib/MPL/Properties/CreateVermaPruessModel.cpp +++ b/MaterialLib/MPL/Properties/CreateVermaPruessModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateVermaPruessModel.h b/MaterialLib/MPL/Properties/CreateVermaPruessModel.h index 0935c32fe2a29347277050d3898da8b264388971..9da995199d5c26cc985fe7c2c82b5d2321bc5c55 100644 --- a/MaterialLib/MPL/Properties/CreateVermaPruessModel.h +++ b/MaterialLib/MPL/Properties/CreateVermaPruessModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateVolumeFractionAverage.cpp b/MaterialLib/MPL/Properties/CreateVolumeFractionAverage.cpp index eb175f93adb05399f5b8b5f56e2bed51d525dc08..c97831be3eeec6f20cefc7ab3fa17cfb8deb8e0c 100644 --- a/MaterialLib/MPL/Properties/CreateVolumeFractionAverage.cpp +++ b/MaterialLib/MPL/Properties/CreateVolumeFractionAverage.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateVolumeFractionAverage.h b/MaterialLib/MPL/Properties/CreateVolumeFractionAverage.h index f53487ec66b65bc6c4b4debe3dda8483d8cbb61b..582870830051501f118e32d49b7f0b9e8029777f 100644 --- a/MaterialLib/MPL/Properties/CreateVolumeFractionAverage.h +++ b/MaterialLib/MPL/Properties/CreateVolumeFractionAverage.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateWaterSaturationTemperatureIAPWSIF97Region4.cpp b/MaterialLib/MPL/Properties/CreateWaterSaturationTemperatureIAPWSIF97Region4.cpp index 549dbc8690540924faf939cdb923e0730fc7985c..9af6dcdee7adf72127299bb2a11064bffe17bd20 100644 --- a/MaterialLib/MPL/Properties/CreateWaterSaturationTemperatureIAPWSIF97Region4.cpp +++ b/MaterialLib/MPL/Properties/CreateWaterSaturationTemperatureIAPWSIF97Region4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateWaterSaturationTemperatureIAPWSIF97Region4.h b/MaterialLib/MPL/Properties/CreateWaterSaturationTemperatureIAPWSIF97Region4.h index 7b0513873676918882b7c2347f5d86e9d1357da7..782610d33842add8ba130b67b532ae73adb9ac7e 100644 --- a/MaterialLib/MPL/Properties/CreateWaterSaturationTemperatureIAPWSIF97Region4.h +++ b/MaterialLib/MPL/Properties/CreateWaterSaturationTemperatureIAPWSIF97Region4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateWaterTemperatureIAPWSIF97Region1.cpp b/MaterialLib/MPL/Properties/CreateWaterTemperatureIAPWSIF97Region1.cpp index a2adef1598c55fd6af75e253fc25a470676a6922..ce6287eb35dab772ccde6b5f607281bba8f8b5a5 100644 --- a/MaterialLib/MPL/Properties/CreateWaterTemperatureIAPWSIF97Region1.cpp +++ b/MaterialLib/MPL/Properties/CreateWaterTemperatureIAPWSIF97Region1.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CreateWaterTemperatureIAPWSIF97Region1.h b/MaterialLib/MPL/Properties/CreateWaterTemperatureIAPWSIF97Region1.h index 25e78e595b093bb9e6b1180d1cf3c1340ba36b10..886c5dd2887a918642c0ce63c48931961665b800 100644 --- a/MaterialLib/MPL/Properties/CreateWaterTemperatureIAPWSIF97Region1.h +++ b/MaterialLib/MPL/Properties/CreateWaterTemperatureIAPWSIF97Region1.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CubicLawPermeability.cpp b/MaterialLib/MPL/Properties/CubicLawPermeability.cpp index b4c996c4269a9fdd533883de9fa5f30f9ee19eb2..abb8ca587aa1f8b2b4319116d386a8d16f0e4bbc 100644 --- a/MaterialLib/MPL/Properties/CubicLawPermeability.cpp +++ b/MaterialLib/MPL/Properties/CubicLawPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/CubicLawPermeability.h b/MaterialLib/MPL/Properties/CubicLawPermeability.h index 6ef63fcb2fa1c22b84a6bc9d08303e41ff7c7258..95aec8d192fac6c3adff641424fde84928200b7f 100644 --- a/MaterialLib/MPL/Properties/CubicLawPermeability.h +++ b/MaterialLib/MPL/Properties/CubicLawPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Curve.cpp b/MaterialLib/MPL/Properties/Curve.cpp index 182b7714dd8fc38adedf9c17a53732dcc0e5fa4e..85b65e71d282da4c5228e54dc8fb7d6593f34ca5 100644 --- a/MaterialLib/MPL/Properties/Curve.cpp +++ b/MaterialLib/MPL/Properties/Curve.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Curve.h b/MaterialLib/MPL/Properties/Curve.h index af76f3770450b60aeea1f7ad195b6f56c3b6d9f1..1dea3c0b8e4bd3a523bfdba941f61d62da6fa08c 100644 --- a/MaterialLib/MPL/Properties/Curve.h +++ b/MaterialLib/MPL/Properties/Curve.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/CreateWaterDensityIAPWSIF97Region1.cpp b/MaterialLib/MPL/Properties/Density/CreateWaterDensityIAPWSIF97Region1.cpp index 2d71de3542d509464880a7822dc1d7d0a7f06478..cf3753bf7f226f0e825b9e330c3b8193c486eec0 100644 --- a/MaterialLib/MPL/Properties/Density/CreateWaterDensityIAPWSIF97Region1.cpp +++ b/MaterialLib/MPL/Properties/Density/CreateWaterDensityIAPWSIF97Region1.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/CreateWaterDensityIAPWSIF97Region1.h b/MaterialLib/MPL/Properties/Density/CreateWaterDensityIAPWSIF97Region1.h index f90712270e059516a1868dff6a2ede8db321fb66..e53b5c7043cf90ace991a519039cbff805c8aac5 100644 --- a/MaterialLib/MPL/Properties/Density/CreateWaterDensityIAPWSIF97Region1.h +++ b/MaterialLib/MPL/Properties/Density/CreateWaterDensityIAPWSIF97Region1.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/CreateWaterLiquidDensityIAPWSIF97Region4.cpp b/MaterialLib/MPL/Properties/Density/CreateWaterLiquidDensityIAPWSIF97Region4.cpp index d86ec015bca1185d82f7a853579e3de04e3cc6e8..f1ac220945f4b3d4b6837439856ca537c9184d43 100644 --- a/MaterialLib/MPL/Properties/Density/CreateWaterLiquidDensityIAPWSIF97Region4.cpp +++ b/MaterialLib/MPL/Properties/Density/CreateWaterLiquidDensityIAPWSIF97Region4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/CreateWaterLiquidDensityIAPWSIF97Region4.h b/MaterialLib/MPL/Properties/Density/CreateWaterLiquidDensityIAPWSIF97Region4.h index ec99a711fddf52b30bf65eb28ea84956a039101f..7ea55a37a414fc1161c64ea4474eaa0ee3bc2f20 100644 --- a/MaterialLib/MPL/Properties/Density/CreateWaterLiquidDensityIAPWSIF97Region4.h +++ b/MaterialLib/MPL/Properties/Density/CreateWaterLiquidDensityIAPWSIF97Region4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp index 5ec601aaef1cbf1e4b065a000c97d8322a8e0f74..19241503dfc6c13bb6bb87b1479514a7d4f9bd5a 100644 --- a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp +++ b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.h b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.h index f7f36da696fb21fcff15585f475e6326cfdc6a70..3732c1c0338ae12b55f46acb93d665e67b49efc0 100644 --- a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.h +++ b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensityIAPWSIF97Region4.cpp b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensityIAPWSIF97Region4.cpp index 42ca6966d94f84f3d48d4b0a428c0323023578ff..1313e38d050ad7eaadd4864c48da3e5d8f969783 100644 --- a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensityIAPWSIF97Region4.cpp +++ b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensityIAPWSIF97Region4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensityIAPWSIF97Region4.h b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensityIAPWSIF97Region4.h index 5bc22829c3ce706d7f2f5d28385a1ae1a17fa555..d67da1a6d5bb9416ad7a53d9ab9b003b581d5a1d 100644 --- a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensityIAPWSIF97Region4.h +++ b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensityIAPWSIF97Region4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/WaterDensityIAPWSIF97Region1.cpp b/MaterialLib/MPL/Properties/Density/WaterDensityIAPWSIF97Region1.cpp index 82316226eda0e46513129d8d8ddd459ef2226fbc..cba3f30000c2db32605425a81148e9a4f4b15244 100644 --- a/MaterialLib/MPL/Properties/Density/WaterDensityIAPWSIF97Region1.cpp +++ b/MaterialLib/MPL/Properties/Density/WaterDensityIAPWSIF97Region1.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/WaterDensityIAPWSIF97Region1.h b/MaterialLib/MPL/Properties/Density/WaterDensityIAPWSIF97Region1.h index 3ec805e0e1a9a83d37317234f6ea929f409a019c..a7a32945bb02a237d19ea585b1fb8287953cebc6 100644 --- a/MaterialLib/MPL/Properties/Density/WaterDensityIAPWSIF97Region1.h +++ b/MaterialLib/MPL/Properties/Density/WaterDensityIAPWSIF97Region1.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/WaterLiquidDensityIAPWSIF97Region4.cpp b/MaterialLib/MPL/Properties/Density/WaterLiquidDensityIAPWSIF97Region4.cpp index f99fb6d23c7733455f9d3e7652afea113296e9c3..91792045d55e1a159211bb3df89fcf363cdf2c29 100644 --- a/MaterialLib/MPL/Properties/Density/WaterLiquidDensityIAPWSIF97Region4.cpp +++ b/MaterialLib/MPL/Properties/Density/WaterLiquidDensityIAPWSIF97Region4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/WaterLiquidDensityIAPWSIF97Region4.h b/MaterialLib/MPL/Properties/Density/WaterLiquidDensityIAPWSIF97Region4.h index fd4dc310b9b8bfba61427161673e5359a8f6b1b3..bf917b6a578f4809d715bc0e7ec2a0c5e4eb72eb 100644 --- a/MaterialLib/MPL/Properties/Density/WaterLiquidDensityIAPWSIF97Region4.h +++ b/MaterialLib/MPL/Properties/Density/WaterLiquidDensityIAPWSIF97Region4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/WaterVapourDensity.cpp b/MaterialLib/MPL/Properties/Density/WaterVapourDensity.cpp index ec5d054b6f3c53dd6527dcfe07a6a508505e3e4c..a2c535db6f798f713a834b1efd33091a912219a8 100644 --- a/MaterialLib/MPL/Properties/Density/WaterVapourDensity.cpp +++ b/MaterialLib/MPL/Properties/Density/WaterVapourDensity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/WaterVapourDensity.h b/MaterialLib/MPL/Properties/Density/WaterVapourDensity.h index a80ed375f91bc666897131fd02670a06f79d2c43..e545b5b423ca467f8206c90e2e535e7474ec9aa3 100644 --- a/MaterialLib/MPL/Properties/Density/WaterVapourDensity.h +++ b/MaterialLib/MPL/Properties/Density/WaterVapourDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/WaterVapourDensityIAPWSIF97Region4.cpp b/MaterialLib/MPL/Properties/Density/WaterVapourDensityIAPWSIF97Region4.cpp index efd73690852083305db8a16960c232f2d3536a51..2589d7d8c96895af3c9c8ba35702d9c621e0e48e 100644 --- a/MaterialLib/MPL/Properties/Density/WaterVapourDensityIAPWSIF97Region4.cpp +++ b/MaterialLib/MPL/Properties/Density/WaterVapourDensityIAPWSIF97Region4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Density/WaterVapourDensityIAPWSIF97Region4.h b/MaterialLib/MPL/Properties/Density/WaterVapourDensityIAPWSIF97Region4.h index 20fe2b2dc8e885bb690f5f4c8204d38f41e954e2..95940fbfcfd91ed348ee7ec76e01e1c9d39e4aa5 100644 --- a/MaterialLib/MPL/Properties/Density/WaterVapourDensityIAPWSIF97Region4.h +++ b/MaterialLib/MPL/Properties/Density/WaterVapourDensityIAPWSIF97Region4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/DupuitPermeability.cpp b/MaterialLib/MPL/Properties/DupuitPermeability.cpp index a4eac37cc650948b72d1645d9cb7734dacdfb8e1..bdc211cbea85b114021e46e4452ed835b93dbd39 100644 --- a/MaterialLib/MPL/Properties/DupuitPermeability.cpp +++ b/MaterialLib/MPL/Properties/DupuitPermeability.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/DupuitPermeability.h b/MaterialLib/MPL/Properties/DupuitPermeability.h index dc1c723831387b2de132feb5123a8829fc7cce82..b7a9a2ef48b4bca2f954a0b5852ea32212b04e31 100644 --- a/MaterialLib/MPL/Properties/DupuitPermeability.h +++ b/MaterialLib/MPL/Properties/DupuitPermeability.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/EffectiveThermalConductivityPorosityMixing.cpp b/MaterialLib/MPL/Properties/EffectiveThermalConductivityPorosityMixing.cpp index 089a37dad7594c15d2552bdc73bde0d58bc1d458..78600f81d62d71fbfb750f92cd853fb0c243b428 100644 --- a/MaterialLib/MPL/Properties/EffectiveThermalConductivityPorosityMixing.cpp +++ b/MaterialLib/MPL/Properties/EffectiveThermalConductivityPorosityMixing.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/EffectiveThermalConductivityPorosityMixing.h b/MaterialLib/MPL/Properties/EffectiveThermalConductivityPorosityMixing.h index df6aa875a2ec7056ccfd096f0b7483f7ec661341..f5ef7fdbd78e0d340a293a40dd6bd04bb01f5215 100644 --- a/MaterialLib/MPL/Properties/EffectiveThermalConductivityPorosityMixing.h +++ b/MaterialLib/MPL/Properties/EffectiveThermalConductivityPorosityMixing.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/EmbeddedFracturePermeability.cpp b/MaterialLib/MPL/Properties/EmbeddedFracturePermeability.cpp index b730c171ac0f99534935663aa9ce49797f5e71f8..d82197e9c61789b660c8ad1be34d4341823c5d16 100644 --- a/MaterialLib/MPL/Properties/EmbeddedFracturePermeability.cpp +++ b/MaterialLib/MPL/Properties/EmbeddedFracturePermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/EmbeddedFracturePermeability.h b/MaterialLib/MPL/Properties/EmbeddedFracturePermeability.h index 4cbadaefdde5a0b51e0067f94fbaadecf52f59aa..16d120cc659f91dcc7f35454eda34ed8e14c419d 100644 --- a/MaterialLib/MPL/Properties/EmbeddedFracturePermeability.h +++ b/MaterialLib/MPL/Properties/EmbeddedFracturePermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/CreateLinearWaterVapourLatentHeat.cpp b/MaterialLib/MPL/Properties/Enthalpy/CreateLinearWaterVapourLatentHeat.cpp index bc4ed41688ac72a98a3f6c126ae45114ff03dc16..73f41fb2c9db4d518a27cbc9e712fb0ca35ce43a 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateLinearWaterVapourLatentHeat.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateLinearWaterVapourLatentHeat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/CreateLinearWaterVapourLatentHeat.h b/MaterialLib/MPL/Properties/Enthalpy/CreateLinearWaterVapourLatentHeat.h index af2a93261c2f0a7afdf509b9df8b1ca139199e16..f28bd3f61fdd9fbbdace3941e28c0f1b4a847601 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateLinearWaterVapourLatentHeat.h +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateLinearWaterVapourLatentHeat.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterEnthalpyIAPWSIF97Region1.cpp b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterEnthalpyIAPWSIF97Region1.cpp index 39d1894cd4739bb01fd1975fa341f6827c7be27c..31815f7a491df233b8c429d56f557dc82e1ec025 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterEnthalpyIAPWSIF97Region1.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterEnthalpyIAPWSIF97Region1.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterEnthalpyIAPWSIF97Region1.h b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterEnthalpyIAPWSIF97Region1.h index bab2218db57d9774ea0bac8b58d71302688b3a38..f5eabc63939aa49913ae63a39fc886569acf5775 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterEnthalpyIAPWSIF97Region1.h +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterEnthalpyIAPWSIF97Region1.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterLiquidEnthalpyIAPWSIF97Region4.cpp b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterLiquidEnthalpyIAPWSIF97Region4.cpp index f025d031f3b5116bf9a52f346e4c2390a568f483..f0eb66b80f8cbeb8ec317718d01dce7441be382a 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterLiquidEnthalpyIAPWSIF97Region4.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterLiquidEnthalpyIAPWSIF97Region4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterLiquidEnthalpyIAPWSIF97Region4.h b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterLiquidEnthalpyIAPWSIF97Region4.h index 291bdb4f0aa652821443f6bd4acc04fa9d8a9811..42135a2053b1994ecd80584bc0c24c7b233240d4 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterLiquidEnthalpyIAPWSIF97Region4.h +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterLiquidEnthalpyIAPWSIF97Region4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourEnthalpyIAPWSIF97Region4.cpp b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourEnthalpyIAPWSIF97Region4.cpp index e96b1eaedb09a1c0d49797b0f753f38a594b10bc..c3230f36a78b0fa9864e5ae3f9a9182fb85adeae 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourEnthalpyIAPWSIF97Region4.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourEnthalpyIAPWSIF97Region4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourEnthalpyIAPWSIF97Region4.h b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourEnthalpyIAPWSIF97Region4.h index 2e02477e66dd10b198457f8b31497b153d3abdb2..5b0fc3b51b404e58a90da04a6ddb85c637cf941c 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourEnthalpyIAPWSIF97Region4.h +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourEnthalpyIAPWSIF97Region4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourLatentHeatWithCriticalTemperature.cpp b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourLatentHeatWithCriticalTemperature.cpp index 6ef9d35ae3aaabce06727b6409203f5b58dfa4e7..bab71491e3fd817cbefc0351cc9b52d28d63598e 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourLatentHeatWithCriticalTemperature.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourLatentHeatWithCriticalTemperature.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourLatentHeatWithCriticalTemperature.h b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourLatentHeatWithCriticalTemperature.h index f23425ac1c5fda5c2639cd6c9351acee7aff559e..1415c5424dcb0cae8cea9f7a27c92bc61a5dcae7 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourLatentHeatWithCriticalTemperature.h +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourLatentHeatWithCriticalTemperature.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/LinearWaterVapourLatentHeat.cpp b/MaterialLib/MPL/Properties/Enthalpy/LinearWaterVapourLatentHeat.cpp index d9505a84185e54cde676e6ea7bf470d8f2ea2383..8442a1ddf6fb201501b3d558165dfdde51234c62 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/LinearWaterVapourLatentHeat.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/LinearWaterVapourLatentHeat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/LinearWaterVapourLatentHeat.h b/MaterialLib/MPL/Properties/Enthalpy/LinearWaterVapourLatentHeat.h index c12b18577896979506170d6f840a01de84c96ab4..575f86dfe2e9fb5d2e9b3fcd19d9e29a6891bbe5 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/LinearWaterVapourLatentHeat.h +++ b/MaterialLib/MPL/Properties/Enthalpy/LinearWaterVapourLatentHeat.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/WaterEnthalpyIAPWSIF97Region1.cpp b/MaterialLib/MPL/Properties/Enthalpy/WaterEnthalpyIAPWSIF97Region1.cpp index 6f029b0ea4ef05eae2da297fa2366b9e96acde09..5f5f145f2a5e23465428a25a4e424b70b28feafc 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/WaterEnthalpyIAPWSIF97Region1.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/WaterEnthalpyIAPWSIF97Region1.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/WaterEnthalpyIAPWSIF97Region1.h b/MaterialLib/MPL/Properties/Enthalpy/WaterEnthalpyIAPWSIF97Region1.h index efbd1e9863f190e3108f43c9dfdf2bc5ac8c8536..14d178912c3049dd2e4c24f15684f5e2a7e360a1 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/WaterEnthalpyIAPWSIF97Region1.h +++ b/MaterialLib/MPL/Properties/Enthalpy/WaterEnthalpyIAPWSIF97Region1.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/WaterLiquidEnthalpyIAPWSIF97Region4.cpp b/MaterialLib/MPL/Properties/Enthalpy/WaterLiquidEnthalpyIAPWSIF97Region4.cpp index fc186f1108e5cc26f62a0dd308d9840659efd4e9..30bc7913824e93d9892ac1189d490f4b1792eb8c 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/WaterLiquidEnthalpyIAPWSIF97Region4.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/WaterLiquidEnthalpyIAPWSIF97Region4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/WaterLiquidEnthalpyIAPWSIF97Region4.h b/MaterialLib/MPL/Properties/Enthalpy/WaterLiquidEnthalpyIAPWSIF97Region4.h index c15c1ddd1f5d1802b6459cc106fcc8dce1a1a341..ddd00790f2cf001add582f901e5db73547eb6a49 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/WaterLiquidEnthalpyIAPWSIF97Region4.h +++ b/MaterialLib/MPL/Properties/Enthalpy/WaterLiquidEnthalpyIAPWSIF97Region4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/WaterVapourEnthalpyIAPWSIF97Region4.cpp b/MaterialLib/MPL/Properties/Enthalpy/WaterVapourEnthalpyIAPWSIF97Region4.cpp index 8592f5a175347205a3a65af1c9828d7533c969bb..3a751857c58595d501e4998fd76a45da4a24d89b 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/WaterVapourEnthalpyIAPWSIF97Region4.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/WaterVapourEnthalpyIAPWSIF97Region4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/WaterVapourEnthalpyIAPWSIF97Region4.h b/MaterialLib/MPL/Properties/Enthalpy/WaterVapourEnthalpyIAPWSIF97Region4.h index e20cc5c5b268a1d3f2287f67963b38fa648e1c3c..5495fbe57f283864242e761b565a109b92a8fe3a 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/WaterVapourEnthalpyIAPWSIF97Region4.h +++ b/MaterialLib/MPL/Properties/Enthalpy/WaterVapourEnthalpyIAPWSIF97Region4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/WaterVapourLatentHeatWithCriticalTemperature.cpp b/MaterialLib/MPL/Properties/Enthalpy/WaterVapourLatentHeatWithCriticalTemperature.cpp index ef5440721275c4c510defc32dfa1e4a7ab57bd1e..f9f4ac74912f244c32916ca0a3a76e6ab5c26c38 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/WaterVapourLatentHeatWithCriticalTemperature.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/WaterVapourLatentHeatWithCriticalTemperature.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Enthalpy/WaterVapourLatentHeatWithCriticalTemperature.h b/MaterialLib/MPL/Properties/Enthalpy/WaterVapourLatentHeatWithCriticalTemperature.h index eba8fe0678f5a1adc24325bd64b17864ec009779..eb949dcf671ebedf39eee79f350401018bd25d8c 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/WaterVapourLatentHeatWithCriticalTemperature.h +++ b/MaterialLib/MPL/Properties/Enthalpy/WaterVapourLatentHeatWithCriticalTemperature.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Exponential.cpp b/MaterialLib/MPL/Properties/Exponential.cpp index 463c8d2a94a622cefb006672c457881d5312106b..b5490c270c2adfdbb74b336b57cde1ec7406f9b1 100644 --- a/MaterialLib/MPL/Properties/Exponential.cpp +++ b/MaterialLib/MPL/Properties/Exponential.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Exponential.h b/MaterialLib/MPL/Properties/Exponential.h index f0415ea08f03f61636159853a104a838c5ada832..93beaec8fe87d71d8c19266a000c797a1de91ec1 100644 --- a/MaterialLib/MPL/Properties/Exponential.h +++ b/MaterialLib/MPL/Properties/Exponential.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Function.cpp b/MaterialLib/MPL/Properties/Function.cpp index 2c256f7935c71a15ecdc88abf1707fa886f1004c..da9f5f1ff2b428e2d161c16fca00712a6371473a 100644 --- a/MaterialLib/MPL/Properties/Function.cpp +++ b/MaterialLib/MPL/Properties/Function.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Function.h b/MaterialLib/MPL/Properties/Function.h index f7ec49e35be47dc19235429a5760a648f3e5a745..289a40028e75c5ec8667355e0ac75b3caf70ca63 100644 --- a/MaterialLib/MPL/Properties/Function.h +++ b/MaterialLib/MPL/Properties/Function.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/GasPressureDependentPermeability.cpp b/MaterialLib/MPL/Properties/GasPressureDependentPermeability.cpp index 2d07104ca6298d339d73f32c0e2c13f547a2b21f..4a5f1cd945440a563e12b5c0e8f666ab26b08493 100644 --- a/MaterialLib/MPL/Properties/GasPressureDependentPermeability.cpp +++ b/MaterialLib/MPL/Properties/GasPressureDependentPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/GasPressureDependentPermeability.h b/MaterialLib/MPL/Properties/GasPressureDependentPermeability.h index d3d1693c70f9049baab75905e8a660e883dbee35..2896ef407302f3f805c60dbfc72efaf793374f84 100644 --- a/MaterialLib/MPL/Properties/GasPressureDependentPermeability.h +++ b/MaterialLib/MPL/Properties/GasPressureDependentPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/IdealGasLaw.cpp b/MaterialLib/MPL/Properties/IdealGasLaw.cpp index 82dda4e57e84b3c781e6fd98b0011613ac89e290..4da1e303d6015b92d637308e125bc2135462d146 100644 --- a/MaterialLib/MPL/Properties/IdealGasLaw.cpp +++ b/MaterialLib/MPL/Properties/IdealGasLaw.cpp @@ -4,7 +4,7 @@ * \date 27.06.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/IdealGasLaw.h b/MaterialLib/MPL/Properties/IdealGasLaw.h index 06c763a7752fcdd49491fd64d5a2cb07ce4047d5..d828f8db3b8bd22327aeb084d901089f76d44bfe 100644 --- a/MaterialLib/MPL/Properties/IdealGasLaw.h +++ b/MaterialLib/MPL/Properties/IdealGasLaw.h @@ -4,7 +4,7 @@ * \date 27.06.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.cpp b/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.cpp index f4b5e1da889d6601ea1825b7d8876e3e9c609c82..e735bb4e4cb02dc0fc43f834de6ba508739228e7 100644 --- a/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.cpp +++ b/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.cpp @@ -4,7 +4,7 @@ * \date Jan, 2021 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.h b/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.h index 29bbbae68301747a60c30656cf6b5f377474eb00..3f222f8032725cb47127d12b2ea20e5d87e35267 100644 --- a/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.h +++ b/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.h @@ -4,7 +4,7 @@ * \date Jan, 2021 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/KozenyCarmanModel.cpp b/MaterialLib/MPL/Properties/KozenyCarmanModel.cpp index 7a6aa6ac867226e0adc4116d331a8bcc21af49fa..478c53a79d92171d5139c5a8969d3734ed46dd9d 100644 --- a/MaterialLib/MPL/Properties/KozenyCarmanModel.cpp +++ b/MaterialLib/MPL/Properties/KozenyCarmanModel.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/KozenyCarmanModel.h b/MaterialLib/MPL/Properties/KozenyCarmanModel.h index faf5cdf4a85d8653afbaeeb005964e7088bd5104..e9a6ef041143a9721e373901cebbd3b8ad8437ff 100644 --- a/MaterialLib/MPL/Properties/KozenyCarmanModel.h +++ b/MaterialLib/MPL/Properties/KozenyCarmanModel.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Linear.cpp b/MaterialLib/MPL/Properties/Linear.cpp index 9dee5b5750bc7ce6c0c1bca391000ed57f208b70..a77211f9ad6901881d81f761c6ae8ceacf76c01f 100644 --- a/MaterialLib/MPL/Properties/Linear.cpp +++ b/MaterialLib/MPL/Properties/Linear.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Linear.h b/MaterialLib/MPL/Properties/Linear.h index aad32eef60fa1974a18b5ee096fe31e5cc4fea7d..c1c9083232c7a19663f59da322822940cab83477 100644 --- a/MaterialLib/MPL/Properties/Linear.h +++ b/MaterialLib/MPL/Properties/Linear.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/OrthotropicEmbeddedFracturePermeability.cpp b/MaterialLib/MPL/Properties/OrthotropicEmbeddedFracturePermeability.cpp index 73dc3639ae90cd34c5d9b6c1ef32e3e152096017..4fe72235ad6fcdbfbb767e722892a0f08fa42671 100644 --- a/MaterialLib/MPL/Properties/OrthotropicEmbeddedFracturePermeability.cpp +++ b/MaterialLib/MPL/Properties/OrthotropicEmbeddedFracturePermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/OrthotropicEmbeddedFracturePermeability.h b/MaterialLib/MPL/Properties/OrthotropicEmbeddedFracturePermeability.h index fa28e5fe4f4c606b6cfc9aae3f9911719b19431e..a721a28567f6eda9871b846d428074a904b52402 100644 --- a/MaterialLib/MPL/Properties/OrthotropicEmbeddedFracturePermeability.h +++ b/MaterialLib/MPL/Properties/OrthotropicEmbeddedFracturePermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Parameter.cpp b/MaterialLib/MPL/Properties/Parameter.cpp index 8e3629f183caf56a2d7e8c3b14efb2fe50dc59e6..b8534b30652c5477e99b939063ce6a8e4a4724a1 100644 --- a/MaterialLib/MPL/Properties/Parameter.cpp +++ b/MaterialLib/MPL/Properties/Parameter.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Parameter.h b/MaterialLib/MPL/Properties/Parameter.h index 5e2cd8971a7c0541a043b12efd74e695bc1ff6dd..2b76d00956a1f836812e0a45762f4aa074348690 100644 --- a/MaterialLib/MPL/Properties/Parameter.h +++ b/MaterialLib/MPL/Properties/Parameter.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/PermeabilityMohrCoulombFailureIndexModel.cpp b/MaterialLib/MPL/Properties/PermeabilityMohrCoulombFailureIndexModel.cpp index 7d256940f31734dfdf3014357b0c84abcfb9ee05..da5ed888cfce5a3be0ab1aa25db5e73700637e83 100644 --- a/MaterialLib/MPL/Properties/PermeabilityMohrCoulombFailureIndexModel.cpp +++ b/MaterialLib/MPL/Properties/PermeabilityMohrCoulombFailureIndexModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/PermeabilityMohrCoulombFailureIndexModel.h b/MaterialLib/MPL/Properties/PermeabilityMohrCoulombFailureIndexModel.h index d129db8588890dcbed6dfa5460d7096c28d29479..1c818c753468621aa72a7298c4793a32cf120ed1 100644 --- a/MaterialLib/MPL/Properties/PermeabilityMohrCoulombFailureIndexModel.h +++ b/MaterialLib/MPL/Properties/PermeabilityMohrCoulombFailureIndexModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.cpp b/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.cpp index 15815efc21a46ef642ed2990aafce66eece7b1b3..ee6da4bd8fda3110e220d418910664751fd255f8 100644 --- a/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.cpp +++ b/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.h b/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.h index 7c539930dde06ba0c5246307800a9207368c952b..2596654c3b19b0f95453871ce74f47d159a8c1b0 100644 --- a/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.h +++ b/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.h @@ -4,7 +4,7 @@ * \date 27.06.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/PorosityFromMassBalance.cpp b/MaterialLib/MPL/Properties/PorosityFromMassBalance.cpp index c8443020b9af1a53058ca59762c607b337ea798c..8b09521cabb347d8f625eef31ec142fb7e9bccf6 100644 --- a/MaterialLib/MPL/Properties/PorosityFromMassBalance.cpp +++ b/MaterialLib/MPL/Properties/PorosityFromMassBalance.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/PorosityFromMassBalance.h b/MaterialLib/MPL/Properties/PorosityFromMassBalance.h index edfb1164ef1ae28fdf0da012d5f3f3ff0de65472..308cdba7b39ad3ce16f51234067b170ed912bc56 100644 --- a/MaterialLib/MPL/Properties/PorosityFromMassBalance.h +++ b/MaterialLib/MPL/Properties/PorosityFromMassBalance.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Properties.h b/MaterialLib/MPL/Properties/Properties.h index dada0e0cfef4034cfefd906cf2bfa71632ac8134..4b24fa220511195fccba182d464c3af67bd54d18 100644 --- a/MaterialLib/MPL/Properties/Properties.h +++ b/MaterialLib/MPL/Properties/Properties.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCorey.cpp b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCorey.cpp index ed248f5bb5d0d3e5c30bc3b32e9097980b1d497f..fd844e873c7a4af8899ec9067b73b48d76ebbd04 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCorey.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCorey.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCorey.h b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCorey.h index c8ea0af76616f7f6374e3d12216da4862736032f..c2dbc5f688d530d61e5be3b33bbb8d72a22d5ca9 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCorey.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCorey.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCoreyNonwettingPhase.cpp b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCoreyNonwettingPhase.cpp index be70c7303d198cd0ca074f8e27d33dfdbeb3dd93..c7a018cfe7b5acb0e9a9b31df67f4a49b28046ab 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCoreyNonwettingPhase.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCoreyNonwettingPhase.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCoreyNonwettingPhase.h b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCoreyNonwettingPhase.h index 3abd0d2dc1892db596909f2f5f377e2186813401..bc343e2ac28102d4bad948db24a0226bc47c58f3 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCoreyNonwettingPhase.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCoreyNonwettingPhase.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermLiakopoulos.cpp b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermLiakopoulos.cpp index a03821cc2117a069a79c937813f71c5668753805..3fcb0311c96b399cc06f108c855595947a7e9c6d 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermLiakopoulos.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermLiakopoulos.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermLiakopoulos.h b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermLiakopoulos.h index df7c92b340e4bff0d712cd065f98ab24e7076cf0..f5e376766e02aa4a471264fd2b3e6a7760627098 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermLiakopoulos.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermLiakopoulos.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermNonWettingPhaseVanGenuchtenMualem.cpp b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermNonWettingPhaseVanGenuchtenMualem.cpp index 565fde84455d2e28422ec5f888e01b20c342b9a1..e199250380108c301eab49ea8d30b49c9da8180c 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermNonWettingPhaseVanGenuchtenMualem.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermNonWettingPhaseVanGenuchtenMualem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermNonWettingPhaseVanGenuchtenMualem.h b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermNonWettingPhaseVanGenuchtenMualem.h index 1b8a92fbaf67c6c8c4c3c1f488f447183494f2e5..bf308dc581812e167f8ec3c59057bda1bcc22987 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermNonWettingPhaseVanGenuchtenMualem.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermNonWettingPhaseVanGenuchtenMualem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdell.cpp b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdell.cpp index ecf878202797379388b818a2e38556bed6af4c94..08d8fd30eb64b27cc94b300d170992b4443f0e01 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdell.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdell.cpp @@ -3,7 +3,7 @@ * \author Norbert Grunwald * \date 01.12.2020 * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdell.h b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdell.h index 4d8e5bafb29e3f527babf81cdb445a816a4bf15f..f1e404480708f99738f4da81d351c4a28884b374 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdell.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdell.h @@ -3,7 +3,7 @@ * \author Norbert Grunwald * \date 01.12.2020 * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdellNonwettingPhase.cpp b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdellNonwettingPhase.cpp index 3323000a32fe6eccc8fbcf02ff844a3ff08f766e..efd10eba6e37694a370c266a3924e1277f5595d7 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdellNonwettingPhase.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdellNonwettingPhase.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdellNonwettingPhase.h b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdellNonwettingPhase.h index 8b824546703a74dc4266d92092308a4d04566094..3dd89e288f11b94bd52ae0fe9c88809d316425d2 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdellNonwettingPhase.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdellNonwettingPhase.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermVanGenuchten.cpp b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermVanGenuchten.cpp index fbd27ab132068f7cd1a54d1f9e65095b03a13e7b..48a4df746fc6cc8cf4bed584abb2273fcae7dd27 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermVanGenuchten.h b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermVanGenuchten.h index add628532c46faf91a3324afb26264efa55b6c7a..7084408b366e98bb5986722f83ec7fe500e1c1db 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermVanGenuchten.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.cpp b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.cpp index bbc01eee2e3fc1e40fc30a8434e8181f2d8ae049..6c5f2ce8a0f62e695852ff6fefe792660e4fb04d 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.cpp @@ -4,7 +4,7 @@ * \date 02.07.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.h b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.h index 529c5b8c832c6d193131756d303ad448f8b190cd..a3fab3ebb47187b4c568e0732ee461a33306931c 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.h @@ -4,7 +4,7 @@ * \date 27.06.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.cpp b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.cpp index fa8fe2d56b48d449cfa11086ccf128f3bc2ba118..a04b36d23e89792b89fd5faecc48cd56e2f935be 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.cpp @@ -4,7 +4,7 @@ * \date 02.07.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.h b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.h index 18d6ab9859a01224a28459240bb3ddf2530cafe2..1982af9241cea9bea5770e63780342cfe3746553 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.h @@ -4,7 +4,7 @@ * \date 27.06.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.cpp b/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.cpp index 1dee34c3def53fcc2d092c1b6a5fa11b36599f94..7ea86c821dda46f08e1bce9247127a1fee39363e 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.cpp @@ -3,7 +3,7 @@ * \author Norbert Grunwald * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.h b/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.h index a1da12282453843f1c8dcb7ee551b21c81b13c27..15b22437d1c8d10909593af02e4b6aca24e01a71 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.h @@ -3,7 +3,7 @@ * \author Norbert Grunwald * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermNonWettingPhaseVanGenuchtenMualem.cpp b/MaterialLib/MPL/Properties/RelativePermeability/RelPermNonWettingPhaseVanGenuchtenMualem.cpp index 15348e42a3fafdd3556c4e92c72b8f838273f4f9..4c4b3401258e9eaf90050a1fef5eba7cba204572 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermNonWettingPhaseVanGenuchtenMualem.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermNonWettingPhaseVanGenuchtenMualem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermNonWettingPhaseVanGenuchtenMualem.h b/MaterialLib/MPL/Properties/RelativePermeability/RelPermNonWettingPhaseVanGenuchtenMualem.h index 953c7e9d1f6f384fdfa4969f5f320ab4dd197e7b..03b7974c8e8ed5a7406359442c30246d50855864 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermNonWettingPhaseVanGenuchtenMualem.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermNonWettingPhaseVanGenuchtenMualem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdell.cpp b/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdell.cpp index 7daf9dacd5cd549a55462e5902af13c5c22a7bd6..47634318a239e7d75c9bf4a9504be08f93044ed5 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdell.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdell.cpp @@ -4,7 +4,7 @@ * \date 01.12.2020 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdell.h b/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdell.h index b8778c4a622629514a75c9bb3f38be58f45b78b7..ffd90fd5dcc3fb26a94cab9178dfd29b4f7f0987 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdell.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdell.h @@ -4,7 +4,7 @@ * \date 01.12.2020 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdellNonwettingPhase.cpp b/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdellNonwettingPhase.cpp index 801c2af380f58e26111445c0c66cbaf5b6d6100c..d5c96bc9a171a4b1fcc72d4b70b205f5e58e2897 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdellNonwettingPhase.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdellNonwettingPhase.cpp @@ -4,7 +4,7 @@ * \date 01.12.2020 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdellNonwettingPhase.h b/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdellNonwettingPhase.h index 797dfaeabb1dca49d7763cda5c2457db78a8cf82..105bb1af5cdde8063a5a9bdff7da9dccefbe580f 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdellNonwettingPhase.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermUdellNonwettingPhase.h @@ -4,7 +4,7 @@ * \date 01.12.2020 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermVanGenuchten.cpp b/MaterialLib/MPL/Properties/RelativePermeability/RelPermVanGenuchten.cpp index c518a117a76bf57a0d8ebb02aa207931e30e0fc5..1f847929287feb3695e000140bfb784531768b21 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermVanGenuchten.h b/MaterialLib/MPL/Properties/RelativePermeability/RelPermVanGenuchten.h index 9ded2806713bdb9cc20fa9ba9020e020a4d5353b..90e55b7ac8f98c053408741be1f03bb9ea5332a2 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermVanGenuchten.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/SaturationDependentSwelling.cpp b/MaterialLib/MPL/Properties/SaturationDependentSwelling.cpp index 28f9732d95595cb6edf3f3b1d032a5c81778a92c..07fffae9ff99dcafd70e6471a0daed850fbbee41 100644 --- a/MaterialLib/MPL/Properties/SaturationDependentSwelling.cpp +++ b/MaterialLib/MPL/Properties/SaturationDependentSwelling.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/SaturationDependentSwelling.h b/MaterialLib/MPL/Properties/SaturationDependentSwelling.h index 2324a3115a3421e106f76bc7bba5ac9e48d12a3a..1548071fa03e0e86fa46e0c1a16f9081251b7407 100644 --- a/MaterialLib/MPL/Properties/SaturationDependentSwelling.h +++ b/MaterialLib/MPL/Properties/SaturationDependentSwelling.h @@ -4,7 +4,7 @@ * \date 27.06.2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/SpecificHeatCapacityWithLatentHeat.cpp b/MaterialLib/MPL/Properties/SpecificHeatCapacityWithLatentHeat.cpp index 123f16cbcb308e6bdb2348dcf69e6fc41c42fee7..341137f2ab48be89f89ded09059a2a889b6ad7f4 100644 --- a/MaterialLib/MPL/Properties/SpecificHeatCapacityWithLatentHeat.cpp +++ b/MaterialLib/MPL/Properties/SpecificHeatCapacityWithLatentHeat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/SpecificHeatCapacityWithLatentHeat.h b/MaterialLib/MPL/Properties/SpecificHeatCapacityWithLatentHeat.h index b2359ba1418ccf4abec6d604bc34a0046d12f659..ed8f19f3a8bf59fff7aeb6e708afcb1d964c6ba1 100644 --- a/MaterialLib/MPL/Properties/SpecificHeatCapacityWithLatentHeat.h +++ b/MaterialLib/MPL/Properties/SpecificHeatCapacityWithLatentHeat.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/StrainDependentPermeability.cpp b/MaterialLib/MPL/Properties/StrainDependentPermeability.cpp index a9c751cc5f3f20fe7bdfc225fdb6d82adda9f57d..ca681b7304e5cd24c3dd6cb69f029e1b078badea 100644 --- a/MaterialLib/MPL/Properties/StrainDependentPermeability.cpp +++ b/MaterialLib/MPL/Properties/StrainDependentPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/StrainDependentPermeability.h b/MaterialLib/MPL/Properties/StrainDependentPermeability.h index 6da9bcaf88d68ed9927b07e62fa1f7897db53367..b6ece284b0d04254f8ba73f4ad25ca568aad0fdf 100644 --- a/MaterialLib/MPL/Properties/StrainDependentPermeability.h +++ b/MaterialLib/MPL/Properties/StrainDependentPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/SwellingStress/CreateLinearSaturationSwellingStress.cpp b/MaterialLib/MPL/Properties/SwellingStress/CreateLinearSaturationSwellingStress.cpp index c0fc48fc520e2e9dc3e53c5417b338d98e590907..e99b40d84699bcaddaff53323b96c5b3b7ef5880 100644 --- a/MaterialLib/MPL/Properties/SwellingStress/CreateLinearSaturationSwellingStress.cpp +++ b/MaterialLib/MPL/Properties/SwellingStress/CreateLinearSaturationSwellingStress.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/SwellingStress/CreateLinearSaturationSwellingStress.h b/MaterialLib/MPL/Properties/SwellingStress/CreateLinearSaturationSwellingStress.h index f5c16de021d07989c912ff057e41c8a1ff5c274c..8b7d5a6ec213183f2d2eb6f183012c8186beaee1 100644 --- a/MaterialLib/MPL/Properties/SwellingStress/CreateLinearSaturationSwellingStress.h +++ b/MaterialLib/MPL/Properties/SwellingStress/CreateLinearSaturationSwellingStress.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/SwellingStress/LinearSaturationSwellingStress.cpp b/MaterialLib/MPL/Properties/SwellingStress/LinearSaturationSwellingStress.cpp index 385807befdd199496e9a5dd92dca62e9404e6dfd..f0ab556e462d22516499a1a535bd3ab9177c499e 100644 --- a/MaterialLib/MPL/Properties/SwellingStress/LinearSaturationSwellingStress.cpp +++ b/MaterialLib/MPL/Properties/SwellingStress/LinearSaturationSwellingStress.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/SwellingStress/LinearSaturationSwellingStress.h b/MaterialLib/MPL/Properties/SwellingStress/LinearSaturationSwellingStress.h index 2288d176e8e9b6584993246eacc6fe11aad97d9b..b48b95f973d2f2b65c799462fd1f2973e1f0841a 100644 --- a/MaterialLib/MPL/Properties/SwellingStress/LinearSaturationSwellingStress.h +++ b/MaterialLib/MPL/Properties/SwellingStress/LinearSaturationSwellingStress.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/TemperatureDependentDiffusion.cpp b/MaterialLib/MPL/Properties/TemperatureDependentDiffusion.cpp index bf46eed1ec76fd7799265b0bb7bf2715e4b36602..dd4533eef90754205792735070357d1a1a8d0385 100644 --- a/MaterialLib/MPL/Properties/TemperatureDependentDiffusion.cpp +++ b/MaterialLib/MPL/Properties/TemperatureDependentDiffusion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/TemperatureDependentDiffusion.h b/MaterialLib/MPL/Properties/TemperatureDependentDiffusion.h index da871b62e58b28f4b14bc087607aaba79ac92195..85466ad05668f2c2596feac0894d893b948fe9c3 100644 --- a/MaterialLib/MPL/Properties/TemperatureDependentDiffusion.h +++ b/MaterialLib/MPL/Properties/TemperatureDependentDiffusion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/TemperatureDependentFraction.cpp b/MaterialLib/MPL/Properties/TemperatureDependentFraction.cpp index 1f86ace30dd4f82c78c4cdc5a22a6f2254b94c5f..deab438058180540cc519ce4e716a29c0b098881 100644 --- a/MaterialLib/MPL/Properties/TemperatureDependentFraction.cpp +++ b/MaterialLib/MPL/Properties/TemperatureDependentFraction.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/TemperatureDependentFraction.h b/MaterialLib/MPL/Properties/TemperatureDependentFraction.h index 42a0307ae7cea30de748dcb2e1560de23d5c0e2f..b7ba9dc3c69474312bbc9a76bb85bab973445e37 100644 --- a/MaterialLib/MPL/Properties/TemperatureDependentFraction.h +++ b/MaterialLib/MPL/Properties/TemperatureDependentFraction.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/ThermalConductivity/CreateSaturationWeightedThermalConductivity.cpp b/MaterialLib/MPL/Properties/ThermalConductivity/CreateSaturationWeightedThermalConductivity.cpp index d2aff58edad1a3448dc74f9cab8a944ab6e0aa2b..e91f14f2df84a753def5f360f4a067d09f3d39bf 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/CreateSaturationWeightedThermalConductivity.cpp +++ b/MaterialLib/MPL/Properties/ThermalConductivity/CreateSaturationWeightedThermalConductivity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/ThermalConductivity/CreateSaturationWeightedThermalConductivity.h b/MaterialLib/MPL/Properties/ThermalConductivity/CreateSaturationWeightedThermalConductivity.h index a961867348a79fe231fa3b900fd58fdb61d60a26..845208430dd7cdad77796a9b1ae069d7816b96d5 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/CreateSaturationWeightedThermalConductivity.h +++ b/MaterialLib/MPL/Properties/ThermalConductivity/CreateSaturationWeightedThermalConductivity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/ThermalConductivity/CreateSoilThermalConductivitySomerton.cpp b/MaterialLib/MPL/Properties/ThermalConductivity/CreateSoilThermalConductivitySomerton.cpp index 68309f0677730b321d3b7650041ede9fb8bba39c..260b21db81654ea3ea55d9b45130bfc768319d46 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/CreateSoilThermalConductivitySomerton.cpp +++ b/MaterialLib/MPL/Properties/ThermalConductivity/CreateSoilThermalConductivitySomerton.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/ThermalConductivity/CreateSoilThermalConductivitySomerton.h b/MaterialLib/MPL/Properties/ThermalConductivity/CreateSoilThermalConductivitySomerton.h index 3db1c676d8e987c4cd87a5e844fd5963bb07b25c..473bbf36437a7a2c5058133a869fff19c80a5419 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/CreateSoilThermalConductivitySomerton.h +++ b/MaterialLib/MPL/Properties/ThermalConductivity/CreateSoilThermalConductivitySomerton.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/ThermalConductivity/CreateWaterThermalConductivityIAPWS.cpp b/MaterialLib/MPL/Properties/ThermalConductivity/CreateWaterThermalConductivityIAPWS.cpp index 4ca4b654d69c351aa560b3029040e6f972e73cb9..67b3c5751fca1bd18e51bd6a20735310ac808b3c 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/CreateWaterThermalConductivityIAPWS.cpp +++ b/MaterialLib/MPL/Properties/ThermalConductivity/CreateWaterThermalConductivityIAPWS.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/ThermalConductivity/CreateWaterThermalConductivityIAPWS.h b/MaterialLib/MPL/Properties/ThermalConductivity/CreateWaterThermalConductivityIAPWS.h index f5bbbdfa2d7f5d36313fada78626119bc6a3adf1..eed122391346cfea3a5565b6c4dce15083ac1c17 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/CreateWaterThermalConductivityIAPWS.h +++ b/MaterialLib/MPL/Properties/ThermalConductivity/CreateWaterThermalConductivityIAPWS.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/ThermalConductivity/SaturationWeightedThermalConductivity.cpp b/MaterialLib/MPL/Properties/ThermalConductivity/SaturationWeightedThermalConductivity.cpp index 6aea39c592e988c411ca215185be5645831ba059..ed648edfe3aa25bc90a40bca542899e2e992bd5c 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/SaturationWeightedThermalConductivity.cpp +++ b/MaterialLib/MPL/Properties/ThermalConductivity/SaturationWeightedThermalConductivity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/ThermalConductivity/SaturationWeightedThermalConductivity.h b/MaterialLib/MPL/Properties/ThermalConductivity/SaturationWeightedThermalConductivity.h index a4b299cbfdf0244d570406f07bc097a6af2a25ff..2567679ee7caf14143098c9a39e78496ea42da1e 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/SaturationWeightedThermalConductivity.h +++ b/MaterialLib/MPL/Properties/ThermalConductivity/SaturationWeightedThermalConductivity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/ThermalConductivity/WaterThermalConductivityIAPWS.cpp b/MaterialLib/MPL/Properties/ThermalConductivity/WaterThermalConductivityIAPWS.cpp index 25d8b5c90a7aba53dd74b772fc5e8c9ad815e311..fff5ce5dc38f1b27f9f46cb37c6a0a28bb104e32 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/WaterThermalConductivityIAPWS.cpp +++ b/MaterialLib/MPL/Properties/ThermalConductivity/WaterThermalConductivityIAPWS.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/ThermalConductivity/WaterThermalConductivityIAPWS.h b/MaterialLib/MPL/Properties/ThermalConductivity/WaterThermalConductivityIAPWS.h index 39c760ba03d4d73234c30e710ae3f339be91a4b9..697d70d0f1a5a2291e59b8d7d195f5c838dcf0a8 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/WaterThermalConductivityIAPWS.h +++ b/MaterialLib/MPL/Properties/ThermalConductivity/WaterThermalConductivityIAPWS.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/TransportPorosityFromMassBalance.cpp b/MaterialLib/MPL/Properties/TransportPorosityFromMassBalance.cpp index 98ba631898fc19c32fdd2a8af06d009c8fc6e45a..129daa93f98402e8e8590786a557409588c5bd24 100644 --- a/MaterialLib/MPL/Properties/TransportPorosityFromMassBalance.cpp +++ b/MaterialLib/MPL/Properties/TransportPorosityFromMassBalance.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/TransportPorosityFromMassBalance.h b/MaterialLib/MPL/Properties/TransportPorosityFromMassBalance.h index 1f5c0bfc65bc9e50ccaa522da2f8277abfb9da86..c7f9a925a9bc19852e46ab27d44e9b4bd2dc4fc2 100644 --- a/MaterialLib/MPL/Properties/TransportPorosityFromMassBalance.h +++ b/MaterialLib/MPL/Properties/TransportPorosityFromMassBalance.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.cpp b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.cpp index 7d9d899bdb158088bd6d0bcdafb687d32e277248..cd5970689a503d6407cdf468708b60a729f1a79a 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.cpp +++ b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.h b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.h index 88ad479645d0a12654241335621a7a9c2185c33d..2945ce3440132493dca2e167e9adb8ca2e796a70 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.h +++ b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionPMQ.cpp b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionPMQ.cpp index fe9ff80e7e5f3a301d67b6269d04a870773ac446..d168b2a5decb5e87e33214bee9e2409b464e91b2 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionPMQ.cpp +++ b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionPMQ.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionPMQ.h b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionPMQ.h index b183978bfa1eff0d5e8213b9a3edc7307cc90502..b58e0c817fbc2121fa8c9529bd05fc15ebe0721a 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionPMQ.h +++ b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionPMQ.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionFEBEX.cpp b/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionFEBEX.cpp index 8f46f8be6ceecfeca9707fdc6a5a437f527435c3..2e9b7343e90db458bbe48c64256ebaa7e99daf92 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionFEBEX.cpp +++ b/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionFEBEX.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionFEBEX.h b/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionFEBEX.h index a38206d851a6ac4d64ce7eae807e768d94e8c7c5..645ec8c90a7eb7670e13f5275edbeff9acf97427 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionFEBEX.h +++ b/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionFEBEX.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.cpp b/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.cpp index ea6ff097b10d78ec873fba0f79c1a06e59e64d03..79152e5dbfd7cad0d6ca7edefc2d97080492cf87 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.cpp +++ b/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.h b/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.h index db0114ecb5be659ed9e72714d2f7702dc58b0d5d..856459243ad5b64f8e40c47fd258414f6593d437 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.h +++ b/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/VermaPruessModel.cpp b/MaterialLib/MPL/Properties/VermaPruessModel.cpp index 46263807c8c05962aac500bbd1468ad315b47f20..c84b20f5e963eeb01a5b91384c27eb9c7c53db41 100644 --- a/MaterialLib/MPL/Properties/VermaPruessModel.cpp +++ b/MaterialLib/MPL/Properties/VermaPruessModel.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/VermaPruessModel.h b/MaterialLib/MPL/Properties/VermaPruessModel.h index 6de08fbd18382d1f171e8a41952d8041ec119635..0eb7d84aa8b8974dbf3a47b624b8109d73fcd902 100644 --- a/MaterialLib/MPL/Properties/VermaPruessModel.h +++ b/MaterialLib/MPL/Properties/VermaPruessModel.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Viscosity/CreateLiquidViscosityVogels.cpp b/MaterialLib/MPL/Properties/Viscosity/CreateLiquidViscosityVogels.cpp index d1316e07ed5abc17b0e8718f20c94151dd7ab436..47b392cebb296c0236cfa756870447cf25aad57c 100644 --- a/MaterialLib/MPL/Properties/Viscosity/CreateLiquidViscosityVogels.cpp +++ b/MaterialLib/MPL/Properties/Viscosity/CreateLiquidViscosityVogels.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Viscosity/CreateLiquidViscosityVogels.h b/MaterialLib/MPL/Properties/Viscosity/CreateLiquidViscosityVogels.h index 5284ba806368fe3f4c104f298170b1807d28987a..0b3a88e5d947851d970888156342f541492baf1a 100644 --- a/MaterialLib/MPL/Properties/Viscosity/CreateLiquidViscosityVogels.h +++ b/MaterialLib/MPL/Properties/Viscosity/CreateLiquidViscosityVogels.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Viscosity/CreateWaterViscosityIAPWS.cpp b/MaterialLib/MPL/Properties/Viscosity/CreateWaterViscosityIAPWS.cpp index 87499d9f493e3e4c5c1a0525d8dcce198ac88325..f4fc88c6068a5e2382231d6a025718e4d08d2453 100644 --- a/MaterialLib/MPL/Properties/Viscosity/CreateWaterViscosityIAPWS.cpp +++ b/MaterialLib/MPL/Properties/Viscosity/CreateWaterViscosityIAPWS.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Viscosity/CreateWaterViscosityIAPWS.h b/MaterialLib/MPL/Properties/Viscosity/CreateWaterViscosityIAPWS.h index fe3d20e638ad429d29b640c5e4ec0c72ffee9337..26db7a765f85c55d40b72cabac8412f0c6908bc8 100644 --- a/MaterialLib/MPL/Properties/Viscosity/CreateWaterViscosityIAPWS.h +++ b/MaterialLib/MPL/Properties/Viscosity/CreateWaterViscosityIAPWS.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Viscosity/LiquidViscosityVogels.cpp b/MaterialLib/MPL/Properties/Viscosity/LiquidViscosityVogels.cpp index c99a4313ef631ba5c48c35bf712f2bda69f98e25..9c18403169d801e49df6edd9780cd21da56ae84f 100644 --- a/MaterialLib/MPL/Properties/Viscosity/LiquidViscosityVogels.cpp +++ b/MaterialLib/MPL/Properties/Viscosity/LiquidViscosityVogels.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Viscosity/LiquidViscosityVogels.h b/MaterialLib/MPL/Properties/Viscosity/LiquidViscosityVogels.h index 18037a5fa96a5f3836dda15a47bcbe9784904868..acccda6d60d60c7c6a7b19c31556cbb15b7f3e3d 100644 --- a/MaterialLib/MPL/Properties/Viscosity/LiquidViscosityVogels.h +++ b/MaterialLib/MPL/Properties/Viscosity/LiquidViscosityVogels.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Viscosity/WaterViscosityIAPWS.cpp b/MaterialLib/MPL/Properties/Viscosity/WaterViscosityIAPWS.cpp index 4bc4b27cb7c9f8314b085107af0b881a347364e5..7efa0a4a755a0c4854b7e60e65db23a76bb7915f 100644 --- a/MaterialLib/MPL/Properties/Viscosity/WaterViscosityIAPWS.cpp +++ b/MaterialLib/MPL/Properties/Viscosity/WaterViscosityIAPWS.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/Viscosity/WaterViscosityIAPWS.h b/MaterialLib/MPL/Properties/Viscosity/WaterViscosityIAPWS.h index 1f362ec66ed3d74ccf4cb01fcecc9ddd23920859..9820300977af3cdd05ecd06e261607491136374f 100644 --- a/MaterialLib/MPL/Properties/Viscosity/WaterViscosityIAPWS.h +++ b/MaterialLib/MPL/Properties/Viscosity/WaterViscosityIAPWS.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/VolumeFractionAverage.cpp b/MaterialLib/MPL/Properties/VolumeFractionAverage.cpp index e7be7cfa4d0d0af480c45bb2bea0521a286c8de3..f252bdd3d028fab1e98e6aea65f847439ffdabce 100644 --- a/MaterialLib/MPL/Properties/VolumeFractionAverage.cpp +++ b/MaterialLib/MPL/Properties/VolumeFractionAverage.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/VolumeFractionAverage.h b/MaterialLib/MPL/Properties/VolumeFractionAverage.h index 187f7dffd271d4c121a443a166da13466ca7569b..51eb93c8faf1d52743f55c474eaca64d91e87265 100644 --- a/MaterialLib/MPL/Properties/VolumeFractionAverage.h +++ b/MaterialLib/MPL/Properties/VolumeFractionAverage.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/WaterSaturationCurveIAPWSIF97Region4.h b/MaterialLib/MPL/Properties/WaterSaturationCurveIAPWSIF97Region4.h index fea061bf5907d63fe8e5f1ecd47e86c2570c9c24..87ea18bc17fef973d6bbce436503c16a71a672da 100644 --- a/MaterialLib/MPL/Properties/WaterSaturationCurveIAPWSIF97Region4.h +++ b/MaterialLib/MPL/Properties/WaterSaturationCurveIAPWSIF97Region4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/WaterSaturationTemperatureIAPWSIF97Region4.cpp b/MaterialLib/MPL/Properties/WaterSaturationTemperatureIAPWSIF97Region4.cpp index 180e9c9ad32470785e5b301fdcf98d866c5e049b..c68bb7582d84b4df6ce0e9bdaf19815b1a55327a 100644 --- a/MaterialLib/MPL/Properties/WaterSaturationTemperatureIAPWSIF97Region4.cpp +++ b/MaterialLib/MPL/Properties/WaterSaturationTemperatureIAPWSIF97Region4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/WaterSaturationTemperatureIAPWSIF97Region4.h b/MaterialLib/MPL/Properties/WaterSaturationTemperatureIAPWSIF97Region4.h index 94640cd675721eec6e4e79176b6bbdb452017614..597bbfe38f6ac1c39d5bb84f1f04ab78ee616cf1 100644 --- a/MaterialLib/MPL/Properties/WaterSaturationTemperatureIAPWSIF97Region4.h +++ b/MaterialLib/MPL/Properties/WaterSaturationTemperatureIAPWSIF97Region4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/WaterTemperatureIAPWSIF97Region1.cpp b/MaterialLib/MPL/Properties/WaterTemperatureIAPWSIF97Region1.cpp index a88eafdf1c7ece56b929c927081dae92d87c985e..3dc85ecd78f687bd6afec76f6662da211609da90 100644 --- a/MaterialLib/MPL/Properties/WaterTemperatureIAPWSIF97Region1.cpp +++ b/MaterialLib/MPL/Properties/WaterTemperatureIAPWSIF97Region1.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Properties/WaterTemperatureIAPWSIF97Region1.h b/MaterialLib/MPL/Properties/WaterTemperatureIAPWSIF97Region1.h index d814018989d1d87ec2baaa05cfa99e8bd8f42049..7ef917d1ad090c6f9d8096f63b7a046b14c6262b 100644 --- a/MaterialLib/MPL/Properties/WaterTemperatureIAPWSIF97Region1.h +++ b/MaterialLib/MPL/Properties/WaterTemperatureIAPWSIF97Region1.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Property.cpp b/MaterialLib/MPL/Property.cpp index a8e4657c716ef9f9c416a91d4bfc1698956c0ca2..fb62d4f4244a71a65f25a2f13dab27ec90aaf7c1 100644 --- a/MaterialLib/MPL/Property.cpp +++ b/MaterialLib/MPL/Property.cpp @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Property.h b/MaterialLib/MPL/Property.h index c2bbc8697c93a16822265c1d90f1b58e96f0f7ca..cc63b0aebcec8e8998708ee566b6ef00f5cfc9f6 100644 --- a/MaterialLib/MPL/Property.h +++ b/MaterialLib/MPL/Property.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/PropertyType.cpp b/MaterialLib/MPL/PropertyType.cpp index dfcc6ca47e71c12502c57d198ea24736cf0b4a97..404ad1ff197a17afb3a00337be469194a369ad83 100644 --- a/MaterialLib/MPL/PropertyType.cpp +++ b/MaterialLib/MPL/PropertyType.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/PropertyType.h b/MaterialLib/MPL/PropertyType.h index 795eb04a05c75e870038ff43704302f6788034cc..2dc5737694afa9a46b8dab0df358e6cb337dd1b7 100644 --- a/MaterialLib/MPL/PropertyType.h +++ b/MaterialLib/MPL/PropertyType.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/CheckVanGenuchtenExponentRange.cpp b/MaterialLib/MPL/Utils/CheckVanGenuchtenExponentRange.cpp index 18032a79a25c1015ff24594478a72f2a737a90de..582758aef1ae6632dc07adcf3f33bc9c39beff2d 100644 --- a/MaterialLib/MPL/Utils/CheckVanGenuchtenExponentRange.cpp +++ b/MaterialLib/MPL/Utils/CheckVanGenuchtenExponentRange.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/CheckVanGenuchtenExponentRange.h b/MaterialLib/MPL/Utils/CheckVanGenuchtenExponentRange.h index 352c5ac591b19b257f566cd1a242e11eb331e71a..cdda62de8aede234b69ab86b2127d27704531b62 100644 --- a/MaterialLib/MPL/Utils/CheckVanGenuchtenExponentRange.h +++ b/MaterialLib/MPL/Utils/CheckVanGenuchtenExponentRange.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/FormEffectiveThermalConductivity.cpp b/MaterialLib/MPL/Utils/FormEffectiveThermalConductivity.cpp index c83a1f63aa83ad834cfb33d0bf4028c21dcc2aad..5a9c76b8b5777009f9415650fd599f98b0b98dcc 100644 --- a/MaterialLib/MPL/Utils/FormEffectiveThermalConductivity.cpp +++ b/MaterialLib/MPL/Utils/FormEffectiveThermalConductivity.cpp @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/FormEffectiveThermalConductivity.h b/MaterialLib/MPL/Utils/FormEffectiveThermalConductivity.h index fd048486b61e6d733bf6f163e040a05b569b45e2..1faac5b37fe621606ed252324292d90d97c7709c 100644 --- a/MaterialLib/MPL/Utils/FormEffectiveThermalConductivity.h +++ b/MaterialLib/MPL/Utils/FormEffectiveThermalConductivity.h @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/FormEigenTensor.cpp b/MaterialLib/MPL/Utils/FormEigenTensor.cpp index add37e3e240cef62dfcd30e0f4973e52b7cea251..e577fbf50a6850c83e46bf26258a6e96a77a1672 100644 --- a/MaterialLib/MPL/Utils/FormEigenTensor.cpp +++ b/MaterialLib/MPL/Utils/FormEigenTensor.cpp @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/FormEigenTensor.h b/MaterialLib/MPL/Utils/FormEigenTensor.h index 8029268dfe61dcec7891548e2c02f28182eccc5e..918bdca4b2d90c06007ab79e486a6166ef8966ac 100644 --- a/MaterialLib/MPL/Utils/FormEigenTensor.h +++ b/MaterialLib/MPL/Utils/FormEigenTensor.h @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/FormEigenVector.cpp b/MaterialLib/MPL/Utils/FormEigenVector.cpp index 3af5a3ed474a1e5de0d43850a3cd57b9510ec981..4bc6478fa9a9b09bf7abcea6fc62802d54798abf 100644 --- a/MaterialLib/MPL/Utils/FormEigenVector.cpp +++ b/MaterialLib/MPL/Utils/FormEigenVector.cpp @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/FormEigenVector.h b/MaterialLib/MPL/Utils/FormEigenVector.h index c9d42f11a7af04d0d8f36498b8192a635f7fc457..2ed84cfec8cc3d3e267e32382abf055827d23121 100644 --- a/MaterialLib/MPL/Utils/FormEigenVector.h +++ b/MaterialLib/MPL/Utils/FormEigenVector.h @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/FormKelvinVector.cpp b/MaterialLib/MPL/Utils/FormKelvinVector.cpp index e1fd045d23f1c0837883d0e4af1c6f047ddd6759..57ef9f5902e3de77d57b3e70c28eee45255fea2e 100644 --- a/MaterialLib/MPL/Utils/FormKelvinVector.cpp +++ b/MaterialLib/MPL/Utils/FormKelvinVector.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/FormKelvinVector.h b/MaterialLib/MPL/Utils/FormKelvinVector.h index 6a12b7f79fb1a0c15cdd2f8121015d695454252e..efb2dd2d222ed7cab0aee876a415d8c7a297c3be 100644 --- a/MaterialLib/MPL/Utils/FormKelvinVector.h +++ b/MaterialLib/MPL/Utils/FormKelvinVector.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/GetLiquidThermalExpansivity.cpp b/MaterialLib/MPL/Utils/GetLiquidThermalExpansivity.cpp index 906a84bddb2ed17dc79f45c733847d32b5e41b4b..e3d8b53f7efc56daa6e1329c1c2d193dee95bf9b 100644 --- a/MaterialLib/MPL/Utils/GetLiquidThermalExpansivity.cpp +++ b/MaterialLib/MPL/Utils/GetLiquidThermalExpansivity.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/GetLiquidThermalExpansivity.h b/MaterialLib/MPL/Utils/GetLiquidThermalExpansivity.h index 8b38350c6882aae31218123e224e8f7564e6d96a..ec9470f7016ac8bed1ea6db270ef4f4309879b72 100644 --- a/MaterialLib/MPL/Utils/GetLiquidThermalExpansivity.h +++ b/MaterialLib/MPL/Utils/GetLiquidThermalExpansivity.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/GetSymmetricTensor.cpp b/MaterialLib/MPL/Utils/GetSymmetricTensor.cpp index 6870a4696adb4641f35c0372d0e8cfd06f95aba8..b0c3f6ee0ee4212ebc1c74002ab4fb9d96fcb5ae 100644 --- a/MaterialLib/MPL/Utils/GetSymmetricTensor.cpp +++ b/MaterialLib/MPL/Utils/GetSymmetricTensor.cpp @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/GetSymmetricTensor.h b/MaterialLib/MPL/Utils/GetSymmetricTensor.h index 7cbb4d01e4cf9b15cd578579f16a4373631c3c4e..c5e0727c1fd1e267ef20bdc3518ff9545c34d8ee 100644 --- a/MaterialLib/MPL/Utils/GetSymmetricTensor.h +++ b/MaterialLib/MPL/Utils/GetSymmetricTensor.h @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/SigmoidFunction.cpp b/MaterialLib/MPL/Utils/SigmoidFunction.cpp index 9e0f3984d5bc2e65d4e766a2fa0427a188cd688c..ced541c4d16887530aa6c275475876d43949e6b0 100644 --- a/MaterialLib/MPL/Utils/SigmoidFunction.cpp +++ b/MaterialLib/MPL/Utils/SigmoidFunction.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/SigmoidFunction.h b/MaterialLib/MPL/Utils/SigmoidFunction.h index 2a44028c279c4fbfc15fd642e9209ab9be1fc80f..ab54321bc9d701071fc0f857443f791bbc6aa86e 100644 --- a/MaterialLib/MPL/Utils/SigmoidFunction.h +++ b/MaterialLib/MPL/Utils/SigmoidFunction.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/Utils/Tensor.h b/MaterialLib/MPL/Utils/Tensor.h index f0d41e823cfd76b20c4920f568a3e0f09ad44a06..3ec161325efc8aae7cc9f70c2846fe669d95f39e 100644 --- a/MaterialLib/MPL/Utils/Tensor.h +++ b/MaterialLib/MPL/Utils/Tensor.h @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/VariableType.cpp b/MaterialLib/MPL/VariableType.cpp index 5fb0857e3bd2ef4ec14613fdb4121ca48cd902ea..d2d16e426d3ca6f8886a3dfdb88fd08c3dc87e82 100644 --- a/MaterialLib/MPL/VariableType.cpp +++ b/MaterialLib/MPL/VariableType.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/MPL/VariableType.h b/MaterialLib/MPL/VariableType.h index c2b802e11fd9a71858095ff3ceb66378f9eb51cd..2776580f120f1893f4d743109c9017bf0671f723 100644 --- a/MaterialLib/MPL/VariableType.h +++ b/MaterialLib/MPL/VariableType.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/CreatePorousMediaProperties.cpp b/MaterialLib/PorousMedium/CreatePorousMediaProperties.cpp index d70bd5ca9ecccbc1b077ebccc73322a11db692f8..a0f36226886121752d5abc28430bcb7f0c641341 100644 --- a/MaterialLib/PorousMedium/CreatePorousMediaProperties.cpp +++ b/MaterialLib/PorousMedium/CreatePorousMediaProperties.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/CreatePorousMediaProperties.h b/MaterialLib/PorousMedium/CreatePorousMediaProperties.h index a362658d48259da3043301093d21ee28c65a1955..5aba12a9000e512f0a4038026444830aa01741ba 100644 --- a/MaterialLib/PorousMedium/CreatePorousMediaProperties.h +++ b/MaterialLib/PorousMedium/CreatePorousMediaProperties.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/Permeability/DupuitPermeability.h b/MaterialLib/PorousMedium/Permeability/DupuitPermeability.h index d9a8c1dbb134618bc61ebfee81005f0088c3b2d4..f8de53d4215cf34390e02bd554614efc7a4659b3 100644 --- a/MaterialLib/PorousMedium/Permeability/DupuitPermeability.h +++ b/MaterialLib/PorousMedium/Permeability/DupuitPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/Permeability/Permeability.h b/MaterialLib/PorousMedium/Permeability/Permeability.h index 54d05dfcfde426aa2e3a8b04ea5b8bc9f8d77214..fd1e41e79401b6367979057ec9f0cce942adea7a 100644 --- a/MaterialLib/PorousMedium/Permeability/Permeability.h +++ b/MaterialLib/PorousMedium/Permeability/Permeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp index 3eb5ecf53b69a909f8ee259f82748e6f44597144..6115d8d33ca83bb5f8f918fa5381f5a21c041994 100644 --- a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp +++ b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h index f8cfb12c99f6169220aef2ff61d64903f562362e..c0aa84f41c8f068080726e2104a29d4d96b83a00 100644 --- a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h +++ b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/PorousMediaProperties.cpp b/MaterialLib/PorousMedium/PorousMediaProperties.cpp index 93509309197a197749f3b0a7327c82723fc7196c..42124e7c974f0d17cd0ff3deec4e5a3e0c885991 100644 --- a/MaterialLib/PorousMedium/PorousMediaProperties.cpp +++ b/MaterialLib/PorousMedium/PorousMediaProperties.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/PorousMediaProperties.h b/MaterialLib/PorousMedium/PorousMediaProperties.h index 933526c57b742e003a99b79d06a3b0511c1de17f..2139b46d28a922a03f7e538c82aa0b5499c1726b 100644 --- a/MaterialLib/PorousMedium/PorousMediaProperties.h +++ b/MaterialLib/PorousMedium/PorousMediaProperties.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.cpp index c3a26ebfd466d7b71c27366a86b7cf3ed75c7a40..b759b40fcd9db99f05b326086f8756a27ab76865 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h index 00608bc1587507b0ffd69d76ee9e4537db5543e1..ee4db8f08cb741ed21cddab44905d5712abba7a5 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h index b45f8390187e252bc07c32b3e8bbcd08161402e6..fa5eb24d432dd47d0b8d086fce93590ff9929850 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h index 6187d2a7c2beed4cf6c4a6be86a657c308e7e83a..d1ff47952e92f3afdbcb9dc4afbe1800508ba6bf 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp index 8fd11081a537e6144d506ce79de7b963817a7d4b..8503ec5a167454f173d74c3b2c32f84ff74aed16 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h index c888cf4700dc4383ec7c3288a143d9b1ea698d0f..f16ae405639eba902c8e61a57b83af058d383f5d 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp index 6ca769e12767abef4562012985e7a228190d683d..21181d87c522c1aedcbd7d6b86f81e9bf26ed519 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h index 5012b6d5252cf3ceac8b9aa26966e8724a9cf051..156e6cfa344f0db2482bffd66918c2d9111e594c 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp index 98c7712c8db04f1e7b926fae027f916316af5a5c..d4f76f774b885233275e33a12ca25ff218449fb2 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h index 31480e97a70233fddd68cf121c2f64f06c8635d0..f0cb2bf80a34fa00c3dc3d926f66770919cc0cc7 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp index dd147f2359c0b8dafa9f38bceb29893c33c03470..5d1c6d0ecea1e05d38803e301eeb303eac7dfe61 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h index 930df09ae2e745b50f226bae80ee12e6ed983680..1a3890fd8c436d37d750407a4db4b084405389e2 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp index 5ad5853a7a3ebd036513535ab9c337bcd5d92dfd..dd20daba09eee2cb592f8d1e978e033d6f2d1aa8 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h index 05c698f58074105b491756b5fc30861ae1ee9ee6..265c45cc010860f442de43c79c9719711ebc2f1c 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h index a9164677725a72e3f55363388cdd2eb7d5ce94ff..ec2fa0b38693820166ea007dc489b72f63eea01f 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h index a77f7339fd73ef73d00e3d0f12cae45b54be28e5..3eecce702e004926c990b8d403a6b56c8b0bfdf8 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp index 8a2953936ab825b49ed16ba90fbc7fc285adca8b..03e65389a65a73840906d2ab448838390762a57d 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h index cd9d1af3c5520c829c6b9ea6f48c95f8bb9eb7a3..1ed2af7e7bc3f7552748945fb4771aea3e060dee 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp index 8874f27b0f08a6ca9941677c28e88908e3ca15b0..19139fc762e1c2078f8d164c46039d839587db20 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h index aeec345c4ef2922b742b9c45f8661de377f99f2f..ca7d1a58b76b203a39eee984ef9c82edfa699725 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp b/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp index 95b7a36313f90a5892499ced58abbb4c9da583dc..4358409c0d8eed366120ebd26443a58c9d355e41 100644 --- a/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp +++ b/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/CreateConstitutiveRelation.h b/MaterialLib/SolidModels/CreateConstitutiveRelation.h index c91b64b6e52501639ada103039ad9d058ceb316f..7ebf6bead0ca67c60b96581d26edfe26bdf82f55 100644 --- a/MaterialLib/SolidModels/CreateConstitutiveRelation.h +++ b/MaterialLib/SolidModels/CreateConstitutiveRelation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/CreateConstitutiveRelationIce.cpp b/MaterialLib/SolidModels/CreateConstitutiveRelationIce.cpp index 4a38e68b4bc84bd5c251ff2d7ce6352408e6d194..d958bc28f74d274afa89858b3d61de083cb12f00 100644 --- a/MaterialLib/SolidModels/CreateConstitutiveRelationIce.cpp +++ b/MaterialLib/SolidModels/CreateConstitutiveRelationIce.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/CreateConstitutiveRelationIce.h b/MaterialLib/SolidModels/CreateConstitutiveRelationIce.h index afc724f121bfe13eeb5d22bbf74d14f0f6673950..a2bb41b364829557a6dcda5a29a0632f108ff79c 100644 --- a/MaterialLib/SolidModels/CreateConstitutiveRelationIce.h +++ b/MaterialLib/SolidModels/CreateConstitutiveRelationIce.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/CreateConstitutiveRelationsGeneric.h b/MaterialLib/SolidModels/CreateConstitutiveRelationsGeneric.h index 24b5dd1dc6090c1a61c1623335362ee0a01fd077..2db9552ed7141594bc5dd842605a94e737f31ec5 100644 --- a/MaterialLib/SolidModels/CreateConstitutiveRelationsGeneric.h +++ b/MaterialLib/SolidModels/CreateConstitutiveRelationsGeneric.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/CreateCreepBGRa.cpp b/MaterialLib/SolidModels/CreateCreepBGRa.cpp index 405e42ee6269f8a9e5ced7006258ff213bea2012..497e27a1308f5ba990b037b27ee14e1f100ea3bb 100644 --- a/MaterialLib/SolidModels/CreateCreepBGRa.cpp +++ b/MaterialLib/SolidModels/CreateCreepBGRa.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/CreateCreepBGRa.h b/MaterialLib/SolidModels/CreateCreepBGRa.h index 718d6fd87449673fb93e3900e8f90c3025409e31..d7bd8c84ea00941ec1820631808514a220729f64 100644 --- a/MaterialLib/SolidModels/CreateCreepBGRa.h +++ b/MaterialLib/SolidModels/CreateCreepBGRa.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/CreateEhlers.h b/MaterialLib/SolidModels/CreateEhlers.h index c0485bd410bf21b2d06f623ea1f6148ded636281..10d8493b6a274255630fdd77d9bf23d4b0fe23f9 100644 --- a/MaterialLib/SolidModels/CreateEhlers.h +++ b/MaterialLib/SolidModels/CreateEhlers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/CreateLinearElasticIsotropic.h b/MaterialLib/SolidModels/CreateLinearElasticIsotropic.h index 466e698133da15d75239845060673188b75bb5fb..495533022179a8a078bace65c797839aac90e756 100644 --- a/MaterialLib/SolidModels/CreateLinearElasticIsotropic.h +++ b/MaterialLib/SolidModels/CreateLinearElasticIsotropic.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/CreateLinearElasticOrthotropic.cpp b/MaterialLib/SolidModels/CreateLinearElasticOrthotropic.cpp index 09cdf705be0def271092c41be47a05334df42448..3da35fbbcb7301c692f1fe030915982cf6493fd6 100644 --- a/MaterialLib/SolidModels/CreateLinearElasticOrthotropic.cpp +++ b/MaterialLib/SolidModels/CreateLinearElasticOrthotropic.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/CreateLinearElasticOrthotropic.h b/MaterialLib/SolidModels/CreateLinearElasticOrthotropic.h index 082aee10e8d69e40dd462c5cee621acbd9ce195a..96a3800ffb9f8dd3bcf83bd3d8616da3773d22ed 100644 --- a/MaterialLib/SolidModels/CreateLinearElasticOrthotropic.h +++ b/MaterialLib/SolidModels/CreateLinearElasticOrthotropic.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/CreateLubby2.h b/MaterialLib/SolidModels/CreateLubby2.h index 48f844b1e1fc0566e39bfdb4154dd59249c88541..41895f379bb3edd3a3dc3a77b5f70f423527412c 100644 --- a/MaterialLib/SolidModels/CreateLubby2.h +++ b/MaterialLib/SolidModels/CreateLubby2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/CreepBGRa.cpp b/MaterialLib/SolidModels/CreepBGRa.cpp index 692346a69a5aa1be402da6376e00df2ca394982e..7fa4b426f52857ef34a1543179409b394a83f31d 100644 --- a/MaterialLib/SolidModels/CreepBGRa.cpp +++ b/MaterialLib/SolidModels/CreepBGRa.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/Ehlers.cpp b/MaterialLib/SolidModels/Ehlers.cpp index c02dbe962a5013f46cf4bcc60de7a7955e6eb84b..160a353d7b09216b1381d3b03792604e74702b6a 100644 --- a/MaterialLib/SolidModels/Ehlers.cpp +++ b/MaterialLib/SolidModels/Ehlers.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/Ehlers.h b/MaterialLib/SolidModels/Ehlers.h index 00574f0a783295a33e0b547ea68927f02a281ca1..564d3aa16bdc6f5941fe5c1875046863412427ac 100644 --- a/MaterialLib/SolidModels/Ehlers.h +++ b/MaterialLib/SolidModels/Ehlers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/LinearElasticIsotropic.cpp b/MaterialLib/SolidModels/LinearElasticIsotropic.cpp index 752ebfd4c7043165baa9e9749eff0277abc5e9cf..bede48cf7aeeaa2c5d88fc1b452754bfc44a842f 100644 --- a/MaterialLib/SolidModels/LinearElasticIsotropic.cpp +++ b/MaterialLib/SolidModels/LinearElasticIsotropic.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/LinearElasticIsotropic.h b/MaterialLib/SolidModels/LinearElasticIsotropic.h index 118f7373fe2a57ef8356ffc55a3b2d32eecdac7b..2c3ac9cb0bd3aa16621d2f362bcdc07cc835941d 100644 --- a/MaterialLib/SolidModels/LinearElasticIsotropic.h +++ b/MaterialLib/SolidModels/LinearElasticIsotropic.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/LinearElasticIsotropicPhaseField.h b/MaterialLib/SolidModels/LinearElasticIsotropicPhaseField.h index 0ff98cdffc8161a05855817085f969004e7d3ab9..538157fe98a688682ede79a311da0112ff78a95b 100644 --- a/MaterialLib/SolidModels/LinearElasticIsotropicPhaseField.h +++ b/MaterialLib/SolidModels/LinearElasticIsotropicPhaseField.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/LinearElasticOrthotropic.cpp b/MaterialLib/SolidModels/LinearElasticOrthotropic.cpp index e86d14afd278c13ff21a2886a976b334b2d65ce7..80f73e28a494436fd4344e7a2d0a59c2fee315d9 100644 --- a/MaterialLib/SolidModels/LinearElasticOrthotropic.cpp +++ b/MaterialLib/SolidModels/LinearElasticOrthotropic.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/LinearElasticOrthotropic.h b/MaterialLib/SolidModels/LinearElasticOrthotropic.h index c398e0dce62744e436d0c03546ed786ff6724e7a..6a018271927f973ebf83587cea697e68e9ebdcdd 100644 --- a/MaterialLib/SolidModels/LinearElasticOrthotropic.h +++ b/MaterialLib/SolidModels/LinearElasticOrthotropic.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/LinearElasticOrthotropicPhaseField.h b/MaterialLib/SolidModels/LinearElasticOrthotropicPhaseField.h index 2285ce3d568938d2ddc51048cabbe17de57734c5..88696be9e160baccb0b5b6e0b53f8df841da47cf 100644 --- a/MaterialLib/SolidModels/LinearElasticOrthotropicPhaseField.h +++ b/MaterialLib/SolidModels/LinearElasticOrthotropicPhaseField.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/Lubby2.cpp b/MaterialLib/SolidModels/Lubby2.cpp index 1d5f52eeb38804c5289b8e7f58b12b53d379cfa3..a7617dc36eda82a1ac92d2f0adabd81f6e6182ec 100644 --- a/MaterialLib/SolidModels/Lubby2.cpp +++ b/MaterialLib/SolidModels/Lubby2.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/Lubby2.h b/MaterialLib/SolidModels/Lubby2.h index ceef18a6496d2f88329baeaafc33d2bfe6257d1b..3a338bd96fb0a99ac94f7444c3b357369e2a8677 100644 --- a/MaterialLib/SolidModels/Lubby2.h +++ b/MaterialLib/SolidModels/Lubby2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/BDT.mfront b/MaterialLib/SolidModels/MFront/BDT.mfront index b1e36c9eb6b820f8be3995c98748f2e2379a9a14..030f689e371e5590e19489f8015f9958bb0ec661 100644 --- a/MaterialLib/SolidModels/MFront/BDT.mfront +++ b/MaterialLib/SolidModels/MFront/BDT.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/CreateMFront.cpp b/MaterialLib/SolidModels/MFront/CreateMFront.cpp index 82b3d7becda989b5bdf908a56aa1f38f0581eb2d..db8b12ae1715bcf252e11f0ead082c8dec446cbe 100644 --- a/MaterialLib/SolidModels/MFront/CreateMFront.cpp +++ b/MaterialLib/SolidModels/MFront/CreateMFront.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/CreateMFront.h b/MaterialLib/SolidModels/MFront/CreateMFront.h index 6894c0b02e6419de36c6ad7806c1de849957f1c0..f18599e77120f5e05cdbd50b98b70e3c486cadbf 100644 --- a/MaterialLib/SolidModels/MFront/CreateMFront.h +++ b/MaterialLib/SolidModels/MFront/CreateMFront.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/CreateMFrontGeneric.cpp b/MaterialLib/SolidModels/MFront/CreateMFrontGeneric.cpp index 31b707a3864110bb53a1a8aa87b0b78aeafa992c..8666eb126107c0d95f44b24ffc0410466046c77a 100644 --- a/MaterialLib/SolidModels/MFront/CreateMFrontGeneric.cpp +++ b/MaterialLib/SolidModels/MFront/CreateMFrontGeneric.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/CreateMFrontGeneric.h b/MaterialLib/SolidModels/MFront/CreateMFrontGeneric.h index 58ad41913885590d6ff7f5c6cd13abc9a392abb1..0b4394b8078cc4b67e452b2f7de4c9e5899c7c6c 100644 --- a/MaterialLib/SolidModels/MFront/CreateMFrontGeneric.h +++ b/MaterialLib/SolidModels/MFront/CreateMFrontGeneric.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/DruckerPrager.mfront b/MaterialLib/SolidModels/MFront/DruckerPrager.mfront index 9a43073acebf95db274d1e1d3f5324bd8b86358a..48d561237596e09094596312a4ad34d9ce5f8f62 100644 --- a/MaterialLib/SolidModels/MFront/DruckerPrager.mfront +++ b/MaterialLib/SolidModels/MFront/DruckerPrager.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/MFront.cpp b/MaterialLib/SolidModels/MFront/MFront.cpp index 22ea3cfc59e61493b6ea10b3f8ddb4bafe584880..ccd6011c3e6ee73371d7f8c6c0fff4bbfa31896d 100644 --- a/MaterialLib/SolidModels/MFront/MFront.cpp +++ b/MaterialLib/SolidModels/MFront/MFront.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/MFront.h b/MaterialLib/SolidModels/MFront/MFront.h index 130126809c49314742ac0939dee3307313af2660..e97f89c218b2542512c57d5fd67fc04cbfe740c4 100644 --- a/MaterialLib/SolidModels/MFront/MFront.h +++ b/MaterialLib/SolidModels/MFront/MFront.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/MFrontGeneric.cpp b/MaterialLib/SolidModels/MFront/MFrontGeneric.cpp index 2a4941e55b4689a1c1e25c7765a0359debf2057c..f57ad1954eba2daa561393dc5bf5a5bbd6619e7d 100644 --- a/MaterialLib/SolidModels/MFront/MFrontGeneric.cpp +++ b/MaterialLib/SolidModels/MFront/MFrontGeneric.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/MFrontGeneric.h b/MaterialLib/SolidModels/MFront/MFrontGeneric.h index 90960d930a607f0141eab9c4c9287e113510de1a..b0e049d2de6694f225fa0b9ebca193e39964160f 100644 --- a/MaterialLib/SolidModels/MFront/MFrontGeneric.h +++ b/MaterialLib/SolidModels/MFront/MFrontGeneric.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloan.mfront b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloan.mfront index ec79b339d181b955386448d84dbee4d4abffeef4..d08a1c6c9184a5fc567516667f2adbf46dd36ae4 100644 --- a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloan.mfront +++ b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloan.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanAniso.mfront b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanAniso.mfront index 5decbd48ff740f73b3a45f9e9a34499e96efa89f..79bc7cdc68be688402005a29a27fb2bebcd855a9 100644 --- a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanAniso.mfront +++ b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanAniso.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanOrtho.mfront b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanOrtho.mfront index 2c23451cf83fed0a9c00c826d0065b6905da66a1..1af189ffe2079a8eb4c5824d7f1d192339237a8b 100644 --- a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanOrtho.mfront +++ b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanOrtho.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanUBI.mfront b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanUBI.mfront index 5cf759f1b4c31451c00a79b5fc902b102e1056c4..299acb5aa1cd1de04ac308b2e5f5ae10f683cd6d 100644 --- a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanUBI.mfront +++ b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanUBI.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanUBIOrtho.mfront b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanUBIOrtho.mfront index 57c02c0a8172246473e1e07635b9a62cacf8821b..9f5bbb17e8835276347e3c49a77746842c876f3a 100644 --- a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanUBIOrtho.mfront +++ b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanUBIOrtho.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/StandardElasticityBrick.mfront b/MaterialLib/SolidModels/MFront/StandardElasticityBrick.mfront index 59c15c779e9f99de5f0d6a04b1bff75dd93ef6cf..dc8e1775746e6f0cffb69a773e444b40a3c36d3a 100644 --- a/MaterialLib/SolidModels/MFront/StandardElasticityBrick.mfront +++ b/MaterialLib/SolidModels/MFront/StandardElasticityBrick.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/StandardElasticityBrickOrtho.mfront b/MaterialLib/SolidModels/MFront/StandardElasticityBrickOrtho.mfront index 5c2fca44f9336ad50eb542abbefb0186b33a6cc3..635c88c7bb00085fc020ff664aadb1081bd0ce1a 100644 --- a/MaterialLib/SolidModels/MFront/StandardElasticityBrickOrtho.mfront +++ b/MaterialLib/SolidModels/MFront/StandardElasticityBrickOrtho.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/TangentOperatorBlocksView.h b/MaterialLib/SolidModels/MFront/TangentOperatorBlocksView.h index 835024df5cd8712050dbe85ae00810ecdf68edd2..68226c021aeb0a725142802600d9a5379a27c071 100644 --- a/MaterialLib/SolidModels/MFront/TangentOperatorBlocksView.h +++ b/MaterialLib/SolidModels/MFront/TangentOperatorBlocksView.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/ThermodynamicForcesView.h b/MaterialLib/SolidModels/MFront/ThermodynamicForcesView.h index f441e8ead85ce5bee041654418b13815d6a49169..13b7589c08f9ffb31f4a0646b7f7e6f29e0408cb 100644 --- a/MaterialLib/SolidModels/MFront/ThermodynamicForcesView.h +++ b/MaterialLib/SolidModels/MFront/ThermodynamicForcesView.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MFront/Variable.h b/MaterialLib/SolidModels/MFront/Variable.h index 3469eb307d030f07b937e7a1d66da162d3f1c2ab..d291cfcb07cec5ff772f979965f06e29731a8b64 100644 --- a/MaterialLib/SolidModels/MFront/Variable.h +++ b/MaterialLib/SolidModels/MFront/Variable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/MechanicsBase.h b/MaterialLib/SolidModels/MechanicsBase.h index 7886845d5d8d069b898c7357dc2153c4e3596748..c481312f82c7a4d2d968c45594aafea922bb2bef 100644 --- a/MaterialLib/SolidModels/MechanicsBase.h +++ b/MaterialLib/SolidModels/MechanicsBase.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MaterialLib/SolidModels/SelectSolidConstitutiveRelation.h b/MaterialLib/SolidModels/SelectSolidConstitutiveRelation.h index a41192168bb1a5164aea8779d494a6c1fda7aba2..59d96defa30ce65cf00beac610ddf8cd44d15fc5 100644 --- a/MaterialLib/SolidModels/SelectSolidConstitutiveRelation.h +++ b/MaterialLib/SolidModels/SelectSolidConstitutiveRelation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Curve/CreatePiecewiseLinearCurve.cpp b/MathLib/Curve/CreatePiecewiseLinearCurve.cpp index 1b56d0205e85b958775694305ca534a0e12463bb..e52be4fa8dcdd373ba29e5fae97315ca4a0d096f 100644 --- a/MathLib/Curve/CreatePiecewiseLinearCurve.cpp +++ b/MathLib/Curve/CreatePiecewiseLinearCurve.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Curve/CreatePiecewiseLinearCurve.h b/MathLib/Curve/CreatePiecewiseLinearCurve.h index f2f59230df5ec0bf73b39e901e33827193253836..f1f45fccb867750b096332d40a382b7748f61c52 100644 --- a/MathLib/Curve/CreatePiecewiseLinearCurve.h +++ b/MathLib/Curve/CreatePiecewiseLinearCurve.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp b/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp index dcf361d91f1da2156d8e070abdc21d6d0ebfe187..0c3f1744982fde3e2b3fe528bac56566bffc7fc6 100644 --- a/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp +++ b/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Curve/PiecewiseLinearMonotonicCurve.h b/MathLib/Curve/PiecewiseLinearMonotonicCurve.h index cabfd47ca3044f6868b6dcafcd8604fcafdd4f02..99e98d7aa2dc12e142d6ea056161ae70d5c206d4 100644 --- a/MathLib/Curve/PiecewiseLinearMonotonicCurve.h +++ b/MathLib/Curve/PiecewiseLinearMonotonicCurve.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/EigenBlockMatrixView.h b/MathLib/EigenBlockMatrixView.h index 55ee6a4867db7cef936afe8b1316295bb4735893..293895b3d8f4cb652c18416bb9bab835149d0e52 100644 --- a/MathLib/EigenBlockMatrixView.h +++ b/MathLib/EigenBlockMatrixView.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/FormattingUtils.h b/MathLib/FormattingUtils.h index 1ee97ddc2ff802eda074725c640fe9b903045f9f..ba75fc4e6afb3d19c61e681ab75ce3c062e8f42d 100644 --- a/MathLib/FormattingUtils.h +++ b/MathLib/FormattingUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/GeometricBasics.cpp b/MathLib/GeometricBasics.cpp index 2800fad4326225b8c480b733779f5ad4cd040b18..ab91655e081daa5e744f7eceaf2e7dbb5f1c987d 100644 --- a/MathLib/GeometricBasics.cpp +++ b/MathLib/GeometricBasics.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/GeometricBasics.h b/MathLib/GeometricBasics.h index 634b5c1a3d0ef5899b1437bebdc812418fcce571..437a44de50abb703904a7d293a6c8e1294c861e2 100644 --- a/MathLib/GeometricBasics.h +++ b/MathLib/GeometricBasics.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendre.cpp b/MathLib/Integration/GaussLegendre.cpp index a914f8688092d50ac137c82e251fbb7d422c4c03..f4b45e961ee734f19b4989568b9653ecc037cfd0 100644 --- a/MathLib/Integration/GaussLegendre.cpp +++ b/MathLib/Integration/GaussLegendre.cpp @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendre.h b/MathLib/Integration/GaussLegendre.h index f50a65801d431ab17f952ffb260b4f0240a46679..77023de61d1e9065de1ef4cbe5cf549b21bf860e 100644 --- a/MathLib/Integration/GaussLegendre.h +++ b/MathLib/Integration/GaussLegendre.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendrePyramid.cpp b/MathLib/Integration/GaussLegendrePyramid.cpp index ff1f4718c5f7dec9c09e65e01f56672925c23806..9b0db9ede2f8229bf246b834ed750ccfad0a169e 100644 --- a/MathLib/Integration/GaussLegendrePyramid.cpp +++ b/MathLib/Integration/GaussLegendrePyramid.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendrePyramid.h b/MathLib/Integration/GaussLegendrePyramid.h index bbc4ef7b0bb9173024e0e6c937b01d3a2700ab6a..28db29b416c4cdda95013b03e4eb0e605cbd3a33 100644 --- a/MathLib/Integration/GaussLegendrePyramid.h +++ b/MathLib/Integration/GaussLegendrePyramid.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendreTet.cpp b/MathLib/Integration/GaussLegendreTet.cpp index e1f1d5f2658c5fe43ab1286298084cfba10747b0..d2d8634bcc087c62faaad7e1651e703d9af93616 100644 --- a/MathLib/Integration/GaussLegendreTet.cpp +++ b/MathLib/Integration/GaussLegendreTet.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendreTet.h b/MathLib/Integration/GaussLegendreTet.h index 48beb25540ee08ca04c0992841e6e49787c21ea3..ca96a99aa82a1eca2044425b48080b891df79080 100644 --- a/MathLib/Integration/GaussLegendreTet.h +++ b/MathLib/Integration/GaussLegendreTet.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendreTri.cpp b/MathLib/Integration/GaussLegendreTri.cpp index f983089bd1938c665faeb9587c56b7e4633632cd..3e61763507b1e063f76af659bc558c8d20430198 100644 --- a/MathLib/Integration/GaussLegendreTri.cpp +++ b/MathLib/Integration/GaussLegendreTri.cpp @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendreTri.h b/MathLib/Integration/GaussLegendreTri.h index 719134940b3fb71d0872c5fdb7251b0a151d2c7d..9993195a0f50525055a69f9e9ae237b27676e4c4 100644 --- a/MathLib/Integration/GaussLegendreTri.h +++ b/MathLib/Integration/GaussLegendreTri.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/WeightedSum.h b/MathLib/Integration/WeightedSum.h index ee5bb55b64da321ad10d5f27ae0755827383db9c..ad2fa0873a86fa3bf9d43dd27641ac4652d96b2b 100644 --- a/MathLib/Integration/WeightedSum.h +++ b/MathLib/Integration/WeightedSum.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h index 0e0351d4111a81b4c142b9ff8a9f856cc65f1e90..4aeeec3b82089bbb2c75c777a6a18cef65b3de2a 100644 --- a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h +++ b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h @@ -5,7 +5,7 @@ * \brief Definition of the LinearIntervalInterpolation class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp index 439b606e3a86ed8bd126d194c334e9ebb212f949..b714da9831a71f57e8008795ffac6b8af38e8002 100644 --- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp +++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the PiecewiseLinearInterpolation class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h index b8e267054403bede6fb568f5db1a2b43dee6699e..51ba81ffa7b20cf5904ce772828bf06654ddf67b 100644 --- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h +++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h @@ -5,7 +5,7 @@ * \brief Definition of the PiecewiseLinearInterpolation class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/KelvinVector-impl.h b/MathLib/KelvinVector-impl.h index 3b8f414551f367cc6f72adbfce7e9b03345b1f4f..b4d9499553c86dcffd8dc3ca294725976c2a34a8 100644 --- a/MathLib/KelvinVector-impl.h +++ b/MathLib/KelvinVector-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/KelvinVector.cpp b/MathLib/KelvinVector.cpp index 4e2440255184a4a07e58b961b272fa2cf3bf5e9d..c6b4f7ab0fa56e82ade7b463e57e8e0652cbc3d7 100644 --- a/MathLib/KelvinVector.cpp +++ b/MathLib/KelvinVector.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/KelvinVector.h b/MathLib/KelvinVector.h index d1d70886d5919c42074cf8a34da89329b7abb04f..20708a0f955dd78f87769ed8a3bdd4a4f5a1a72e 100644 --- a/MathLib/KelvinVector.h +++ b/MathLib/KelvinVector.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/ApplyKnownSolution.h b/MathLib/LinAlg/ApplyKnownSolution.h index 15f337835090484463552b1f9d9d31e957f52fb2..8923b4f442ec5f39a0112e2e18c5904168cdc436 100644 --- a/MathLib/LinAlg/ApplyKnownSolution.h +++ b/MathLib/LinAlg/ApplyKnownSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenLinearSolver.cpp b/MathLib/LinAlg/Eigen/EigenLinearSolver.cpp index 91b79bc088a32a00ceea4274c9f2d86f79db0182..b12e3678aa60eeb8bc527b14a502fc90330c4399 100644 --- a/MathLib/LinAlg/Eigen/EigenLinearSolver.cpp +++ b/MathLib/LinAlg/Eigen/EigenLinearSolver.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenLinearSolver.h b/MathLib/LinAlg/Eigen/EigenLinearSolver.h index 668cf08d0c6c50c761b582b02424bf30e2ed1ec6..baafaf43716404093e95248c721662f21bc1e9f6 100644 --- a/MathLib/LinAlg/Eigen/EigenLinearSolver.h +++ b/MathLib/LinAlg/Eigen/EigenLinearSolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenMapTools.h b/MathLib/LinAlg/Eigen/EigenMapTools.h index b5dcefb4c52a3717f1a88ea01e717be29e87d271..38551c381a17ea72c060abb801eae4945eef1b97 100644 --- a/MathLib/LinAlg/Eigen/EigenMapTools.h +++ b/MathLib/LinAlg/Eigen/EigenMapTools.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenMatrix.cpp b/MathLib/LinAlg/Eigen/EigenMatrix.cpp index f454a0a38c20bd505969cfeff299632d1a3b0157..59b980a168aa60f923ba876e41d12e9e3082b79b 100644 --- a/MathLib/LinAlg/Eigen/EigenMatrix.cpp +++ b/MathLib/LinAlg/Eigen/EigenMatrix.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenMatrix.h b/MathLib/LinAlg/Eigen/EigenMatrix.h index 6e07751172672065628676177163641c0a0d9947..d69ee834f4ffd6e73c30a99d7c12bfed99327841 100644 --- a/MathLib/LinAlg/Eigen/EigenMatrix.h +++ b/MathLib/LinAlg/Eigen/EigenMatrix.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenOption.cpp b/MathLib/LinAlg/Eigen/EigenOption.cpp index 9c400ba799bfa9f0524ed673318f22a85484c112..b9df0ff226ace71eb98ea7d1eb4a5b82b7092eaa 100644 --- a/MathLib/LinAlg/Eigen/EigenOption.cpp +++ b/MathLib/LinAlg/Eigen/EigenOption.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenOption.h b/MathLib/LinAlg/Eigen/EigenOption.h index 03414580f4adb2535d927d245b1cbfb2d2958529..54815c948b92818850031565d9b59dc20e1c1741 100644 --- a/MathLib/LinAlg/Eigen/EigenOption.h +++ b/MathLib/LinAlg/Eigen/EigenOption.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenTools.cpp b/MathLib/LinAlg/Eigen/EigenTools.cpp index f81546c2a5b94851c0980b9472c4126291dcd10e..5a1096f2ae9bbcf00bc911c309e52f76d87e6b2a 100644 --- a/MathLib/LinAlg/Eigen/EigenTools.cpp +++ b/MathLib/LinAlg/Eigen/EigenTools.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenTools.h b/MathLib/LinAlg/Eigen/EigenTools.h index 552add71ca238eb43a63dd01f489ead7face9bae..504843d25c7964593b6f0747d6afccda2be59365 100644 --- a/MathLib/LinAlg/Eigen/EigenTools.h +++ b/MathLib/LinAlg/Eigen/EigenTools.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenVector.cpp b/MathLib/LinAlg/Eigen/EigenVector.cpp index 599096b5887e77c7d5195645d10e583c33a26f66..5bfe12b1a84871e875f40fce552baa7253cb182c 100644 --- a/MathLib/LinAlg/Eigen/EigenVector.cpp +++ b/MathLib/LinAlg/Eigen/EigenVector.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenVector.h b/MathLib/LinAlg/Eigen/EigenVector.h index e0b3ef97f10ee2139ec456601ff2671dfe677b12..22cd9ef2d551f4a78a38b4d7eeeb73119f53c809 100644 --- a/MathLib/LinAlg/Eigen/EigenVector.h +++ b/MathLib/LinAlg/Eigen/EigenVector.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/LinearSolverOptionsParser.cpp b/MathLib/LinAlg/Eigen/LinearSolverOptionsParser.cpp index cf7888f2ebf640a3c24aaa7222f34c87e88fcac3..d2ecb157c8ca654711da20fcd7bd1769dea5c216 100644 --- a/MathLib/LinAlg/Eigen/LinearSolverOptionsParser.cpp +++ b/MathLib/LinAlg/Eigen/LinearSolverOptionsParser.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/LinearSolverOptionsParser.h b/MathLib/LinAlg/Eigen/LinearSolverOptionsParser.h index 2b7841bf353c5036ab32cbd854c43f10d85664c0..af76a57e87b4c0bc66b18d2b1adb011df221f272 100644 --- a/MathLib/LinAlg/Eigen/LinearSolverOptionsParser.h +++ b/MathLib/LinAlg/Eigen/LinearSolverOptionsParser.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.cpp b/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.cpp index 1b5319819d5c5a2336b539544bb8c2d37692a8ce..08cee098ff410ce360fe8f537ff73600454883a0 100644 --- a/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.cpp +++ b/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.h b/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.h index 6cb8dde5e2b9eb5caafccad6de103e62ff700206..23763277d0a9241931e0537cb5330f1eb52f5654 100644 --- a/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.h +++ b/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/EigenLis/LinearSolverOptionsParser.cpp b/MathLib/LinAlg/EigenLis/LinearSolverOptionsParser.cpp index d883780a922267f519985854c2c62245858cabb6..de9af0a6b1f008bb35ae872c6d04528a237054c9 100644 --- a/MathLib/LinAlg/EigenLis/LinearSolverOptionsParser.cpp +++ b/MathLib/LinAlg/EigenLis/LinearSolverOptionsParser.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/EigenLis/LinearSolverOptionsParser.h b/MathLib/LinAlg/EigenLis/LinearSolverOptionsParser.h index 5856ae09bcd96c325bca8c379c690d8a4e17cc21..6af236cff781306de2a150aa982bda3928cc515b 100644 --- a/MathLib/LinAlg/EigenLis/LinearSolverOptionsParser.h +++ b/MathLib/LinAlg/EigenLis/LinearSolverOptionsParser.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/FinalizeMatrixAssembly.h b/MathLib/LinAlg/FinalizeMatrixAssembly.h index b998846c64a264c9753c3e0115c1d29aa123309f..52aece3bf770fee549eb364ea5c765885f57a9a2 100644 --- a/MathLib/LinAlg/FinalizeMatrixAssembly.h +++ b/MathLib/LinAlg/FinalizeMatrixAssembly.h @@ -4,7 +4,7 @@ * \date Jun 11, 2013 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/FinalizeVectorAssembly.h b/MathLib/LinAlg/FinalizeVectorAssembly.h index eb1026d10189820fe419c764b592ab43ea42d1a9..32d59ead785eb808e3f4196e1036fb462554da00 100644 --- a/MathLib/LinAlg/FinalizeVectorAssembly.h +++ b/MathLib/LinAlg/FinalizeVectorAssembly.h @@ -4,7 +4,7 @@ * \date Oct, 2013 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/GlobalLinearSolverType.h b/MathLib/LinAlg/GlobalLinearSolverType.h index e173eb10ad58cd766801d577265b10bf45c59248..36008aac33a0943278a0c2d9696cce4fe92ff2f1 100644 --- a/MathLib/LinAlg/GlobalLinearSolverType.h +++ b/MathLib/LinAlg/GlobalLinearSolverType.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/GlobalMatrixVectorTypes.h b/MathLib/LinAlg/GlobalMatrixVectorTypes.h index 14e1fa947e483bdac6486f828f2fbcf99fb543a9..454f369d7d47256d7eb2bafe00eea0d63dc05d3b 100644 --- a/MathLib/LinAlg/GlobalMatrixVectorTypes.h +++ b/MathLib/LinAlg/GlobalMatrixVectorTypes.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/LinAlg.cpp b/MathLib/LinAlg/LinAlg.cpp index de481c1a2182eb2edf21722467606396da616ee4..0e1ae63c312d430c15880df7b60a7da1aaef3066 100644 --- a/MathLib/LinAlg/LinAlg.cpp +++ b/MathLib/LinAlg/LinAlg.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/LinAlg.h b/MathLib/LinAlg/LinAlg.h index 0a587933c663bb9106c6685c51f3b452cef9f5ce..d19da4d53f7d726e38e067a566a9e410ea67cabc 100644 --- a/MathLib/LinAlg/LinAlg.h +++ b/MathLib/LinAlg/LinAlg.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/LinAlgEnums.cpp b/MathLib/LinAlg/LinAlgEnums.cpp index 4e03ac1cbe4fd894824254a553b5b2448af211f1..3cfda9605f3740d333fc43104bf5ceadbf38931d 100644 --- a/MathLib/LinAlg/LinAlgEnums.cpp +++ b/MathLib/LinAlg/LinAlgEnums.cpp @@ -3,7 +3,7 @@ * \author Wenqing Wang * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/LinAlgEnums.h b/MathLib/LinAlg/LinAlgEnums.h index a0a24a17bf8338aacf9490c4d22d53dcec78dafc..09ae9fae711aaab5dacdb7c5a3b96289a8cb26ba 100644 --- a/MathLib/LinAlg/LinAlgEnums.h +++ b/MathLib/LinAlg/LinAlgEnums.h @@ -3,7 +3,7 @@ * \author Wenqing Wang * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/LinearSolverOptions.cpp b/MathLib/LinAlg/LinearSolverOptions.cpp index 9763eda9eb215e03720c6bbde42b37efc4589edf..4364ddf3fc3588891ee4e25a955deb8dd816eff7 100644 --- a/MathLib/LinAlg/LinearSolverOptions.cpp +++ b/MathLib/LinAlg/LinearSolverOptions.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/LinearSolverOptions.h b/MathLib/LinAlg/LinearSolverOptions.h index 9fa67b59ea25bf7e2f1abff18ae2b75b57abe95c..6c9fb44458f04345d5f1f354bb6991000752d11d 100644 --- a/MathLib/LinAlg/LinearSolverOptions.h +++ b/MathLib/LinAlg/LinearSolverOptions.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/LinearSolverOptionsParser.h b/MathLib/LinAlg/LinearSolverOptionsParser.h index 428912128b563f583ab2a09ff3e29d07c402ea1d..67d34bb35decf2e6b5a5076441de2fedf650ccdc 100644 --- a/MathLib/LinAlg/LinearSolverOptionsParser.h +++ b/MathLib/LinAlg/LinearSolverOptionsParser.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisCheck.h b/MathLib/LinAlg/Lis/LisCheck.h index 530fc0e6852bb90161d2261efb6dc385cf87ff35..e03de0203ea08039686105478a4defa92ade13d2 100644 --- a/MathLib/LinAlg/Lis/LisCheck.h +++ b/MathLib/LinAlg/Lis/LisCheck.h @@ -4,7 +4,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisMatrix.cpp b/MathLib/LinAlg/Lis/LisMatrix.cpp index 4bb4db20fe93cbec5bd8f5e83795ced6371ab282..bd7f9cacb7289e328e032da851ae2d5d0829800e 100644 --- a/MathLib/LinAlg/Lis/LisMatrix.cpp +++ b/MathLib/LinAlg/Lis/LisMatrix.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LisMatrix class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisMatrix.h b/MathLib/LinAlg/Lis/LisMatrix.h index 688d8afd25dbe1342e4da9d10233e83a76f10c83..8c75e7af43bbc0cc9d3fca8ed3d4700205d54874 100644 --- a/MathLib/LinAlg/Lis/LisMatrix.h +++ b/MathLib/LinAlg/Lis/LisMatrix.h @@ -5,7 +5,7 @@ * \brief Definition of the LisMatrix class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisVector.cpp b/MathLib/LinAlg/Lis/LisVector.cpp index 10cd8665de464c9b85bcedb4b631043628d5e349..f90e47dd054241a2ede18f2e41106631fc8e3ce8 100644 --- a/MathLib/LinAlg/Lis/LisVector.cpp +++ b/MathLib/LinAlg/Lis/LisVector.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LisVector class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisVector.h b/MathLib/LinAlg/Lis/LisVector.h index fac9729401b523885f568226f5d75360810582b8..054a87d7e050a0c4c87040c192009d3206e2904b 100644 --- a/MathLib/LinAlg/Lis/LisVector.h +++ b/MathLib/LinAlg/Lis/LisVector.h @@ -5,7 +5,7 @@ * \brief Definition of the LisVector class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/MatrixSpecifications.h b/MathLib/LinAlg/MatrixSpecifications.h index 3e4c77948f5f12315f54de64989021c667860b74..3a4e9dddee9330fc47c8ff1a7346b79c1b0a77be 100644 --- a/MathLib/LinAlg/MatrixSpecifications.h +++ b/MathLib/LinAlg/MatrixSpecifications.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/MatrixVectorTraits.cpp b/MathLib/LinAlg/MatrixVectorTraits.cpp index 993e7780d9579feac055e75f4d2f373aa57ca111..31c4cf83a2c73a374835a68cd94f6954b2124c46 100644 --- a/MathLib/LinAlg/MatrixVectorTraits.cpp +++ b/MathLib/LinAlg/MatrixVectorTraits.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/MatrixVectorTraits.h b/MathLib/LinAlg/MatrixVectorTraits.h index 93946b7f309763686bd35c3c058fe15aacd867d8..ddf9a3a3aae6a04b40ddbb20e5ece092bd5fe394 100644 --- a/MathLib/LinAlg/MatrixVectorTraits.h +++ b/MathLib/LinAlg/MatrixVectorTraits.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/LinearSolverOptionsParser.cpp b/MathLib/LinAlg/PETSc/LinearSolverOptionsParser.cpp index 6d1e803d7912c53802b0514f2e8910e577bd9997..6b7e69b0d3719ef1aab5cfb70e5255c92295fdaa 100644 --- a/MathLib/LinAlg/PETSc/LinearSolverOptionsParser.cpp +++ b/MathLib/LinAlg/PETSc/LinearSolverOptionsParser.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/LinearSolverOptionsParser.h b/MathLib/LinAlg/PETSc/LinearSolverOptionsParser.h index 058cce62b756009e9ad189c5006a5d5358637e98..95c1a417d57885d7151e590e87df097bda965d39 100644 --- a/MathLib/LinAlg/PETSc/LinearSolverOptionsParser.h +++ b/MathLib/LinAlg/PETSc/LinearSolverOptionsParser.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp b/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp index 1994ea527ee2478068de1b9b92139dfafcd4ced8..7310848f3ea60f118df33340b5dca8ea1ed13060 100644 --- a/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp +++ b/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp @@ -8,7 +8,7 @@ \date Nov 2011 - Mar 2014 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScLinearSolver.h b/MathLib/LinAlg/PETSc/PETScLinearSolver.h index ba9db59fda521d59f37d6a135d48e8ef7841a728..0dfcbc359560f5945d8996c3b1ac0ff1a04ac58c 100644 --- a/MathLib/LinAlg/PETSc/PETScLinearSolver.h +++ b/MathLib/LinAlg/PETSc/PETScLinearSolver.h @@ -8,7 +8,7 @@ \date Nov 2011 - Sep 2013 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScMatrix.cpp b/MathLib/LinAlg/PETSc/PETScMatrix.cpp index 256f5fbdab0d513047c46f12b1cf5d68897c5aaa..aa4e47d16198225a5f3eb8e695068e2aa437c670 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrix.cpp +++ b/MathLib/LinAlg/PETSc/PETScMatrix.cpp @@ -8,7 +8,7 @@ \date Nov 2011 - Sep 2013 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScMatrix.h b/MathLib/LinAlg/PETSc/PETScMatrix.h index 665555c44113ef2b9789517ae472da94c1bde143..8beb40a7c90cddeaab9954df2c433c8339caee78 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrix.h +++ b/MathLib/LinAlg/PETSc/PETScMatrix.h @@ -7,7 +7,7 @@ \date Nov 2013 - 2014 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScMatrixOption.h b/MathLib/LinAlg/PETSc/PETScMatrixOption.h index b3a670eb292feab8636c46fd3b0c0c3ff0edf21c..897862ee6ee5d4d3bab018411c007666db82e31e 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrixOption.h +++ b/MathLib/LinAlg/PETSc/PETScMatrixOption.h @@ -6,7 +6,7 @@ \date 02-2014 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScTools.cpp b/MathLib/LinAlg/PETSc/PETScTools.cpp index 1a88cd977b11be895fa0d1075697db546b9110e3..3b3da0d97055d81faa89c7bf617b0ae7d4f5fc8c 100644 --- a/MathLib/LinAlg/PETSc/PETScTools.cpp +++ b/MathLib/LinAlg/PETSc/PETScTools.cpp @@ -8,7 +8,7 @@ \date Nov 2011 - Sep 2013 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScTools.h b/MathLib/LinAlg/PETSc/PETScTools.h index fcc507a60ed82fce1ab915dd72abdcc9b767f7d2..1ab0bef321102e66cb30004d8684d4aa4ce1acae 100644 --- a/MathLib/LinAlg/PETSc/PETScTools.h +++ b/MathLib/LinAlg/PETSc/PETScTools.h @@ -8,7 +8,7 @@ \date Nov 2011 - Sep 2013 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScVector.cpp b/MathLib/LinAlg/PETSc/PETScVector.cpp index 85ba8a9a7bbcc41f0af5988df18e51ab1cdde5ca..552400efac445dca73e8795495a07686c977d346 100644 --- a/MathLib/LinAlg/PETSc/PETScVector.cpp +++ b/MathLib/LinAlg/PETSc/PETScVector.cpp @@ -11,7 +11,7 @@ * \date Nov 2011 - Sep 2013 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScVector.h b/MathLib/LinAlg/PETSc/PETScVector.h index 31c90cc9f40ee4133e17811882bbf8294ee5ec58..397f4976ae59fd8ad9d27e668b7627a5157cd2d8 100644 --- a/MathLib/LinAlg/PETSc/PETScVector.h +++ b/MathLib/LinAlg/PETSc/PETScVector.h @@ -7,7 +7,7 @@ * \date Nov 2011 - Sep 2013 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/RowColumnIndices.h b/MathLib/LinAlg/RowColumnIndices.h index f89aeef74eadad853d3712353d3479bc3adf8cc5..70749c1c54420504ecfde0d0b235e37c25d90629 100644 --- a/MathLib/LinAlg/RowColumnIndices.h +++ b/MathLib/LinAlg/RowColumnIndices.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/SetMatrixSparsity.h b/MathLib/LinAlg/SetMatrixSparsity.h index 96f4bced0465120a6cc1b4e30ed57af1e1697a0a..42dd59e613e250ed70489453c59547ba4f1b9eec 100644 --- a/MathLib/LinAlg/SetMatrixSparsity.h +++ b/MathLib/LinAlg/SetMatrixSparsity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/SparsityPattern.h b/MathLib/LinAlg/SparsityPattern.h index 266472ad38e84b4bb329b18fb54e38a55b0a2ee2..1d3af9fb24e08da016bbb2e992790d606c337fad 100644 --- a/MathLib/LinAlg/SparsityPattern.h +++ b/MathLib/LinAlg/SparsityPattern.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/UnifiedMatrixSetters.cpp b/MathLib/LinAlg/UnifiedMatrixSetters.cpp index d0182b913345c1c646307d6fc16d89e282199b91..61aa697f21fd296d390c5faad9d2693beba8a7e6 100644 --- a/MathLib/LinAlg/UnifiedMatrixSetters.cpp +++ b/MathLib/LinAlg/UnifiedMatrixSetters.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/UnifiedMatrixSetters.h b/MathLib/LinAlg/UnifiedMatrixSetters.h index 40cf75c57f0d7fffc93503789a2f0ba65dec69de..e9c26880631575ee4eb6b103a3a29d6f4d456908 100644 --- a/MathLib/LinAlg/UnifiedMatrixSetters.h +++ b/MathLib/LinAlg/UnifiedMatrixSetters.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/MathTools.cpp b/MathLib/MathTools.cpp index bfb3fc086c752d870269260cd048d5e5bec8e373..a46083dd0b097a9077fa8e8994f426b4d7d6db36 100644 --- a/MathLib/MathTools.cpp +++ b/MathLib/MathTools.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/MathTools.h b/MathLib/MathTools.h index 0dfafc86da3e5b1fc5231b5994f9c8a3be24981f..d0e2a3ebed22fa4a306278e2e5e11f5b638bd570 100644 --- a/MathLib/MathTools.h +++ b/MathLib/MathTools.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Nonlinear/Root1D.h b/MathLib/Nonlinear/Root1D.h index d49757a7f390c511736bc838ae867664a611f895..2a9fe294217a2e5ecaa6d07052c0f64aa7dd0ddc 100644 --- a/MathLib/Nonlinear/Root1D.h +++ b/MathLib/Nonlinear/Root1D.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/ODE/CVodeSolver.cpp b/MathLib/ODE/CVodeSolver.cpp index 64da58c0bc8cf155c2b81210fd8548028c1355ee..9e6c847a417e372d9f289df0ce74c66b24d4f9e4 100644 --- a/MathLib/ODE/CVodeSolver.cpp +++ b/MathLib/ODE/CVodeSolver.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/ODE/CVodeSolver.h b/MathLib/ODE/CVodeSolver.h index c948a63e2a71e5e7c84004a72020163c127ff31c..9cb82c64ab35b99c3f9ce7ea537d3fcbacbe74f4 100644 --- a/MathLib/ODE/CVodeSolver.h +++ b/MathLib/ODE/CVodeSolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/ODE/ConcreteODESolver.h b/MathLib/ODE/ConcreteODESolver.h index 0a19e804e96506147e50a1721843784bbd74ae8b..3ea60645c6f3971f2bdaed10289ded3f8011e15f 100644 --- a/MathLib/ODE/ConcreteODESolver.h +++ b/MathLib/ODE/ConcreteODESolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/ODE/FunctionHandles.h b/MathLib/ODE/FunctionHandles.h index ffdc295c90434ae56c749d8e5d7902470f11afd2..996e1c1fc4176d39c719688b718a2aeb5441d6f4 100644 --- a/MathLib/ODE/FunctionHandles.h +++ b/MathLib/ODE/FunctionHandles.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/ODE/ODESolver.h b/MathLib/ODE/ODESolver.h index bbd416ebbd4524c7b5fe59b44ff0dea74482a499..ce7fd43cbad229aa680766dae17b945ea67e08fa 100644 --- a/MathLib/ODE/ODESolver.h +++ b/MathLib/ODE/ODESolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/ODE/ODESolverBuilder.h b/MathLib/ODE/ODESolverBuilder.h index 31a1429d3cfef09d8444e7ae3cabb6458d6348e8..11cfb6a7003c561483f0162710bb3ca1c3c288f8 100644 --- a/MathLib/ODE/ODESolverBuilder.h +++ b/MathLib/ODE/ODESolverBuilder.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/ODE/ODESolverTypes.h b/MathLib/ODE/ODESolverTypes.h index ee752f8beb91d1e11f17cb9cbacca501852bab54..c13fabf6f598b077bfb9fe1843f0876f8e19f16f 100644 --- a/MathLib/ODE/ODESolverTypes.h +++ b/MathLib/ODE/ODESolverTypes.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Point3d.cpp b/MathLib/Point3d.cpp index 636d3c547f8404a426f36f0c1359729c8ac47a85..55866815108dbead4dd6723ead3173f9e5dc9646 100644 --- a/MathLib/Point3d.cpp +++ b/MathLib/Point3d.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Point3d.h b/MathLib/Point3d.h index a3ac832c38d58bb86d15947589e7ba19a2bb6b45..977a6564d2ae2ef4974d9a832e5cf601e4b868e2 100644 --- a/MathLib/Point3d.h +++ b/MathLib/Point3d.h @@ -4,7 +4,7 @@ * \brief Definition of the Point3d class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Point3dWithID.h b/MathLib/Point3dWithID.h index 45eb063055d6f6d909f51303212886fabb7bddae..85502e7e843f7cf96aaf0f33a4c389cc980f2980 100644 --- a/MathLib/Point3dWithID.h +++ b/MathLib/Point3dWithID.h @@ -4,7 +4,7 @@ * \brief Definition of the Point3d class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/WeightedPoint.cpp b/MathLib/WeightedPoint.cpp index 626f4bc966077f40f5a311fa269cb18b0a1666ff..11236fc49492cc83c9c6f25720f0c1578ae422d5 100644 --- a/MathLib/WeightedPoint.cpp +++ b/MathLib/WeightedPoint.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/WeightedPoint.h b/MathLib/WeightedPoint.h index a63e74fc00bdc8b87c9f23ba7f4d8a6b27503d07..b466cff8e394c14d8177522b0841f763a7f6c005 100644 --- a/MathLib/WeightedPoint.h +++ b/MathLib/WeightedPoint.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/AppendLinesAlongPolyline.cpp b/MeshGeoToolsLib/AppendLinesAlongPolyline.cpp index 666db44232a386d707ea2b4af6488a15193c38ce..6bcbf4a692064c814e7bc256f3b469219db5125e 100644 --- a/MeshGeoToolsLib/AppendLinesAlongPolyline.cpp +++ b/MeshGeoToolsLib/AppendLinesAlongPolyline.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/AppendLinesAlongPolyline.h b/MeshGeoToolsLib/AppendLinesAlongPolyline.h index 2616689519f09880e33f54816c70f3f8210f74a4..9be47400f3956764668bbf003f39adba70fcded6 100644 --- a/MeshGeoToolsLib/AppendLinesAlongPolyline.h +++ b/MeshGeoToolsLib/AppendLinesAlongPolyline.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/BoundaryElementsAlongPolyline.cpp b/MeshGeoToolsLib/BoundaryElementsAlongPolyline.cpp index f71f69583c69da71a09f94f1cb461bcd9aaf6e46..c665350f901a372ea4b0a4dc5e7ff28979490bb7 100644 --- a/MeshGeoToolsLib/BoundaryElementsAlongPolyline.cpp +++ b/MeshGeoToolsLib/BoundaryElementsAlongPolyline.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/BoundaryElementsAlongPolyline.h b/MeshGeoToolsLib/BoundaryElementsAlongPolyline.h index 6d2c5238a86520233bb73b82170ef4ba73c84512..d3d54b10abb25de350c3258b01e20ce6616e72a4 100644 --- a/MeshGeoToolsLib/BoundaryElementsAlongPolyline.h +++ b/MeshGeoToolsLib/BoundaryElementsAlongPolyline.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/BoundaryElementsAtPoint.cpp b/MeshGeoToolsLib/BoundaryElementsAtPoint.cpp index 015f8e32db5707885a1e3823fb03c41f9d86f437..3979edd184fc7dacac1dd48856b2557acf4e8202 100644 --- a/MeshGeoToolsLib/BoundaryElementsAtPoint.cpp +++ b/MeshGeoToolsLib/BoundaryElementsAtPoint.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/BoundaryElementsAtPoint.h b/MeshGeoToolsLib/BoundaryElementsAtPoint.h index ac28fdf2f14472b54c5daa6606460d24b8dfc220..e9b763002bb45ae97b235ee0cec3da57604574e0 100644 --- a/MeshGeoToolsLib/BoundaryElementsAtPoint.h +++ b/MeshGeoToolsLib/BoundaryElementsAtPoint.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/BoundaryElementsOnSurface.cpp b/MeshGeoToolsLib/BoundaryElementsOnSurface.cpp index 4cb8cc7d560fd139fb7d1c57658af7d8c557550e..155e8f820293c521267e7398f5afca1d22d3a0ef 100644 --- a/MeshGeoToolsLib/BoundaryElementsOnSurface.cpp +++ b/MeshGeoToolsLib/BoundaryElementsOnSurface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/BoundaryElementsOnSurface.h b/MeshGeoToolsLib/BoundaryElementsOnSurface.h index 962b1b7f37183d3d3ffe27d4db9aaa596acee223..896b0dcfd914055628d153a4dbb4d386f330d28e 100644 --- a/MeshGeoToolsLib/BoundaryElementsOnSurface.h +++ b/MeshGeoToolsLib/BoundaryElementsOnSurface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/BoundaryElementsSearcher.cpp b/MeshGeoToolsLib/BoundaryElementsSearcher.cpp index aabc3e88d1930b3b2dc0eace6a2e7da0b1ff88bc..22e3fd1f225619ca8ffe696bac72bc225755f3a9 100644 --- a/MeshGeoToolsLib/BoundaryElementsSearcher.cpp +++ b/MeshGeoToolsLib/BoundaryElementsSearcher.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/BoundaryElementsSearcher.h b/MeshGeoToolsLib/BoundaryElementsSearcher.h index 19ceacbdeede401164b25a85b40e82f69642ec29..afc5f12fe0d9c9c8dd92f3ce236a03726c87fc4a 100644 --- a/MeshGeoToolsLib/BoundaryElementsSearcher.h +++ b/MeshGeoToolsLib/BoundaryElementsSearcher.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/ConstructMeshesFromGeometries.cpp b/MeshGeoToolsLib/ConstructMeshesFromGeometries.cpp index 583e36593c808f3443a079ffc1379e0d5dca9f2f..a69fb3d9b21a15f8ad99a910f7a4d87af4b72903 100644 --- a/MeshGeoToolsLib/ConstructMeshesFromGeometries.cpp +++ b/MeshGeoToolsLib/ConstructMeshesFromGeometries.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/ConstructMeshesFromGeometries.h b/MeshGeoToolsLib/ConstructMeshesFromGeometries.h index 53d79bcefb3f6c42fac3f5645114e5f89a860421..8aac3541c9d3a0f93afab4b6e0b980c4e859e8c6 100644 --- a/MeshGeoToolsLib/ConstructMeshesFromGeometries.h +++ b/MeshGeoToolsLib/ConstructMeshesFromGeometries.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/CreateSearchLength.cpp b/MeshGeoToolsLib/CreateSearchLength.cpp index bc0bdb83a177f0395b2f0a78d3971a652b03a7b1..fe2f53fdf8f0b5bda5c57f739694aee0a485d25c 100644 --- a/MeshGeoToolsLib/CreateSearchLength.cpp +++ b/MeshGeoToolsLib/CreateSearchLength.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/CreateSearchLength.h b/MeshGeoToolsLib/CreateSearchLength.h index 5bbdde6f00c2d7fcc6734cdb9a7e591bc3f32760..bd44b8650259dfd8010c14d060faefb89e079b18 100644 --- a/MeshGeoToolsLib/CreateSearchLength.h +++ b/MeshGeoToolsLib/CreateSearchLength.h @@ -4,7 +4,7 @@ * given config. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/GeoMapper.cpp b/MeshGeoToolsLib/GeoMapper.cpp index 6b7dbf8248891ab265f3210617cd01176ef5cc42..27a7c864b38fcf1fcf19264e4a7a578770e90659 100644 --- a/MeshGeoToolsLib/GeoMapper.cpp +++ b/MeshGeoToolsLib/GeoMapper.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GeoMapper class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/GeoMapper.h b/MeshGeoToolsLib/GeoMapper.h index 186f8071ecce146bb588fc6e7a486f6ca16890c2..24f9e8464e1967fe19548a0db20d7b8aafad3595 100644 --- a/MeshGeoToolsLib/GeoMapper.h +++ b/MeshGeoToolsLib/GeoMapper.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoMapper class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/HeuristicSearchLength.cpp b/MeshGeoToolsLib/HeuristicSearchLength.cpp index 54e268d42b25d2c172f7f3d4bb276f867afd1574..5d30c508f9268cc1c51a109c0acefdc945694c9a 100644 --- a/MeshGeoToolsLib/HeuristicSearchLength.cpp +++ b/MeshGeoToolsLib/HeuristicSearchLength.cpp @@ -4,7 +4,7 @@ * \brief Implementation of heuristic search length strategy. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/HeuristicSearchLength.h b/MeshGeoToolsLib/HeuristicSearchLength.h index d2a47f46241469d076e15b970a5e9e33db26e52e..1f8f583d46e66660865e1174413f44149a6954b5 100644 --- a/MeshGeoToolsLib/HeuristicSearchLength.h +++ b/MeshGeoToolsLib/HeuristicSearchLength.h @@ -4,7 +4,7 @@ * \brief Interface for heuristic search length strategy. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/IdentifySubdomainMesh.cpp b/MeshGeoToolsLib/IdentifySubdomainMesh.cpp index 43b3c5c3fc3b52714a26939f178d6ad15668e860..9d210eb60e6a49ae8c851f2e4a0b87a503c06655 100644 --- a/MeshGeoToolsLib/IdentifySubdomainMesh.cpp +++ b/MeshGeoToolsLib/IdentifySubdomainMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/IdentifySubdomainMesh.h b/MeshGeoToolsLib/IdentifySubdomainMesh.h index f6d7ba9f822a165f76b41a7234025aea3b9eaecb..bd6cfdd9e21ccaeb123d1808a42a4e1097088d72 100644 --- a/MeshGeoToolsLib/IdentifySubdomainMesh.h +++ b/MeshGeoToolsLib/IdentifySubdomainMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/MeshEditing/MarkNodesOutsideOfPolygon.h b/MeshGeoToolsLib/MeshEditing/MarkNodesOutsideOfPolygon.h index 03f8e3470edd5960637fdb9ac0f68047dee2eca5..cc57d30c7af64184bb5655b87a5616ae0e12f67e 100644 --- a/MeshGeoToolsLib/MeshEditing/MarkNodesOutsideOfPolygon.h +++ b/MeshGeoToolsLib/MeshEditing/MarkNodesOutsideOfPolygon.h @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/MeshEditing/ResetMeshElementProperty.h b/MeshGeoToolsLib/MeshEditing/ResetMeshElementProperty.h index 7a95be46d9e9e8f2fd1238198a5d46a96eea3823..2d2c746f632add9ef6ef5bd8fbf9d9db15c1fa37 100644 --- a/MeshGeoToolsLib/MeshEditing/ResetMeshElementProperty.h +++ b/MeshGeoToolsLib/MeshEditing/ResetMeshElementProperty.h @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/MeshNodeSearcher.cpp b/MeshGeoToolsLib/MeshNodeSearcher.cpp index e821d292763878f0e40c86d88bf6007f04f4a635..e290b610acfc12cd9c28105f7e4f1c90e7621ef3 100644 --- a/MeshGeoToolsLib/MeshNodeSearcher.cpp +++ b/MeshGeoToolsLib/MeshNodeSearcher.cpp @@ -3,7 +3,7 @@ * \date Oct 24, 2013 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/MeshNodeSearcher.h b/MeshGeoToolsLib/MeshNodeSearcher.h index 663f8249bc211312a408281e0bdd9e96dd79367d..9aa05163b8046524b6305975594ee11e45efae63 100644 --- a/MeshGeoToolsLib/MeshNodeSearcher.h +++ b/MeshGeoToolsLib/MeshNodeSearcher.h @@ -3,7 +3,7 @@ * \date Oct 24, 2013 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/MeshNodesAlongPolyline.cpp b/MeshGeoToolsLib/MeshNodesAlongPolyline.cpp index 514223380ffa28bd4be198ba5269487a4097a084..a04c5579992df438fc8841caaaa64605ff433f4b 100644 --- a/MeshGeoToolsLib/MeshNodesAlongPolyline.cpp +++ b/MeshGeoToolsLib/MeshNodesAlongPolyline.cpp @@ -3,7 +3,7 @@ * \date Aug 9, 2010 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/MeshNodesAlongPolyline.h b/MeshGeoToolsLib/MeshNodesAlongPolyline.h index b59238914879a1c0451ff74275eeb26929605952..3a096be50888cd1f51acb779931f74224634863f 100644 --- a/MeshGeoToolsLib/MeshNodesAlongPolyline.h +++ b/MeshGeoToolsLib/MeshNodesAlongPolyline.h @@ -3,7 +3,7 @@ * \date Aug 9, 2010 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/MeshNodesAlongSurface.cpp b/MeshGeoToolsLib/MeshNodesAlongSurface.cpp index f4c9fed2d001e3cd7929ecb7426f3f0bae2e81e2..3edbc1f0e3f48337dcb62fb99252c885f5f53d9e 100644 --- a/MeshGeoToolsLib/MeshNodesAlongSurface.cpp +++ b/MeshGeoToolsLib/MeshNodesAlongSurface.cpp @@ -4,7 +4,7 @@ * \date 2014-03-14 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/MeshNodesAlongSurface.h b/MeshGeoToolsLib/MeshNodesAlongSurface.h index 1edd01bafdebcc5c9b1f40aa174e8e5391f95fe5..985491cdfc8102f5dca97b65ed16b414aed53939 100644 --- a/MeshGeoToolsLib/MeshNodesAlongSurface.h +++ b/MeshGeoToolsLib/MeshNodesAlongSurface.h @@ -4,7 +4,7 @@ * \date 2014-03-14 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/MeshNodesOnPoint.cpp b/MeshGeoToolsLib/MeshNodesOnPoint.cpp index c1f9da329511d2822e55099dcb07fc9b768de36d..e7c196a2233e339fb4a98d5e93bd9445143200c0 100644 --- a/MeshGeoToolsLib/MeshNodesOnPoint.cpp +++ b/MeshGeoToolsLib/MeshNodesOnPoint.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/MeshNodesOnPoint.h b/MeshGeoToolsLib/MeshNodesOnPoint.h index fda06e9330d2ba4b9cb8616d9fa237920ef2ebf7..bbb524fbc2588ff10f3ab85303560dca0c75119e 100644 --- a/MeshGeoToolsLib/MeshNodesOnPoint.h +++ b/MeshGeoToolsLib/MeshNodesOnPoint.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/SearchAllNodes.h b/MeshGeoToolsLib/SearchAllNodes.h index d2e4bb120409268165b8b6c17914c15d062322d3..fb30d92d65168e3613bc2775b2570ae5c8931654 100644 --- a/MeshGeoToolsLib/SearchAllNodes.h +++ b/MeshGeoToolsLib/SearchAllNodes.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/SearchLength.h b/MeshGeoToolsLib/SearchLength.h index d5b9bb11ec70d45cf4e0d149a5b265a55046e1f9..1ec533d737e096bfe09df6591ea9f1d7999d26eb 100644 --- a/MeshGeoToolsLib/SearchLength.h +++ b/MeshGeoToolsLib/SearchLength.h @@ -4,7 +4,7 @@ * \brief Base class for different search length strategies. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/CoordinateSystem.cpp b/MeshLib/CoordinateSystem.cpp index 48cea5073664419f0346321d6d0bbf8dd06cd90e..b553c18fcd1f6bf7b6a561d241bbc93da53cf7f9 100644 --- a/MeshLib/CoordinateSystem.cpp +++ b/MeshLib/CoordinateSystem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/CoordinateSystem.h b/MeshLib/CoordinateSystem.h index fdf5cf0d3cbed20b2a3deafe63c09344287c94e1..3f326ce128df67948f3bacfc566f379d63b04caa 100644 --- a/MeshLib/CoordinateSystem.h +++ b/MeshLib/CoordinateSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/ElementCoordinatesMappingLocal.cpp b/MeshLib/ElementCoordinatesMappingLocal.cpp index 397447d63682c825f1b67d66b2c288030920d701..35216a6f13239103c39f896df20788cff8c19a40 100644 --- a/MeshLib/ElementCoordinatesMappingLocal.cpp +++ b/MeshLib/ElementCoordinatesMappingLocal.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/ElementCoordinatesMappingLocal.h b/MeshLib/ElementCoordinatesMappingLocal.h index 1c57580217b5dc28dc9f8547bf77548acbfab7c1..e5e4d33f61ca379f549b7482eacf2ae2917d0fd6 100644 --- a/MeshLib/ElementCoordinatesMappingLocal.h +++ b/MeshLib/ElementCoordinatesMappingLocal.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/ElementStatus.cpp b/MeshLib/ElementStatus.cpp index 5f599a88a5a9c0c1b77c03607032128a39ca84d0..5c527c2f229f09c847345be0e79148a4099ca0d3 100644 --- a/MeshLib/ElementStatus.cpp +++ b/MeshLib/ElementStatus.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementStatus class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/ElementStatus.h b/MeshLib/ElementStatus.h index 3b63a141fe9489b63f81e52e988b530f33b9f70b..52d6b6324e5b2ef55af798f48c7547407e13467e 100644 --- a/MeshLib/ElementStatus.h +++ b/MeshLib/ElementStatus.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementStatus class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/CellRule.cpp b/MeshLib/Elements/CellRule.cpp index 7381f66debada2f56b20a2f059fc1d87acfbf469..24f7b07f384c9f05cd18ccb612e49e65ecc00ac5 100644 --- a/MeshLib/Elements/CellRule.cpp +++ b/MeshLib/Elements/CellRule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/CellRule.h b/MeshLib/Elements/CellRule.h index b404188cedb95624a100f30511b6c92b8a842c95..4519ead132406a02cb5c10c99e55f8edf781e13a 100644 --- a/MeshLib/Elements/CellRule.h +++ b/MeshLib/Elements/CellRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/EdgeReturn.cpp b/MeshLib/Elements/EdgeReturn.cpp index 90a70af35261b2370547405a11192dd6824f52b2..ca5daef64ae9d549771c62f69049fa128530ee5c 100644 --- a/MeshLib/Elements/EdgeReturn.cpp +++ b/MeshLib/Elements/EdgeReturn.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/EdgeReturn.h b/MeshLib/Elements/EdgeReturn.h index 41abfe48213c6f129aa93ca423121d451131b00d..f1f219986551ed5ee8b2caf446938b3a63a22914 100644 --- a/MeshLib/Elements/EdgeReturn.h +++ b/MeshLib/Elements/EdgeReturn.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/EdgeRule.h b/MeshLib/Elements/EdgeRule.h index 91c9de3f184513d76f2c4bf5de6a4ee3f50712fb..b31e14fc57426e8a3ec32b9e76119544989b8852 100644 --- a/MeshLib/Elements/EdgeRule.h +++ b/MeshLib/Elements/EdgeRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Element.cpp b/MeshLib/Elements/Element.cpp index 46123104cc26ca589dca46269e399accde5e1736..be7186963d149ac93a3df1cb9a3e7d14a61788a4 100644 --- a/MeshLib/Elements/Element.cpp +++ b/MeshLib/Elements/Element.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Element class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Element.h b/MeshLib/Elements/Element.h index cf651bba3738bc4c8ea78ea80254b976a3913a41..30a2b233bd8cb851d63b5645504cc4091f11f56a 100644 --- a/MeshLib/Elements/Element.h +++ b/MeshLib/Elements/Element.h @@ -5,7 +5,7 @@ * \brief Definition of the Element class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/ElementErrorCode.h b/MeshLib/Elements/ElementErrorCode.h index 3ae9116011fa3ff52f241b30f16ff2c7c8b28662..a7656c02ee51aff837107a54dfb5ccb8d3de6ba8 100644 --- a/MeshLib/Elements/ElementErrorCode.h +++ b/MeshLib/Elements/ElementErrorCode.h @@ -5,7 +5,7 @@ * \brief Definition of ElementErrorCodes. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Elements.h b/MeshLib/Elements/Elements.h index 3cf6df4b39efa393f4aeca46e32bc31e70611f4d..3d7181a99e8a518eae80d446c176fa5ac39359d0 100644 --- a/MeshLib/Elements/Elements.h +++ b/MeshLib/Elements/Elements.h @@ -3,7 +3,7 @@ * \brief Cumulative include for all available mesh element types. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/FaceRule.cpp b/MeshLib/Elements/FaceRule.cpp index 220b32978b524791873bae395d7477feff9a2cde..6acfd8b4e782a8c071358d76603b978b54267285 100644 --- a/MeshLib/Elements/FaceRule.cpp +++ b/MeshLib/Elements/FaceRule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/FaceRule.h b/MeshLib/Elements/FaceRule.h index 8a81e7a98f2fbd6c4267610004f8fe77ed94b69a..b5e9ac19f5d861e3c91eb240e43b0edae9f38200 100644 --- a/MeshLib/Elements/FaceRule.h +++ b/MeshLib/Elements/FaceRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Hex.h b/MeshLib/Elements/Hex.h index 2676eb1c3da70df1be6ff9650a8bc11b991c089f..8730d237ddc1754cb520855582cad1ff69787eb5 100644 --- a/MeshLib/Elements/Hex.h +++ b/MeshLib/Elements/Hex.h @@ -5,7 +5,7 @@ * \brief Definition of the Hex class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/HexRule.cpp b/MeshLib/Elements/HexRule.cpp index 962e36d355e0eb8e5a310e11f83a9e3dd99aeacc..5c0fd5b2922aba01de434a4a0a2935a13d8bcb2c 100644 --- a/MeshLib/Elements/HexRule.cpp +++ b/MeshLib/Elements/HexRule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/HexRule.h b/MeshLib/Elements/HexRule.h index 6a69f7bc7b787b858b5b5e32c2bb317c8bbd5b90..22fe1b1ddc8d5095531db62cdc62c262739cca3a 100644 --- a/MeshLib/Elements/HexRule.h +++ b/MeshLib/Elements/HexRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/HexRule20.cpp b/MeshLib/Elements/HexRule20.cpp index 4eb8ab2c5f900a20c230c20b4e419b00588ccc77..7d6003465dccecf981339154f887af92e0a897d6 100644 --- a/MeshLib/Elements/HexRule20.cpp +++ b/MeshLib/Elements/HexRule20.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/HexRule20.h b/MeshLib/Elements/HexRule20.h index 15268954b19f5c303f129a7097859789df493688..a7e3097080ada5bfdf380771881ebf7551a4b538 100644 --- a/MeshLib/Elements/HexRule20.h +++ b/MeshLib/Elements/HexRule20.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/HexRule8.cpp b/MeshLib/Elements/HexRule8.cpp index 52d31ad4d1e31a8c54d253ac58b19d7a673e6826..67372cea98386eb1fc41714a20f973118fe7a237 100644 --- a/MeshLib/Elements/HexRule8.cpp +++ b/MeshLib/Elements/HexRule8.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/HexRule8.h b/MeshLib/Elements/HexRule8.h index 7f94faa37c71ee91a1430d154de7bef023bfed61..55d70390997f8c67ac2827352d379088094d3ed4 100644 --- a/MeshLib/Elements/HexRule8.h +++ b/MeshLib/Elements/HexRule8.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Line.h b/MeshLib/Elements/Line.h index c91c215aa7623d562f1d386f8012b3b118818972..f1b9e6c7d104396285493637fdf0022306aa1ede 100644 --- a/MeshLib/Elements/Line.h +++ b/MeshLib/Elements/Line.h @@ -5,7 +5,7 @@ * \brief Definition of the Line class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/LineRule.cpp b/MeshLib/Elements/LineRule.cpp index aed1a61aea5bff6636cb4017d3ebf7a8efda62be..e51a80d2b49c115386c530679bdb7316318118fd 100644 --- a/MeshLib/Elements/LineRule.cpp +++ b/MeshLib/Elements/LineRule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/LineRule.h b/MeshLib/Elements/LineRule.h index 061dc99fc3dbf373af48f8581280da13e848423e..ca6c8801d5b042aa9851c8d81814edbee45dc047 100644 --- a/MeshLib/Elements/LineRule.h +++ b/MeshLib/Elements/LineRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/LineRule2.cpp b/MeshLib/Elements/LineRule2.cpp index 3ee2704ed30d7a56844d944e17f4b54b0f778e9d..1cb9b8602c85aeb85dd5c289ce1d0f5220295c63 100644 --- a/MeshLib/Elements/LineRule2.cpp +++ b/MeshLib/Elements/LineRule2.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/LineRule2.h b/MeshLib/Elements/LineRule2.h index 081b4bbc5e9ac2608a3ff2600912103d6058d81d..a46d6324b21754a624936eea9fb58277d0eec47c 100644 --- a/MeshLib/Elements/LineRule2.h +++ b/MeshLib/Elements/LineRule2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/LineRule3.cpp b/MeshLib/Elements/LineRule3.cpp index 39bcb22307ecb23cf65561c6e4a305f86cd60833..78d2a4471eeafef63d30a3626b94c90f9585422a 100644 --- a/MeshLib/Elements/LineRule3.cpp +++ b/MeshLib/Elements/LineRule3.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/LineRule3.h b/MeshLib/Elements/LineRule3.h index ba0297e05abcca911c7b378f7e89451e764fd624..077937c7febfeba8bf1b46d606ee540b5d6e5161 100644 --- a/MeshLib/Elements/LineRule3.h +++ b/MeshLib/Elements/LineRule3.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/MapBulkElementPoint.cpp b/MeshLib/Elements/MapBulkElementPoint.cpp index d9a5de82c390638195d829ad3197804ea3ab4bef..7c9406c18903d4c6519ec7060c24b4c2a3eeb88d 100644 --- a/MeshLib/Elements/MapBulkElementPoint.cpp +++ b/MeshLib/Elements/MapBulkElementPoint.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/MapBulkElementPoint.h b/MeshLib/Elements/MapBulkElementPoint.h index f458db8a0003a26357536785a4b6949703107603..c24c01a0c314bdd80d0a9bcedefd365f16453e7c 100644 --- a/MeshLib/Elements/MapBulkElementPoint.h +++ b/MeshLib/Elements/MapBulkElementPoint.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Point.h b/MeshLib/Elements/Point.h index c875dd47c9720f97bcd6dc3c019bb07eec4e3c71..31e65fc0fbb90683ac29bad3596771350127e662 100644 --- a/MeshLib/Elements/Point.h +++ b/MeshLib/Elements/Point.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PointRule1.cpp b/MeshLib/Elements/PointRule1.cpp index cb51e2323b101befa1c355d73259d63f37b9051d..16311ff88905b4e7528b9581ea08b80f6c57bed6 100644 --- a/MeshLib/Elements/PointRule1.cpp +++ b/MeshLib/Elements/PointRule1.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PointRule1.h b/MeshLib/Elements/PointRule1.h index 46d3f308f29da83f15cf4bef60af5305b331eb62..b6d2e9c5dcd45acfddebefb38df281079a7ace03 100644 --- a/MeshLib/Elements/PointRule1.h +++ b/MeshLib/Elements/PointRule1.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Prism.h b/MeshLib/Elements/Prism.h index fe79a88b3ab2089faadd285dfde601c62a7fcdbf..9492f79adfe359fc0e6e506dad9395fedf50c143 100644 --- a/MeshLib/Elements/Prism.h +++ b/MeshLib/Elements/Prism.h @@ -5,7 +5,7 @@ * \brief Definition of the Prism class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PrismRule.cpp b/MeshLib/Elements/PrismRule.cpp index e1bb52cd07ad0bb60b189cf740ad3dbf46da0ba6..a8bb666884f702a73ecfe609fb4a698aa1916c21 100644 --- a/MeshLib/Elements/PrismRule.cpp +++ b/MeshLib/Elements/PrismRule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PrismRule.h b/MeshLib/Elements/PrismRule.h index 98e020b012ebfae3b44fd1c59714592f7bb0d7ae..b0f9ac8fd5a9897bb699b74af39c3d374c450179 100644 --- a/MeshLib/Elements/PrismRule.h +++ b/MeshLib/Elements/PrismRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PrismRule15.cpp b/MeshLib/Elements/PrismRule15.cpp index 901423bad1f25ed22f5dfe8487ca6b191803dca5..6b102bb0b4cb3b8949e50940382873e896e9c9c8 100644 --- a/MeshLib/Elements/PrismRule15.cpp +++ b/MeshLib/Elements/PrismRule15.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PrismRule15.h b/MeshLib/Elements/PrismRule15.h index 89a65cecd4d471a7e84ce4a3223b1ce0a6f2547a..fd7d62b39dc693d6d2d26af7b2e7a13131935059 100644 --- a/MeshLib/Elements/PrismRule15.h +++ b/MeshLib/Elements/PrismRule15.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PrismRule6.cpp b/MeshLib/Elements/PrismRule6.cpp index 84024442e45f53adcf0e31eeb953d44118817d8c..11be873c6341baee479dd143f1dbbcbd929d0185 100644 --- a/MeshLib/Elements/PrismRule6.cpp +++ b/MeshLib/Elements/PrismRule6.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PrismRule6.h b/MeshLib/Elements/PrismRule6.h index 27b00a983e92704df5c5acd4830d1a2d5b400582..f47281ba6371bd3274dcb4f4aea63b84b38b5ab0 100644 --- a/MeshLib/Elements/PrismRule6.h +++ b/MeshLib/Elements/PrismRule6.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Pyramid.h b/MeshLib/Elements/Pyramid.h index 896e3d33d2fb93490b2350b160e6e17684171115..cf3cfa3d08551dc2ed54fd4deb46a96ff8431584 100644 --- a/MeshLib/Elements/Pyramid.h +++ b/MeshLib/Elements/Pyramid.h @@ -5,7 +5,7 @@ * \brief Definition of the Pyramid class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PyramidRule.cpp b/MeshLib/Elements/PyramidRule.cpp index 008b7fd73507e092f100c3f413024137914293c3..b9778eac4778250c90c48e9939b7792aaee7cd26 100644 --- a/MeshLib/Elements/PyramidRule.cpp +++ b/MeshLib/Elements/PyramidRule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PyramidRule.h b/MeshLib/Elements/PyramidRule.h index 75e777a082d2c4c21fa92e31c2505ed24c80b92d..9bc8e883a26fed2cb545f8cd6a29ca1530d456d1 100644 --- a/MeshLib/Elements/PyramidRule.h +++ b/MeshLib/Elements/PyramidRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PyramidRule13.cpp b/MeshLib/Elements/PyramidRule13.cpp index dd85b1040431954c4c21d704b8abef25316a5b7d..816db56e350e6688a707114125a5587106c3878b 100644 --- a/MeshLib/Elements/PyramidRule13.cpp +++ b/MeshLib/Elements/PyramidRule13.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PyramidRule13.h b/MeshLib/Elements/PyramidRule13.h index d9fa51cbb2198e3fc0dbbd84f358c43e2901956b..3c46ff3449f4bd0f7d86bc0d289e66df49c43ac9 100644 --- a/MeshLib/Elements/PyramidRule13.h +++ b/MeshLib/Elements/PyramidRule13.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PyramidRule5.cpp b/MeshLib/Elements/PyramidRule5.cpp index 0ab67d4527a28900780caa0d5616eb22b0d5ef46..c3a435cfc8575cf6ecb2975ca60bae0e794e092d 100644 --- a/MeshLib/Elements/PyramidRule5.cpp +++ b/MeshLib/Elements/PyramidRule5.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PyramidRule5.h b/MeshLib/Elements/PyramidRule5.h index 1fa2ac1fbb02c2796146100b28f28b048c53134e..6089828199641242522d607837841b9c64db0588 100644 --- a/MeshLib/Elements/PyramidRule5.h +++ b/MeshLib/Elements/PyramidRule5.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Quad.h b/MeshLib/Elements/Quad.h index ba6fc1ed8539d0aed712e1f964d1c8d36bb00ad8..a11ae5b9a6f8447cc1ea69b688cd30877b895a6c 100644 --- a/MeshLib/Elements/Quad.h +++ b/MeshLib/Elements/Quad.h @@ -5,7 +5,7 @@ * \brief Definition of the Quad class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/QuadRule.cpp b/MeshLib/Elements/QuadRule.cpp index fd22330e199f71e0deb5a46dbe49bd3911ceeb56..2cfe6024f6ee80c195d404ba8660f1af6cfff543 100644 --- a/MeshLib/Elements/QuadRule.cpp +++ b/MeshLib/Elements/QuadRule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/QuadRule.h b/MeshLib/Elements/QuadRule.h index 53cf5b3fada492f3739ab5e59fe7f78562e93f13..8840d71416f3b0b35383af939f69e618b52d1522 100644 --- a/MeshLib/Elements/QuadRule.h +++ b/MeshLib/Elements/QuadRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/QuadRule4.cpp b/MeshLib/Elements/QuadRule4.cpp index 1b07cd00610469d8f7d69196e47ca3435d46e438..788976399361836a4c8f74b272c7e4e466c8fcc3 100644 --- a/MeshLib/Elements/QuadRule4.cpp +++ b/MeshLib/Elements/QuadRule4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/QuadRule4.h b/MeshLib/Elements/QuadRule4.h index 4f53fcc9bee22405b827208a2d941a94288cc63c..3b26d52d1511910c857605b92f30e41ec9e2b30c 100644 --- a/MeshLib/Elements/QuadRule4.h +++ b/MeshLib/Elements/QuadRule4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/QuadRule8.cpp b/MeshLib/Elements/QuadRule8.cpp index 4866e7da967b6cec38a16f473f9b7d23774b7c5e..79eaad794269afa0e63e2d809d3ebfcfb45447e6 100644 --- a/MeshLib/Elements/QuadRule8.cpp +++ b/MeshLib/Elements/QuadRule8.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/QuadRule8.h b/MeshLib/Elements/QuadRule8.h index cc0e26811e77a68b4caa2e5f4a46b38e00553f10..1dd7f16adda2c93e3635f750351e24cc2c38d8f2 100644 --- a/MeshLib/Elements/QuadRule8.h +++ b/MeshLib/Elements/QuadRule8.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/QuadRule9.cpp b/MeshLib/Elements/QuadRule9.cpp index a6c7faa8eed4bb035f30d3771d7afc9e6543e5a2..fc95829f9642bb9d3e3d209f43e8456fff8b28ae 100644 --- a/MeshLib/Elements/QuadRule9.cpp +++ b/MeshLib/Elements/QuadRule9.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/QuadRule9.h b/MeshLib/Elements/QuadRule9.h index 7dda72ddfdeb040968b36eb2e7207fe32cd96640..9e3d32cfb4d81207ebb8eb4c8a593a461a94f7dc 100644 --- a/MeshLib/Elements/QuadRule9.h +++ b/MeshLib/Elements/QuadRule9.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TemplateElement-impl.h b/MeshLib/Elements/TemplateElement-impl.h index 3f45956b32f250e60e944e6c25ec81afb14922f1..b135492e210a1a30d774736092a0a168c2704b4f 100644 --- a/MeshLib/Elements/TemplateElement-impl.h +++ b/MeshLib/Elements/TemplateElement-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TemplateElement.cpp b/MeshLib/Elements/TemplateElement.cpp index 6df115dc4cc257682b127f64d46cea57b5fccdc3..cf62c5c950222662a3aaab5a2cffa89834854696 100644 --- a/MeshLib/Elements/TemplateElement.cpp +++ b/MeshLib/Elements/TemplateElement.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TemplateElement.h b/MeshLib/Elements/TemplateElement.h index 79c75a9b00ecea0e694820f0bcf143ec2c7e9f58..3f906d98f17d512216cd41959687ebd0c12127a2 100644 --- a/MeshLib/Elements/TemplateElement.h +++ b/MeshLib/Elements/TemplateElement.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Tet.h b/MeshLib/Elements/Tet.h index 9726d9c0453915b3b570eb5f91ff1da1364dc965..3e66057624ae4e7ff84a0d1c9603ddd83665ea63 100644 --- a/MeshLib/Elements/Tet.h +++ b/MeshLib/Elements/Tet.h @@ -5,7 +5,7 @@ * \brief Definition of the Tet class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TetRule.cpp b/MeshLib/Elements/TetRule.cpp index 5af7e5a85adcd136ae66a4ddf2a1256956c60679..96112286d68541e7c61dbb92e9616feccf98c2cf 100644 --- a/MeshLib/Elements/TetRule.cpp +++ b/MeshLib/Elements/TetRule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TetRule.h b/MeshLib/Elements/TetRule.h index 2b1bbc61395d50938df6b10cc2125afa8c113919..a75a4d6d936fccd363d93e522c0ce6b49bca3ff5 100644 --- a/MeshLib/Elements/TetRule.h +++ b/MeshLib/Elements/TetRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TetRule10.cpp b/MeshLib/Elements/TetRule10.cpp index 94a63dcc5b2ce88145ce2ec6f92d2948085ca567..bffa776b2d5b125dc8abede3adbb1d673af9340c 100644 --- a/MeshLib/Elements/TetRule10.cpp +++ b/MeshLib/Elements/TetRule10.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TetRule10.h b/MeshLib/Elements/TetRule10.h index 213212ba6519fb961cbb88afe8c8c5dbba430e0f..923ad11ca34968cdce7b83620d71c947227fc0d3 100644 --- a/MeshLib/Elements/TetRule10.h +++ b/MeshLib/Elements/TetRule10.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TetRule4.cpp b/MeshLib/Elements/TetRule4.cpp index 58e65f528612ebae674d9328eb3927515b1af997..5c76a5c8b177cc57a3bb0fa6bb9b311cd4679806 100644 --- a/MeshLib/Elements/TetRule4.cpp +++ b/MeshLib/Elements/TetRule4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TetRule4.h b/MeshLib/Elements/TetRule4.h index 5f17de0db83ecdaabc2619b88b2e1752b380d20a..c9f80d26377a69d53cad0e312165c33024ce45e5 100644 --- a/MeshLib/Elements/TetRule4.h +++ b/MeshLib/Elements/TetRule4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Tri.h b/MeshLib/Elements/Tri.h index ca267a94a8cfbaa0853eb5d3a0c0e217db45484e..2aed6db13a6a05f5899dfdef4c064b1cb5fcc28b 100644 --- a/MeshLib/Elements/Tri.h +++ b/MeshLib/Elements/Tri.h @@ -5,7 +5,7 @@ * \brief Definition of the Tri class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TriRule.cpp b/MeshLib/Elements/TriRule.cpp index a6222815f66579116dc0efe3e4baf168f299e1e6..fa4b48bc7e0a197f99e2c18adc4ce6d92e73cf59 100644 --- a/MeshLib/Elements/TriRule.cpp +++ b/MeshLib/Elements/TriRule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TriRule.h b/MeshLib/Elements/TriRule.h index 3ec6505cf4c1a5682d062d333a335e6680b3b0f3..26bba6c5529769815e2b6ed3960ccb940f44dbeb 100644 --- a/MeshLib/Elements/TriRule.h +++ b/MeshLib/Elements/TriRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TriRule3.cpp b/MeshLib/Elements/TriRule3.cpp index f48f933ddf3340d8239bebef729682484c00d853..d63b21db8577180cff62af5708599e7eda49ceb0 100644 --- a/MeshLib/Elements/TriRule3.cpp +++ b/MeshLib/Elements/TriRule3.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TriRule3.h b/MeshLib/Elements/TriRule3.h index 7aa0865aa51adcf14cad50ef73ecec472e3c2d59..2853136baea9251cb28b5d8c5e0edea835d6a6fc 100644 --- a/MeshLib/Elements/TriRule3.h +++ b/MeshLib/Elements/TriRule3.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TriRule6.cpp b/MeshLib/Elements/TriRule6.cpp index 8206646c5a9d0789e150d3fa6d92c349ca1fce08..765954efcdfd108b8f6ef2a6b17f740a86bf1dde 100644 --- a/MeshLib/Elements/TriRule6.cpp +++ b/MeshLib/Elements/TriRule6.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TriRule6.h b/MeshLib/Elements/TriRule6.h index 13d69f602654a861c6e8fa29cb9a0c8cda744030..6dcbf7f48e95a61acc25899d97a8171a20a4e74c 100644 --- a/MeshLib/Elements/TriRule6.h +++ b/MeshLib/Elements/TriRule6.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Utils.h b/MeshLib/Elements/Utils.h index 309c2de08468cbb60d163fdbea520f36be5d2ad8..e78c4190ced1d38a36ff2db72d8b4489d8ef7fdf 100644 --- a/MeshLib/Elements/Utils.h +++ b/MeshLib/Elements/Utils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/VertexRule.h b/MeshLib/Elements/VertexRule.h index ab659c040518b32b4d9f30ed5b6fcedfd4d12f5c..bb44fcf008a30982e48bf84b5cde75fd95bcfe04 100644 --- a/MeshLib/Elements/VertexRule.h +++ b/MeshLib/Elements/VertexRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/Legacy/MeshIO.cpp b/MeshLib/IO/Legacy/MeshIO.cpp index c26ee4e084a44f2abd910f32b4ae007e14e3e8fc..6c845f031d2989bba95d8b8387702d7d51fa238c 100644 --- a/MeshLib/IO/Legacy/MeshIO.cpp +++ b/MeshLib/IO/Legacy/MeshIO.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshIO class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/Legacy/MeshIO.h b/MeshLib/IO/Legacy/MeshIO.h index 84fa5dec407470f8cbc031abfc68e1f8b4d8de82..9a45d951ffc16025fbeb33daad88576c9b25ba15 100644 --- a/MeshLib/IO/Legacy/MeshIO.h +++ b/MeshLib/IO/Legacy/MeshIO.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshIO class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp index 4ffcd54ebe72a4384fe9ef753ac25738e036bafe..ed7000c22868f2224b518e6645ac4f3033205c0e 100644 --- a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp +++ b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp @@ -6,7 +6,7 @@ partitioned mesh with MPI functions. \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h index b2fb0504e5d5fd30e73339d816188050cfce583c..9874ed6bc3fe906ea2b39cce4aa15eee61df48ab 100644 --- a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h +++ b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h @@ -5,7 +5,7 @@ \brief Declare a class to read node-wise partitioned mesh with MPI functions. \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/MPI_IO/PropertyVectorMetaData.h b/MeshLib/IO/MPI_IO/PropertyVectorMetaData.h index a47bd5611eb8e00e630aa01a83a2fb9799dd008d..f7702424017f7fb2937e3a94132e279b20d9c972 100644 --- a/MeshLib/IO/MPI_IO/PropertyVectorMetaData.h +++ b/MeshLib/IO/MPI_IO/PropertyVectorMetaData.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/NodeData.h b/MeshLib/IO/NodeData.h index fec4c060e03345f5da9785cfb797980d34d5d1a0..16d47e5508ea86a478bb3b0d33a590dd15dcc34c 100644 --- a/MeshLib/IO/NodeData.h +++ b/MeshLib/IO/NodeData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/VtkIO/PVDFile.cpp b/MeshLib/IO/VtkIO/PVDFile.cpp index a92ad1ab6558e0fc9c182af2051e59b5a1389d73..5a9d31ae3b3de857b70293321bf669b0b7d1fab4 100644 --- a/MeshLib/IO/VtkIO/PVDFile.cpp +++ b/MeshLib/IO/VtkIO/PVDFile.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/VtkIO/PVDFile.h b/MeshLib/IO/VtkIO/PVDFile.h index 90e089b94e1106817b7fdebd4b24349ab5362d6f..ece6f3ad7b66c8fcf6da65ffce2221f1a32cbbc7 100644 --- a/MeshLib/IO/VtkIO/PVDFile.h +++ b/MeshLib/IO/VtkIO/PVDFile.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/VtkIO/VtkMeshConverter.cpp b/MeshLib/IO/VtkIO/VtkMeshConverter.cpp index 450d1e688aebd15b2c93e183e3f9ca4434186754..85217e0c71e27f5cb00d8fdb428a0049c85ca7f5 100644 --- a/MeshLib/IO/VtkIO/VtkMeshConverter.cpp +++ b/MeshLib/IO/VtkIO/VtkMeshConverter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkMeshConverter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/VtkIO/VtkMeshConverter.h b/MeshLib/IO/VtkIO/VtkMeshConverter.h index d6d2ef5be4e7f1070749e0fd73202c9b938959c2..b9ea2205e76e8d629928c0a1612857c2c4c01a8b 100644 --- a/MeshLib/IO/VtkIO/VtkMeshConverter.h +++ b/MeshLib/IO/VtkIO/VtkMeshConverter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkMeshConverter class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/VtkIO/VtuInterface-impl.h b/MeshLib/IO/VtkIO/VtuInterface-impl.h index d004a405272c56a219eccb8ed73fd477d10e631b..97c06a70fc415e85174798e8fee7532d4bdbaffa 100644 --- a/MeshLib/IO/VtkIO/VtuInterface-impl.h +++ b/MeshLib/IO/VtkIO/VtuInterface-impl.h @@ -6,7 +6,7 @@ * \brief Implementation of the VtuInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/VtkIO/VtuInterface.cpp b/MeshLib/IO/VtkIO/VtuInterface.cpp index af1a991902fb93b288047fdac9ee6e7cf32f6c85..acc85ccf80ec327e06273d12b8ae2a74484bce8f 100644 --- a/MeshLib/IO/VtkIO/VtuInterface.cpp +++ b/MeshLib/IO/VtkIO/VtuInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtuInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/VtkIO/VtuInterface.h b/MeshLib/IO/VtkIO/VtuInterface.h index f0602513d2e9053dc00b0ba11af5e1470ff9a3b6..5b2ecefb7242eed5af50432b5c97073106121bc7 100644 --- a/MeshLib/IO/VtkIO/VtuInterface.h +++ b/MeshLib/IO/VtkIO/VtuInterface.h @@ -5,7 +5,7 @@ * \brief Implementation of the VtuInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/HdfData.cpp b/MeshLib/IO/XDMF/HdfData.cpp index d14d334b06da6ac190afd67c58ba2e19bf347874..ac2a1952affb66f0b2c91d333f3856571535d8a2 100644 --- a/MeshLib/IO/XDMF/HdfData.cpp +++ b/MeshLib/IO/XDMF/HdfData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/HdfData.h b/MeshLib/IO/XDMF/HdfData.h index dee2d9c0d486b628519bbf58308ea27cef46262c..7082e031264823b1cef42949adf7b7720357f3f8 100644 --- a/MeshLib/IO/XDMF/HdfData.h +++ b/MeshLib/IO/XDMF/HdfData.h @@ -4,7 +4,7 @@ * \date 2020-12-08 * \brief Collects and holds all metadata for writing HDF5 file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/HdfWriter.cpp b/MeshLib/IO/XDMF/HdfWriter.cpp index f6e2290b988f4536380c469b860011ecc6769c55..f5fe1776ed1308ac6939c20e0e32cf879aacea8d 100644 --- a/MeshLib/IO/XDMF/HdfWriter.cpp +++ b/MeshLib/IO/XDMF/HdfWriter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/HdfWriter.h b/MeshLib/IO/XDMF/HdfWriter.h index 48a7d8396edec7cbc9c0f2964ce62bd434b6867c..e5aa00f67be5fed55cbb0b15da88f9e146ef3ea9 100644 --- a/MeshLib/IO/XDMF/HdfWriter.h +++ b/MeshLib/IO/XDMF/HdfWriter.h @@ -4,7 +4,7 @@ * \date 2020-12-15 * \brief Writes vectorized data to HDF File * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/MeshPropertyDataType.h b/MeshLib/IO/XDMF/MeshPropertyDataType.h index 73b5b2e2e582016d3c9a74b613ea5ae11514cd94..ddfe135dd226a31e055b18fd0bd2db8d1e852224 100644 --- a/MeshLib/IO/XDMF/MeshPropertyDataType.h +++ b/MeshLib/IO/XDMF/MeshPropertyDataType.h @@ -4,7 +4,7 @@ * \date 2020-12-15 * \brief Enum for all propertyVector data types * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/XdmfData.cpp b/MeshLib/IO/XDMF/XdmfData.cpp index 69cbd0f7751eea4b4185e3f3d4867bca4e1951df..c3473970a25e299f20f0ee8ea44d306f11583fcf 100644 --- a/MeshLib/IO/XDMF/XdmfData.cpp +++ b/MeshLib/IO/XDMF/XdmfData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/XdmfData.h b/MeshLib/IO/XDMF/XdmfData.h index e2c6a67787f5ecd4113be999ecdc942a9a879145..b44a59e4dade28f82a8233e6ce0a8ed236201ec1 100644 --- a/MeshLib/IO/XDMF/XdmfData.h +++ b/MeshLib/IO/XDMF/XdmfData.h @@ -4,7 +4,7 @@ * \date 2020-11-13 * \brief Collects and holds all metadata for writing XDMF file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/XdmfHdfData.h b/MeshLib/IO/XDMF/XdmfHdfData.h index edaa2cac71bd0cd4170f3d954cbadfd5a46973a0..e02d01a6764231b7a817534c1b6d8eee317168df 100644 --- a/MeshLib/IO/XDMF/XdmfHdfData.h +++ b/MeshLib/IO/XDMF/XdmfHdfData.h @@ -4,7 +4,7 @@ * \date 2020-11-13 * \brief Holds all data for the combined writing of xdmf and hdf5 file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/XdmfHdfWriter.cpp b/MeshLib/IO/XDMF/XdmfHdfWriter.cpp index 6509e0d5d0a7aac1d198077bed3ee36bd5186c9a..3456d21199bc5f4c304a22fa0141a1892f15a0ba 100644 --- a/MeshLib/IO/XDMF/XdmfHdfWriter.cpp +++ b/MeshLib/IO/XDMF/XdmfHdfWriter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/XdmfHdfWriter.h b/MeshLib/IO/XDMF/XdmfHdfWriter.h index 542d69d69e05185ecb146c100941624be6d529d7..6f3096dad99e1f90e2157d382d81f34e140a7efd 100644 --- a/MeshLib/IO/XDMF/XdmfHdfWriter.h +++ b/MeshLib/IO/XDMF/XdmfHdfWriter.h @@ -5,7 +5,7 @@ * \brief XdmfWriter which create contiguous data for geometry and topology * and writes this and all attributes to 1 xdmf + 1 hdf file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/XdmfWriter.cpp b/MeshLib/IO/XDMF/XdmfWriter.cpp index 7a0f8b1705eb7c6d5cb895d544e25ed3b62c0b18..779d6543d18f5e281af0e31598caa6572d86e89a 100644 --- a/MeshLib/IO/XDMF/XdmfWriter.cpp +++ b/MeshLib/IO/XDMF/XdmfWriter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/XdmfWriter.h b/MeshLib/IO/XDMF/XdmfWriter.h index c8e332073ae5b963d3058ac92b597e4aaa7b299c..faa15867b07ca27f9644be6e077c2550f4ec9c2b 100644 --- a/MeshLib/IO/XDMF/XdmfWriter.h +++ b/MeshLib/IO/XDMF/XdmfWriter.h @@ -4,7 +4,7 @@ * \date 2021-06-30 * \brief Collects and holds all metadata for writing XDMF file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/fileIO.h b/MeshLib/IO/XDMF/fileIO.h index 114d4ede62a77074a505f1012ef3de381a43c233..73bea3f3f067c717feca17b2342f9676de461214 100644 --- a/MeshLib/IO/XDMF/fileIO.h +++ b/MeshLib/IO/XDMF/fileIO.h @@ -5,7 +5,7 @@ * \brief Dispatches HDF5 functions specific to execution platform (w/o MPI). * There are multiple implementation to this interface! * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/mpi/fileIO.cpp b/MeshLib/IO/XDMF/mpi/fileIO.cpp index f3cb4f852b572f1a736cf4019490c448d5d4dcd0..ce74480dd14fdba2f5f67d22f409e5b3157a456e 100644 --- a/MeshLib/IO/XDMF/mpi/fileIO.cpp +++ b/MeshLib/IO/XDMF/mpi/fileIO.cpp @@ -4,7 +4,7 @@ * \date 2020-12-08 * \brief Function specific to execution with MPI, never include directly!! * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/mpi/getCommunicator.cpp b/MeshLib/IO/XDMF/mpi/getCommunicator.cpp index bf4f0e4cbbafc4f5a4597abe7b63631703dc37d8..4c0092d86df48d00030910794cbbc95d4931c73e 100644 --- a/MeshLib/IO/XDMF/mpi/getCommunicator.cpp +++ b/MeshLib/IO/XDMF/mpi/getCommunicator.cpp @@ -4,7 +4,7 @@ * \date 2020-12-08 * \brief Function specific to execution with MPI, never include directly!! * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/mpi/getCommunicator.h b/MeshLib/IO/XDMF/mpi/getCommunicator.h index c501bcac7d62ca43b35cbe65a159f3f698b7f6c0..44725ae47898e5181247519396202a00aa6cb0aa 100644 --- a/MeshLib/IO/XDMF/mpi/getCommunicator.h +++ b/MeshLib/IO/XDMF/mpi/getCommunicator.h @@ -5,7 +5,7 @@ * \brief Assigns to each MPI communicator an output file name by attribute * color There are multiple implementation to this interface! * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/mpi/partition.cpp b/MeshLib/IO/XDMF/mpi/partition.cpp index 14cafa086e4a618e724ea3296714260e5910cc48..c1855dc2ac0c6a06f9d109e8f3fd327de1fac163 100644 --- a/MeshLib/IO/XDMF/mpi/partition.cpp +++ b/MeshLib/IO/XDMF/mpi/partition.cpp @@ -4,7 +4,7 @@ * \date 2020-12-08 * \brief Function specific to execution with MPI!! * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/partition.h b/MeshLib/IO/XDMF/partition.h index 10a3cdba6bdeec75e6fcdc8c00bf5c50c8eef283..48d34e921beb2bbebcc71f9339682f883681ccc4 100644 --- a/MeshLib/IO/XDMF/partition.h +++ b/MeshLib/IO/XDMF/partition.h @@ -4,7 +4,7 @@ * \date 2020-12-08 * \brief Dispatches functions specific to execution platform (w/o MPI) * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/posix/fileIO.cpp b/MeshLib/IO/XDMF/posix/fileIO.cpp index 0460f1116a9fbbed8511cf86b88767662abefe0a..ceb53b639161886a39c61f67429c7d48c6e017e0 100644 --- a/MeshLib/IO/XDMF/posix/fileIO.cpp +++ b/MeshLib/IO/XDMF/posix/fileIO.cpp @@ -4,7 +4,7 @@ * \date 2020-12-08 * \brief Function specific to execution without MPI * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/posix/partition.cpp b/MeshLib/IO/XDMF/posix/partition.cpp index 4d42d980bc16f864aed13cf7ae807ac9f1ffc83b..98aa1f9a3e7fc850c829d57ab613ba9a1b2e7f02 100644 --- a/MeshLib/IO/XDMF/posix/partition.cpp +++ b/MeshLib/IO/XDMF/posix/partition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/transformData.cpp b/MeshLib/IO/XDMF/transformData.cpp index 8c61ba7bb68af85a2e3a1f1ae0effbc46fca8303..dca595a5bd1bfaed3d9950744a93302bbcf48cc1 100644 --- a/MeshLib/IO/XDMF/transformData.cpp +++ b/MeshLib/IO/XDMF/transformData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/transformData.h b/MeshLib/IO/XDMF/transformData.h index 463e26022761012e6107b7e016cfcd36405b2721..d3583b9a1397359654ae8c51656b6cc74fc31d39 100644 --- a/MeshLib/IO/XDMF/transformData.h +++ b/MeshLib/IO/XDMF/transformData.h @@ -4,7 +4,7 @@ * \date 2020-11-13 * \brief Transforms OGS Mesh into vectorized data. * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/writeXdmf.cpp b/MeshLib/IO/XDMF/writeXdmf.cpp index c3be1fbe68707f6003d9e233a095bf2edd4ea7e5..18e64a89a48e41088a1e569700425e3b8e140fa3 100644 --- a/MeshLib/IO/XDMF/writeXdmf.cpp +++ b/MeshLib/IO/XDMF/writeXdmf.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/XDMF/writeXdmf.h b/MeshLib/IO/XDMF/writeXdmf.h index 824521e8bea0b80a7560859fb116f730bd5bd8d0..a8697e58ae900d3b9fdd1a1b770353895670dc8f 100644 --- a/MeshLib/IO/XDMF/writeXdmf.h +++ b/MeshLib/IO/XDMF/writeXdmf.h @@ -6,7 +6,7 @@ * generated function finally generates an XDMF string when temporal data is * known * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/readMeshFromFile.cpp b/MeshLib/IO/readMeshFromFile.cpp index 2deeb69b07af099b2eafc4867bf60f975464fdc7..8b968aaa3360310b66dbfe0538a21f904855c983 100644 --- a/MeshLib/IO/readMeshFromFile.cpp +++ b/MeshLib/IO/readMeshFromFile.cpp @@ -5,7 +5,7 @@ * \brief Implementation of readMeshFromFile function. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/readMeshFromFile.h b/MeshLib/IO/readMeshFromFile.h index 77348c37327cf910956bb6771a6fee9142af8724..d910a345f1d12883d3820ee19e6fd16e37a4a6a4 100644 --- a/MeshLib/IO/readMeshFromFile.h +++ b/MeshLib/IO/readMeshFromFile.h @@ -5,7 +5,7 @@ * \brief Definition of readMeshFromFile function. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/writeMeshToFile.cpp b/MeshLib/IO/writeMeshToFile.cpp index 0016be32eeeed59ca058ca1ea4d5630cf9561049..4abc41eb7bb9a104cad2440e45ebe2f9abc3e247 100644 --- a/MeshLib/IO/writeMeshToFile.cpp +++ b/MeshLib/IO/writeMeshToFile.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/IO/writeMeshToFile.h b/MeshLib/IO/writeMeshToFile.h index d7f780ce3b2667a70cf95658c0a7a2cdc2a0992e..c20fea1f393d5ea4e50f69a14a413d50b58aa842 100644 --- a/MeshLib/IO/writeMeshToFile.h +++ b/MeshLib/IO/writeMeshToFile.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Location.cpp b/MeshLib/Location.cpp index b13f2f15f5792d9a9dc143920d2898c810e141be..aeffef1f17b75a20082ce159fc58d8c54ad7c6d5 100644 --- a/MeshLib/Location.cpp +++ b/MeshLib/Location.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Location.h b/MeshLib/Location.h index d304242e60a05c6b2661e5b16e15ae8bcd1530a3..25721f148b3f3bf4b5444210fc6fbce3f6bcb1d4 100644 --- a/MeshLib/Location.h +++ b/MeshLib/Location.h @@ -4,7 +4,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Mesh.cpp b/MeshLib/Mesh.cpp index ac05a6129fa29ec833487df4f152fe86149d0e2a..bbf41b4b304413fab8103a5fa53dd9391c9a8963 100644 --- a/MeshLib/Mesh.cpp +++ b/MeshLib/Mesh.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Mesh class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Mesh.h b/MeshLib/Mesh.h index 807561b408585f7c15691880b910497dc479b86f..ada2d9d42a6e44b6e8860e801d28d8ffe1e42bd6 100644 --- a/MeshLib/Mesh.h +++ b/MeshLib/Mesh.h @@ -5,7 +5,7 @@ * \brief Definition of the Mesh class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEnums.cpp b/MeshLib/MeshEnums.cpp index d2ed35c931cc21721507188ab2365ba61bd98924..917473896da2c415e38be854f93e117a2938527e 100644 --- a/MeshLib/MeshEnums.cpp +++ b/MeshLib/MeshEnums.cpp @@ -5,7 +5,7 @@ * \brief Implementation of mesh-related enumerations. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEnums.h b/MeshLib/MeshEnums.h index dd1b8b665f4341c9a9be45c40bd3d4de0002aba1..d3b0bf01f5bcf89322fe7690661abe6d44edd6f9 100644 --- a/MeshLib/MeshEnums.h +++ b/MeshLib/MeshEnums.h @@ -5,7 +5,7 @@ * \brief Definition of mesh-related Enumerations. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSearch/ElementSearch.cpp b/MeshLib/MeshSearch/ElementSearch.cpp index 9e0bbc7455d72cafaa7a7a508d1e26093f73d933..063fd7557c664377a80d8b98a07f2b4240f4b578 100644 --- a/MeshLib/MeshSearch/ElementSearch.cpp +++ b/MeshLib/MeshSearch/ElementSearch.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSearch/ElementSearch.h b/MeshLib/MeshSearch/ElementSearch.h index 549a695890ab1798db902d83f038b27385cee347..847f3940c11d952efd0d55a2422a02e626e47e3b 100644 --- a/MeshLib/MeshSearch/ElementSearch.h +++ b/MeshLib/MeshSearch/ElementSearch.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSearch/MeshElementGrid.cpp b/MeshLib/MeshSearch/MeshElementGrid.cpp index 62f80ccdd86f41e34083ff16e020c0a273a72080..a01e275485ae7027bab1d19e5f9e31b2031fe14e 100644 --- a/MeshLib/MeshSearch/MeshElementGrid.cpp +++ b/MeshLib/MeshSearch/MeshElementGrid.cpp @@ -3,7 +3,7 @@ * \brief Definition of the class MeshElementGrid. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or */ diff --git a/MeshLib/MeshSearch/MeshElementGrid.h b/MeshLib/MeshSearch/MeshElementGrid.h index 77903606464434526fd0105cc74bb4c786cd9542..f94684672cb0f244f5922f3555bdee83ef476687 100644 --- a/MeshLib/MeshSearch/MeshElementGrid.h +++ b/MeshLib/MeshSearch/MeshElementGrid.h @@ -3,7 +3,7 @@ * \brief Declaration of the MeshElementGrid class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSearch/NodeSearch.cpp b/MeshLib/MeshSearch/NodeSearch.cpp index 9411793cd7822ebb085d20bf1d2af66f86c10ed5..cd1bfac20b991e6b02337c77f90b355b0c19f3c6 100644 --- a/MeshLib/MeshSearch/NodeSearch.cpp +++ b/MeshLib/MeshSearch/NodeSearch.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSearch/NodeSearch.h b/MeshLib/MeshSearch/NodeSearch.h index 56064bc1a5f401f72e059c0375a7cf08bf839061..cf76a05b17d5c427f5961e16cd58f81002fc593f 100644 --- a/MeshLib/MeshSearch/NodeSearch.h +++ b/MeshLib/MeshSearch/NodeSearch.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSubset.h b/MeshLib/MeshSubset.h index 36af3096c752bc987ef3556cb6ac8de7d1a789db..a40cba1c909fde80fd5b741e24d6f0b91f2ee7c4 100644 --- a/MeshLib/MeshSubset.h +++ b/MeshLib/MeshSubset.h @@ -4,7 +4,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Node.cpp b/MeshLib/Node.cpp index 98c784f0ea6bdb8f5c26568980d5affe06ba2729..1321bb855f6c2eb9d3624a93a28065ead70af072 100644 --- a/MeshLib/Node.cpp +++ b/MeshLib/Node.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Node class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Node.h b/MeshLib/Node.h index bc99bea801882f79a9f6b425b0d569749aa22413..6cbabb5d6a6e1f4e556c476000ed1fc73704839f 100644 --- a/MeshLib/Node.h +++ b/MeshLib/Node.h @@ -5,7 +5,7 @@ * \brief Definition of the Node class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/NodeAdjacencyTable.h b/MeshLib/NodeAdjacencyTable.h index 8a646d08d583e855d87a0ea63e14e616ad390a27..ea1697416210e078f5dbb65b1eec211b7d3917f5 100644 --- a/MeshLib/NodeAdjacencyTable.h +++ b/MeshLib/NodeAdjacencyTable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/NodePartitionedMesh.cpp b/MeshLib/NodePartitionedMesh.cpp index 74df55d31b082bcabd99d39b1104547af1635857..c76341caf83be15c821a2be4a6afcfa9e25342c7 100644 --- a/MeshLib/NodePartitionedMesh.cpp +++ b/MeshLib/NodePartitionedMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/NodePartitionedMesh.h b/MeshLib/NodePartitionedMesh.h index 8579eea2f1f5574a8b55a52b15a26a7e203ffffa..70405de5b5bfba9ee04b9e2167d70c9ec9e38ff6 100644 --- a/MeshLib/NodePartitionedMesh.h +++ b/MeshLib/NodePartitionedMesh.h @@ -6,7 +6,7 @@ computing within the framework of domain decomposition (DDC). \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MeshLib/Properties-impl.h b/MeshLib/Properties-impl.h index fbde93ac70fb5105746257a4a1819310a3da919b..97ce4ef517e933787515e994b6c1df7cab2612d6 100644 --- a/MeshLib/Properties-impl.h +++ b/MeshLib/Properties-impl.h @@ -3,7 +3,7 @@ * \brief Implemenatiom of the template part of the class Properties. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Properties.cpp b/MeshLib/Properties.cpp index da8366ecdce400b0350fd64c7f2335794ddf776f..d6d1bf177a4e66fbb064c61f3d86291ded8ed8e5 100644 --- a/MeshLib/Properties.cpp +++ b/MeshLib/Properties.cpp @@ -4,7 +4,7 @@ * properties. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Properties.h b/MeshLib/Properties.h index 5412c2421b9ca1657624211191d37acdc03bda50..e36d33a66f581c78f809c08cae9e322b182f164d 100644 --- a/MeshLib/Properties.h +++ b/MeshLib/Properties.h @@ -4,7 +4,7 @@ * properties. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/PropertyVector.h b/MeshLib/PropertyVector.h index 58b605e58d03d444d843b0747981bcb070e811f4..f7cb8eb6db3d286082730a24c1f262bc900417cd 100644 --- a/MeshLib/PropertyVector.h +++ b/MeshLib/PropertyVector.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/DuplicateMeshComponents.cpp b/MeshLib/Utils/DuplicateMeshComponents.cpp index 2d58d886f802a0d1545df2f55742c19cc459aa77..6aeb31b3f212edbb2718dca3eda48496f03226a9 100644 --- a/MeshLib/Utils/DuplicateMeshComponents.cpp +++ b/MeshLib/Utils/DuplicateMeshComponents.cpp @@ -5,7 +5,7 @@ * \brief Implementation of Duplicate functions. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/DuplicateMeshComponents.h b/MeshLib/Utils/DuplicateMeshComponents.h index 7dcdc3abe068bb23262efb4732aaefb1d66e2794..bdcf81e3a2a58189ccb2174d9a6e47f663a9102f 100644 --- a/MeshLib/Utils/DuplicateMeshComponents.h +++ b/MeshLib/Utils/DuplicateMeshComponents.h @@ -5,7 +5,7 @@ * \brief Definition of Duplicate functions * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/GetElementRotationMatrices.cpp b/MeshLib/Utils/GetElementRotationMatrices.cpp index a117a731843f2499b2be6c53dde9cd3210ded7ce..0d5ea8ee895160b548a787230f9666cd9f980f6f 100644 --- a/MeshLib/Utils/GetElementRotationMatrices.cpp +++ b/MeshLib/Utils/GetElementRotationMatrices.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/GetElementRotationMatrices.h b/MeshLib/Utils/GetElementRotationMatrices.h index ddde50656797f844d7e788378ca04e3a8f32d6d1..0c98d118d67318adfd5e202e9b2f6fc72d9866bf 100644 --- a/MeshLib/Utils/GetElementRotationMatrices.h +++ b/MeshLib/Utils/GetElementRotationMatrices.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/GetSpaceDimension.cpp b/MeshLib/Utils/GetSpaceDimension.cpp index b0bbbc2626bfbf31ed9afd2aff665309dc2ed999..ce75a5da59ec6aef7f537a5e5675976a8a48675c 100644 --- a/MeshLib/Utils/GetSpaceDimension.cpp +++ b/MeshLib/Utils/GetSpaceDimension.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/GetSpaceDimension.h b/MeshLib/Utils/GetSpaceDimension.h index aa9fd6e1847b4233869cc14a4363ba8bc444f96e..04ab9da8430b202c097751885431c0c40beb5d00 100644 --- a/MeshLib/Utils/GetSpaceDimension.h +++ b/MeshLib/Utils/GetSpaceDimension.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/IntegrationPointWriter.cpp b/MeshLib/Utils/IntegrationPointWriter.cpp index ebf0a60bb565eeb819575bb059830700356e2f81..829eb71bb8c702aa7f5ecd67311f406521866f75 100644 --- a/MeshLib/Utils/IntegrationPointWriter.cpp +++ b/MeshLib/Utils/IntegrationPointWriter.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/IntegrationPointWriter.h b/MeshLib/Utils/IntegrationPointWriter.h index e6c9a466d891c235e172f359db01ab1a9d473232..db34bd4133b00fe39cff639b784773c3955589e4 100644 --- a/MeshLib/Utils/IntegrationPointWriter.h +++ b/MeshLib/Utils/IntegrationPointWriter.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/Is2DMeshOnRotatedVerticalPlane.cpp b/MeshLib/Utils/Is2DMeshOnRotatedVerticalPlane.cpp index d3ae56f29496c71ac95d7140606cfc8254494f8a..c82294622d574c3c87fa06a9c7150abd26a51841 100644 --- a/MeshLib/Utils/Is2DMeshOnRotatedVerticalPlane.cpp +++ b/MeshLib/Utils/Is2DMeshOnRotatedVerticalPlane.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/Is2DMeshOnRotatedVerticalPlane.h b/MeshLib/Utils/Is2DMeshOnRotatedVerticalPlane.h index 9ec1153c67c4d1cb1514bfcbebb007668796a82b..af83cfd27dfe0db43ed1cae9a19a2efa423f9557 100644 --- a/MeshLib/Utils/Is2DMeshOnRotatedVerticalPlane.h +++ b/MeshLib/Utils/Is2DMeshOnRotatedVerticalPlane.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/SetMeshSpaceDimension.cpp b/MeshLib/Utils/SetMeshSpaceDimension.cpp index 745c3fdc5bc39a013042b8290acde401e13bff7d..ebfd35baed8f99bc2a08586ac2b8ec13b9c969cb 100644 --- a/MeshLib/Utils/SetMeshSpaceDimension.cpp +++ b/MeshLib/Utils/SetMeshSpaceDimension.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/SetMeshSpaceDimension.h b/MeshLib/Utils/SetMeshSpaceDimension.h index 810df0fedcd0256a4a3d7c5dd981405f2cd31677..a9e9cc107a67509cd61bb92a280bda947d872ab5 100644 --- a/MeshLib/Utils/SetMeshSpaceDimension.h +++ b/MeshLib/Utils/SetMeshSpaceDimension.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/addPropertyToMesh.h b/MeshLib/Utils/addPropertyToMesh.h index 3486e0d39e16e9fb14160c5152038ab8af65dcd5..1ff155784f1fee6ee228c7a0c0e404aed322f537 100644 --- a/MeshLib/Utils/addPropertyToMesh.h +++ b/MeshLib/Utils/addPropertyToMesh.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/createMaterialIDsBasedSubMesh.cpp b/MeshLib/Utils/createMaterialIDsBasedSubMesh.cpp index 8263653b29a49445f10a2404699a1301f4e34200..e5ae3c9da484d24e55eeada40907657959885e74 100644 --- a/MeshLib/Utils/createMaterialIDsBasedSubMesh.cpp +++ b/MeshLib/Utils/createMaterialIDsBasedSubMesh.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Mesh class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/createMaterialIDsBasedSubMesh.h b/MeshLib/Utils/createMaterialIDsBasedSubMesh.h index f26021242314a8913b33a19928b43331958e3c66..f5e791e9e240f7936c062d84435bcf32a3541332 100644 --- a/MeshLib/Utils/createMaterialIDsBasedSubMesh.h +++ b/MeshLib/Utils/createMaterialIDsBasedSubMesh.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/createMeshFromElementSelection.cpp b/MeshLib/Utils/createMeshFromElementSelection.cpp index 88ac205af78388740f384ef70e205706046e7588..635b377c5399a582d46424ac9763b4afe226ad5f 100644 --- a/MeshLib/Utils/createMeshFromElementSelection.cpp +++ b/MeshLib/Utils/createMeshFromElementSelection.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/createMeshFromElementSelection.h b/MeshLib/Utils/createMeshFromElementSelection.h index f58d7cd1b1affb4e7b38efb34e6f901537a49f27..26ad4cfc9d4e2f738e6bf7ec38779a91b699cefc 100644 --- a/MeshLib/Utils/createMeshFromElementSelection.h +++ b/MeshLib/Utils/createMeshFromElementSelection.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/getMaxiumElementEdgeLengths.cpp b/MeshLib/Utils/getMaxiumElementEdgeLengths.cpp index 477945f1b75f6f3fd4060471413845c5cac00aa1..e923458d92e201c6cec30054bd49ac35c43d96c2 100644 --- a/MeshLib/Utils/getMaxiumElementEdgeLengths.cpp +++ b/MeshLib/Utils/getMaxiumElementEdgeLengths.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/getMaxiumElementEdgeLengths.h b/MeshLib/Utils/getMaxiumElementEdgeLengths.h index 373fcec612f1cbb4dbfb1ba145a59f528b29e05a..57421458e61d17c68a79f1ef84854f85ef886d41 100644 --- a/MeshLib/Utils/getMaxiumElementEdgeLengths.h +++ b/MeshLib/Utils/getMaxiumElementEdgeLengths.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/getMeshElementsForMaterialIDs.cpp b/MeshLib/Utils/getMeshElementsForMaterialIDs.cpp index b9d05d6bf0ef23991c85747a4bc60d2622bf2e1d..56c3ebcc5416cbd845d6fa342ea424512e937ea3 100644 --- a/MeshLib/Utils/getMeshElementsForMaterialIDs.cpp +++ b/MeshLib/Utils/getMeshElementsForMaterialIDs.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/getMeshElementsForMaterialIDs.h b/MeshLib/Utils/getMeshElementsForMaterialIDs.h index c9eccb240e579b716ebef46ff0ca7382bc6ce06b..e2cf6df183ef3a05e3dfcc724586ab8600443776 100644 --- a/MeshLib/Utils/getMeshElementsForMaterialIDs.h +++ b/MeshLib/Utils/getMeshElementsForMaterialIDs.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/getOrCreateMeshProperty.h b/MeshLib/Utils/getOrCreateMeshProperty.h index aac71f21f77db7df7a73f62e22a30a6f3eb95d46..c0be98ab2ea2107707560b3860d19bd086224fe1 100644 --- a/MeshLib/Utils/getOrCreateMeshProperty.h +++ b/MeshLib/Utils/getOrCreateMeshProperty.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/scaleMeshPropertyVector.cpp b/MeshLib/Utils/scaleMeshPropertyVector.cpp index 4a1cb8aad51bd3860f8337291228abd0b20da93a..7c038878a48e8f1d7843ef694bc475c4fda19634 100644 --- a/MeshLib/Utils/scaleMeshPropertyVector.cpp +++ b/MeshLib/Utils/scaleMeshPropertyVector.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/scaleMeshPropertyVector.h b/MeshLib/Utils/scaleMeshPropertyVector.h index 51cf4c17e286538c423db2b2f75895500a074627..b8a04cc33b319a7b0e930460287b5d46abaaf01f 100644 --- a/MeshLib/Utils/scaleMeshPropertyVector.h +++ b/MeshLib/Utils/scaleMeshPropertyVector.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/transformMeshToNodePartitionedMesh.cpp b/MeshLib/Utils/transformMeshToNodePartitionedMesh.cpp index b06a9bde3b58bb31936041911f6c37b49a8cc02d..fd034d1c4e6a15c842b87bcf50725fb06533e4bf 100644 --- a/MeshLib/Utils/transformMeshToNodePartitionedMesh.cpp +++ b/MeshLib/Utils/transformMeshToNodePartitionedMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Utils/transformMeshToNodePartitionedMesh.h b/MeshLib/Utils/transformMeshToNodePartitionedMesh.h index 259398bb91b17b676292eebaf596e84897fdbdeb..9cae73a40bedfc307d28f5b59101c004f7effef1 100644 --- a/MeshLib/Utils/transformMeshToNodePartitionedMesh.h +++ b/MeshLib/Utils/transformMeshToNodePartitionedMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Vtk/VtkMappedMeshSource.cpp b/MeshLib/Vtk/VtkMappedMeshSource.cpp index 8d10c9da60901bd47049252596086c43dbdfbf1a..1f0c0d7dd4b757e8cb3fe52f03471a37d7add9f9 100644 --- a/MeshLib/Vtk/VtkMappedMeshSource.cpp +++ b/MeshLib/Vtk/VtkMappedMeshSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkMappedMeshSource class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Vtk/VtkMappedMeshSource.h b/MeshLib/Vtk/VtkMappedMeshSource.h index b840e3eb6640e8a87dc38cf7f8f1f485b827a8d5..706608665337d987e31fa011aa79e8d9eae10ab5 100644 --- a/MeshLib/Vtk/VtkMappedMeshSource.h +++ b/MeshLib/Vtk/VtkMappedMeshSource.h @@ -11,7 +11,7 @@ * \endcode * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Vtk/VtkMeshNodalCoordinatesTemplate-impl.h b/MeshLib/Vtk/VtkMeshNodalCoordinatesTemplate-impl.h index b045cf8c43fb16ea9fc14f1d47c662694d614780..9c93c5de48be618155d35cefb823609d7aa69d8c 100644 --- a/MeshLib/Vtk/VtkMeshNodalCoordinatesTemplate-impl.h +++ b/MeshLib/Vtk/VtkMeshNodalCoordinatesTemplate-impl.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkMeshNodalCoordinatesTemplate class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Vtk/VtkMeshNodalCoordinatesTemplate.h b/MeshLib/Vtk/VtkMeshNodalCoordinatesTemplate.h index b075b08eb3b4f62b02ff69cbad957d759ad4fa20..d723b49f55f6e8a43cad4e15babc7ae8cdfb490d 100644 --- a/MeshLib/Vtk/VtkMeshNodalCoordinatesTemplate.h +++ b/MeshLib/Vtk/VtkMeshNodalCoordinatesTemplate.h @@ -6,7 +6,7 @@ * OGS meshes to VTK unstructured grids. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/VtkOGSEnum.cpp b/MeshLib/VtkOGSEnum.cpp index 2e9ad2ba064590261c1ad1883bf5f58f338fb5d3..e9fc541e78fa97c7ac35a986f19483a858412719 100644 --- a/MeshLib/VtkOGSEnum.cpp +++ b/MeshLib/VtkOGSEnum.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/VtkOGSEnum.h b/MeshLib/VtkOGSEnum.h index 2e94e69081fa9ebd4ee9ba0d24f11d6bd6d9ca81..5b3e267d7b5737838725bc48aeb04108c038aa9f 100644 --- a/MeshLib/VtkOGSEnum.h +++ b/MeshLib/VtkOGSEnum.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/findElementsWithinRadius.cpp b/MeshLib/findElementsWithinRadius.cpp index d84eb7a3722e071ff45727316f23d50ac0de12d2..bc4c62f5693c6b4760cdb08ee4ea85ef008eb78f 100644 --- a/MeshLib/findElementsWithinRadius.cpp +++ b/MeshLib/findElementsWithinRadius.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/findElementsWithinRadius.h b/MeshLib/findElementsWithinRadius.h index ad0ee97de1e0d142eb53280349c3d0af402df9e1..c59b32cf582963b26d7e25b2987d8c164241c960 100644 --- a/MeshLib/findElementsWithinRadius.h +++ b/MeshLib/findElementsWithinRadius.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/ComputeElementVolumeNumerically.cpp b/MeshToolsLib/ComputeElementVolumeNumerically.cpp index 0668c610b4c6091997ad7ea8c232cd5ad33328c3..8a4dc2c7004f029f87c4bdab6803060dfe7c14e4 100644 --- a/MeshToolsLib/ComputeElementVolumeNumerically.cpp +++ b/MeshToolsLib/ComputeElementVolumeNumerically.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/ComputeElementVolumeNumerically.h b/MeshToolsLib/ComputeElementVolumeNumerically.h index 93095b7486745d134e662d3606048756d9332576..bbab31f788f9d2d99ce08f142bb5de16c4e3dc10 100644 --- a/MeshToolsLib/ComputeElementVolumeNumerically.h +++ b/MeshToolsLib/ComputeElementVolumeNumerically.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/IntegrationPointDataTools.cpp b/MeshToolsLib/IntegrationPointDataTools.cpp index 1dfcc6f946f09904e41aa699b3460548c9e2110b..0d6f479b84e4ee90050c6020a09de9dd478aa0f9 100644 --- a/MeshToolsLib/IntegrationPointDataTools.cpp +++ b/MeshToolsLib/IntegrationPointDataTools.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/IntegrationPointDataTools.h b/MeshToolsLib/IntegrationPointDataTools.h index b8cede46095878cb7c63d12f82f6f5300cd4a6ce..6633396f56f2bb5604605079e12c5800a09587bc 100644 --- a/MeshToolsLib/IntegrationPointDataTools.h +++ b/MeshToolsLib/IntegrationPointDataTools.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/AddLayerToMesh.cpp b/MeshToolsLib/MeshEditing/AddLayerToMesh.cpp index 3296ab5d5ef129b63aa929695dbbdbf2cc4ebebd..f4db3bcf22ed5df9aeb31f61b87d3b718ceaadb9 100644 --- a/MeshToolsLib/MeshEditing/AddLayerToMesh.cpp +++ b/MeshToolsLib/MeshEditing/AddLayerToMesh.cpp @@ -4,7 +4,7 @@ * \brief Implementation of AddLayerToMesh class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/AddLayerToMesh.h b/MeshToolsLib/MeshEditing/AddLayerToMesh.h index 26496ef7f46611a3e147a4f90c1e9be3fb3eb4e3..99d3f1ddd29fbd5bdf03d983a3d136953088f963 100644 --- a/MeshToolsLib/MeshEditing/AddLayerToMesh.h +++ b/MeshToolsLib/MeshEditing/AddLayerToMesh.h @@ -5,7 +5,7 @@ * \brief Definition of AddLayerToMesh class * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/ConvertToLinearMesh.cpp b/MeshToolsLib/MeshEditing/ConvertToLinearMesh.cpp index d79ce37baca6a92a0536458c16ac92c7e6a4cf4a..716416114b9119c7ae299ddfcbaf81d0a77bd123 100644 --- a/MeshToolsLib/MeshEditing/ConvertToLinearMesh.cpp +++ b/MeshToolsLib/MeshEditing/ConvertToLinearMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/ConvertToLinearMesh.h b/MeshToolsLib/MeshEditing/ConvertToLinearMesh.h index 281c2cedb9795455ba1314cdf20728fdc277afec..a0750aad4f9f485d9483a0dabf96c1ce4215c57e 100644 --- a/MeshToolsLib/MeshEditing/ConvertToLinearMesh.h +++ b/MeshToolsLib/MeshEditing/ConvertToLinearMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/ElementValueModification.cpp b/MeshToolsLib/MeshEditing/ElementValueModification.cpp index ebf271d5115edad01e4bb703930c324277ef61b7..c9d3e3e576cd92b98d0be8bf48481c2ba45c201a 100644 --- a/MeshToolsLib/MeshEditing/ElementValueModification.cpp +++ b/MeshToolsLib/MeshEditing/ElementValueModification.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementValueModification class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/ElementValueModification.h b/MeshToolsLib/MeshEditing/ElementValueModification.h index cdc89a1c7fbfebc71668c011552a7ffc0aec36af..65c5eac4af9b9bbb3716573bbaad8e3a516af96a 100644 --- a/MeshToolsLib/MeshEditing/ElementValueModification.h +++ b/MeshToolsLib/MeshEditing/ElementValueModification.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementValueModification class * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/FlipElements.cpp b/MeshToolsLib/MeshEditing/FlipElements.cpp index 0535c7b6b2b02d131521af3ee441775195473481..207d5ad80abfdcdccd48021f7eb38ddabe4ea977 100644 --- a/MeshToolsLib/MeshEditing/FlipElements.cpp +++ b/MeshToolsLib/MeshEditing/FlipElements.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/FlipElements.h b/MeshToolsLib/MeshEditing/FlipElements.h index ad4466f96ab04fb3a1ff3de364f63451adf78acd..998a80b47fa6865af7bafcae7aed079557b6e903 100644 --- a/MeshToolsLib/MeshEditing/FlipElements.h +++ b/MeshToolsLib/MeshEditing/FlipElements.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/Mesh2MeshPropertyInterpolation.cpp b/MeshToolsLib/MeshEditing/Mesh2MeshPropertyInterpolation.cpp index e01af21c3ec6c231244fc1f0dfdf622f1cf12bb3..fa4898b861d77aadf7542aee97f2af5d9f0aa22e 100644 --- a/MeshToolsLib/MeshEditing/Mesh2MeshPropertyInterpolation.cpp +++ b/MeshToolsLib/MeshEditing/Mesh2MeshPropertyInterpolation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Mesh2MeshPropertyInterpolation class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/Mesh2MeshPropertyInterpolation.h b/MeshToolsLib/MeshEditing/Mesh2MeshPropertyInterpolation.h index b04ff6299dcc616ae4452de3e135e5ee2fd8b31d..6d8cc30d42ad8b536e140866518d9658a98f66ed 100644 --- a/MeshToolsLib/MeshEditing/Mesh2MeshPropertyInterpolation.h +++ b/MeshToolsLib/MeshEditing/Mesh2MeshPropertyInterpolation.h @@ -5,7 +5,7 @@ * \brief Implementation of the Mesh2MeshPropertyInterpolation class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/MeshRevision.cpp b/MeshToolsLib/MeshEditing/MeshRevision.cpp index e2474e67119789763d00594774b1c8d0353a9825..b4b1f22a65722b2df0887fb0e2344e623d79e254 100644 --- a/MeshToolsLib/MeshEditing/MeshRevision.cpp +++ b/MeshToolsLib/MeshEditing/MeshRevision.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshRevision class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/MeshRevision.h b/MeshToolsLib/MeshEditing/MeshRevision.h index 2c8eacdab54bb1445589cf816735cba765937eb3..b6e401332ff5684c068c1b81ea2260cb921aa688 100644 --- a/MeshToolsLib/MeshEditing/MeshRevision.h +++ b/MeshToolsLib/MeshEditing/MeshRevision.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshRevision class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/ProjectPointOnMesh.cpp b/MeshToolsLib/MeshEditing/ProjectPointOnMesh.cpp index f03267bf598d764bb665b21bccfeabb08b479b5a..db759e8d2db9085ddc159b3a9b41d34d47074a43 100644 --- a/MeshToolsLib/MeshEditing/ProjectPointOnMesh.cpp +++ b/MeshToolsLib/MeshEditing/ProjectPointOnMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/ProjectPointOnMesh.h b/MeshToolsLib/MeshEditing/ProjectPointOnMesh.h index d53e5c4e144e2d66381733ff1b21944c652b4a44..156e567870918b5cf6c0f4216c1d94059d12c4ff 100644 --- a/MeshToolsLib/MeshEditing/ProjectPointOnMesh.h +++ b/MeshToolsLib/MeshEditing/ProjectPointOnMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/RasterDataToMesh.cpp b/MeshToolsLib/MeshEditing/RasterDataToMesh.cpp index 57e7bfc0c63dc8f598e438565313d610d4ef5520..ed134d18e91cb3db53aea567082bbb11cdc6bdd1 100644 --- a/MeshToolsLib/MeshEditing/RasterDataToMesh.cpp +++ b/MeshToolsLib/MeshEditing/RasterDataToMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/RasterDataToMesh.h b/MeshToolsLib/MeshEditing/RasterDataToMesh.h index 6cbea20a1c34f65ea7ced3f0235b285758ec2974..377045ad57b18d85ca7b59186fd3694fd1bf21ff 100644 --- a/MeshToolsLib/MeshEditing/RasterDataToMesh.h +++ b/MeshToolsLib/MeshEditing/RasterDataToMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/RemoveMeshComponents.cpp b/MeshToolsLib/MeshEditing/RemoveMeshComponents.cpp index 02cb197c223913221aba4051408d1c7ea99b8d2b..ad7a8eeda58fb6abc27ee1c6a98216c27f9a5185 100644 --- a/MeshToolsLib/MeshEditing/RemoveMeshComponents.cpp +++ b/MeshToolsLib/MeshEditing/RemoveMeshComponents.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/RemoveMeshComponents.h b/MeshToolsLib/MeshEditing/RemoveMeshComponents.h index 9e1286ce1f99ea9eb07985c60622e3198bfdf623..34457a7fd60137960d95de87f89dd67df4ac0c96 100644 --- a/MeshToolsLib/MeshEditing/RemoveMeshComponents.h +++ b/MeshToolsLib/MeshEditing/RemoveMeshComponents.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshEditing/moveMeshNodes.h b/MeshToolsLib/MeshEditing/moveMeshNodes.h index e81aca8a1f77d07fdb83f301e5b95eb73b673200..09aca13ddf8b0a4db9c8255e01ed3e5e0e3fe030 100644 --- a/MeshToolsLib/MeshEditing/moveMeshNodes.h +++ b/MeshToolsLib/MeshEditing/moveMeshNodes.h @@ -5,7 +5,7 @@ * \brief Functionality to move mesh nodes using a given displacement vec. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/AddFaultToVoxelGrid.cpp b/MeshToolsLib/MeshGenerators/AddFaultToVoxelGrid.cpp index bf53cbaca072fc62af7ae3e44ff678eebd4c9b15..ba93a7fe3b9f50cc8fc8ae9534145c7ea8c9a974 100644 --- a/MeshToolsLib/MeshGenerators/AddFaultToVoxelGrid.cpp +++ b/MeshToolsLib/MeshGenerators/AddFaultToVoxelGrid.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/AddFaultToVoxelGrid.h b/MeshToolsLib/MeshGenerators/AddFaultToVoxelGrid.h index f9e6d435aca768052a4ad377b8c4619940c5e547..1e41af0c6053e67a82a544d411dac66ce95a602d 100644 --- a/MeshToolsLib/MeshGenerators/AddFaultToVoxelGrid.h +++ b/MeshToolsLib/MeshGenerators/AddFaultToVoxelGrid.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/LayeredMeshGenerator.cpp b/MeshToolsLib/MeshGenerators/LayeredMeshGenerator.cpp index c710cef09163df1cad8c342282b55e9bd9dd473f..3d2b4cef945bc841d6eaf46f407f5a4c170c37ad 100644 --- a/MeshToolsLib/MeshGenerators/LayeredMeshGenerator.cpp +++ b/MeshToolsLib/MeshGenerators/LayeredMeshGenerator.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SubsurfaceMapper class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/LayeredMeshGenerator.h b/MeshToolsLib/MeshGenerators/LayeredMeshGenerator.h index 9d6e9a1e7b88907f57a4526fb077920316ff10f7..5e9d58023e6b504d600d5813ad8fcb80340c7280 100644 --- a/MeshToolsLib/MeshGenerators/LayeredMeshGenerator.h +++ b/MeshToolsLib/MeshGenerators/LayeredMeshGenerator.h @@ -5,7 +5,7 @@ * \brief Definition of the SubsurfaceMapper class * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/LayeredVolume.cpp b/MeshToolsLib/MeshGenerators/LayeredVolume.cpp index 96519e2a4f97643857a5b20101b65b30765fdcc1..fbd5edd824dd95007fadd3f9393244a6413cd2cb 100644 --- a/MeshToolsLib/MeshGenerators/LayeredVolume.cpp +++ b/MeshToolsLib/MeshGenerators/LayeredVolume.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LayeredVolume class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/LayeredVolume.h b/MeshToolsLib/MeshGenerators/LayeredVolume.h index e1bacd55cbb77130cadaa392ae0bbf54d66f4beb..bc6961837ee90a9cfee61e8bec2eae373e5ee9ca 100644 --- a/MeshToolsLib/MeshGenerators/LayeredVolume.h +++ b/MeshToolsLib/MeshGenerators/LayeredVolume.h @@ -5,7 +5,7 @@ * \brief Definition of the LayeredVolume class * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/MeshGenerator.cpp b/MeshToolsLib/MeshGenerators/MeshGenerator.cpp index 13d9e9a1f258228bcacdc57bdff734733332cbd4..4a7ce8649bb7a28070ddcf3e9ebdb79e62d437fd 100644 --- a/MeshToolsLib/MeshGenerators/MeshGenerator.cpp +++ b/MeshToolsLib/MeshGenerators/MeshGenerator.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/MeshGenerator.h b/MeshToolsLib/MeshGenerators/MeshGenerator.h index 44e147c667f6d686a14628043d23a7a129cf366b..aed0242262b996b5d73d3279867d75836d98e582 100644 --- a/MeshToolsLib/MeshGenerators/MeshGenerator.h +++ b/MeshToolsLib/MeshGenerators/MeshGenerator.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/MeshLayerMapper.cpp b/MeshToolsLib/MeshGenerators/MeshLayerMapper.cpp index 0b8eed4ac7982c8a08f9f896752320b3aaa42cfc..cbd2df31f6d63633166ebfa144d6e9b85ee2165c 100644 --- a/MeshToolsLib/MeshGenerators/MeshLayerMapper.cpp +++ b/MeshToolsLib/MeshGenerators/MeshLayerMapper.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshLayerMapper class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/MeshLayerMapper.h b/MeshToolsLib/MeshGenerators/MeshLayerMapper.h index 0911df046e4a898efa82d9e264a8a5301f87d25a..f44e78d58068b8f323e2cb2175a05d65e196ce0e 100644 --- a/MeshToolsLib/MeshGenerators/MeshLayerMapper.h +++ b/MeshToolsLib/MeshGenerators/MeshLayerMapper.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshLayerMapper class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/QuadraticMeshGenerator.cpp b/MeshToolsLib/MeshGenerators/QuadraticMeshGenerator.cpp index 8867d563d9d720a50c954a399a543a802e3f3632..8e6db00809f62f6c39dc099e59838b37b451bebc 100644 --- a/MeshToolsLib/MeshGenerators/QuadraticMeshGenerator.cpp +++ b/MeshToolsLib/MeshGenerators/QuadraticMeshGenerator.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/QuadraticMeshGenerator.h b/MeshToolsLib/MeshGenerators/QuadraticMeshGenerator.h index 3cf4ff714e54e545801a7209f064f1e7c1ede462..db2879044c78c3981698b8e21f933441e12976d5 100644 --- a/MeshToolsLib/MeshGenerators/QuadraticMeshGenerator.h +++ b/MeshToolsLib/MeshGenerators/QuadraticMeshGenerator.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/RasterToMesh.cpp b/MeshToolsLib/MeshGenerators/RasterToMesh.cpp index 35c51be391815be51cc1c8808de245950a68cd5c..37d6b3acce82d6661e2484033244db1f2124fdf4 100644 --- a/MeshToolsLib/MeshGenerators/RasterToMesh.cpp +++ b/MeshToolsLib/MeshGenerators/RasterToMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/RasterToMesh.h b/MeshToolsLib/MeshGenerators/RasterToMesh.h index 6a32a1a9f4f0bec288a8aab35515ed5a09135c91..ae90abfc6d0dd937fe8f533d9289602086bec2be 100644 --- a/MeshToolsLib/MeshGenerators/RasterToMesh.h +++ b/MeshToolsLib/MeshGenerators/RasterToMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/VoxelGridFromLayeredMeshes.cpp b/MeshToolsLib/MeshGenerators/VoxelGridFromLayeredMeshes.cpp index b336667483d9f36a4a879ae2eb9fdceb141bea07..0d2106ccc88b12c3b0c6d3d753a61b794777afcf 100644 --- a/MeshToolsLib/MeshGenerators/VoxelGridFromLayeredMeshes.cpp +++ b/MeshToolsLib/MeshGenerators/VoxelGridFromLayeredMeshes.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/VoxelGridFromLayeredMeshes.h b/MeshToolsLib/MeshGenerators/VoxelGridFromLayeredMeshes.h index 346b33068f18483e4f4c5156564d1bf57005c0f7..e458b15c12236d3c9fec576c1ec9974ae117c20a 100644 --- a/MeshToolsLib/MeshGenerators/VoxelGridFromLayeredMeshes.h +++ b/MeshToolsLib/MeshGenerators/VoxelGridFromLayeredMeshes.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/VoxelGridFromMesh.cpp b/MeshToolsLib/MeshGenerators/VoxelGridFromMesh.cpp index 5cfdec7d22d1128f4ae22a24d3e63b6f9e390809..a7475a71f26d38dfdb525f3df3edd4e5fe469346 100644 --- a/MeshToolsLib/MeshGenerators/VoxelGridFromMesh.cpp +++ b/MeshToolsLib/MeshGenerators/VoxelGridFromMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshGenerators/VoxelGridFromMesh.h b/MeshToolsLib/MeshGenerators/VoxelGridFromMesh.h index 55a61f8aa6b203f10233d3ce3915bd5d9b225709..1b52892efd03ccdaf494167c5f354315516b2252 100644 --- a/MeshToolsLib/MeshGenerators/VoxelGridFromMesh.h +++ b/MeshToolsLib/MeshGenerators/VoxelGridFromMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshInformation.cpp b/MeshToolsLib/MeshInformation.cpp index 015f140d765e133a6d65a26341c3da107eba3e83..2c8c7c0c89eab82b3b9605137abbfe8841a3a78f 100644 --- a/MeshToolsLib/MeshInformation.cpp +++ b/MeshToolsLib/MeshInformation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshInformation class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshInformation.h b/MeshToolsLib/MeshInformation.h index 6833053f282e9c526ef34decd11105df83c83a7d..9ff6e7c5834122b08b6b6dcc49a27e77099ace96 100644 --- a/MeshToolsLib/MeshInformation.h +++ b/MeshToolsLib/MeshInformation.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshInformation class * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/AngleSkewMetric.cpp b/MeshToolsLib/MeshQuality/AngleSkewMetric.cpp index d738d2b102445020988f3525544be686ccdb2e61..29ae02268ee7cc119a02f066211f6e49a6134add 100644 --- a/MeshToolsLib/MeshQuality/AngleSkewMetric.cpp +++ b/MeshToolsLib/MeshQuality/AngleSkewMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the AngleSkewMetric class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/AngleSkewMetric.h b/MeshToolsLib/MeshQuality/AngleSkewMetric.h index 6e4bcc544e9d9bb2572bdefbbd178ed8329e44b9..669ab70ee229de6a07a6ffcc8c9fa7f27df9d961 100644 --- a/MeshToolsLib/MeshQuality/AngleSkewMetric.h +++ b/MeshToolsLib/MeshQuality/AngleSkewMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the AngleSkewMetric class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/EdgeRatioMetric.cpp b/MeshToolsLib/MeshQuality/EdgeRatioMetric.cpp index a410e337ac163f010ae6e16d98e94fa62550bf7f..4d3b85385db6e3afb309679f261dfc688183e2d4 100644 --- a/MeshToolsLib/MeshQuality/EdgeRatioMetric.cpp +++ b/MeshToolsLib/MeshQuality/EdgeRatioMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the EdgeRatioMetric class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/EdgeRatioMetric.h b/MeshToolsLib/MeshQuality/EdgeRatioMetric.h index adb1d70eb251cf51d0835fb036218239fe428a21..77ad726e1058b3dea736bc58673021cea49473e4 100644 --- a/MeshToolsLib/MeshQuality/EdgeRatioMetric.h +++ b/MeshToolsLib/MeshQuality/EdgeRatioMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the EdgeRatioMetric class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/ElementQualityInterface.h b/MeshToolsLib/MeshQuality/ElementQualityInterface.h index 100b4ab34821a0b5c1c6da27edc86f7f6c4cd166..7b6d3d6f26577fe76bd0392c7ac344d463664d16 100644 --- a/MeshToolsLib/MeshQuality/ElementQualityInterface.h +++ b/MeshToolsLib/MeshQuality/ElementQualityInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementQualityInterface class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/ElementQualityMetric.cpp b/MeshToolsLib/MeshQuality/ElementQualityMetric.cpp index b0f630ab999f63a7965013c12bf28b2a756a9ad7..42ef21e92a33efe3c4e4b8b81fd5d19d4dfed2f2 100644 --- a/MeshToolsLib/MeshQuality/ElementQualityMetric.cpp +++ b/MeshToolsLib/MeshQuality/ElementQualityMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementQualityMetricBase class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/ElementQualityMetric.h b/MeshToolsLib/MeshQuality/ElementQualityMetric.h index d6afdb87895787daeaa7a8d4b94fdc9eced1414b..3c539e5706a65b7d1cc36ab96154fbcc9cf8c684 100644 --- a/MeshToolsLib/MeshQuality/ElementQualityMetric.h +++ b/MeshToolsLib/MeshQuality/ElementQualityMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementQualityMetricBase class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/ElementSizeMetric.cpp b/MeshToolsLib/MeshQuality/ElementSizeMetric.cpp index eb24a9511eae2e0c52de262f65d1ea090ccab7e5..220320d009917c58c8cd074e375b6cf098aaa5ee 100644 --- a/MeshToolsLib/MeshQuality/ElementSizeMetric.cpp +++ b/MeshToolsLib/MeshQuality/ElementSizeMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementSizeMetric class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/ElementSizeMetric.h b/MeshToolsLib/MeshQuality/ElementSizeMetric.h index 1edd4bf10487a3d3f4bfd1b772be401975b4d88c..0edf7d1ac943246425bbd44dd9f45b77d70377b7 100644 --- a/MeshToolsLib/MeshQuality/ElementSizeMetric.h +++ b/MeshToolsLib/MeshQuality/ElementSizeMetric.h @@ -5,7 +5,7 @@ * \brief Implementation of the AreaMetric class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/MeshValidation.cpp b/MeshToolsLib/MeshQuality/MeshValidation.cpp index 76895d4cf4ce295e2095233683e8efb991b2960a..a90c2b2d82e51dd97050373d31135c1c19e377f5 100644 --- a/MeshToolsLib/MeshQuality/MeshValidation.cpp +++ b/MeshToolsLib/MeshQuality/MeshValidation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshValidation class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/MeshValidation.h b/MeshToolsLib/MeshQuality/MeshValidation.h index 6db97d1999ffde97c0e103ad64b0cfe81f69bbb9..561c683f49f1e0f41ed4db5340f037f9d50d8272 100644 --- a/MeshToolsLib/MeshQuality/MeshValidation.h +++ b/MeshToolsLib/MeshQuality/MeshValidation.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshValidation class * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/RadiusEdgeRatioMetric.cpp b/MeshToolsLib/MeshQuality/RadiusEdgeRatioMetric.cpp index 533f53ac1a39b6c01cae6c2124b469cd08254d12..f9174740e7ce03868bd19381d98931f8939b8cbc 100644 --- a/MeshToolsLib/MeshQuality/RadiusEdgeRatioMetric.cpp +++ b/MeshToolsLib/MeshQuality/RadiusEdgeRatioMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the RadiusEdgeRadioMetric class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/RadiusEdgeRatioMetric.h b/MeshToolsLib/MeshQuality/RadiusEdgeRatioMetric.h index 649b2953bf1312f03ae17fd446f4bb34454ea007..01c195fa0e4c3dc78490147ed833c4af56eeca65 100644 --- a/MeshToolsLib/MeshQuality/RadiusEdgeRatioMetric.h +++ b/MeshToolsLib/MeshQuality/RadiusEdgeRatioMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the RadiusEdgeRatioMetric class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/SizeDifferenceMetric.cpp b/MeshToolsLib/MeshQuality/SizeDifferenceMetric.cpp index 4416109d3e663f64710e2f0cd4ab1ccd70e6ce27..62828da1f4b0d64b75f0962470dcfd01fcda99d8 100644 --- a/MeshToolsLib/MeshQuality/SizeDifferenceMetric.cpp +++ b/MeshToolsLib/MeshQuality/SizeDifferenceMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SizeDifferenceMetric class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshQuality/SizeDifferenceMetric.h b/MeshToolsLib/MeshQuality/SizeDifferenceMetric.h index 2c53d74a2d59baa4a26ba450302c78a303ca6053..4c862c67e4f3cebbcc96c2db87687ffe66bd61b5 100644 --- a/MeshToolsLib/MeshQuality/SizeDifferenceMetric.h +++ b/MeshToolsLib/MeshQuality/SizeDifferenceMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the SizeDifferenceMetric class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshSurfaceExtraction.cpp b/MeshToolsLib/MeshSurfaceExtraction.cpp index db0cb4e3b1d116417610fd7a01525b8ecda1bb33..d463dd471ce7dd917254fa5149c7e57fc6d1fb7f 100644 --- a/MeshToolsLib/MeshSurfaceExtraction.cpp +++ b/MeshToolsLib/MeshSurfaceExtraction.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshSurfaceExtraction class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/MeshSurfaceExtraction.h b/MeshToolsLib/MeshSurfaceExtraction.h index f5d568e63ec7abe91fb0e32f7f7fee703f342037..a59977f5b1fd28770a65bf42f5b2426ae2217227 100644 --- a/MeshToolsLib/MeshSurfaceExtraction.h +++ b/MeshToolsLib/MeshSurfaceExtraction.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshSurfaceExtraction class * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/ZeroMeshFieldDataByMaterialIDs.cpp b/MeshToolsLib/ZeroMeshFieldDataByMaterialIDs.cpp index 0462f4d0fb8fd9eea9176486f86a55e35b7438e7..d36aee77c286219069973110a484a42fda93e3ed 100644 --- a/MeshToolsLib/ZeroMeshFieldDataByMaterialIDs.cpp +++ b/MeshToolsLib/ZeroMeshFieldDataByMaterialIDs.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/ZeroMeshFieldDataByMaterialIDs.h b/MeshToolsLib/ZeroMeshFieldDataByMaterialIDs.h index eb9d72a85a5f3474bef91c61a6172b8755c45efb..fa075a9ef037913c917053b98c55ddcc0ab00c71 100644 --- a/MeshToolsLib/ZeroMeshFieldDataByMaterialIDs.h +++ b/MeshToolsLib/ZeroMeshFieldDataByMaterialIDs.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/convertMeshToGeo.cpp b/MeshToolsLib/convertMeshToGeo.cpp index d5ae75ae16ceba946c7c835c2518c7f6a779907e..13f0297b0870c5d68ffb06abddc702cf72412bda 100644 --- a/MeshToolsLib/convertMeshToGeo.cpp +++ b/MeshToolsLib/convertMeshToGeo.cpp @@ -5,7 +5,7 @@ * \brief Implementation of of mesh to geometry conversion. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshToolsLib/convertMeshToGeo.h b/MeshToolsLib/convertMeshToGeo.h index c8b93edec0dcd2d86bfd3c7275567ecd2d6cede6..b0226ff9675610c2b5945a2d96b854d3266fae0f 100644 --- a/MeshToolsLib/convertMeshToGeo.h +++ b/MeshToolsLib/convertMeshToGeo.h @@ -5,7 +5,7 @@ * \brief Definition of mesh to geometry conversion. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Assembler/SerialExecutor.h b/NumLib/Assembler/SerialExecutor.h index c5f9dd5cc7a023dd4cabd766e5a0285d1cca3eca..c7799825391306e2c7b6253de256979d99f96ea4 100644 --- a/NumLib/Assembler/SerialExecutor.h +++ b/NumLib/Assembler/SerialExecutor.h @@ -4,7 +4,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/CreateNewtonRaphsonSolverParameters.cpp b/NumLib/CreateNewtonRaphsonSolverParameters.cpp index e995b877e7e576b61aa0da44ad79995764ed956e..c25cc06e9efa3c462e4ab09575ee73e6a2258c4b 100644 --- a/NumLib/CreateNewtonRaphsonSolverParameters.cpp +++ b/NumLib/CreateNewtonRaphsonSolverParameters.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/CreateNewtonRaphsonSolverParameters.h b/NumLib/CreateNewtonRaphsonSolverParameters.h index 5fb18ba89ca6179931b0a308497592b04b0ce05f..4c977ff45c4ce862bc0786851e45afd4a782d85b 100644 --- a/NumLib/CreateNewtonRaphsonSolverParameters.h +++ b/NumLib/CreateNewtonRaphsonSolverParameters.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/ComponentGlobalIndexDict.h b/NumLib/DOF/ComponentGlobalIndexDict.h index 9d0450aea55abaaf6e19885bf4babb4b01791fdc..ea3bddcbe52e77714f7f2d99cacf69ee359d0768 100644 --- a/NumLib/DOF/ComponentGlobalIndexDict.h +++ b/NumLib/DOF/ComponentGlobalIndexDict.h @@ -4,7 +4,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/ComputeSparsityPattern.cpp b/NumLib/DOF/ComputeSparsityPattern.cpp index b573aaf3e76aad074e8bf4b9ed22c83f32babf01..65d2d11ea9ade332c6f1c2b171ac20d523ecef90 100644 --- a/NumLib/DOF/ComputeSparsityPattern.cpp +++ b/NumLib/DOF/ComputeSparsityPattern.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/ComputeSparsityPattern.h b/NumLib/DOF/ComputeSparsityPattern.h index a300879db7a8d073fbf3a0d07742dc27679b4fe6..7625b4daa3455c61ab4b47f864380f8c1d8cb2be 100644 --- a/NumLib/DOF/ComputeSparsityPattern.h +++ b/NumLib/DOF/ComputeSparsityPattern.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/DOFTableUtil.cpp b/NumLib/DOF/DOFTableUtil.cpp index 7d3e22bbb4735d313daf12c5464c82ebd187e742..04848f0914a74bdcb842b3f0e29e25fca5ac6ad6 100644 --- a/NumLib/DOF/DOFTableUtil.cpp +++ b/NumLib/DOF/DOFTableUtil.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/DOFTableUtil.h b/NumLib/DOF/DOFTableUtil.h index ab1fc1e5dd3429e1f5823cad5b093ec3ad969ce9..14a90f98e42aa1e91ec87f34493a6c950589cb7e 100644 --- a/NumLib/DOF/DOFTableUtil.h +++ b/NumLib/DOF/DOFTableUtil.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/GlobalMatrixProviders.cpp b/NumLib/DOF/GlobalMatrixProviders.cpp index f5f8fd7ed65d2c3173012dc3e15f5ce1ba5f9973..23c8881d6ea7f5fa43478e313231830a98577b5c 100644 --- a/NumLib/DOF/GlobalMatrixProviders.cpp +++ b/NumLib/DOF/GlobalMatrixProviders.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/GlobalMatrixProviders.h b/NumLib/DOF/GlobalMatrixProviders.h index 2ad1b63cbd5f1a75c61b2d703484d2fd98281ead..68ac36bb23092e359ab176e0003cc942e863b169 100644 --- a/NumLib/DOF/GlobalMatrixProviders.h +++ b/NumLib/DOF/GlobalMatrixProviders.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/LocalDOF.h b/NumLib/DOF/LocalDOF.h index 934dc04cd4614d18073467cb69636e0a377e85f9..4f56eab7064a90fb438f5592458d3b80833001d6 100644 --- a/NumLib/DOF/LocalDOF.h +++ b/NumLib/DOF/LocalDOF.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/LocalToGlobalIndexMap.cpp b/NumLib/DOF/LocalToGlobalIndexMap.cpp index 2a457255a2ef46c7a870e0ce7df06d2c281203ac..acbba5bb69a2d184a458d9a9dac6548a5900262a 100644 --- a/NumLib/DOF/LocalToGlobalIndexMap.cpp +++ b/NumLib/DOF/LocalToGlobalIndexMap.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/LocalToGlobalIndexMap.h b/NumLib/DOF/LocalToGlobalIndexMap.h index cd481acf356176ef3c8911a755ebe86a6fc14806..fe0b8712478f7bd067e42e379d7f9a730e9b12a5 100644 --- a/NumLib/DOF/LocalToGlobalIndexMap.h +++ b/NumLib/DOF/LocalToGlobalIndexMap.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/MatrixProvider.h b/NumLib/DOF/MatrixProvider.h index b20e1475bcf5b868ee6e6df7a0923232479d4b14..2f17b2ad076f5d6a3c97aeab5b49e5fa9c57bffe 100644 --- a/NumLib/DOF/MatrixProvider.h +++ b/NumLib/DOF/MatrixProvider.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/MeshComponentMap.cpp b/NumLib/DOF/MeshComponentMap.cpp index e1309988c40d4210d718205f317d76e9cce798e0..ee5b27b36b2d5946868ee226325fbc28e10b32c3 100644 --- a/NumLib/DOF/MeshComponentMap.cpp +++ b/NumLib/DOF/MeshComponentMap.cpp @@ -4,7 +4,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/MeshComponentMap.h b/NumLib/DOF/MeshComponentMap.h index 02d647f50ffcebdf092bd00f3b1479a6a8b9e766..145e02379f240a961d8746fc308f0cd4760e1d6d 100644 --- a/NumLib/DOF/MeshComponentMap.h +++ b/NumLib/DOF/MeshComponentMap.h @@ -4,7 +4,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/SimpleMatrixVectorProvider.cpp b/NumLib/DOF/SimpleMatrixVectorProvider.cpp index ffa3122d6e7eeb45327e220d10e2ee9e277d400c..87117210eae2ba72f3d574e078485562eb72b1f5 100644 --- a/NumLib/DOF/SimpleMatrixVectorProvider.cpp +++ b/NumLib/DOF/SimpleMatrixVectorProvider.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/SimpleMatrixVectorProvider.h b/NumLib/DOF/SimpleMatrixVectorProvider.h index bebd61cd486e68128487ab02feaff0d9c97b7d0e..7b2849ede3faa109567ef7745a04d2af829ddee1 100644 --- a/NumLib/DOF/SimpleMatrixVectorProvider.h +++ b/NumLib/DOF/SimpleMatrixVectorProvider.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/DOF/VectorProvider.h b/NumLib/DOF/VectorProvider.h index a8248dfe06e4c980ed57687034561b29d1500ad3..30d55c8b1e3a23194c569ba7e7cdaad2499adad9 100644 --- a/NumLib/DOF/VectorProvider.h +++ b/NumLib/DOF/VectorProvider.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Exceptions.h b/NumLib/Exceptions.h index 97ecddf8beb8d17a4aec444b9e5b6a15486bbca0..48a52492ca9e2c8d9d7e9faff0d75aad37c2816d 100644 --- a/NumLib/Exceptions.h +++ b/NumLib/Exceptions.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Extrapolation/ExtrapolatableElement.h b/NumLib/Extrapolation/ExtrapolatableElement.h index 0a04a6f9cc484e774272e91e663159e4e8cba3c3..f63ca625b37b2777310296a08b8cddd523e7ed03 100644 --- a/NumLib/Extrapolation/ExtrapolatableElement.h +++ b/NumLib/Extrapolation/ExtrapolatableElement.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Extrapolation/ExtrapolatableElementCollection.h b/NumLib/Extrapolation/ExtrapolatableElementCollection.h index 45cbae1970249a314c3c235223a12bfa702c09f1..fd29e6eb50ce270a76bfd1172e3045b854a246f1 100644 --- a/NumLib/Extrapolation/ExtrapolatableElementCollection.h +++ b/NumLib/Extrapolation/ExtrapolatableElementCollection.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Extrapolation/Extrapolator.h b/NumLib/Extrapolation/Extrapolator.h index c857544f84079ec18932410752733d242aad559d..0a92059c52d3edaf0b63d0946bdd58cdfd02056a 100644 --- a/NumLib/Extrapolation/Extrapolator.h +++ b/NumLib/Extrapolation/Extrapolator.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.cpp b/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.cpp index 051039f76f0190860739665616b3c22757e6e48d..fdb76d04c77468498bd86dcc220bb372be37d34e 100644 --- a/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.cpp +++ b/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.h b/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.h index 45d358ca46bcc26fca5db97874e8b6918131f60c..55ecc1eb00176dfd7fa399102764b6db282b3301 100644 --- a/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.h +++ b/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.cpp b/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.cpp index c9cda9695771787979c0e12297bcb058465a6f60..17d0eef15c71a42246240c052755b4d0757ee79a 100644 --- a/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.cpp +++ b/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h b/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h index 352df90cf440e0a334a3f93bfc368d64c1b73673..e7f89fb9ab624689da3279e2868dee5a4c5e6c6a 100644 --- a/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h +++ b/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/CoordinatesMapping/NaturalNodeCoordinates.cpp b/NumLib/Fem/CoordinatesMapping/NaturalNodeCoordinates.cpp index 294d27c48844d2e95abd99f9e461fd8ffa05ce7f..8b6c9d7521e1a5b31beee43e5a49d88dab1b8882 100644 --- a/NumLib/Fem/CoordinatesMapping/NaturalNodeCoordinates.cpp +++ b/NumLib/Fem/CoordinatesMapping/NaturalNodeCoordinates.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/CoordinatesMapping/NaturalNodeCoordinates.h b/NumLib/Fem/CoordinatesMapping/NaturalNodeCoordinates.h index 9d333d47620d30015b6d1ca9b1506bc664adefd4..3cb1d39d7679c1801bfdba081652cae7c1b150a2 100644 --- a/NumLib/Fem/CoordinatesMapping/NaturalNodeCoordinates.h +++ b/NumLib/Fem/CoordinatesMapping/NaturalNodeCoordinates.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h b/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h index abd2e6d73a7b5082150668807be2289740279b80..341908f255a7603b9a6ecc25d24104da5bddb785 100644 --- a/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h +++ b/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h b/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h index d8b08c214a322bdd65ad415b2e70554b47f5c348..5e122d943d69d10d4ea58145f3659aa7b96dd80e 100644 --- a/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h +++ b/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/FiniteElement/C0IsoparametricElements.h b/NumLib/Fem/FiniteElement/C0IsoparametricElements.h index 3f25ad53f32f69aa8627e63cd75b070a86aeea70..8deb28885b5bd238dc2791ea4a3fe01117c3b859 100644 --- a/NumLib/Fem/FiniteElement/C0IsoparametricElements.h +++ b/NumLib/Fem/FiniteElement/C0IsoparametricElements.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/FiniteElement/ElementTraitsLagrange.h b/NumLib/Fem/FiniteElement/ElementTraitsLagrange.h index 8656bab637bace6db0690a5b00e756d3f9ceed17..286f3491cefa72775613bd55b55b7ff710c2c7b5 100644 --- a/NumLib/Fem/FiniteElement/ElementTraitsLagrange.h +++ b/NumLib/Fem/FiniteElement/ElementTraitsLagrange.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/FiniteElement/LowerDimShapeTable.h b/NumLib/Fem/FiniteElement/LowerDimShapeTable.h index 9c43c3f93931cef2817987600d0805f828403816..7d69888931112eda9f425311946807f05c0eeb76 100644 --- a/NumLib/Fem/FiniteElement/LowerDimShapeTable.h +++ b/NumLib/Fem/FiniteElement/LowerDimShapeTable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/FiniteElement/TemplateIsoparametric.h b/NumLib/Fem/FiniteElement/TemplateIsoparametric.h index fb6df900fb4eab71041769ab0f5939ee9e325db3..da04325acb2196a6888ccc32f169297c3d1754e9 100644 --- a/NumLib/Fem/FiniteElement/TemplateIsoparametric.h +++ b/NumLib/Fem/FiniteElement/TemplateIsoparametric.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/InitShapeMatrices.h b/NumLib/Fem/InitShapeMatrices.h index 0769dd48ed12fe580662e7efba6205090184e444..de6eb5711444ef6f2e315da91f40bb58e1028710 100644 --- a/NumLib/Fem/InitShapeMatrices.h +++ b/NumLib/Fem/InitShapeMatrices.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h b/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h index 2b7acd20b7e5a3101a3820ca6909586dc83549ac..c39842b2b507ecad5601e46a73cb5ec0b00598e8 100644 --- a/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h +++ b/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/GenericIntegrationMethod.h b/NumLib/Fem/Integration/GenericIntegrationMethod.h index c0fec58fd96133e929a54ca370437dd1f36c00c3..306b4b88ce3de050e9bf62a20c429400ce3b549c 100644 --- a/NumLib/Fem/Integration/GenericIntegrationMethod.h +++ b/NumLib/Fem/Integration/GenericIntegrationMethod.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.cpp b/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.cpp index 9c9cdb78807b951a03ee3305e4f556731adf5515..dc455b3ccd739162f97f0a343000fe5e9e28a187 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.cpp +++ b/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.h b/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.h index fc3fca74b5b3921531dc62813d747e77069eeeb9..bfff606def51b10953e0dcc0fe20a215f13c0151 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationGaussLegendrePyramid.h b/NumLib/Fem/Integration/IntegrationGaussLegendrePyramid.h index 54ba28933cdd750824547af6587d8431d4e6bbaa..8f4071710beb2ef5a4f0c721b4e2dfc8681e1764 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendrePyramid.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendrePyramid.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationGaussLegendreRegular-impl.h b/NumLib/Fem/Integration/IntegrationGaussLegendreRegular-impl.h index c6c5cbc71b1468fca91ad64ae2230d9ed3639157..3c34a9b0b78e27d4d1b0b951db0225cdf0f594ec 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendreRegular-impl.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendreRegular-impl.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationGaussLegendreRegular.h b/NumLib/Fem/Integration/IntegrationGaussLegendreRegular.h index ced5ac81062e9d030022040a549548c811b6ce6f..5abbb341f7d1f4b5de3bcade8a88a1fa21b4cc5c 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendreRegular.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendreRegular.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationGaussLegendreTet.h b/NumLib/Fem/Integration/IntegrationGaussLegendreTet.h index 15f2a474521d4008215ee7c60447427307296df9..0556c5f283d2a7c8fe0b5b07c0c1c5c18615a595 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendreTet.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendreTet.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationGaussLegendreTri.h b/NumLib/Fem/Integration/IntegrationGaussLegendreTri.h index a3c583279ba6e5368e4cbc835fd83896ca202644..e6b6134a8490ef9ef2aa79b47bd22689665bf7c9 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendreTri.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendreTri.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationMethodProvider.h b/NumLib/Fem/Integration/IntegrationMethodProvider.h index 15c5ba8229a8def0c2a36bc9d1070c444b66d91c..2d42a41df92633c3bd5c163697c3ed427f33e33b 100644 --- a/NumLib/Fem/Integration/IntegrationMethodProvider.h +++ b/NumLib/Fem/Integration/IntegrationMethodProvider.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationMethodRegistry.cpp b/NumLib/Fem/Integration/IntegrationMethodRegistry.cpp index b16d98b40b9ec7365f8d797c9f77b3be25109ef0..3b821253b68a4db2c8d27b56341cbacb13e3ad5c 100644 --- a/NumLib/Fem/Integration/IntegrationMethodRegistry.cpp +++ b/NumLib/Fem/Integration/IntegrationMethodRegistry.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationMethodRegistry.h b/NumLib/Fem/Integration/IntegrationMethodRegistry.h index d01e0297380b9e1254bc15ef240a558905be7047..ad45073a8ad250d3b2de7542d17985464c7efbdb 100644 --- a/NumLib/Fem/Integration/IntegrationMethodRegistry.h +++ b/NumLib/Fem/Integration/IntegrationMethodRegistry.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationPoint.h b/NumLib/Fem/Integration/IntegrationPoint.h index 2065190d1e5fdd3340aacdee26e2d9277aef928f..96d4ebc5e02b096b02dfafe1871f445ae87f5eb9 100644 --- a/NumLib/Fem/Integration/IntegrationPoint.h +++ b/NumLib/Fem/Integration/IntegrationPoint.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ReferenceElement.h b/NumLib/Fem/ReferenceElement.h index 16d16da450b072afbe34482d9f7c94a9110711ca..9c85aac8d12662b59271f0f49ea26020b6a885ec 100644 --- a/NumLib/Fem/ReferenceElement.h +++ b/NumLib/Fem/ReferenceElement.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeHex20-impl.h b/NumLib/Fem/ShapeFunction/ShapeHex20-impl.h index c085df51e8f15b0894e65d05bc852a8e8d1863a5..9c8b9274124735c1770ec62d42ea05bf63e76efd 100644 --- a/NumLib/Fem/ShapeFunction/ShapeHex20-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeHex20-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeHex20.h b/NumLib/Fem/ShapeFunction/ShapeHex20.h index 5048171e023ecd0bf345b62d1c20aa2cc894db40..b1acd7687a2c406e4dfc37fcb86d421cadbb5f8b 100644 --- a/NumLib/Fem/ShapeFunction/ShapeHex20.h +++ b/NumLib/Fem/ShapeFunction/ShapeHex20.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeHex8-impl.h b/NumLib/Fem/ShapeFunction/ShapeHex8-impl.h index 9628bc20d8cca17335c5dc52ad49301dcaa2d4f6..7574e717b76e4cd5065c3e0a5218813b304cc396 100644 --- a/NumLib/Fem/ShapeFunction/ShapeHex8-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeHex8-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeHex8.h b/NumLib/Fem/ShapeFunction/ShapeHex8.h index 1516c5de194ac7f61d159bceec34dd8585bbbf68..67db7bacca8e79b89a31d0ef708ceff78154e599 100644 --- a/NumLib/Fem/ShapeFunction/ShapeHex8.h +++ b/NumLib/Fem/ShapeFunction/ShapeHex8.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeLine2-impl.h b/NumLib/Fem/ShapeFunction/ShapeLine2-impl.h index 3ec4929337bcc5fb8a71b370ab690277840161a4..65af147aebc06b875faa8321f6ce6aa535efa63b 100644 --- a/NumLib/Fem/ShapeFunction/ShapeLine2-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeLine2-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeLine2.h b/NumLib/Fem/ShapeFunction/ShapeLine2.h index 924568e4a85b1c2b2ee7ca3087b768f7b07cae35..207bc20d6c8fe906033a6af7e169f81b9f399620 100644 --- a/NumLib/Fem/ShapeFunction/ShapeLine2.h +++ b/NumLib/Fem/ShapeFunction/ShapeLine2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeLine3-impl.h b/NumLib/Fem/ShapeFunction/ShapeLine3-impl.h index 1bbee1abc52345a1d61e850c7c688a3bb061221d..a71adbcf535324b6d2788057f6c1a5b16bd0d7a0 100644 --- a/NumLib/Fem/ShapeFunction/ShapeLine3-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeLine3-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeLine3.h b/NumLib/Fem/ShapeFunction/ShapeLine3.h index 8271f98c8729305e5308abf0330323c0c0e4dd44..5823c706e0e6400041eaea014f5d066e72e3e079 100644 --- a/NumLib/Fem/ShapeFunction/ShapeLine3.h +++ b/NumLib/Fem/ShapeFunction/ShapeLine3.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePoint1-impl.h b/NumLib/Fem/ShapeFunction/ShapePoint1-impl.h index 192efeafd0bc83a0c7927ffecbece8cfe89c4a2c..5cd727bae2e9c7591ccedaf45a460f9bd0823059 100644 --- a/NumLib/Fem/ShapeFunction/ShapePoint1-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePoint1-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePoint1.h b/NumLib/Fem/ShapeFunction/ShapePoint1.h index e7e2c6ef4689d52417f86f992a8469cc645bb53b..f2308adc017c0f9a803eb735d6e1c04acc93e934 100644 --- a/NumLib/Fem/ShapeFunction/ShapePoint1.h +++ b/NumLib/Fem/ShapeFunction/ShapePoint1.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePrism15-impl.h b/NumLib/Fem/ShapeFunction/ShapePrism15-impl.h index 93ba99a2c71c33b5125012cb9db76a0d04a563e0..071bd37c3665e2d7d0baf9a8102c34eb33b25452 100644 --- a/NumLib/Fem/ShapeFunction/ShapePrism15-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePrism15-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePrism15.h b/NumLib/Fem/ShapeFunction/ShapePrism15.h index db911ff555f2ac008e2fbc053d6bdf24bb1a900b..2688044c1d3febe499c4eef1b7f8f8524c96f19a 100644 --- a/NumLib/Fem/ShapeFunction/ShapePrism15.h +++ b/NumLib/Fem/ShapeFunction/ShapePrism15.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePrism6-impl.h b/NumLib/Fem/ShapeFunction/ShapePrism6-impl.h index 06eb2b7c79579d6dd3f0889b5a6ce9572234fa21..bc51c936e0373649c52b30c5cc1f8973ec2398b6 100644 --- a/NumLib/Fem/ShapeFunction/ShapePrism6-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePrism6-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePrism6.h b/NumLib/Fem/ShapeFunction/ShapePrism6.h index 5c562e72c7c4a6efc8fea9e44387f42139e60030..032089af613a810b78acbdad3c3c1d8af93a830d 100644 --- a/NumLib/Fem/ShapeFunction/ShapePrism6.h +++ b/NumLib/Fem/ShapeFunction/ShapePrism6.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePyra13-impl.h b/NumLib/Fem/ShapeFunction/ShapePyra13-impl.h index b89d4d498728830c033c4a0d4913634dce483c0e..076b356015e81c4220cde3a63a0de66e50b77469 100644 --- a/NumLib/Fem/ShapeFunction/ShapePyra13-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePyra13-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePyra13.h b/NumLib/Fem/ShapeFunction/ShapePyra13.h index 3686f221f2c159f2048ed7548bec9e496da6987b..3c462029187730c8a844f4631a789ec31450bcd5 100644 --- a/NumLib/Fem/ShapeFunction/ShapePyra13.h +++ b/NumLib/Fem/ShapeFunction/ShapePyra13.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePyra5-impl.h b/NumLib/Fem/ShapeFunction/ShapePyra5-impl.h index b979de1f0bab814368cadff993313b0d7d784a8c..36bb4ad9a03b5502080ea09988e9b87e23765564 100644 --- a/NumLib/Fem/ShapeFunction/ShapePyra5-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePyra5-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePyra5.h b/NumLib/Fem/ShapeFunction/ShapePyra5.h index 09a7de90ea4666dafa179bfadf6d990af32f36ef..8d8109ac8cea838d141dd28a2992a9d76dcf3d0f 100644 --- a/NumLib/Fem/ShapeFunction/ShapePyra5.h +++ b/NumLib/Fem/ShapeFunction/ShapePyra5.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h b/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h index 5703e05b4207ed51fac049e75087ece34bab28c6..040f05c176735d7f3af0584bd99d87815d4000a2 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad4.h b/NumLib/Fem/ShapeFunction/ShapeQuad4.h index c109e8baffd6ae0f2adad1a94a984bc163abdf98..ac21d073cb27e4f0f6dbde47aaa2b9723b01038c 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad4.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad4.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad8-impl.h b/NumLib/Fem/ShapeFunction/ShapeQuad8-impl.h index fd6edc569f093314969267878767db3c0b3ecbb9..404d9e60f0ef3f561b372713b8e6725c6be5b1f0 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad8-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad8-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad8.h b/NumLib/Fem/ShapeFunction/ShapeQuad8.h index b95834cbbdd6c74ad1094dfb48e4ceb673ad60ec..57dff065fbceb41353e066e36bf157d4c98ee447 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad8.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad8.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad9-impl.h b/NumLib/Fem/ShapeFunction/ShapeQuad9-impl.h index 1652dc24f23fe75a48cb1044f09b2aa1ab2c7927..4ba08468994ba133eed9514a8d3f8a69500ae9a4 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad9-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad9-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad9.h b/NumLib/Fem/ShapeFunction/ShapeQuad9.h index 647aebecae07b11c7585e8df746b89a45510952c..3c0957b6c1c70aba42fb1d1473ab3901eefdd611 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad9.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad9.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp b/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp index 9b20e9d5e58717cf9a7e8dcf51ba2696a76e4a37..dfd7f5b4759ff36bcebd41618076f78c6acee21b 100644 --- a/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp +++ b/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTet10-impl.h b/NumLib/Fem/ShapeFunction/ShapeTet10-impl.h index 822c3b27664515fb2fc5ec2d60b116a39245e198..58b30bbb82b3504e5b9f8f04b23350c8a85f3f4d 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTet10-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeTet10-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTet10.h b/NumLib/Fem/ShapeFunction/ShapeTet10.h index 96d4cc88b48bd411715a7a8224b96ff848f9afd3..fd12f83a77b30be98d8cafae03799e5c67930373 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTet10.h +++ b/NumLib/Fem/ShapeFunction/ShapeTet10.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTet4-impl.h b/NumLib/Fem/ShapeFunction/ShapeTet4-impl.h index 34c62bfaa2dbbd9cb69d80cd5b50b91315bcc380..bb48754e9b25b2f78b89d6ae41acf073e7735977 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTet4-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeTet4-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTet4.h b/NumLib/Fem/ShapeFunction/ShapeTet4.h index bb430dc00a793b83e7fef698b8f997dc0743b1da..5f6ea8eddd9b6083bbd63ab2540ef8d4ca76a1b9 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTet4.h +++ b/NumLib/Fem/ShapeFunction/ShapeTet4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h b/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h index 3b8344acf009db8a3c223488daa3a5178106a306..05b4e4455baae24aefe5686c32c32858dc1ad010 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTri3.h b/NumLib/Fem/ShapeFunction/ShapeTri3.h index 98d33a3d2f79274d654e169dc9701ef6d14814bc..a82a0f526734c6b30728fa266efd5ca13d82a03f 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTri3.h +++ b/NumLib/Fem/ShapeFunction/ShapeTri3.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTri6-impl.h b/NumLib/Fem/ShapeFunction/ShapeTri6-impl.h index df66e612a88e50d87b4da9ee22fc6b4e2344fc79..9dc4366a7b1b9dacef6fd6d282dd0ff258a142e9 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTri6-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeTri6-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTri6.h b/NumLib/Fem/ShapeFunction/ShapeTri6.h index 89af3d61bd3d4e1a89f3ab9f50d423bc34d5ecc8..64b9feff4b9f0b732e7df0d314c89b46c535a02e 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTri6.h +++ b/NumLib/Fem/ShapeFunction/ShapeTri6.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeMatrixCache.cpp b/NumLib/Fem/ShapeMatrixCache.cpp index c2898325f585585391c2a66ec8597ecd1a3725e5..81565e30e0fb3cafc864ede2d7c995700e3b078b 100644 --- a/NumLib/Fem/ShapeMatrixCache.cpp +++ b/NumLib/Fem/ShapeMatrixCache.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeMatrixCache.h b/NumLib/Fem/ShapeMatrixCache.h index e59d9baae5091cbe84dd2272a725bf30fab5c3c4..d54802034669ed1dfeaabc6460062e92d04fe9c5 100644 --- a/NumLib/Fem/ShapeMatrixCache.h +++ b/NumLib/Fem/ShapeMatrixCache.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeMatrixPolicy.h b/NumLib/Fem/ShapeMatrixPolicy.h index 94abf243db6d32ca83a50cf1007fb41888270cc9..7c8bddeda64ad6bad9133a559efb0f4dfbed43e5 100644 --- a/NumLib/Fem/ShapeMatrixPolicy.h +++ b/NumLib/Fem/ShapeMatrixPolicy.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Function/ISpatialFunction.h b/NumLib/Function/ISpatialFunction.h index 4232cd13ceb974ab0d8dbb8ad75ee9fbd3f11c59..b683e2cd33541bb0eed09844afef9639c0557908 100644 --- a/NumLib/Function/ISpatialFunction.h +++ b/NumLib/Function/ISpatialFunction.h @@ -4,7 +4,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Function/Interpolation.h b/NumLib/Function/Interpolation.h index 4164bcab0b5e78f4c91883b6bccbde126457efe8..bedd5d1eeac79244d329e0c032cd197e4f300b04 100644 --- a/NumLib/Function/Interpolation.h +++ b/NumLib/Function/Interpolation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/IndexValueVector.h b/NumLib/IndexValueVector.h index c5f0f6a62af5d698f42755d9ca1476cacf204bca..cae242497be10e99af56e4d93a958dcb496fc40f 100644 --- a/NumLib/IndexValueVector.h +++ b/NumLib/IndexValueVector.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/NewtonRaphson.h b/NumLib/NewtonRaphson.h index d2b75a70097445bce456037b7f60b6d89e7cbf72..9a9affa0e321a440a7c54ac4e064d78c5a741314 100644 --- a/NumLib/NewtonRaphson.h +++ b/NumLib/NewtonRaphson.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/NumericalDifferentiation.h b/NumLib/NumericalDifferentiation.h index 1438be4ef2b8d0808e546d9ddc416a09d8ca4d25..c077474dcc4d6ebe66afce713d14796df3a78503 100644 --- a/NumLib/NumericalDifferentiation.h +++ b/NumLib/NumericalDifferentiation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/NumericalStability/AdvectionMatrixAssembler.h b/NumLib/NumericalStability/AdvectionMatrixAssembler.h index 39f20920bff073fd8847c56fd37676fb338bc49f..3d541b5c048d4353da8880728222db07672052ea 100644 --- a/NumLib/NumericalStability/AdvectionMatrixAssembler.h +++ b/NumLib/NumericalStability/AdvectionMatrixAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/NumericalStability/CreateNumericalStabilization.cpp b/NumLib/NumericalStability/CreateNumericalStabilization.cpp index a2df730902c0bbf305dba31509ee4dedacfd1cff..83e8d6956288835379efdb6a1d401b08661b14db 100644 --- a/NumLib/NumericalStability/CreateNumericalStabilization.cpp +++ b/NumLib/NumericalStability/CreateNumericalStabilization.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/NumericalStability/CreateNumericalStabilization.h b/NumLib/NumericalStability/CreateNumericalStabilization.h index 2d524d5d4b42e516f47aec900506d06e9b85414e..3fbf3cd6f47bb4464392d9c8148c57307b3101c9 100644 --- a/NumLib/NumericalStability/CreateNumericalStabilization.h +++ b/NumLib/NumericalStability/CreateNumericalStabilization.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/NumericalStability/FluxCorrectedTransport.h b/NumLib/NumericalStability/FluxCorrectedTransport.h index 54a41cb8bbd956fb1682d24ece58037cb115b4ac..1f8955d9ce4f62c4dbdc889e44a61727f732e710 100644 --- a/NumLib/NumericalStability/FluxCorrectedTransport.h +++ b/NumLib/NumericalStability/FluxCorrectedTransport.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/NumericalStability/HydrodynamicDispersion.h b/NumLib/NumericalStability/HydrodynamicDispersion.h index 662f76f519861fffe415b9e72c8f772cd381c079..071cc20ab943c1f5a4cd07776476b7ea614d1f14 100644 --- a/NumLib/NumericalStability/HydrodynamicDispersion.h +++ b/NumLib/NumericalStability/HydrodynamicDispersion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/NumericalStability/NumericalStabilization.cpp b/NumLib/NumericalStability/NumericalStabilization.cpp index c385b1cb03effe85ea8e2bb7bc16ad2b3335bbbe..7dfa0c26e9efa7ccd457d88ca3655e9e967105f1 100644 --- a/NumLib/NumericalStability/NumericalStabilization.cpp +++ b/NumLib/NumericalStability/NumericalStabilization.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/NumericalStability/NumericalStabilization.h b/NumLib/NumericalStability/NumericalStabilization.h index 621bb9de3c73219ead1714e03819f7523e954e7c..c9747c6dacaf47f20c468609e70f8d5b463741b7 100644 --- a/NumLib/NumericalStability/NumericalStabilization.h +++ b/NumLib/NumericalStability/NumericalStabilization.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/NumericsConfig.h b/NumLib/NumericsConfig.h index 88dbdf4edcff8199b267ecabc21aeb66bf2c18cf..9de6fd22bb2b24e49726b32a33c683fcf097a8b3 100644 --- a/NumLib/NumericsConfig.h +++ b/NumLib/NumericsConfig.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/ConvergenceCriterion.cpp b/NumLib/ODESolver/ConvergenceCriterion.cpp index 6716873bd65519b778bdf5472d2ac2807c96ffd3..1dd7c9bf60b685c7d44d45a80e31c96a05acb7f6 100644 --- a/NumLib/ODESolver/ConvergenceCriterion.cpp +++ b/NumLib/ODESolver/ConvergenceCriterion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/ConvergenceCriterion.h b/NumLib/ODESolver/ConvergenceCriterion.h index ab8d46de325d4224c20d5fabffc9dbc8b38b65fd..7a0a3731fb753e21e2f087337e34a092c5008681 100644 --- a/NumLib/ODESolver/ConvergenceCriterion.h +++ b/NumLib/ODESolver/ConvergenceCriterion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/ConvergenceCriterionDeltaX.cpp b/NumLib/ODESolver/ConvergenceCriterionDeltaX.cpp index 197120a1165e988aea91d082b0257f932d616c8e..e3e38278a69a9bbd49a67697df182a8e8384b2e5 100644 --- a/NumLib/ODESolver/ConvergenceCriterionDeltaX.cpp +++ b/NumLib/ODESolver/ConvergenceCriterionDeltaX.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/ConvergenceCriterionDeltaX.h b/NumLib/ODESolver/ConvergenceCriterionDeltaX.h index 8f0b179ef93223e6809b791fbfd577ad67c89989..4c87b1697c04ae519072175c043520f0b42b9fb5 100644 --- a/NumLib/ODESolver/ConvergenceCriterionDeltaX.h +++ b/NumLib/ODESolver/ConvergenceCriterionDeltaX.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/ConvergenceCriterionPerComponent.h b/NumLib/ODESolver/ConvergenceCriterionPerComponent.h index dcbfcc96935d6c34326d4f41b2ccc741b4f1960f..9f25e5735ea2492399f18724999c0df4f5c0a1e6 100644 --- a/NumLib/ODESolver/ConvergenceCriterionPerComponent.h +++ b/NumLib/ODESolver/ConvergenceCriterionPerComponent.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/ConvergenceCriterionPerComponentDeltaX.cpp b/NumLib/ODESolver/ConvergenceCriterionPerComponentDeltaX.cpp index d1d36e70105222e6650ac82a1086199d2e10ad57..6ee3010075d0124298ee0f6c864244461db1116f 100644 --- a/NumLib/ODESolver/ConvergenceCriterionPerComponentDeltaX.cpp +++ b/NumLib/ODESolver/ConvergenceCriterionPerComponentDeltaX.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/ConvergenceCriterionPerComponentDeltaX.h b/NumLib/ODESolver/ConvergenceCriterionPerComponentDeltaX.h index c32106a0074a321964b611a1c21d5b480ef24f7b..fe25b26658cee989e46691a952d47ff4a15fc522 100644 --- a/NumLib/ODESolver/ConvergenceCriterionPerComponentDeltaX.h +++ b/NumLib/ODESolver/ConvergenceCriterionPerComponentDeltaX.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/ConvergenceCriterionPerComponentResidual.cpp b/NumLib/ODESolver/ConvergenceCriterionPerComponentResidual.cpp index 8e9116093311ef8918185a7803c99c5d87d3237e..336865b9059dc35b548ba45a49a2893736979520 100644 --- a/NumLib/ODESolver/ConvergenceCriterionPerComponentResidual.cpp +++ b/NumLib/ODESolver/ConvergenceCriterionPerComponentResidual.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/ConvergenceCriterionPerComponentResidual.h b/NumLib/ODESolver/ConvergenceCriterionPerComponentResidual.h index bdf0dd1a59c0dfbec1925852d7768c4500b06288..36e7813be98001ffd365efc5a4484b8320a43ef9 100644 --- a/NumLib/ODESolver/ConvergenceCriterionPerComponentResidual.h +++ b/NumLib/ODESolver/ConvergenceCriterionPerComponentResidual.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/ConvergenceCriterionResidual.cpp b/NumLib/ODESolver/ConvergenceCriterionResidual.cpp index 90e23668a12a1fed1dcee5017147c14c704d5c4c..730bcf2b4ed97af07117b6dabd864e79f03c6132 100644 --- a/NumLib/ODESolver/ConvergenceCriterionResidual.cpp +++ b/NumLib/ODESolver/ConvergenceCriterionResidual.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/ConvergenceCriterionResidual.h b/NumLib/ODESolver/ConvergenceCriterionResidual.h index f6dc06eb146d2ffa13c9dd2609cd072b0ecf48a5..6ae77dfdd7f43f31cbde869c1573893786b4bcc0 100644 --- a/NumLib/ODESolver/ConvergenceCriterionResidual.h +++ b/NumLib/ODESolver/ConvergenceCriterionResidual.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/EquationSystem.h b/NumLib/ODESolver/EquationSystem.h index 41f93f2846724127f9362a5b6ed7bad6cde3123d..643d1bdb57a501c7fccd75818ec9f35b1864f57e 100644 --- a/NumLib/ODESolver/EquationSystem.h +++ b/NumLib/ODESolver/EquationSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/MatrixTranslator.cpp b/NumLib/ODESolver/MatrixTranslator.cpp index ad8afd2651b682aae840b23918906de41f3979e2..5be630904e119bcafc50ba743010a1a5f6ea84d3 100644 --- a/NumLib/ODESolver/MatrixTranslator.cpp +++ b/NumLib/ODESolver/MatrixTranslator.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/MatrixTranslator.h b/NumLib/ODESolver/MatrixTranslator.h index cce47f2efbd167e42f395db1f63e2d5162953754..b3752586c0bde9e2bf7b72ef26d9d717e78b5dee 100644 --- a/NumLib/ODESolver/MatrixTranslator.h +++ b/NumLib/ODESolver/MatrixTranslator.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/NonlinearSolver.cpp b/NumLib/ODESolver/NonlinearSolver.cpp index 1e57a38f1eae37177964ba2172a8c366543e9606..554cb2d437033d8b8beb3743d8f198bc08d72852 100644 --- a/NumLib/ODESolver/NonlinearSolver.cpp +++ b/NumLib/ODESolver/NonlinearSolver.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/NonlinearSolver.h b/NumLib/ODESolver/NonlinearSolver.h index 0802d7aa4f84172eab90be444026bed4a39f5646..7ef63fac7ab8d4b90b3c1c32d246b38e37a82620 100644 --- a/NumLib/ODESolver/NonlinearSolver.h +++ b/NumLib/ODESolver/NonlinearSolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/NonlinearSolverStatus.h b/NumLib/ODESolver/NonlinearSolverStatus.h index 7097d9beedf7b4fbe88b7ff3361e4261b43bc5a3..8c8b9fffa940440302c335d2399ba78893cc8a91 100644 --- a/NumLib/ODESolver/NonlinearSolverStatus.h +++ b/NumLib/ODESolver/NonlinearSolverStatus.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/NonlinearSystem.h b/NumLib/ODESolver/NonlinearSystem.h index 480db9dce72f842104b1fa4e406482e45b31223c..aed7d85857d9ff0368671dcbcf8f23800b34114c 100644 --- a/NumLib/ODESolver/NonlinearSystem.h +++ b/NumLib/ODESolver/NonlinearSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/ODESystem.h b/NumLib/ODESolver/ODESystem.h index 91abd358e73afcc57a176d8525a0eaedaaa4338c..62eaf4bf44823880c34b6620b646c4d4e021d725 100644 --- a/NumLib/ODESolver/ODESystem.h +++ b/NumLib/ODESolver/ODESystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/PETScNonlinearSolver.cpp b/NumLib/ODESolver/PETScNonlinearSolver.cpp index cd137f357f158299798ee8a07ead952bad44f412..21c3fd4d334f73de8b1d545f10acee2586089aa7 100644 --- a/NumLib/ODESolver/PETScNonlinearSolver.cpp +++ b/NumLib/ODESolver/PETScNonlinearSolver.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/PETScNonlinearSolver.h b/NumLib/ODESolver/PETScNonlinearSolver.h index b75617bbb7b7aedf6f00157e82327e4c487322a1..9844a6b20e49553f7a486a76578e3b39bbfac497 100644 --- a/NumLib/ODESolver/PETScNonlinearSolver.h +++ b/NumLib/ODESolver/PETScNonlinearSolver.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/TimeDiscretization.cpp b/NumLib/ODESolver/TimeDiscretization.cpp index 5025ff4d6c2fd70958072ad5d26c1c97c75d9edc..fb016155ad8964350c60b621e5858cee35c9db96 100644 --- a/NumLib/ODESolver/TimeDiscretization.cpp +++ b/NumLib/ODESolver/TimeDiscretization.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/TimeDiscretization.h b/NumLib/ODESolver/TimeDiscretization.h index d96ef4b058adbf04bae6e8fb1dc6b02c57f5f783..0ff30defde5316044f3a10c94afb1456cf343720 100644 --- a/NumLib/ODESolver/TimeDiscretization.h +++ b/NumLib/ODESolver/TimeDiscretization.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/TimeDiscretizationBuilder.cpp b/NumLib/ODESolver/TimeDiscretizationBuilder.cpp index 0138585dcb61e61f61dbd0a5c81c20c05e129cef..61db41dfb42c4ef9afa8a3e2b2bd4a87e57df36b 100644 --- a/NumLib/ODESolver/TimeDiscretizationBuilder.cpp +++ b/NumLib/ODESolver/TimeDiscretizationBuilder.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/TimeDiscretizationBuilder.h b/NumLib/ODESolver/TimeDiscretizationBuilder.h index a8e20acf4d9a668997da298a032fdd2ae8f7b301..ebf0f0169b90814e552825c1c84199b323175059 100644 --- a/NumLib/ODESolver/TimeDiscretizationBuilder.h +++ b/NumLib/ODESolver/TimeDiscretizationBuilder.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/TimeDiscretizedODESystem.cpp b/NumLib/ODESolver/TimeDiscretizedODESystem.cpp index 5f316ddb6f7adf4c0d784e91abb7fc6e98a36d0b..d7e531afdc305b239d9b8a8f7696eca768cb0e94 100644 --- a/NumLib/ODESolver/TimeDiscretizedODESystem.cpp +++ b/NumLib/ODESolver/TimeDiscretizedODESystem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/TimeDiscretizedODESystem.h b/NumLib/ODESolver/TimeDiscretizedODESystem.h index 86bcc78d7ed842ab5a2fad9e9bf4d97e7be06a69..ac2728ae773aaf165b70b8f30434e7493c382935 100644 --- a/NumLib/ODESolver/TimeDiscretizedODESystem.h +++ b/NumLib/ODESolver/TimeDiscretizedODESystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/ODESolver/Types.h b/NumLib/ODESolver/Types.h index a1ebee35228f99b76bb5b76fbe843a2eb64273e3..6a9d06314a8530709ac554097af972f575e0c268 100644 --- a/NumLib/ODESolver/Types.h +++ b/NumLib/ODESolver/Types.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp index c88d5862eefbc60ceda66e082be7038084945f89..44e2b95bb7f32a77e99c840eecf73cd18b108818 100644 --- a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp +++ b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h index 3a38a86a5ca7b141a6c8d8776588d4b93e2a9c14..306781426f5a8d2d387e09436eb5e4e74ff1951c 100644 --- a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h +++ b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp index ebcfeb26bcf2b1fa7f666c9d8e6e989fdb3f31f3..71bcf23d7fcf42d0172628ea2971781c152fe062 100644 --- a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp +++ b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h index ecd7fae6ec3deec3656eb79b377995c1e3c25837..ae0c781a3b6885d80649d278896fea0f6a0e0c6c 100644 --- a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h +++ b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/CreateIterationNumberBasedTimeStepping.cpp b/NumLib/TimeStepping/Algorithms/CreateIterationNumberBasedTimeStepping.cpp index 3e3467280b6f8cdbfc2bdadf460bb33818816052..c8516bdce1c712b3936052ad852fcd31d6fbad33 100644 --- a/NumLib/TimeStepping/Algorithms/CreateIterationNumberBasedTimeStepping.cpp +++ b/NumLib/TimeStepping/Algorithms/CreateIterationNumberBasedTimeStepping.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/CreateIterationNumberBasedTimeStepping.h b/NumLib/TimeStepping/Algorithms/CreateIterationNumberBasedTimeStepping.h index db45c66b1564f62a3171dcec00b7f9f97601596e..58bf37df4798e99c465ed05ccb360f97519c423e 100644 --- a/NumLib/TimeStepping/Algorithms/CreateIterationNumberBasedTimeStepping.h +++ b/NumLib/TimeStepping/Algorithms/CreateIterationNumberBasedTimeStepping.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp index 2856921ec6cbf92acc5aea7045eb13b17c2b3429..405d87d3a563cda75e7df08724feeb0f5f6abc09 100644 --- a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp +++ b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h index c267eb442fdbf13e4cf39c6519d25f43a35cc8fc..20e47e48ced7ed860cd372aa5316adfbab99db93 100644 --- a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h +++ b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/FixedTimeStepping.cpp b/NumLib/TimeStepping/Algorithms/FixedTimeStepping.cpp index 7235edd5f51b06f5cfdf9872aabf760b1bc80338..5178f8e001ee2104f778b0fc93f3b979852f5fcd 100644 --- a/NumLib/TimeStepping/Algorithms/FixedTimeStepping.cpp +++ b/NumLib/TimeStepping/Algorithms/FixedTimeStepping.cpp @@ -4,7 +4,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/FixedTimeStepping.h b/NumLib/TimeStepping/Algorithms/FixedTimeStepping.h index ab50307875350e69a36ad8555689ea2c974b9800..e24cebb7e34c28b45ea872d06723c5919edaff71 100644 --- a/NumLib/TimeStepping/Algorithms/FixedTimeStepping.h +++ b/NumLib/TimeStepping/Algorithms/FixedTimeStepping.h @@ -4,7 +4,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/IterationNumberBasedTimeStepping.cpp b/NumLib/TimeStepping/Algorithms/IterationNumberBasedTimeStepping.cpp index ac2ca65fca8c0844e5e606a331522bbcee3ab625..ef3fc7fd793bf39402556077e16e4e23e4c3620d 100644 --- a/NumLib/TimeStepping/Algorithms/IterationNumberBasedTimeStepping.cpp +++ b/NumLib/TimeStepping/Algorithms/IterationNumberBasedTimeStepping.cpp @@ -4,7 +4,7 @@ * \date 2013-08-07 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/IterationNumberBasedTimeStepping.h b/NumLib/TimeStepping/Algorithms/IterationNumberBasedTimeStepping.h index 5bfd3d65b9a568c8f6a7030c2ddfda63ad1a559b..bef38bc5d71c1b642006fa0d37d861a9c2dfe302 100644 --- a/NumLib/TimeStepping/Algorithms/IterationNumberBasedTimeStepping.h +++ b/NumLib/TimeStepping/Algorithms/IterationNumberBasedTimeStepping.h @@ -4,7 +4,7 @@ * \date 2013-08-07 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.cpp b/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.cpp index 091be8a48c3dd0e2a9bf730e15fa2435305731bd..66faa70dca391d404528343a90b63d04662f4329 100644 --- a/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.cpp +++ b/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.h b/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.h index 4f1a208c187d303b215d91c9fdeed2e93d921fff..c8eff99450c566e0dd8c35209eb00bcd127b7512 100644 --- a/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.h +++ b/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.h @@ -4,7 +4,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/CreateTimeStepper.cpp b/NumLib/TimeStepping/CreateTimeStepper.cpp index 3da7bd9ad17db6020eb048adf89f78e3ba424546..80e2f21888f6ffc242f8d1fca40f8a15952cf052 100644 --- a/NumLib/TimeStepping/CreateTimeStepper.cpp +++ b/NumLib/TimeStepping/CreateTimeStepper.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/CreateTimeStepper.h b/NumLib/TimeStepping/CreateTimeStepper.h index 2b3d45ee61fce24b93eb11585e9efd00d5add979..aa43000205861cac567c3de33aa8b93c85897df3 100644 --- a/NumLib/TimeStepping/CreateTimeStepper.h +++ b/NumLib/TimeStepping/CreateTimeStepper.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/TimeStep.h b/NumLib/TimeStepping/TimeStep.h index b1d96a89670f9a54f1e96535390569747dfb6bb2..388ea05096c90cf9e71e30d686ef31b02bc72f29 100644 --- a/NumLib/TimeStepping/TimeStep.h +++ b/NumLib/TimeStepping/TimeStep.h @@ -4,7 +4,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/ConstantParameter.cpp b/ParameterLib/ConstantParameter.cpp index 4204f733c7c9f235a02deec88cec7bd50955f885..e33916628d9c96bd44aaf996da790ac88f59fc87 100644 --- a/ParameterLib/ConstantParameter.cpp +++ b/ParameterLib/ConstantParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/ConstantParameter.h b/ParameterLib/ConstantParameter.h index 89ba8481c3051666fa72e90b12fd858354d2c0b2..f44bb216f07e7eaedf00354a6e1dfa97f604068f 100644 --- a/ParameterLib/ConstantParameter.h +++ b/ParameterLib/ConstantParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/CoordinateSystem.cpp b/ParameterLib/CoordinateSystem.cpp index f8efa6d0bbad2914a97e8e536c04893a711b135b..f36654ac7b116f21ab38f3fff40e40de39cf0236 100644 --- a/ParameterLib/CoordinateSystem.cpp +++ b/ParameterLib/CoordinateSystem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/CoordinateSystem.h b/ParameterLib/CoordinateSystem.h index e991be917bbc015b33ee4f68204cb7c3d25a9ef1..ea960aed7f1619e402271b90020b0ee13a244de6 100644 --- a/ParameterLib/CoordinateSystem.h +++ b/ParameterLib/CoordinateSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/CurveScaledParameter.cpp b/ParameterLib/CurveScaledParameter.cpp index ae21c73af3f2d23161b723d3cce3bb7304b3d12f..9d37e45ee8fff47e43c3f2a58df83b70e500df6f 100644 --- a/ParameterLib/CurveScaledParameter.cpp +++ b/ParameterLib/CurveScaledParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/CurveScaledParameter.h b/ParameterLib/CurveScaledParameter.h index 20906af9d09484d11df146f17f3af088edcd5c46..b45405419987f4562352d2a822f31f35fd932a04 100644 --- a/ParameterLib/CurveScaledParameter.h +++ b/ParameterLib/CurveScaledParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/FunctionParameter.cpp b/ParameterLib/FunctionParameter.cpp index e0e40cb5c55ab2559cb40ace474c653d54285f3d..3543b2785b51d59f161189c06b162b2fcc9843f5 100644 --- a/ParameterLib/FunctionParameter.cpp +++ b/ParameterLib/FunctionParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/FunctionParameter.h b/ParameterLib/FunctionParameter.h index f152290d01aed8c902cb5e5c50be93ef1d18f6e9..1a89dc31f84fb01973c5a53768f35167afc470c2 100644 --- a/ParameterLib/FunctionParameter.h +++ b/ParameterLib/FunctionParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/GroupBasedParameter.cpp b/ParameterLib/GroupBasedParameter.cpp index 31100befe85b6d6d630ad731bd4ecb8037c6bb87..f0316d510ad39300c28e8852cc2b819eb95ee551 100644 --- a/ParameterLib/GroupBasedParameter.cpp +++ b/ParameterLib/GroupBasedParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/GroupBasedParameter.h b/ParameterLib/GroupBasedParameter.h index 17a937b8afb70507519aa494899a0fce091507ec..5bb39ba6d75be0c27034093827b2bc005cb2e5e0 100644 --- a/ParameterLib/GroupBasedParameter.h +++ b/ParameterLib/GroupBasedParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/MeshElementParameter.cpp b/ParameterLib/MeshElementParameter.cpp index 411e071c0e22b81538477db8162e264e416c3ff7..b918d181b0aa36cd9143797202139fe396925990 100644 --- a/ParameterLib/MeshElementParameter.cpp +++ b/ParameterLib/MeshElementParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/MeshElementParameter.h b/ParameterLib/MeshElementParameter.h index 39331dbb6709baf42ca55c1f9c1b43b87d0f6fa5..b4b5c8bc16902803b32ae0059d381d1cf95f9e42 100644 --- a/ParameterLib/MeshElementParameter.h +++ b/ParameterLib/MeshElementParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/MeshNodeParameter.cpp b/ParameterLib/MeshNodeParameter.cpp index 6beb15b6c311f0a4a796948f85cbd0e7beb41b78..02ea4c33d3c60850d3c844efb89fa10d7c7db387 100644 --- a/ParameterLib/MeshNodeParameter.cpp +++ b/ParameterLib/MeshNodeParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/MeshNodeParameter.h b/ParameterLib/MeshNodeParameter.h index a36e9efbb5b871ae2c0749c31d666cf91e3fccff..6489746bfc6e32dc70038146db20d3445e53dd17 100644 --- a/ParameterLib/MeshNodeParameter.h +++ b/ParameterLib/MeshNodeParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/Parameter.cpp b/ParameterLib/Parameter.cpp index fd2bb4279fbe793cecf7e4886c57b05618e340f6..c293926f84db2b988b3edc71d36493b2d87ceacb 100644 --- a/ParameterLib/Parameter.cpp +++ b/ParameterLib/Parameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/Parameter.h b/ParameterLib/Parameter.h index 5e0557cf5019ac268e17da0c64fe635012af9f85..59adf153e3297e1497904aeaf8e5acc7e260467f 100644 --- a/ParameterLib/Parameter.h +++ b/ParameterLib/Parameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/RandomFieldMeshElementParameter.cpp b/ParameterLib/RandomFieldMeshElementParameter.cpp index f5d7f6c97e2719421fc471da0f294c4bcfdbe191..88569bd2031bc079b2c7dbf73665baf3be2f061b 100644 --- a/ParameterLib/RandomFieldMeshElementParameter.cpp +++ b/ParameterLib/RandomFieldMeshElementParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/RandomFieldMeshElementParameter.h b/ParameterLib/RandomFieldMeshElementParameter.h index eafc52868dc0344d66e2d70529745730195780a0..8b634aec35c1d97855db79d6645210fa57ef869c 100644 --- a/ParameterLib/RandomFieldMeshElementParameter.h +++ b/ParameterLib/RandomFieldMeshElementParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/RasterParameter.cpp b/ParameterLib/RasterParameter.cpp index 52edaf0017dd56c87178ec9503b7a1657eb6349c..7ee921ab8682bfefbbb01dbb4af5fb022d4746eb 100644 --- a/ParameterLib/RasterParameter.cpp +++ b/ParameterLib/RasterParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/RasterParameter.h b/ParameterLib/RasterParameter.h index 436fddfb41e2e0288821bfe0e1369fe9ef05d323..26aeaf2d3662715c2cac75a7c14e059cb0e451df 100644 --- a/ParameterLib/RasterParameter.h +++ b/ParameterLib/RasterParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/SpatialPosition.h b/ParameterLib/SpatialPosition.h index f8f89ad87acfde22b0341acd1659544ced1b7170..93af7e574b85c6639f02d827a9befed7151a8b49 100644 --- a/ParameterLib/SpatialPosition.h +++ b/ParameterLib/SpatialPosition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/TimeDependentHeterogeneousParameter.cpp b/ParameterLib/TimeDependentHeterogeneousParameter.cpp index 007c45d9db318c0599cae9ae00a44833c8154fa8..a1f0bc29c01585d4ed58474b2b0b6e4aee78d79c 100644 --- a/ParameterLib/TimeDependentHeterogeneousParameter.cpp +++ b/ParameterLib/TimeDependentHeterogeneousParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/TimeDependentHeterogeneousParameter.h b/ParameterLib/TimeDependentHeterogeneousParameter.h index 83d13fb59613c974e300d8f7249c998c62f2e0c8..52e307cf59b6081b766a1a4946c585d6b54cf0f7 100644 --- a/ParameterLib/TimeDependentHeterogeneousParameter.h +++ b/ParameterLib/TimeDependentHeterogeneousParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/Utils.cpp b/ParameterLib/Utils.cpp index 1284800b77b8b1a328e40ccd1f506950ebb0d4ba..99720031e6a60350c5f51d7691a0b26cbcea3fde 100644 --- a/ParameterLib/Utils.cpp +++ b/ParameterLib/Utils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ParameterLib/Utils.h b/ParameterLib/Utils.h index 5acb9f4a62ccda52dec10b67156db396edd1591e..d459cc021aa7a1ec0166eae1d1d8c58b20af5557 100644 --- a/ParameterLib/Utils.h +++ b/ParameterLib/Utils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/AbstractJacobianAssembler.h b/ProcessLib/AbstractJacobianAssembler.h index 2861351a53d7b81b3d6eae45bf8503df33845ff6..733f61b60a168d8a98cf917f6988a8f6f46a68c4 100644 --- a/ProcessLib/AbstractJacobianAssembler.h +++ b/ProcessLib/AbstractJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/AnalyticalJacobianAssembler.cpp b/ProcessLib/AnalyticalJacobianAssembler.cpp index a535ffccfe6f3ff637c88576e7ae0e7ae7991763..8ee648ffc0e9de4d448d533074e22612cab5877a 100644 --- a/ProcessLib/AnalyticalJacobianAssembler.cpp +++ b/ProcessLib/AnalyticalJacobianAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/AnalyticalJacobianAssembler.h b/ProcessLib/AnalyticalJacobianAssembler.h index 84134442719cfdd8aaa01cc7bf8a4145b44e05c9..a189521ee449bccb8350202afe9ee5602c4f0d13 100644 --- a/ProcessLib/AnalyticalJacobianAssembler.h +++ b/ProcessLib/AnalyticalJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Assembly/MatrixAssemblyStats.h b/ProcessLib/Assembly/MatrixAssemblyStats.h index 6ebc066effd64d388e8172686734237a38c2149d..f20878554695d990b681ef33dea496b3da11684a 100644 --- a/ProcessLib/Assembly/MatrixAssemblyStats.h +++ b/ProcessLib/Assembly/MatrixAssemblyStats.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Assembly/MatrixElementCache.h b/ProcessLib/Assembly/MatrixElementCache.h index 76e2b13adfd3cf35696eff6692373a7e55ee9888..e7505aafedb06d8a4a8467d4cc62858a81bc9a8a 100644 --- a/ProcessLib/Assembly/MatrixElementCache.h +++ b/ProcessLib/Assembly/MatrixElementCache.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Assembly/MatrixOutput.cpp b/ProcessLib/Assembly/MatrixOutput.cpp index 1459d0528550c438b05caeb61203f6e3a008c33e..46d17cd0f9517d969d84debe54096e5fbcf0832d 100644 --- a/ProcessLib/Assembly/MatrixOutput.cpp +++ b/ProcessLib/Assembly/MatrixOutput.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Assembly/MatrixOutput.h b/ProcessLib/Assembly/MatrixOutput.h index 08d37351f28b67829fecde9c8c9fead28a16f441..6ade067497a621ea9e12dfbf1fc9614aeba543dd 100644 --- a/ProcessLib/Assembly/MatrixOutput.h +++ b/ProcessLib/Assembly/MatrixOutput.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Assembly/ParallelVectorMatrixAssembler.cpp b/ProcessLib/Assembly/ParallelVectorMatrixAssembler.cpp index 1b2567275ef6f192b4325ac48b18ed129ff9158e..5724e4d9c2dd1e636ca827d119b89d9f668223b0 100644 --- a/ProcessLib/Assembly/ParallelVectorMatrixAssembler.cpp +++ b/ProcessLib/Assembly/ParallelVectorMatrixAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Assembly/ParallelVectorMatrixAssembler.h b/ProcessLib/Assembly/ParallelVectorMatrixAssembler.h index bd89275a65cdb7e1d07168c267d14f881024af42..8243714b54cc5077d145c484374dfc315d1f9a5e 100644 --- a/ProcessLib/Assembly/ParallelVectorMatrixAssembler.h +++ b/ProcessLib/Assembly/ParallelVectorMatrixAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/AssemblyMixin.cpp b/ProcessLib/AssemblyMixin.cpp index d206fcb587b7e11cf449ca65762b9ef5573e97df..0cb49b8b2c10cded8d4df6c533921543b370181b 100644 --- a/ProcessLib/AssemblyMixin.cpp +++ b/ProcessLib/AssemblyMixin.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/AssemblyMixin.h b/ProcessLib/AssemblyMixin.h index 705acc3dd41743e9fa5577a15113687e6c726d39..2c498df16866e85738e80f9b1a2a148b168fe36b 100644 --- a/ProcessLib/AssemblyMixin.h +++ b/ProcessLib/AssemblyMixin.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryCondition.h index 8a2d550d9b9b64bdbcece69ffb8c705c2ff7dfaa..b5ddae8ff6fb54062661f4960c008eb2d27b6ff5 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionCollection.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionCollection.cpp index 9288714d7e8e14e6979125de661c0fe42b67f2e3..73808f20cbdeca95751e4ad16b257ba843bcc297 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionCollection.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionCollection.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionCollection.h b/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionCollection.h index 16d4cb067e66c8f7d21ad790ddca8f2e6223bb91..1d6eddca2fd3863a4f4e1959071cbc1a8df90cc0 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionCollection.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionCollection.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionConfig.h b/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionConfig.h index e7093199080addbd5be0bd28a843bffa349b6445..3ea8b830f201397551345ff7074919d3529c9e89 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionConfig.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionConfig.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryCondition.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryCondition.cpp index acf8af3f23b4cf8249db30e3e13a0a545bc091f7..c02f730042bbc7af5ded60581671fd84721eb288 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryCondition.h index dc49a52e87136e3f32836a5ca8f1168369de6fb9..dc780c3593ff8808643990ebbc7643d49a9c6c56 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryConditionLocalAssembler.h b/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryConditionLocalAssembler.h index abd8f813db8f5c5266ca4352395414758a3b7b98..628607e541e58f9b16244d5da7de303b011881d1 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/CreateBoundaryCondition.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/CreateBoundaryCondition.cpp index 2f25857fe254f85c54fa7b997178c291eddb8898..58e250c7432923466f9b2fb238b0db4393a47623 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/CreateBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/CreateBoundaryCondition.h index cd7fada96a3ba44c066296a4cf7cf93d923e8738..67c7dc06aeedbdb05dc8509d419616eb940771ac 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/CreateDirichletBoundaryConditionWithinTimeInterval.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/CreateDirichletBoundaryConditionWithinTimeInterval.cpp index 6cfe339664b81cc7017cc878af97f8acbed4e7d2..6d31e4050ad4fa886eb3b45d83e10bde6ca0c75e 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateDirichletBoundaryConditionWithinTimeInterval.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateDirichletBoundaryConditionWithinTimeInterval.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/CreateDirichletBoundaryConditionWithinTimeInterval.h b/ProcessLib/BoundaryConditionAndSourceTerm/CreateDirichletBoundaryConditionWithinTimeInterval.h index 81ce57c06110567da7d94b3eb0580bbbd23b0bd9..0ed1c513275728ed469f089993eb40605d3ee22c 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateDirichletBoundaryConditionWithinTimeInterval.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateDirichletBoundaryConditionWithinTimeInterval.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/CreateNodalSourceTerm.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/CreateNodalSourceTerm.cpp index 0eadea43c9963d6031a9ec8e38fe2ff28f6ce719..bdf30c3d4a82c4caf6f6d6d65d250926318a00fb 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateNodalSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateNodalSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/CreateNodalSourceTerm.h b/ProcessLib/BoundaryConditionAndSourceTerm/CreateNodalSourceTerm.h index 46448b84ec6c6d4022b5b9fc30d818c81ae171fa..b0849b60e817147223e156b62b4af6002bd014f1 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateNodalSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateNodalSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/CreateSourceTerm.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/CreateSourceTerm.cpp index 2ae9b5628f32baaddf7f1d74ec343b5ab7421871..73caadc75762aeaec31f85fc4a799177f1008496 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/CreateSourceTerm.h b/ProcessLib/BoundaryConditionAndSourceTerm/CreateSourceTerm.h index 3aaed01896512cc4a8ef78d510c7e1080690bbbe..d48daa6aaa5f4aa4e28827eb277a0af9c4f39f9a 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/CreateVolumetricSourceTerm.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/CreateVolumetricSourceTerm.cpp index b119caa2a6c6a5cec7a0708a2fdd54c4466eae72..cc2e98452240905349a117d4d31d128d8d6f2e1d 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateVolumetricSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateVolumetricSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/CreateVolumetricSourceTerm.h b/ProcessLib/BoundaryConditionAndSourceTerm/CreateVolumetricSourceTerm.h index 7b006e56d724c9054931921e35bd53c9aca7464d..4a533bd5bb3451eecb3ecd17afb3749386b0674c 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateVolumetricSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateVolumetricSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/DeactivatedSubdomainDirichlet.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/DeactivatedSubdomainDirichlet.cpp index d3cc3ad43bc21148f3ffd6721605400d0f47357a..a1f8b7e21b915d9553670de3f578c754e1d59fda 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DeactivatedSubdomainDirichlet.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DeactivatedSubdomainDirichlet.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/DeactivatedSubdomainDirichlet.h b/ProcessLib/BoundaryConditionAndSourceTerm/DeactivatedSubdomainDirichlet.h index 79f9dbfe793fcb20d801f44d6fd91ce6c3accade..2c762452bc4f615f204ea5f54478acb7c29c28f8 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DeactivatedSubdomainDirichlet.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DeactivatedSubdomainDirichlet.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryCondition.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryCondition.cpp index 9378dfd8cfd973ecf6c97fb0725c42d8011da6a9..0a58fcd685a9dd3691c0cc6031d23a15d2b16d21 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryCondition.h index d569c0d6209b35126adde842902349f39cbfb35a..90013ed4bb72ab788a3661b2c4132cb4fce7eec4 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionAuxiliaryFunctions.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionAuxiliaryFunctions.cpp index 8b189144842a8e6107d26dfaca038558ed09f920..cd2d9cf30dc1b1c00a6b4d2e1361316562a3532f 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionAuxiliaryFunctions.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionAuxiliaryFunctions.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionAuxiliaryFunctions.h b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionAuxiliaryFunctions.h index 67493bf67b3151bfd2c8c2c0588cd2b96cf03627..9f1c9f64613835c82815ff7743e4c8432e84341c 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionAuxiliaryFunctions.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionAuxiliaryFunctions.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionWithinTimeInterval.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionWithinTimeInterval.cpp index e415bdd961f4157c1b88f24e2be4a7b609a4012d..3389e7e921753de62cfba6f994445e853f3eb6c3 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionWithinTimeInterval.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionWithinTimeInterval.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionWithinTimeInterval.h b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionWithinTimeInterval.h index bb640303762a329ff024a27e62dd85f9d21b45ed..cee2ed9406805ab7c49be17a5c8798e794b13e15 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionWithinTimeInterval.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionWithinTimeInterval.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryCondition-impl.h b/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryCondition-impl.h index bb9ffdd3876212d8fd44508afe073ceb1e180be4..d10bbc98412d40f94a0e8dcaa793d1fe6227b97d 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryCondition-impl.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryCondition-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryCondition.h index 18bfc72d5a9bbd28449608f2326625418323b330..6cc2d85de29c1f9917eaa93a362463fd433adf3a 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryConditionLocalAssembler.h b/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryConditionLocalAssembler.h index 580bc2aa8e939a38c764a0ed936c1c4e8c47a04e..73fc9ca0ff0e6e0581ec209c981810d9206b3fb2 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryCondition.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryCondition.cpp index 0b7423b66d25e0677fc381bae9827e0979d06a34..8bdc5e388cc1eadb5eac96e7d4d54fc943777628 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryCondition.h index 91b31d83bdae4126b648c5bf00fa71ec66a20afc..cc27a54ac494f164a079c722f4063937269f9056 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryConditionLocalAssembler.h b/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryConditionLocalAssembler.h index 9c8abaadef57faaf9f1833c1698dc3db3dc11f39..890ac0b915e0165eb197078cbc082ff13bb2d0bf 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryCondition.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryCondition.cpp index f7a89bfaa9e81e3cbb5188aea1ea374c4bf88dc5..7513229525ac3bb3fb701343b6ca526dff1d92bd 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryCondition.h index 8a9761772c7febc2c40b2cf73fba1e27727f6f0c..717e86e5a92fbfd59433cfd2b625c650ff05f125 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryConditionLocalAssembler.h b/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryConditionLocalAssembler.h index 76ee6265628b8d3be5219e5b471d32e81a2ef423..cfcd3f89f6e51c1e79395c20da790e7a677201cf 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/NodalSourceTerm.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/NodalSourceTerm.cpp index 6835d906fe5ba094514d75ec5c979a5a4dafa9a7..7492c02feaf501cabe9720c04a32a6b3c8cf4b2f 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NodalSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NodalSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/NodalSourceTerm.h b/ProcessLib/BoundaryConditionAndSourceTerm/NodalSourceTerm.h index 66cf2fc2f61b44e0efc517bf4b9780c109dad45a..98eadce18aaba9890076a6a3814ac7b844602b5e 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NodalSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NodalSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryCondition-impl.h b/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryCondition-impl.h index 74a842950fbf273e4edeb147fffb04cf3e8b425a..b82e164f17d215d214972f253b9dfa21f7a0ca9b 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryCondition-impl.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryCondition-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryCondition.h index c7502b79e6f55ea022e1c7633e8dde1cee368e90..21d3450b779c1ca7dddc1c60408d6b05c9cc12f2 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryConditionLocalAssembler.h b/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryConditionLocalAssembler.h index 2a1ed86e7bf13121e70604235a8079c8467a0581..578e06e4537c2c7d493a6a536e1148a3d4ce3e96 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/PhaseFieldIrreversibleDamageOracleBoundaryCondition.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/PhaseFieldIrreversibleDamageOracleBoundaryCondition.cpp index 0f20f5aab22d7692c2750b5a9830733a4512b85b..2bb5cc7213e66e56cd9b34fc4bdb87f3a8a88ac9 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/PhaseFieldIrreversibleDamageOracleBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/PhaseFieldIrreversibleDamageOracleBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/PhaseFieldIrreversibleDamageOracleBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/PhaseFieldIrreversibleDamageOracleBoundaryCondition.h index b1bde53695cd1e8c60425d20fa67f01beff950b2..47f0ca3b0a7afa1c0bd9751699b005e14c833555 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/PhaseFieldIrreversibleDamageOracleBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/PhaseFieldIrreversibleDamageOracleBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/PrimaryVariableConstraintDirichletBoundaryCondition.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/PrimaryVariableConstraintDirichletBoundaryCondition.cpp index d5cb062e9b64dc241f264f303ccb0497a61e3d97..b6655fa079deb7acd3230c6d869524a0f6ed0e55 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/PrimaryVariableConstraintDirichletBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/PrimaryVariableConstraintDirichletBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/PrimaryVariableConstraintDirichletBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/PrimaryVariableConstraintDirichletBoundaryCondition.h index 64603a28fffb5167711f51b1afcca9b2ea55f4d9..91b000cc40525d03c20eb02dcbe8b47ac00f3bfa 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/PrimaryVariableConstraintDirichletBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/PrimaryVariableConstraintDirichletBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryCondition.h index 306cd643a28484540159a047986c27996727454c..081f8b195135c5441ddb1dd8b6fba3cb0f627887 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionModule.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionModule.cpp index bc2f3c7d817be911fceb0121c255fda31eb89657..4df0d7c3b4a034521cb322b3795b425b2a03f227 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionModule.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionModule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionModule.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionModule.h index b347ee735a2e05dc156151578caf9939c32c8417..74c0543834017118b7bd910b7b143107f0677f0a 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionModule.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionModule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionPythonSideInterface.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionPythonSideInterface.h index 00122ffdf2a48895bb127362886b712f112f7906..a53cd2c5b31418b7405dea8ac408afc8ec2469cc 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionPythonSideInterface.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionPythonSideInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/CreatePythonSourceTerm.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/Python/CreatePythonSourceTerm.cpp index 3ef981b676ae04de024067b70d9c603eb3bf0070..0f89bf450f31fdb66e695541d8b4b5759dc04b41 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/CreatePythonSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/CreatePythonSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/CreatePythonSourceTerm.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/CreatePythonSourceTerm.h index 0cfbc0f46150d8fb8d4bf585e392e85b92fc4455..2d01bb224a7d59705c2e0753bed314fd98d46b66 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/CreatePythonSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/CreatePythonSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/FlushStdoutGuard.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/FlushStdoutGuard.h index 4441ea38ab7f31f0c44d9c5a4f8f0f64537dd2ab..8722ea8463c862b8a26a6949c1bb1c10f3d9081f 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/FlushStdoutGuard.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/FlushStdoutGuard.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryCondition.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryCondition.cpp index c0589587cc89393182dcd27fc39cdfa3973fb95b..6686f3d1664b60f33489b382df8f0ad5624c8325 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryCondition.h index f2d43716f3f8e21f195c7b21a6102ab55b402973..0f553108a7841d889ad111998c10662b6c2a1519 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionLocalAssembler.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionLocalAssembler.h index 8a90cfeadc62fd7d3ca51dcaaefa3b099a6ec483..9993da0a62fd0f0dfb24b841abd1fca9bf044fdc 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionLocalAssemblerInterface.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionLocalAssemblerInterface.h index 2acbbdfed26a7ec10c83602d98fe75fe348388c1..18e6b45a9646458e2427b4d681b90096fdbbf0e4 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionLocalAssemblerInterface.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionLocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionModule.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionModule.cpp index 6bb88f3b23b0efdc78fefdea6f721c906e9e9725..6c336769673060de3447709d90804004dfdc029a 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionModule.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionModule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionModule.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionModule.h index fe008e9254f8ed026ab9a01a015d0e789044a9e4..242b9a0c2ba394cdcf960b1294665fae37705714 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionModule.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionModule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionPythonSideInterface.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionPythonSideInterface.h index 87ac564ee10b8261c5ea674bb310101f8edcc172..d7fd399a81aab9b3e9be0b5f2f2a9355114f7d5a 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionPythonSideInterface.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionPythonSideInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTerm.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTerm.cpp index 0f9c59f0b4f0cb6f27bf75ea96b04fa52a185a13..e6384188d03c316e5ad2455af7c8f8dc7eecbc24 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTerm.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTerm.h index 8a2037e16c737b4721deefbea9586f13a44fbffc..87670d7b825564c0b339f9a4f4914b059596bf8d 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermLocalAssembler.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermLocalAssembler.h index 5f2c229728f2f6be0f2c1536505275e6f39ad48c..8c849adc692ad19e2c9c78e0940b71d82dfddb63 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermLocalAssemblerInterface.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermLocalAssemblerInterface.h index 86ee623627e98fd320f8b3121b03246ce949858b..c16d0b1af6c3669ebb4e524e5d34302ee4dc229c 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermLocalAssemblerInterface.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermLocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermModule.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermModule.cpp index bf9ea3d809c78f9f017966ebc3b04ffb0f7a365f..7c7d0583091c565cc07d76051eb566c951020596 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermModule.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermModule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermModule.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermModule.h index 77c1d6c41ce87291b5a21ba051ea150c19a33eb6..994b9de7e15a2b8fe2c7f447d422c2baae0a97d5 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermModule.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermModule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermPythonSideInterface.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermPythonSideInterface.h index e57fea1412d72c4d718fde7d593b557068dbacd3..ea5196dfdeb3b80486bb9645d28cb8a6351dc1b5 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermPythonSideInterface.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermPythonSideInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/BcAndStLocalAssemblerImpl.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/BcAndStLocalAssemblerImpl.h index 63b8b156d1cef6c79d6034c57647463cc99f904b..712728c797d6a058a9834fa72291958dbcbfaea8 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/BcAndStLocalAssemblerImpl.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/BcAndStLocalAssemblerImpl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/BcOrStData.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/BcOrStData.h index f3ebad8258caedb776211a3e73ad7e922e90d7f9..dcd71f8f685638a3bd61fbc7fb9fd62ac7476e21 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/BcOrStData.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/BcOrStData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CollectAndInterpolateNodalDof.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CollectAndInterpolateNodalDof.cpp index 95add9872792e6d5402ac370161d88965357acf6..f1fa55bd0782d03a01391b4c19ddee852af4ddb1 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CollectAndInterpolateNodalDof.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CollectAndInterpolateNodalDof.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CollectAndInterpolateNodalDof.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CollectAndInterpolateNodalDof.h index a5026a75af4ac0f61ac39626f81a2d358a0c3f7c..c643e452894b625ea5e901190d336b2aac896c91 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CollectAndInterpolateNodalDof.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CollectAndInterpolateNodalDof.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CreateLocalAssemblers.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CreateLocalAssemblers.h index b17efb608fd88ba4393f4d88066c9c49f73d074e..0960b713c2e507b574dccabbf536c0b082e15a2f 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CreateLocalAssemblers.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/LocalAssemblerFactoryPython.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/LocalAssemblerFactoryPython.h index c1e03a8bb950ab4be9a8200e7efe49c1a966a954..2fda2a4a9b2a8446ca8e853250d6a3833119cc7e 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/LocalAssemblerFactoryPython.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/LocalAssemblerFactoryPython.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/NsAndWeight.h b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/NsAndWeight.h index 16930a577abb5acc0a0333ab88aade63be169e8a..d6cb88eecaef2eb0e5a2bea9bbbd1fcd7a0468a5 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/NsAndWeight.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/NsAndWeight.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryCondition.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryCondition.cpp index ae613dce791e2eb4b8c21450dfe2d3c5b2b316b2..ecdca364aeb4cfb8a6e85666d005614d1d9acff3 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryCondition.h index b3b088ba1bd06605aef0247471dd1b5d27cea342..78c6b5c0337fd06b48599a5c9ab6a635513a6008 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryConditionLocalAssembler.h b/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryConditionLocalAssembler.h index 7f44da8fa336fdd539566db943a6503fc09362c2..045656f2129c482685fc9870884b1630a7052c68 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/SolutionDependentDirichletBoundaryCondition.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/SolutionDependentDirichletBoundaryCondition.cpp index a2034c76416cdcf491ef112c969bedf5e3ed92e7..fff2fb7a8ec8b046ee800a22f217156ffececa74 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SolutionDependentDirichletBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SolutionDependentDirichletBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/SolutionDependentDirichletBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/SolutionDependentDirichletBoundaryCondition.h index fbab26bedabde1413d3fc6de09550247b9b18c0f..f913c05f3ea5b2f558ee2187edd9b6f972501dc2 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SolutionDependentDirichletBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SolutionDependentDirichletBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTerm.h b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTerm.h index db6c1cc33a268064dd8ee14cfba58c1a411dbc51..38f8bf1c852f92ed0310caf93fb857340ed8c0e0 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermCollection.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermCollection.cpp index 4f7de2dda65e6040b675e1597775839884a7b930..a1dd305147c5d50bd047c8753c73195e6513e3e4 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermCollection.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermCollection.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermCollection.h b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermCollection.h index 23bbed35c89a9ac433b6487f1e7282fa621ddf23..0220ae237499269810c7def192cf33ceb25e7304 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermCollection.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermCollection.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermConfig.h b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermConfig.h index 170ee89a6025bb3e3133a28c1ae2eb7cdc9ede54..ba5591101a6b58434c8415d8ef6060164eedc7d4 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermConfig.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermConfig.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermIntegrationPointData.h b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermIntegrationPointData.h index 45af6206e6007e0b69114e818a49ecc8947bd6f1..33aa306335911308fe2bb3cc682c2ef478ee77de 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermIntegrationPointData.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermIntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Utils/CreateLocalAssemblers.h b/ProcessLib/BoundaryConditionAndSourceTerm/Utils/CreateLocalAssemblers.h index aa7d9b40588c51b605fff27e409d416d90478c64..22b2b005b1057adba78b2437685a016c50d06a04 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Utils/CreateLocalAssemblers.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Utils/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/Utils/LocalAssemblerFactory.h b/ProcessLib/BoundaryConditionAndSourceTerm/Utils/LocalAssemblerFactory.h index fe9a295b22faf6fe252723533214bb0a801a6b93..eb22f6dede0bf05432ad550692c6c317e5a860bd 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Utils/LocalAssemblerFactory.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Utils/LocalAssemblerFactory.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryCondition.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryCondition.cpp index 5cee41ecbd01f6b6419be4f27ba684729919ce40..0b93c6169bbbad57e5101630712163ab83aad267 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryCondition.h b/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryCondition.h index 50caa9df1a075c06bc9486bad94889532231c4e8..51a4f5e77669b9d7ebbd46ca80cf396ae118c38f 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryConditionLocalAssembler.h b/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryConditionLocalAssembler.h index 6fded9260be9074e1c0f79122e9ad51ce60aefb1..898e4b15d3d5878395791756c974de03a8df4d4d 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTerm.cpp b/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTerm.cpp index 68917750110c7fe99334254eb65af813d21d06db..e948c222cab89185147514c796d52816c195c915 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTerm.h b/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTerm.h index e36cf984d8484ec819e6ced43cf8ae6a24e0e4b6..763a881748e712083d18f2220d393076681ada25 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTermFEM.h b/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTermFEM.h index 5e30105807c90e3bf3d2f39cee9a476716cdb074..4d899ea26e6167428a97541b19bc9f77f49b50d5 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTermFEM.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTermFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CentralDifferencesJacobianAssembler.cpp b/ProcessLib/CentralDifferencesJacobianAssembler.cpp index af586bbd41b187b97c30d623b96528eb094422ee..8c49297c015d11b467c0697d19cdf98f40d5fc7f 100644 --- a/ProcessLib/CentralDifferencesJacobianAssembler.cpp +++ b/ProcessLib/CentralDifferencesJacobianAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CentralDifferencesJacobianAssembler.h b/ProcessLib/CentralDifferencesJacobianAssembler.h index e6c4fc376930fe250d7d399c09dae3875bf79f9a..78c020ffdcdd84b16d88b01de962fcd4374b660a 100644 --- a/ProcessLib/CentralDifferencesJacobianAssembler.h +++ b/ProcessLib/CentralDifferencesJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CompareJacobiansJacobianAssembler.cpp b/ProcessLib/CompareJacobiansJacobianAssembler.cpp index a6f58bcf0f40455c4158aa17a6ebfd121d477763..e06e472a49dfccca82de021f95d9270e140218a5 100644 --- a/ProcessLib/CompareJacobiansJacobianAssembler.cpp +++ b/ProcessLib/CompareJacobiansJacobianAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CompareJacobiansJacobianAssembler.h b/ProcessLib/CompareJacobiansJacobianAssembler.h index a86309582f5dae9f337781f59efcfcd4b215e4bc..77039ada136698ec3c992e84949cc82ef5acbd84 100644 --- a/ProcessLib/CompareJacobiansJacobianAssembler.h +++ b/ProcessLib/CompareJacobiansJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ComponentTransport/AssembledMatrixCache.cpp b/ProcessLib/ComponentTransport/AssembledMatrixCache.cpp index f2271964dbd306610352facc7e56569f12744670..8e5dbb8a3aad43723cf7ff9654047a136fd893c4 100644 --- a/ProcessLib/ComponentTransport/AssembledMatrixCache.cpp +++ b/ProcessLib/ComponentTransport/AssembledMatrixCache.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ComponentTransport/AssembledMatrixCache.h b/ProcessLib/ComponentTransport/AssembledMatrixCache.h index 7952beed2a6329bfc04f55eec5004f06ecf94f84..e25a4456593e0c2e625d372f3e96bd7d8f0a1f94 100644 --- a/ProcessLib/ComponentTransport/AssembledMatrixCache.h +++ b/ProcessLib/ComponentTransport/AssembledMatrixCache.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ComponentTransport/ComponentTransportFEM.h b/ProcessLib/ComponentTransport/ComponentTransportFEM.h index c76bdda086b7050e488a774a903580cbe534d39a..56735f2617bb6502c1ae7496850deb3a452c7f2f 100644 --- a/ProcessLib/ComponentTransport/ComponentTransportFEM.h +++ b/ProcessLib/ComponentTransport/ComponentTransportFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ComponentTransport/ComponentTransportProcess.cpp b/ProcessLib/ComponentTransport/ComponentTransportProcess.cpp index fdd0b9ea0285653f9fd1287f07d04298cbfc20a1..5192b009cf81f8eac0c7d441c1e2657a47534ed6 100644 --- a/ProcessLib/ComponentTransport/ComponentTransportProcess.cpp +++ b/ProcessLib/ComponentTransport/ComponentTransportProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ComponentTransport/ComponentTransportProcess.h b/ProcessLib/ComponentTransport/ComponentTransportProcess.h index 327c4687763346d94d0dba6563e4b05c85eb28b3..e3c70a37d52eb16c30cf4e062526ee66ee235ff3 100644 --- a/ProcessLib/ComponentTransport/ComponentTransportProcess.h +++ b/ProcessLib/ComponentTransport/ComponentTransportProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ComponentTransport/ComponentTransportProcessData.h b/ProcessLib/ComponentTransport/ComponentTransportProcessData.h index 7dadd0c9640a6069dc32ddec9fbcb964f3b4be3e..3aa65da281d482173ac20917a5628e02421f98f2 100644 --- a/ProcessLib/ComponentTransport/ComponentTransportProcessData.h +++ b/ProcessLib/ComponentTransport/ComponentTransportProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ComponentTransport/CreateComponentTransportProcess.cpp b/ProcessLib/ComponentTransport/CreateComponentTransportProcess.cpp index b0069d927c097a9c3460ff46b6d467003fb2056d..2aea148a7bd55f5df297cf8898808ecc8019126d 100644 --- a/ProcessLib/ComponentTransport/CreateComponentTransportProcess.cpp +++ b/ProcessLib/ComponentTransport/CreateComponentTransportProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ComponentTransport/CreateComponentTransportProcess.h b/ProcessLib/ComponentTransport/CreateComponentTransportProcess.h index c561d977739b2c7b34a67e38f4c9254ec03b2a1a..7dcc631af8177da825b93fd38cdef0e5e4c34692 100644 --- a/ProcessLib/ComponentTransport/CreateComponentTransportProcess.h +++ b/ProcessLib/ComponentTransport/CreateComponentTransportProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ComponentTransport/CreateLookupTable.cpp b/ProcessLib/ComponentTransport/CreateLookupTable.cpp index 0fb534475fb05c959de482ef1d3da2e3028208d3..10c84580efc993dd57434a33f2e986e0a6a4c4c2 100644 --- a/ProcessLib/ComponentTransport/CreateLookupTable.cpp +++ b/ProcessLib/ComponentTransport/CreateLookupTable.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ComponentTransport/CreateLookupTable.h b/ProcessLib/ComponentTransport/CreateLookupTable.h index dbecb6716817e4b30ec3ccb47f159fac74f8003a..a77d151af36397599c6161d94c1d956ae1afe085 100644 --- a/ProcessLib/ComponentTransport/CreateLookupTable.h +++ b/ProcessLib/ComponentTransport/CreateLookupTable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ComponentTransport/LookupTable.cpp b/ProcessLib/ComponentTransport/LookupTable.cpp index 23c1c12056879cee1cd888c2f58f31e342e1ef34..6c107049493a3526bef0e39281f5c41021af18fa 100644 --- a/ProcessLib/ComponentTransport/LookupTable.cpp +++ b/ProcessLib/ComponentTransport/LookupTable.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ComponentTransport/LookupTable.h b/ProcessLib/ComponentTransport/LookupTable.h index 74321c1beb13d1fd8a448b8e61876fa1a99e2028..c1ad4a3988d9a4c5e708e3ceb61c70ca68c9bab9 100644 --- a/ProcessLib/ComponentTransport/LookupTable.h +++ b/ProcessLib/ComponentTransport/LookupTable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp b/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp index cf59fd3839ed61c3b766671ad814e7dc83138bc8..1f27d5ccbec31acc99c30a317880aa744e1c1603 100644 --- a/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp +++ b/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CoupledSolutionsForStaggeredScheme.h b/ProcessLib/CoupledSolutionsForStaggeredScheme.h index b77bae1ec17c231659aa982238b1de6a784c25ae..42021a73d1be4fb04c6c1c130b994a37d469c263 100644 --- a/ProcessLib/CoupledSolutionsForStaggeredScheme.h +++ b/ProcessLib/CoupledSolutionsForStaggeredScheme.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CreateDeactivatedSubdomain.cpp b/ProcessLib/CreateDeactivatedSubdomain.cpp index 32cec4d861cf83128b12821f253074c7889e5660..212bf0c996ae76930a684410a4ab6593c431661e 100644 --- a/ProcessLib/CreateDeactivatedSubdomain.cpp +++ b/ProcessLib/CreateDeactivatedSubdomain.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CreateDeactivatedSubdomain.h b/ProcessLib/CreateDeactivatedSubdomain.h index d7970cfdc5e32a6ccdf53f4b73dcb70c43c30b4a..beb277d09740b93e5222d648a5deb16e13852f1f 100644 --- a/ProcessLib/CreateDeactivatedSubdomain.h +++ b/ProcessLib/CreateDeactivatedSubdomain.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CreateForwardDifferencesJacobianAssembler.cpp b/ProcessLib/CreateForwardDifferencesJacobianAssembler.cpp index 70550752f88eb3c157f133edcd5bd469937fc50b..06ee9345ed7f5be0f218d323c4bf03cf9616769b 100644 --- a/ProcessLib/CreateForwardDifferencesJacobianAssembler.cpp +++ b/ProcessLib/CreateForwardDifferencesJacobianAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CreateForwardDifferencesJacobianAssembler.h b/ProcessLib/CreateForwardDifferencesJacobianAssembler.h index b05efb16b566a3ff4ae28d3ace873f1f5d911c46..a016e87ac45bf826c00f14c9bd05e50e06ea481d 100644 --- a/ProcessLib/CreateForwardDifferencesJacobianAssembler.h +++ b/ProcessLib/CreateForwardDifferencesJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CreateJacobianAssembler.cpp b/ProcessLib/CreateJacobianAssembler.cpp index fbb5939d4e59da180858960795d2a304c27db479..e58855327853a25644df4131e98626c247e1465c 100644 --- a/ProcessLib/CreateJacobianAssembler.cpp +++ b/ProcessLib/CreateJacobianAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CreateJacobianAssembler.h b/ProcessLib/CreateJacobianAssembler.h index 6a63ba3607452981c28bc9d74275675708b47cfe..e934654526a2f88930ebf47d48cdea9aa3ffeb44 100644 --- a/ProcessLib/CreateJacobianAssembler.h +++ b/ProcessLib/CreateJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CreateProcessData.cpp b/ProcessLib/CreateProcessData.cpp index eba6781d330cdc674f2f6e793fdaf15799adf93a..94c777e47a1010b1e1bd0b2282d8100091b73d78 100644 --- a/ProcessLib/CreateProcessData.cpp +++ b/ProcessLib/CreateProcessData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CreateProcessData.h b/ProcessLib/CreateProcessData.h index 2e3464fa4adc2f0516632753e343e1c5de236746..0b47009dd0f2ec99b67d92e347662e431754c897 100644 --- a/ProcessLib/CreateProcessData.h +++ b/ProcessLib/CreateProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CreateTimeLoop.cpp b/ProcessLib/CreateTimeLoop.cpp index cfd0451a3a043860ae5e627c27400ea914a2f095..068c14d9289ac05c701bcce3c6446aa6a226b886 100644 --- a/ProcessLib/CreateTimeLoop.cpp +++ b/ProcessLib/CreateTimeLoop.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/CreateTimeLoop.h b/ProcessLib/CreateTimeLoop.h index e2b2739c015b7e22933df9f68684f8ddf851faa3..b664b211f2feb6fae1cfa1e489e33b463562efe8 100644 --- a/ProcessLib/CreateTimeLoop.h +++ b/ProcessLib/CreateTimeLoop.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/DeactivatedSubdomain.cpp b/ProcessLib/DeactivatedSubdomain.cpp index acc4518eb7f089570d500a3a715cd143fc05caa0..b4a61ee775533756e796b3b4efea29c37606920e 100644 --- a/ProcessLib/DeactivatedSubdomain.cpp +++ b/ProcessLib/DeactivatedSubdomain.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/DeactivatedSubdomain.h b/ProcessLib/DeactivatedSubdomain.h index 4bbd3c63189e67a4fb6a6790790c7e716694670f..8d6d3c8bda638c1da2a8b06e79ac86c2edc5d234 100644 --- a/ProcessLib/DeactivatedSubdomain.h +++ b/ProcessLib/DeactivatedSubdomain.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Deformation/BMatrixPolicy.h b/ProcessLib/Deformation/BMatrixPolicy.h index 02005774c9a8cb6d9f527e05bc9c209dc4ed3519..ea44397bea0c36380629f2eef2cd9b0e6ea11426 100644 --- a/ProcessLib/Deformation/BMatrixPolicy.h +++ b/ProcessLib/Deformation/BMatrixPolicy.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Deformation/Divergence.h b/ProcessLib/Deformation/Divergence.h index a177aeded0d4a82f87008c26b519607f19112fe7..2877ab67cfb1596731f4fe8f38b3ef80f539cd09 100644 --- a/ProcessLib/Deformation/Divergence.h +++ b/ProcessLib/Deformation/Divergence.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Deformation/GMatrix.h b/ProcessLib/Deformation/GMatrix.h index fcad5c8a23aae2adaeadeebc99c96db185f31cfc..e11b3ae230f4e5aebc0aea383e8b0752f0db4e61 100644 --- a/ProcessLib/Deformation/GMatrix.h +++ b/ProcessLib/Deformation/GMatrix.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Deformation/GMatrixPolicy.h b/ProcessLib/Deformation/GMatrixPolicy.h index 2665fd335215521f715ecee6d0748a809391be08..b53772eeaeff13f74913c8140c447f6ca6951669 100644 --- a/ProcessLib/Deformation/GMatrixPolicy.h +++ b/ProcessLib/Deformation/GMatrixPolicy.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Deformation/LinearBMatrix.h b/ProcessLib/Deformation/LinearBMatrix.h index 3fbd7b05162f73139a3c91d90b651d8f1161b246..f153c89485cb4c1c26f50ec00b6d48747edc46d9 100644 --- a/ProcessLib/Deformation/LinearBMatrix.h +++ b/ProcessLib/Deformation/LinearBMatrix.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Deformation/NonLinearBMatrix.h b/ProcessLib/Deformation/NonLinearBMatrix.h index 4b191a41849d39731797a32647d346d11e726ef1..d92479f47243d431ee1d1c94a23dca4786146848 100644 --- a/ProcessLib/Deformation/NonLinearBMatrix.h +++ b/ProcessLib/Deformation/NonLinearBMatrix.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Deformation/SolidMaterialInternalToSecondaryVariables.h b/ProcessLib/Deformation/SolidMaterialInternalToSecondaryVariables.h index 2a8be7faba1634ed01c9901799b4ad22c63d9426..7429d7f8c8f077defe7b760988ece8bd52139895 100644 --- a/ProcessLib/Deformation/SolidMaterialInternalToSecondaryVariables.h +++ b/ProcessLib/Deformation/SolidMaterialInternalToSecondaryVariables.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ForwardDifferencesJacobianAssembler.cpp b/ProcessLib/ForwardDifferencesJacobianAssembler.cpp index 20a4ad6ec864fdce690aa9baebd8cd9062fa713f..2419fba457f48ffb4c3e21c0968c6ded8dfecda5 100644 --- a/ProcessLib/ForwardDifferencesJacobianAssembler.cpp +++ b/ProcessLib/ForwardDifferencesJacobianAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ForwardDifferencesJacobianAssembler.h b/ProcessLib/ForwardDifferencesJacobianAssembler.h index 5d48214622af1616fe4339800af317a532ccb789..60b9688e552af54bca21eec61f8e93cf6b62674a 100644 --- a/ProcessLib/ForwardDifferencesJacobianAssembler.h +++ b/ProcessLib/ForwardDifferencesJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HT/CreateHTProcess.cpp b/ProcessLib/HT/CreateHTProcess.cpp index 59daec2658f077c51a9d70253aee0f518e0b754b..f8cc32419791b3aec6bdbe3a1be7360ef1cf54a1 100644 --- a/ProcessLib/HT/CreateHTProcess.cpp +++ b/ProcessLib/HT/CreateHTProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HT/CreateHTProcess.h b/ProcessLib/HT/CreateHTProcess.h index f133cc4001dbd0b9b2b4385dd8995c4586eab4d8..b7f009adff6ddac26fa1b29764f6a8296b089cb1 100644 --- a/ProcessLib/HT/CreateHTProcess.h +++ b/ProcessLib/HT/CreateHTProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HT/HTFEM.h b/ProcessLib/HT/HTFEM.h index b57e8fc8f54afdb60ebaa3473586b5f90b606c7a..da14725acc227e43f14588f20cda86ea16f12ea9 100644 --- a/ProcessLib/HT/HTFEM.h +++ b/ProcessLib/HT/HTFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HT/HTLocalAssemblerInterface.h b/ProcessLib/HT/HTLocalAssemblerInterface.h index 634870be9afcfdfa595030ef39fb26dd48ab331b..c058a23b5c1fa1fbd17f241065aba9654359b314 100644 --- a/ProcessLib/HT/HTLocalAssemblerInterface.h +++ b/ProcessLib/HT/HTLocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HT/HTProcess.cpp b/ProcessLib/HT/HTProcess.cpp index 9ba3c39fa6f9d8b8bdbf2c394722c8a2096bd3e1..f1dd20f1f8b273520a164eb9de5860dbbef61038 100644 --- a/ProcessLib/HT/HTProcess.cpp +++ b/ProcessLib/HT/HTProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HT/HTProcess.h b/ProcessLib/HT/HTProcess.h index 8ddf92f94da6037becb55f9721df84590f29a8ac..950793e04118ff890aaa88f5a11d913d39f00c68 100644 --- a/ProcessLib/HT/HTProcess.h +++ b/ProcessLib/HT/HTProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HT/HTProcessData.h b/ProcessLib/HT/HTProcessData.h index cfa3662ec2d16ffb6a90d39b12518404eae2e983..f12e2c81c7905b0b9f25bfc7801ca08c69026ba1 100644 --- a/ProcessLib/HT/HTProcessData.h +++ b/ProcessLib/HT/HTProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HT/MonolithicHTFEM.h b/ProcessLib/HT/MonolithicHTFEM.h index c4d456265d00ea228024eba2320e16056b51102c..902036df8d9c41f16a2f95148a2e2880ab7fdf4b 100644 --- a/ProcessLib/HT/MonolithicHTFEM.h +++ b/ProcessLib/HT/MonolithicHTFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HT/StaggeredHTFEM-impl.h b/ProcessLib/HT/StaggeredHTFEM-impl.h index 62466d04ffda130f89d1755f02d76f26896dbe15..65c67a68b1ebc0dbfcf86acbc8aa760b743bfdc0 100644 --- a/ProcessLib/HT/StaggeredHTFEM-impl.h +++ b/ProcessLib/HT/StaggeredHTFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HT/StaggeredHTFEM.h b/ProcessLib/HT/StaggeredHTFEM.h index 993b76d3ae1b4c901e74dde3ed3c1a346aa19fff..db88872e2bacc819516a3f8a72291574a4be6105 100644 --- a/ProcessLib/HT/StaggeredHTFEM.h +++ b/ProcessLib/HT/StaggeredHTFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatConduction/CreateHeatConductionProcess.cpp b/ProcessLib/HeatConduction/CreateHeatConductionProcess.cpp index 03853c0a2e01989534f7ae782d6bbc29c3d5b561..dab5712f5b3f1461bbacfa93aeefd20dea7d1a89 100644 --- a/ProcessLib/HeatConduction/CreateHeatConductionProcess.cpp +++ b/ProcessLib/HeatConduction/CreateHeatConductionProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatConduction/CreateHeatConductionProcess.h b/ProcessLib/HeatConduction/CreateHeatConductionProcess.h index 95bee6836671551a3113dfdabe0770cebb44bb90..37bdff2ea69cce1c5126cc083036aa1fb2bc86c4 100644 --- a/ProcessLib/HeatConduction/CreateHeatConductionProcess.h +++ b/ProcessLib/HeatConduction/CreateHeatConductionProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatConduction/HeatConductionFEM.h b/ProcessLib/HeatConduction/HeatConductionFEM.h index f364a3f5edcd3d49b51313ea6018726f29b041a0..3a9e26c6ddb5187b4a443b762956b9fa6e29c410 100644 --- a/ProcessLib/HeatConduction/HeatConductionFEM.h +++ b/ProcessLib/HeatConduction/HeatConductionFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatConduction/HeatConductionProcess.cpp b/ProcessLib/HeatConduction/HeatConductionProcess.cpp index f3c45396dfa668410eab1ce7f0bd9233958069fb..104c160e73b0e7c5a3ec5e2c00e6f718302ec77d 100644 --- a/ProcessLib/HeatConduction/HeatConductionProcess.cpp +++ b/ProcessLib/HeatConduction/HeatConductionProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatConduction/HeatConductionProcess.h b/ProcessLib/HeatConduction/HeatConductionProcess.h index ac8981e60668ff98c308aeb342f00c7690602031..21989fcb2b27b219613513a9b033435b00b9c145 100644 --- a/ProcessLib/HeatConduction/HeatConductionProcess.h +++ b/ProcessLib/HeatConduction/HeatConductionProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatConduction/HeatConductionProcessData.h b/ProcessLib/HeatConduction/HeatConductionProcessData.h index d14418b3f66d4a312d63cee72f639d4385d6318a..29da212f1162bb0fdd12cb186a75e73392ae6d88 100644 --- a/ProcessLib/HeatConduction/HeatConductionProcessData.h +++ b/ProcessLib/HeatConduction/HeatConductionProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BHECommon.h b/ProcessLib/HeatTransportBHE/BHE/BHECommon.h index 3086d8228fb6d179cb662209f40da32192a1ae52..85acb09d18e7b264148eaa39a2af6ae93f90b20e 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHECommon.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHECommon.h @@ -17,7 +17,7 @@ * and Fractured Media Diersch, Hans-Joerg, 2014, XXXV, 996 p, Springer. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp b/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp index 7ab35cdf54088915cee5a547bb0cb75c7201e92c..e8b13be8514dcca6f3ecd1fc04f8c37150c4b98b 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.h b/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.h index e1876563a1c030f8c63881538c583f5060bf2812..d24885065c78adf6f38154a539a62341ba993723 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BHECommonUType.h b/ProcessLib/HeatTransportBHE/BHE/BHECommonUType.h index 87dba071c561c15087b20ea336af80c22f815cf5..d4df759fe8459933dfbe69ab29d4e9e95fccae46 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHECommonUType.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHECommonUType.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BHETypes.h b/ProcessLib/HeatTransportBHE/BHE/BHETypes.h index d3ceac772717fb6970f5a325835ded8a146ced63..9247082396de1cf095a0a3f307ce7a000ecccd4b 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHETypes.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHETypes.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BHE_1P.cpp b/ProcessLib/HeatTransportBHE/BHE/BHE_1P.cpp index 53d6625e54456181d1a0f14c6c764b8060a92d82..089623cf2c428c773c9631051bbd9339bf2b209f 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_1P.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_1P.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BHE_1P.h b/ProcessLib/HeatTransportBHE/BHE/BHE_1P.h index 8b4005a4fa66851fe20a58e45b9f9da9f984c360..b0971fef67d82abd9d5a3518c671a8f360bdd28d 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_1P.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_1P.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BHE_1U.cpp b/ProcessLib/HeatTransportBHE/BHE/BHE_1U.cpp index a82f033e54f9d7bcf86ee089447e7b585c4e4e8d..e2d10c6847a201010d220bbac9ece63311a6cc77 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_1U.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_1U.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BHE_1U.h b/ProcessLib/HeatTransportBHE/BHE/BHE_1U.h index 83ec63e978d433e186407ed021aad7f7468f5ead..6926385f1b0b1a466c5833a50e225604f50d148d 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_1U.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_1U.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BHE_2U.cpp b/ProcessLib/HeatTransportBHE/BHE/BHE_2U.cpp index 99041ad4c9a2801bca2c141aca1db0161accb08a..9034e31d6805c1715dc48f8686615ebb26fd054d 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_2U.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_2U.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BHE_2U.h b/ProcessLib/HeatTransportBHE/BHE/BHE_2U.h index 34dd566638d3ee676b3dbed995fd53272cc51be6..693966b42bbf1ccaf0c455e4230f8513b77d813c 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_2U.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_2U.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BHE_CXA.h b/ProcessLib/HeatTransportBHE/BHE/BHE_CXA.h index 2f652c438e92923388c460654f7576a644c818fa..73da07d94c9630803266294d5c9fb63e51b53737 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_CXA.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_CXA.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BHE_CXC.h b/ProcessLib/HeatTransportBHE/BHE/BHE_CXC.h index 3c27dcfd6110b45cadb566414383d15af817e283..2284d6c2bc5d92cce4f194cd55da00487ca007d5 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_CXC.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_CXC.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.cpp b/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.cpp index 6c52884a32d6bb2fc688abb3bde5da3322ed8ae8..c70f4a8d56c8c49d043dd8b20408869e92edd3e3 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.h b/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.h index 303b850cc3f0d879b0c07e67cc6a98645d31e7e3..0dd6b5d25a253b92151fec2b01f6db5791836610 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.h +++ b/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/BuildingPowerCurves.h b/ProcessLib/HeatTransportBHE/BHE/BuildingPowerCurves.h index 7c40e01a42a011a14eb94ac792fb030c45488a5b..87b53b45de632e51a13b9ec3a012ac2db8de36bc 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BuildingPowerCurves.h +++ b/ProcessLib/HeatTransportBHE/BHE/BuildingPowerCurves.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateBHE1PType.cpp b/ProcessLib/HeatTransportBHE/BHE/CreateBHE1PType.cpp index 0be7d812dfdbec35b5b3e43cddaea959bc0d9799..460e700b28c94d85a4cc6aac54d72a88a193cd1d 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHE1PType.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHE1PType.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateBHE1PType.h b/ProcessLib/HeatTransportBHE/BHE/CreateBHE1PType.h index 0eb2f69e3ea24492a4520583a28d794c720861c7..77a69b9cbbf19b5cf789d876b2bfb725aec275cc 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHE1PType.h +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHE1PType.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp b/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp index 654e3a358e8fdcf8a4e894c2d6f718ad18a441aa..9b0b8bab1810e1a7e58e5bfa41e71274addb8083 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.h b/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.h index 57b360885c1e32a72feed1f5c295b8a628af9fe3..90eee54bc5a591ec1f584f31aaf138824cd10ebc 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.h +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateBHEUType.cpp b/ProcessLib/HeatTransportBHE/BHE/CreateBHEUType.cpp index da57e16f6ad4c5d0bcb8c4b22381511a98dcce36..7a6e57d7a53fbf2cf4fd1b70133f4b0ee540fb76 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHEUType.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHEUType.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateBHEUType.h b/ProcessLib/HeatTransportBHE/BHE/CreateBHEUType.h index 03096daa838ebf25cbe675a34805b35e3ec0a85c..bb1de00bca2b6eccd90caf0e99b34e7940dde6a0 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHEUType.h +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHEUType.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp index 67a299584cd61a9c2103872981aeeb12adb923fa..c290cfa6eaa1c2588ec237d92a956ee6d49f25e5 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h index f1bc57934eb9b2a45c50b6e64c5fbc7797b88326..ae00b2be5460be19bc98cb68e7cda8e7101109c0 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h +++ b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/FlowAndTemperatureControl.h b/ProcessLib/HeatTransportBHE/BHE/FlowAndTemperatureControl.h index b30aa0c36fe7e7e9d9ef8569bce4cf023929090a..b0b815a57c9793baadab29d6b36452c46ad69be1 100644 --- a/ProcessLib/HeatTransportBHE/BHE/FlowAndTemperatureControl.h +++ b/ProcessLib/HeatTransportBHE/BHE/FlowAndTemperatureControl.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp b/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp index 6dea2699bb45d42a540dbbd485614e01690b4e95..698ec4d1b8a5b8ac6b24c6333f7fae5088139aef 100644 --- a/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/GroutParameters.h b/ProcessLib/HeatTransportBHE/BHE/GroutParameters.h index 69a49c050b32a8209a9eb0b3c0f3d88d834b7126..81a01f3592b66042a5f240763c29ecc59cf2622b 100644 --- a/ProcessLib/HeatTransportBHE/BHE/GroutParameters.h +++ b/ProcessLib/HeatTransportBHE/BHE/GroutParameters.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/MeshUtils.cpp b/ProcessLib/HeatTransportBHE/BHE/MeshUtils.cpp index 1ca62da3133ce42c795f8a35b65177597518f16d..bcf419332ad8d91c052d9231596b4ad063622c81 100644 --- a/ProcessLib/HeatTransportBHE/BHE/MeshUtils.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/MeshUtils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/MeshUtils.h b/ProcessLib/HeatTransportBHE/BHE/MeshUtils.h index b908ba35f03071b54029380c3f1423cce83a8634..9b2d5350c2be15d0ec3d739c0d20cff8f251d91e 100644 --- a/ProcessLib/HeatTransportBHE/BHE/MeshUtils.h +++ b/ProcessLib/HeatTransportBHE/BHE/MeshUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/Physics.h b/ProcessLib/HeatTransportBHE/BHE/Physics.h index 9be2b80218240be8996805d329aecff61aee37c5..8fe0b930bc5d822734696676a303fe3a85de08b6 100644 --- a/ProcessLib/HeatTransportBHE/BHE/Physics.h +++ b/ProcessLib/HeatTransportBHE/BHE/Physics.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/Pipe.cpp b/ProcessLib/HeatTransportBHE/BHE/Pipe.cpp index a0cfafe6e60c98c41c71b4e7961a53dbced3060f..c58771d096326a24cb40e3d8fc8563c16cda4433 100644 --- a/ProcessLib/HeatTransportBHE/BHE/Pipe.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/Pipe.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/Pipe.h b/ProcessLib/HeatTransportBHE/BHE/Pipe.h index b141c1b541f9aaf992b86563bcc6f5caa1ea73ec..54959fb151ca179863106288c3f7866e8b4f9fa5 100644 --- a/ProcessLib/HeatTransportBHE/BHE/Pipe.h +++ b/ProcessLib/HeatTransportBHE/BHE/Pipe.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/PipeConfiguration1PType.h b/ProcessLib/HeatTransportBHE/BHE/PipeConfiguration1PType.h index cfa137fed87dd1bafc45622c22b5355dd0e70dd8..df51dc11abbc34f2ee083650ac6518adf0c67e62 100644 --- a/ProcessLib/HeatTransportBHE/BHE/PipeConfiguration1PType.h +++ b/ProcessLib/HeatTransportBHE/BHE/PipeConfiguration1PType.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationCoaxial.h b/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationCoaxial.h index caa53e915a6eab1537e4e129863213d9a4e97d2d..62edd6672bc847298b549dae064d482ffa31db56 100644 --- a/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationCoaxial.h +++ b/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationCoaxial.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationUType.h b/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationUType.h index 1ad497cdf2365e99e783da6c433651e699c61510..bf4d50724b5e8e27613734520730556b5d2dece5 100644 --- a/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationUType.h +++ b/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationUType.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.cpp b/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.cpp index 00db4cab301e7b54594221f05757ca4fd9d08bff..588055be9df85eb3a89d535e11cd471695d5f4dc 100644 --- a/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.h b/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.h index db6e292a6756a13483269c3ec89dcad6d3ab5846..ba81a66095d43756e1ab155c3790d4863d24b30e 100644 --- a/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.h +++ b/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/ThermalResistancesCoaxial.h b/ProcessLib/HeatTransportBHE/BHE/ThermalResistancesCoaxial.h index b97e6511606cc62a6cb67a8857bbdaa2e0cd1e11..e5e6d3f15a3daddc9ed70711fdeac56bed41af0d 100644 --- a/ProcessLib/HeatTransportBHE/BHE/ThermalResistancesCoaxial.h +++ b/ProcessLib/HeatTransportBHE/BHE/ThermalResistancesCoaxial.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BHE/ThermoMechanicalFlowProperties.h b/ProcessLib/HeatTransportBHE/BHE/ThermoMechanicalFlowProperties.h index 3d16d1286f01b33a90ffa44a7a56a3826bef0201..906c27d6e7e0f05c9654718c313d739f67c6fa24 100644 --- a/ProcessLib/HeatTransportBHE/BHE/ThermoMechanicalFlowProperties.h +++ b/ProcessLib/HeatTransportBHE/BHE/ThermoMechanicalFlowProperties.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEBottomDirichletBoundaryCondition.cpp b/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEBottomDirichletBoundaryCondition.cpp index 8135be457b5f05313b3c689c3f6795a0d8b941d0..0b410422b5d0ec74d54f1d2d7516d70aa0b0ba5e 100644 --- a/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEBottomDirichletBoundaryCondition.cpp +++ b/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEBottomDirichletBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEBottomDirichletBoundaryCondition.h b/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEBottomDirichletBoundaryCondition.h index 6cf7949575a1d28b688e8de114296a8d05491c5a..f32259c2fc946d4e993fb25cb4fe48ae0030aebb 100644 --- a/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEBottomDirichletBoundaryCondition.h +++ b/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEBottomDirichletBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEInflowDirichletBoundaryCondition.h b/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEInflowDirichletBoundaryCondition.h index 93c4092c1d42debdb71206a99c0ab40f8e459e18..6aef5c7ba8547a4135213ec86c959f407db480a1 100644 --- a/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEInflowDirichletBoundaryCondition.h +++ b/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEInflowDirichletBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.cpp b/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.cpp index 7ca9bcf1dae9d21e16a13835bce4df9cb34c4d51..95eaca0a01b472f2516d83c5cee58f6efe6f2d08 100644 --- a/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.cpp +++ b/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.h b/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.h index 061b55e631ac58307fbe733003f5f88dfdd0d986..38f11276dd07c1144a2bb5f21269e229264afd0d 100644 --- a/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.h +++ b/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.cpp b/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.cpp index a4fd2540c671b858e0e483b30f8c3dcfa0119ca5..019a1049f074e7ecfdf5d7c9f5b84c2f701d9595 100644 --- a/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.cpp +++ b/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.h b/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.h index cf7992a35fd06348450998ee0b74b87bc2fb9501..328e27a5995cb7ca00ab1aa243ea2bddda50234f 100644 --- a/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.h +++ b/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/HeatTransportBHEProcessData.h b/ProcessLib/HeatTransportBHE/HeatTransportBHEProcessData.h index 1490d565760ec9a58eebdf8ec4b0f6d3735ea4b2..134b42c5a5415d7fccc53d4727e5e906e4972322 100644 --- a/ProcessLib/HeatTransportBHE/HeatTransportBHEProcessData.h +++ b/ProcessLib/HeatTransportBHE/HeatTransportBHEProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/LocalAssemblers/CreateLocalAssemblers.h b/ProcessLib/HeatTransportBHE/LocalAssemblers/CreateLocalAssemblers.h index 48249f2e816c9f1465e71c48d7189b40c7672ca0..2542a7dd343da2336bfba34f36ec68c12e8f0901 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/CreateLocalAssemblers.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerBHE-impl.h b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerBHE-impl.h index a17e42e5385ace23d7d4b691c1f7941a15195ac3..22b6b3367a762df8f615e4627dc57c5f7d9d7c11 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerBHE-impl.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerBHE-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerBHE.h b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerBHE.h index e9c2dbb150fe8ca46b5f530ca406340940a7b7a4..3779f67793ca46557c9372de192655c5cca11d4c 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerBHE.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerBHE.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil-impl.h b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil-impl.h index 9e2d23f7e294daf4dc3247d65cb76d9a92313cc2..8e62b0e592b2e5c1771fcf24fa3da57b9334407d 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil-impl.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil.h b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil.h index 4c86cc84246e1e5cbde3e9b330018356b6cad7ec..ec976c35068b82b7ac859bd71f9ebab4eb28ed23 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHEProcessAssemblerInterface.h b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHEProcessAssemblerInterface.h index 35ac97165720b0afc2d3c4f7a8936f781b2905b6..d61854c49af46ee6e10245fada564333db56da98 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHEProcessAssemblerInterface.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHEProcessAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/LocalAssemblers/IntegrationPointDataBHE.h b/ProcessLib/HeatTransportBHE/LocalAssemblers/IntegrationPointDataBHE.h index da85c6125c9ff5e1d7df517a915487ffa88edfb1..5c4ec6b75e882a68faa5ba46969f5e48aefb87a3 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/IntegrationPointDataBHE.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/IntegrationPointDataBHE.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/LocalAssemblers/IntegrationPointDataSoil.h b/ProcessLib/HeatTransportBHE/LocalAssemblers/IntegrationPointDataSoil.h index a2cb6b46e7259a4dfb53928125ab9ec057202297..4e4d213731fea39b6c5828c7b7feefa4488caf1b 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/IntegrationPointDataSoil.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/IntegrationPointDataSoil.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/LocalAssemblers/LocalDataInitializer.h b/ProcessLib/HeatTransportBHE/LocalAssemblers/LocalDataInitializer.h index 4a3f2a33ade43d0c9bf4473fe0ed827deead1e40..fccc3c1ba14e592f299978048756947dba70283d 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/LocalDataInitializer.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/LocalDataInitializer.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HeatTransportBHE/LocalAssemblers/SecondaryData.h b/ProcessLib/HeatTransportBHE/LocalAssemblers/SecondaryData.h index fc40c61dd20c7b36a19efa5e0b06ae8ce27d86dc..51067ac228972d388ecad086da9c627541fcff6e 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/SecondaryData.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/SecondaryData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HydroMechanics/CreateHydroMechanicsProcess.cpp b/ProcessLib/HydroMechanics/CreateHydroMechanicsProcess.cpp index decc8a08f7266c63340060c7e02041d702264439..22e929036c0a68cb3d15424ffcb3cec6735329b1 100644 --- a/ProcessLib/HydroMechanics/CreateHydroMechanicsProcess.cpp +++ b/ProcessLib/HydroMechanics/CreateHydroMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HydroMechanics/CreateHydroMechanicsProcess.h b/ProcessLib/HydroMechanics/CreateHydroMechanicsProcess.h index abe8dabb1ea009fb61f3d74ad5c5a69447f3cf45..107a976ce919987b543e9832dcacda2bed612e30 100644 --- a/ProcessLib/HydroMechanics/CreateHydroMechanicsProcess.h +++ b/ProcessLib/HydroMechanics/CreateHydroMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h b/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h index 74d6fb6fc7dd45d76333726d0908b53f6ef5719e..a58161a5b47098d313d6c973ca9b9687ba9e3fd7 100644 --- a/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h +++ b/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HydroMechanics/HydroMechanicsFEM.h b/ProcessLib/HydroMechanics/HydroMechanicsFEM.h index 27fc97275910825977a654d20c42a22747979356..1c2073039ea84e21a479e8491861f4a59ac6dc09 100644 --- a/ProcessLib/HydroMechanics/HydroMechanicsFEM.h +++ b/ProcessLib/HydroMechanics/HydroMechanicsFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HydroMechanics/HydroMechanicsProcess.cpp b/ProcessLib/HydroMechanics/HydroMechanicsProcess.cpp index 11fdc1a13ac41a2ac07f02c0100dfc85e2d0e860..585c0d8bba8a3e1c84a5f52b6d1a1bfcd3b74e0f 100644 --- a/ProcessLib/HydroMechanics/HydroMechanicsProcess.cpp +++ b/ProcessLib/HydroMechanics/HydroMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HydroMechanics/HydroMechanicsProcess.h b/ProcessLib/HydroMechanics/HydroMechanicsProcess.h index 6ae1917f69a72ed63ee26ec7481c50e42127b272..70df7d70b7ec1d568412da189a38faed2fb9c880 100644 --- a/ProcessLib/HydroMechanics/HydroMechanicsProcess.h +++ b/ProcessLib/HydroMechanics/HydroMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HydroMechanics/HydroMechanicsProcessData.h b/ProcessLib/HydroMechanics/HydroMechanicsProcessData.h index 42f448db00ec36a2a9739a900024d56df3819b3e..eaf0738504e7d45396d7a98e37b21116c2f4b5ad 100644 --- a/ProcessLib/HydroMechanics/HydroMechanicsProcessData.h +++ b/ProcessLib/HydroMechanics/HydroMechanicsProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/HydroMechanics/LocalAssemblerInterface.h b/ProcessLib/HydroMechanics/LocalAssemblerInterface.h index 9019e634f31a9fcb418d024d993a5eddd39c1911..d564adb30b347e687bb2d297b7b431f00bce14b9 100644 --- a/ProcessLib/HydroMechanics/LocalAssemblerInterface.h +++ b/ProcessLib/HydroMechanics/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/Common/BranchProperty.h b/ProcessLib/LIE/Common/BranchProperty.h index aca8281a7a590e7319a47abe95e7257e88bf0455..4c1e6d61f960cda3959ee7e5f7b8b33eb648ddb3 100644 --- a/ProcessLib/LIE/Common/BranchProperty.h +++ b/ProcessLib/LIE/Common/BranchProperty.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/Common/FractureProperty.h b/ProcessLib/LIE/Common/FractureProperty.h index ab8bd37a980446ff41e008edcdf0c8d9439da183..0dbddebde3ba2e4a5cb8a380fc33ce7cab1842b3 100644 --- a/ProcessLib/LIE/Common/FractureProperty.h +++ b/ProcessLib/LIE/Common/FractureProperty.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/Common/HMatrixUtils.h b/ProcessLib/LIE/Common/HMatrixUtils.h index 7d81b7dca84f80677076390d58302ccd3ff2f42e..2f37861788dd5bd57ae8026b64c31a4d1933ce84 100644 --- a/ProcessLib/LIE/Common/HMatrixUtils.h +++ b/ProcessLib/LIE/Common/HMatrixUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/Common/JunctionProperty.h b/ProcessLib/LIE/Common/JunctionProperty.h index 13840ad876a6cfc751c5eb1488787a1e28217045..e13fb78b7145eee2786bce977ced7da8f81a4702 100644 --- a/ProcessLib/LIE/Common/JunctionProperty.h +++ b/ProcessLib/LIE/Common/JunctionProperty.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/Common/LevelSetFunction.cpp b/ProcessLib/LIE/Common/LevelSetFunction.cpp index d0fb130ebde9c8f580704128b3d0f8d484e7f267..2c853e8b6a2be11974087002891a01d37da4d794 100644 --- a/ProcessLib/LIE/Common/LevelSetFunction.cpp +++ b/ProcessLib/LIE/Common/LevelSetFunction.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/Common/LevelSetFunction.h b/ProcessLib/LIE/Common/LevelSetFunction.h index f658b1de08150668c80d38aaaadb42f619de962f..2c2b8444b6d0c47ca7826ecb9d015dfe0cbe1eae 100644 --- a/ProcessLib/LIE/Common/LevelSetFunction.h +++ b/ProcessLib/LIE/Common/LevelSetFunction.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/Common/MeshUtils.cpp b/ProcessLib/LIE/Common/MeshUtils.cpp index 1144ec8708816a64d174d0027f56aded5f2f475b..be3a02da5be1892ee4d90604dc2c3d7824f790a4 100644 --- a/ProcessLib/LIE/Common/MeshUtils.cpp +++ b/ProcessLib/LIE/Common/MeshUtils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/Common/MeshUtils.h b/ProcessLib/LIE/Common/MeshUtils.h index 0a2b62b795c3e228232fffb5a6e03f0bae584b6f..40d3b9b0fb26348773a3938db349a1214bed6f82 100644 --- a/ProcessLib/LIE/Common/MeshUtils.h +++ b/ProcessLib/LIE/Common/MeshUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/Common/PostUtils.cpp b/ProcessLib/LIE/Common/PostUtils.cpp index d9f550e263fcff26be585e029084cec02bc11972..8139f6f471a63039fbc5957198d53bfdf63f53d5 100644 --- a/ProcessLib/LIE/Common/PostUtils.cpp +++ b/ProcessLib/LIE/Common/PostUtils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/Common/PostUtils.h b/ProcessLib/LIE/Common/PostUtils.h index 19ae20510073c97cba810689146cea90b22a5c9c..3d2db9f2ea21ae6502f1196acf6903d81d042dbd 100644 --- a/ProcessLib/LIE/Common/PostUtils.h +++ b/ProcessLib/LIE/Common/PostUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/Common/Utils.h b/ProcessLib/LIE/Common/Utils.h index ac303c1d88d416690806227b97b8959dfebe81dd..7efcc833e18fad7ce64c5c71b231a63779d3c7ac 100644 --- a/ProcessLib/LIE/Common/Utils.h +++ b/ProcessLib/LIE/Common/Utils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/CreateHydroMechanicsProcess.cpp b/ProcessLib/LIE/HydroMechanics/CreateHydroMechanicsProcess.cpp index 58babe6a117d57cb3fe684319b3e5709ce52c709..23cc2f2541cbc09025dfd4a3d5bc459fd79ff0eb 100644 --- a/ProcessLib/LIE/HydroMechanics/CreateHydroMechanicsProcess.cpp +++ b/ProcessLib/LIE/HydroMechanics/CreateHydroMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/CreateHydroMechanicsProcess.h b/ProcessLib/LIE/HydroMechanics/CreateHydroMechanicsProcess.h index fe6bdce77fbd99d8deeca676785848f016fa97a8..c3795c43471d32ec4dd299f90368e7a4f732bf52 100644 --- a/ProcessLib/LIE/HydroMechanics/CreateHydroMechanicsProcess.h +++ b/ProcessLib/LIE/HydroMechanics/CreateHydroMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcess.cpp b/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcess.cpp index 657c8db8dfbc5f615be31e07ccacd69c5a2bf7f6..d45694236f4bff27e450e5c84745809b6c5346da 100644 --- a/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcess.cpp +++ b/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcess.h b/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcess.h index 78ad5e50d1dd4b6c1c6a4c9d590042d0d9268f69..fe8b621d6eebbe8fe088aeef6561a297513cd57d 100644 --- a/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcess.h +++ b/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcessData.h b/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcessData.h index 26b1c6267069a538f7b79057cd9303311fa24344..e334d368db2497be3681940c4b36bea9bbef40b6 100644 --- a/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcessData.h +++ b/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/LocalAssembler/CreateLocalAssemblers.h b/ProcessLib/LIE/HydroMechanics/LocalAssembler/CreateLocalAssemblers.h index 4e5ca3d854abb83a6dfab7ac257e5f68b15beb2f..91814cbd6adfa5eec6a552872ede13014faf9f2d 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/CreateLocalAssemblers.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerFracture-impl.h b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerFracture-impl.h index 9bc993bb05abde5f9c524f18497cfeba5bc8d780..6969a936ff0217f799263a919db747934143dec5 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerFracture-impl.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerFracture-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerFracture.h b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerFracture.h index b2b15a1f180d698ea3b026e549876605da35ff8d..31d7127f75abc5041818598c95c2a2568e3af004 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerFracture.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerFracture.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerInterface.h b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerInterface.h index 1d9e34c3da2066ecde368c0337992dc7b7b4c93f..1589ea0d5851e40d1a72bea7189280870bc71767 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerInterface.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrix-impl.h b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrix-impl.h index 9cf01e5dbfe27d8ccbf2dbc1a53e707816eaa423..d8fe60bfbf704b50cdc0af5b92b6e5f3d4ce0802 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrix-impl.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrix-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrix.h b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrix.h index 6f1ad58f3f2152e870649f6131dec6b8e15dba94..71019c52a177a17772645113cfc4f1ad5ac0c311 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrix.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrix.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrixNearFracture-impl.h b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrixNearFracture-impl.h index 3b52485d7354a8ac99fa42e53c6e786da597d777..27052a37d3407b2bb0852c887d53da5a5eb81386 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrixNearFracture-impl.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrixNearFracture-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrixNearFracture.h b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrixNearFracture.h index 13775094fa7cb140cce6ea4610e8d32bb3c9e863..665146fa3697b10ae0c9f19015d180fb73fd5c60 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrixNearFracture.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrixNearFracture.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/LocalAssembler/IntegrationPointDataFracture.h b/ProcessLib/LIE/HydroMechanics/LocalAssembler/IntegrationPointDataFracture.h index 12dfc36a41d6f195c147edd506d62aac81ace644..5234a9538c3b7c953b217dedeb7188fecfb923fe 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/IntegrationPointDataFracture.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/IntegrationPointDataFracture.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/LocalAssembler/IntegrationPointDataMatrix.h b/ProcessLib/LIE/HydroMechanics/LocalAssembler/IntegrationPointDataMatrix.h index c131ecd098bcde5f2bf1afa02fc09eeb8442c728..083da8852747f098d43229df07b4757b8d5ea44b 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/IntegrationPointDataMatrix.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/IntegrationPointDataMatrix.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/HydroMechanics/LocalAssembler/LocalDataInitializer.h b/ProcessLib/LIE/HydroMechanics/LocalAssembler/LocalDataInitializer.h index 08498e893b04786af6e73498d483e9236984df95..1901b334e2277b213e5a0ca17cf2ab68c014c167 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/LocalDataInitializer.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/LocalDataInitializer.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/CreateSmallDeformationProcess.cpp b/ProcessLib/LIE/SmallDeformation/CreateSmallDeformationProcess.cpp index 0c96a1075d9393d462cf14c0234de05faacf33e5..9d78afae37cb17ed298fa0d39c666a2192e709cd 100644 --- a/ProcessLib/LIE/SmallDeformation/CreateSmallDeformationProcess.cpp +++ b/ProcessLib/LIE/SmallDeformation/CreateSmallDeformationProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/CreateSmallDeformationProcess.h b/ProcessLib/LIE/SmallDeformation/CreateSmallDeformationProcess.h index 418eb15a479283613b3f9426e16f92be518df95f..64996149882005cdef63c51e09a755e28a7b36c2 100644 --- a/ProcessLib/LIE/SmallDeformation/CreateSmallDeformationProcess.h +++ b/ProcessLib/LIE/SmallDeformation/CreateSmallDeformationProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/CreateLocalAssemblers.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/CreateLocalAssemblers.h index 7f945662430abc61ed7f23ba2a89e15716df1a11..61937e972c32bf4edf9135e45a26e8a291f4b0e2 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/CreateLocalAssemblers.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataFracture.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataFracture.h index eaa6016c67499dda5e20fb64a3ac26005becbfbf..fe5be893c27be95a8fd02d719c39373002907029 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataFracture.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataFracture.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h index 225844b9157ceedfcdfb569e62914c2e571f0ffd..985b16a753477c058ebaccdd94444777b3cf6984 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/LocalDataInitializer.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/LocalDataInitializer.h index 6508deabde44895362a2210cfe08cf89672c0464..a16535dc96f59a5a7cc592b3631b8e5719688974 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/LocalDataInitializer.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/LocalDataInitializer.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SecondaryData.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SecondaryData.h index 806c3711eb020516040b698d90cb97be7ea39788..64a9331aa68462885d0548a490515e770b747d3a 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SecondaryData.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SecondaryData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerFracture-impl.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerFracture-impl.h index 787293cebdc517965203bc3a37856987c952effa..b22efe8d929549f4fe4f31a575877365041c6528 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerFracture-impl.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerFracture-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerFracture.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerFracture.h index 82edefc0a21130ffa1fc267d4068e569ac630056..a20d883be76062ba041436a95f54bbc0fcb2495f 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerFracture.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerFracture.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerInterface.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerInterface.h index ccc62b1b73e8e1921d6d2a1d2cfb318beb41eb24..e05750b7f3b9b566e3ce1629e23b1c20655149c9 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerInterface.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrix-impl.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrix-impl.h index 895e6f9b98db8ab23e3f1990ac968ec984b88c2b..b44daaf2ba70fc67fadbf671f3b8d715cf3a51f4 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrix-impl.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrix-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrix.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrix.h index 44c4cad3d04a8fd50710b5f43abcd544eeefb6aa..e98b7fecc574183b76a8b7bc7d34929ad1e33b04 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrix.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrix.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrixNearFracture-impl.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrixNearFracture-impl.h index 5480e48e890dc595a00528a7944c2c52334c9c89..1ce7f1f3942018fe172516ce5a69b92be64eb517 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrixNearFracture-impl.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrixNearFracture-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrixNearFracture.h b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrixNearFracture.h index d39b8d842a40f0d7a6f61e0b89373a3d0e1e3c0f..1f2883472acb4345ab4b748894814f71c0d25530 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrixNearFracture.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrixNearFracture.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/SmallDeformationProcess.cpp b/ProcessLib/LIE/SmallDeformation/SmallDeformationProcess.cpp index b2f079c5fbe9f11019e8cd88ed6c34be8e35eb1a..2535270435f4d38d8ac1b9c3f92384eae51bec23 100644 --- a/ProcessLib/LIE/SmallDeformation/SmallDeformationProcess.cpp +++ b/ProcessLib/LIE/SmallDeformation/SmallDeformationProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/SmallDeformationProcess.h b/ProcessLib/LIE/SmallDeformation/SmallDeformationProcess.h index 068367f35b11f6a450de860bbb7e9424392de346..61f76db9a4d5b893e25f2f9c33c17e7565ba9137 100644 --- a/ProcessLib/LIE/SmallDeformation/SmallDeformationProcess.h +++ b/ProcessLib/LIE/SmallDeformation/SmallDeformationProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LIE/SmallDeformation/SmallDeformationProcessData.h b/ProcessLib/LIE/SmallDeformation/SmallDeformationProcessData.h index 63e2ec92d12e523f2fc7e7236e97d802871252ff..888eec47dc90a92da1bfcd086365e7666525b0c1 100644 --- a/ProcessLib/LIE/SmallDeformation/SmallDeformationProcessData.h +++ b/ProcessLib/LIE/SmallDeformation/SmallDeformationProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/Base.h b/ProcessLib/LargeDeformation/ConstitutiveRelations/Base.h index 04493186ac8d881e7f460137b340cce34341ad40..004e8170611c9bfef39f57bdedb008cd9c80653e 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/Base.h +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/Base.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveData.h b/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveData.h index e1a21bf1b4cb79e554598d2835eba2b8f3738e41..b46d1febf8113a4113cf8057b4d7515eff29d2a6 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveData.h +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveModels.h b/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveModels.h index 688a591c480d8dd7e362164f4b1ba0f22fa1254e..a06068fec75f54a60892ff3f1b2b31c39bd1bf0e 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveModels.h +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveModels.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveSetting.cpp b/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveSetting.cpp index 87b7cde859c5ed3403565984c1c7a43ff79adf97..70bee41c7f8490efd57cae37bb86cb02ebf1f2a8 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveSetting.cpp +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveSetting.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveSetting.h b/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveSetting.h index 63862f0167fdb2674e1ce4e328867e7ba34fa5f8..bb32d5b95639c49d79e666e2310118bfb7974efb 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveSetting.h +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/ConstitutiveSetting.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/CreateConstitutiveSetting.cpp b/ProcessLib/LargeDeformation/ConstitutiveRelations/CreateConstitutiveSetting.cpp index 0ec6c15056561beb10964b27887e551d5ca07e02..5e3d8e961ea8708dff6a29b8091ff613c7ab613a 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/CreateConstitutiveSetting.cpp +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/CreateConstitutiveSetting.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/CreateConstitutiveSetting.h b/ProcessLib/LargeDeformation/ConstitutiveRelations/CreateConstitutiveSetting.h index 300f1303d5aad429b3df51333cd0177209c4a33a..3f294623a18835ecdbe2206db0ba6f7827542209 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/CreateConstitutiveSetting.h +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/CreateConstitutiveSetting.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/Gravity.cpp b/ProcessLib/LargeDeformation/ConstitutiveRelations/Gravity.cpp index e12252c257d0fcd33c3960ae12763b4c9a55e493..daa76c5a9fd7657f5ccc2145fb68e3f6fb3ad9a5 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/Gravity.cpp +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/Gravity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/Gravity.h b/ProcessLib/LargeDeformation/ConstitutiveRelations/Gravity.h index 223e31ff79ba085006b317f08a57fa5d11e6108b..7bae8de1bc7fc4041ac8a1b77990fd6c46171209 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/Gravity.h +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/Gravity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/Invoke.h b/ProcessLib/LargeDeformation/ConstitutiveRelations/Invoke.h index 5fd514860657eeb01b936feebdc39b5e4a3f200d..f97c2d650713951a982628ddbd0bb4965ebc52f9 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/Invoke.h +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/Invoke.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/MaterialState.h b/ProcessLib/LargeDeformation/ConstitutiveRelations/MaterialState.h index 771a7e563138497e62b9800b03e4c984db29c44a..5087610fc9501e5a84a7879b756559b4d9a67f89 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/MaterialState.h +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/MaterialState.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidDensity.cpp b/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidDensity.cpp index 71716ad4828df12d72a2f57549ac6fcf9a7f88c1..74521ed936ed03c375e60a1567d971b075a29465 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidDensity.cpp +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidDensity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidDensity.h b/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidDensity.h index b98043d0986c170ea8227ed81f87443117ad65c5..fe8178a2f7bff93298958900697480e669f4da18 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidDensity.h +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidMechanics.cpp b/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidMechanics.cpp index 87b7cd5b90cc6d44b6e7d2c002be1f108e7d0850..cca502f553cddc95baa7b44be3cd4e22cc04d60c 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidMechanics.cpp +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidMechanics.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidMechanics.h b/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidMechanics.h index 1240a6687c79deaeff930fcd5c045a3094447d7b..a7885169e4049fd96ded89696069bfd40065dae9 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidMechanics.h +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/SolidMechanics.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/ConstitutiveRelations/StressData.h b/ProcessLib/LargeDeformation/ConstitutiveRelations/StressData.h index 4007fd923500ef92f72e83b47a3cba2a46e44b9a..c54e5ba282f1d7d7ded29e713e43f08d33144854 100644 --- a/ProcessLib/LargeDeformation/ConstitutiveRelations/StressData.h +++ b/ProcessLib/LargeDeformation/ConstitutiveRelations/StressData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/CreateLargeDeformationProcess.cpp b/ProcessLib/LargeDeformation/CreateLargeDeformationProcess.cpp index 6ef1479129cc98349abe63e0cb924478b6649058..53d008fe2eef3607bf41d2e1fc437ae607ae5803 100644 --- a/ProcessLib/LargeDeformation/CreateLargeDeformationProcess.cpp +++ b/ProcessLib/LargeDeformation/CreateLargeDeformationProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/CreateLargeDeformationProcess.h b/ProcessLib/LargeDeformation/CreateLargeDeformationProcess.h index a911b6147a3aee3c289838f5c25bf7bc91a07079..163ab0d3f9d479c06aaa87f873f5e16c3d44a3a4 100644 --- a/ProcessLib/LargeDeformation/CreateLargeDeformationProcess.h +++ b/ProcessLib/LargeDeformation/CreateLargeDeformationProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/CreateLocalAssemblers.h b/ProcessLib/LargeDeformation/CreateLocalAssemblers.h index 25df30ec75cb49350aa9af74cebdcc0a348f0ed7..381e7e0de1e2d0bb7061a63604bc0f0803d39e3f 100644 --- a/ProcessLib/LargeDeformation/CreateLocalAssemblers.h +++ b/ProcessLib/LargeDeformation/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/IntegrationPointData.h b/ProcessLib/LargeDeformation/IntegrationPointData.h index ec0f0de8406991f77c711082f9e9f3a990050624..23c83d6e525ca696f00099fee9c0f5647fad0a69 100644 --- a/ProcessLib/LargeDeformation/IntegrationPointData.h +++ b/ProcessLib/LargeDeformation/IntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/LargeDeformationFEM.h b/ProcessLib/LargeDeformation/LargeDeformationFEM.h index 992c4fae2204df5673d25c17283f0f95294ec770..754f84a3941c12036c923252bbc3c2d015452f8f 100644 --- a/ProcessLib/LargeDeformation/LargeDeformationFEM.h +++ b/ProcessLib/LargeDeformation/LargeDeformationFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/LargeDeformationProcess.cpp b/ProcessLib/LargeDeformation/LargeDeformationProcess.cpp index 027333992487d2da7a081abab52afaba801f6fcf..c1abe5156c3d55fc6154d2b44f8d0d8cf1c3de74 100644 --- a/ProcessLib/LargeDeformation/LargeDeformationProcess.cpp +++ b/ProcessLib/LargeDeformation/LargeDeformationProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/LargeDeformationProcess.h b/ProcessLib/LargeDeformation/LargeDeformationProcess.h index 3568e2fcc0f1eca86c929f078286b265938ab158..c30f829d583554086a97e4fc5982301cbd299101 100644 --- a/ProcessLib/LargeDeformation/LargeDeformationProcess.h +++ b/ProcessLib/LargeDeformation/LargeDeformationProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/LargeDeformationProcessData.h b/ProcessLib/LargeDeformation/LargeDeformationProcessData.h index 45075f8730598c14c2618a61113546c44ac23617..5c989e98e8803daa792e8a178522beccf049b42a 100644 --- a/ProcessLib/LargeDeformation/LargeDeformationProcessData.h +++ b/ProcessLib/LargeDeformation/LargeDeformationProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LargeDeformation/LocalAssemblerInterface.h b/ProcessLib/LargeDeformation/LocalAssemblerInterface.h index b8943377678b8c420ee43beb8625d23a5e9d87f8..6057dbac7054acc1b3d373bdfc1ac9270a14b9ed 100644 --- a/ProcessLib/LargeDeformation/LocalAssemblerInterface.h +++ b/ProcessLib/LargeDeformation/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp index 7a2cd406b25b6a77771d44c34797be5a326ea4ea..c25acd8344f3b6e1a13709d0b20f0927cbe3a999 100644 --- a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp +++ b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h index 00fe636baaf5f91840a347609ab861edde3de185..1870e1841fc2f40adef140a31fda3d44c4ad8923 100644 --- a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h +++ b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LiquidFlow/LiquidFlowData.h b/ProcessLib/LiquidFlow/LiquidFlowData.h index b97982db23e4ebae1e26a50a6b7bb34ddc09c6eb..b95d1dbad784f9c16a084da2adc273f5ebb6c4ad 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowData.h +++ b/ProcessLib/LiquidFlow/LiquidFlowData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler-impl.h b/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler-impl.h index bd1e0cad9c46657f8e00928cc6a17cd3fbece9a1..16d2116f6f4ce0abd143a627cd5ec6a0f6698863 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler-impl.h +++ b/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h b/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h index f8adea17fb545b6d6ab3c36e4638eeca8baa8a10..71771a1b1212bda12f81db9466d5444f517f2aa7 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h +++ b/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp b/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp index 273d37ab4cb5df9477c3ca90f23d0a9511f97569..23f7891cc4dd511ce86612613489196445d0661a 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp +++ b/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LiquidFlow/LiquidFlowProcess.h b/ProcessLib/LiquidFlow/LiquidFlowProcess.h index a64c4e3148f06bb5594e31a2f36153fbc903717b..86b84e57e4284f2cac881647163148ee6f54b1b7 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowProcess.h +++ b/ProcessLib/LiquidFlow/LiquidFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LocalAssemblerInterface.cpp b/ProcessLib/LocalAssemblerInterface.cpp index 49a41ef7d708259196323e69593be2bafce4e1a4..21fbc724599d09bdb35e679bb16c7722df4655ac 100644 --- a/ProcessLib/LocalAssemblerInterface.cpp +++ b/ProcessLib/LocalAssemblerInterface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LocalAssemblerInterface.h b/ProcessLib/LocalAssemblerInterface.h index 194809fa74e0ba0e5f7bf39ee47bc7a2b4cf3d34..ca2febea02ccb13bdfc9e0aed2aec817945bb0e4 100644 --- a/ProcessLib/LocalAssemblerInterface.h +++ b/ProcessLib/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/LocalAssemblerTraits.h b/ProcessLib/LocalAssemblerTraits.h index 5d74fcb554b40516b962f8f98b8313b59ad9d2b4..b0239fca9c1cdc83df468e0209583c17fa7a1a43 100644 --- a/ProcessLib/LocalAssemblerTraits.h +++ b/ProcessLib/LocalAssemblerTraits.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/AddProcessDataToMesh.cpp b/ProcessLib/Output/AddProcessDataToMesh.cpp index d9e23519af667c2ce3c66bd0265ddcf590fdec7b..bff6347e64237eda711f3835911799bbd4456513 100644 --- a/ProcessLib/Output/AddProcessDataToMesh.cpp +++ b/ProcessLib/Output/AddProcessDataToMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/AddProcessDataToMesh.h b/ProcessLib/Output/AddProcessDataToMesh.h index 2ec43ab75af3c77fd41e9d8b02c3ffba5e42b53c..bc56d8fe27811410d33770729ecf056ee730b2e4 100644 --- a/ProcessLib/Output/AddProcessDataToMesh.h +++ b/ProcessLib/Output/AddProcessDataToMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/CreateOutput.cpp b/ProcessLib/Output/CreateOutput.cpp index 90268f8c22ba8bacd7dc84504d20ad13165d5699..9f544b954645474780d55f814ddf17cba8f29a44 100644 --- a/ProcessLib/Output/CreateOutput.cpp +++ b/ProcessLib/Output/CreateOutput.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/CreateOutput.h b/ProcessLib/Output/CreateOutput.h index 00c9e4ac7515d5f5efe7baf2c2ada41f81b72cf9..efa599b22b6f38b3746772f48aacff4d4c3ca26d 100644 --- a/ProcessLib/Output/CreateOutput.h +++ b/ProcessLib/Output/CreateOutput.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/CreateOutputConfig.cpp b/ProcessLib/Output/CreateOutputConfig.cpp index f120c1e8c8201781e3d372b871bdc797b04f5324..70563f6b128a1e7f87e38a54b70c03e122ec68fb 100644 --- a/ProcessLib/Output/CreateOutputConfig.cpp +++ b/ProcessLib/Output/CreateOutputConfig.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/CreateOutputConfig.h b/ProcessLib/Output/CreateOutputConfig.h index 2199aad26ff6085fdee1a397d1a11326497e5706..1c5e9941f4776d2b9d77f31d27e8b854302c7fdb 100644 --- a/ProcessLib/Output/CreateOutputConfig.h +++ b/ProcessLib/Output/CreateOutputConfig.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/CreateSecondaryVariables.cpp b/ProcessLib/Output/CreateSecondaryVariables.cpp index c93e6cb6c33d77d023e37cfaf3a24c00c7938ef9..8680fbf3fec676def2ee81703c7b209a2e873e79 100644 --- a/ProcessLib/Output/CreateSecondaryVariables.cpp +++ b/ProcessLib/Output/CreateSecondaryVariables.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/CreateSecondaryVariables.h b/ProcessLib/Output/CreateSecondaryVariables.h index 465820061cbb70bcd7cc3b8a10378e0809a8b887..18d879d63924ab7f5694ae5736a1bbd23cef5e3d 100644 --- a/ProcessLib/Output/CreateSecondaryVariables.h +++ b/ProcessLib/Output/CreateSecondaryVariables.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/ExtrapolatorData.h b/ProcessLib/Output/ExtrapolatorData.h index 305aa7cc284ab4ae84c6d3bfb2523d2a657f13b0..b24604d9b9e41000320c65b3c80b4ef51b470523 100644 --- a/ProcessLib/Output/ExtrapolatorData.h +++ b/ProcessLib/Output/ExtrapolatorData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/Output.cpp b/ProcessLib/Output/Output.cpp index 80dd5fef84d1cc3ebf4473dfb894ef15c2c33ca4..e33fd13bbf100fc66639b8a2fc7f405a272b92cb 100644 --- a/ProcessLib/Output/Output.cpp +++ b/ProcessLib/Output/Output.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/Output.h b/ProcessLib/Output/Output.h index 8c9f53e555e4c07d9508382b8f1c7523e29a3b99..72a0d21a5ebb5bab819101bacdeb7e166a9cf99a 100644 --- a/ProcessLib/Output/Output.h +++ b/ProcessLib/Output/Output.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/OutputConfig.h b/ProcessLib/Output/OutputConfig.h index e11a0cdb091f59357d111502327bdb5caa302cc1..071be200d0ceadff5d96e1bfdfdc7a6e63c29f89 100644 --- a/ProcessLib/Output/OutputConfig.h +++ b/ProcessLib/Output/OutputConfig.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/OutputDataSpecification.cpp b/ProcessLib/Output/OutputDataSpecification.cpp index e25a83da8cb48cb9e40f6bbb7900e92435ebbbd6..edab0692af3a4f3aff818ce39e42b2ae96dc6632 100644 --- a/ProcessLib/Output/OutputDataSpecification.cpp +++ b/ProcessLib/Output/OutputDataSpecification.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/OutputDataSpecification.h b/ProcessLib/Output/OutputDataSpecification.h index 6c8a76070d2f18241279b33de3097a112dbc751b..8094ff22cadc3cfca79da035a8617a01f2b9025f 100644 --- a/ProcessLib/Output/OutputDataSpecification.h +++ b/ProcessLib/Output/OutputDataSpecification.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/OutputFormat.cpp b/ProcessLib/Output/OutputFormat.cpp index 7ccac641221eb359479f7e2341d8a9c9bb283401..74494a202f7466972dccf553079f8e667307a7ac 100644 --- a/ProcessLib/Output/OutputFormat.cpp +++ b/ProcessLib/Output/OutputFormat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/OutputFormat.h b/ProcessLib/Output/OutputFormat.h index f351c6d8e3d95a9e4ca41b4a05c4b972625681ff..7faa4040f6c685394d32f5e101f7baa01a602220 100644 --- a/ProcessLib/Output/OutputFormat.h +++ b/ProcessLib/Output/OutputFormat.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/ProcessOutputData.cpp b/ProcessLib/Output/ProcessOutputData.cpp index 0d2a155af26c58f68b4094b1bb25e91870b3c4a9..babe4a562618a2169d05ce972a85b15ca8953599 100644 --- a/ProcessLib/Output/ProcessOutputData.cpp +++ b/ProcessLib/Output/ProcessOutputData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/ProcessOutputData.h b/ProcessLib/Output/ProcessOutputData.h index f84c68f95ed7c78f1bf83825d10319af11379bdf..8374f63c6c8e323be9e23951897270f67ec3b553 100644 --- a/ProcessLib/Output/ProcessOutputData.h +++ b/ProcessLib/Output/ProcessOutputData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/SecondaryVariable.cpp b/ProcessLib/Output/SecondaryVariable.cpp index b19e9370943c5083ac50fb7424b58e29a029b531..fad4829e5d30885edff177bb3db03d72bb87f40d 100644 --- a/ProcessLib/Output/SecondaryVariable.cpp +++ b/ProcessLib/Output/SecondaryVariable.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/SecondaryVariable.h b/ProcessLib/Output/SecondaryVariable.h index a5326c84ee100700415a8b20ae6304e9eb0d7f24..033c1b723a7750a8e1d71335599842e793ea08d7 100644 --- a/ProcessLib/Output/SecondaryVariable.h +++ b/ProcessLib/Output/SecondaryVariable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/SubmeshResiduumOutputConfig.cpp b/ProcessLib/Output/SubmeshResiduumOutputConfig.cpp index c9b80721340808d1ad4e036f27308fcf4b9ae2ae..cace0e0dbad63beaa5f3d7c710215947f85babbe 100644 --- a/ProcessLib/Output/SubmeshResiduumOutputConfig.cpp +++ b/ProcessLib/Output/SubmeshResiduumOutputConfig.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Output/SubmeshResiduumOutputConfig.h b/ProcessLib/Output/SubmeshResiduumOutputConfig.h index a6a937d6917940349f635b7cd54e30477924d88e..c66a58e6bc5b33bd6dc5777be86047720ee7184f 100644 --- a/ProcessLib/Output/SubmeshResiduumOutputConfig.h +++ b/ProcessLib/Output/SubmeshResiduumOutputConfig.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/PhaseField/CreatePhaseFieldProcess.cpp b/ProcessLib/PhaseField/CreatePhaseFieldProcess.cpp index 7082b05cb8a2d61336c41eb057cd91a8ad2c085a..ce26e691ca9e976ffaa14987a6c142ed806310f4 100644 --- a/ProcessLib/PhaseField/CreatePhaseFieldProcess.cpp +++ b/ProcessLib/PhaseField/CreatePhaseFieldProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/PhaseField/CreatePhaseFieldProcess.h b/ProcessLib/PhaseField/CreatePhaseFieldProcess.h index ccd528a186735c505d45e66207cf2d34d9166bc6..a306beefc2de2322036817f849947bba7e1358f2 100644 --- a/ProcessLib/PhaseField/CreatePhaseFieldProcess.h +++ b/ProcessLib/PhaseField/CreatePhaseFieldProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/PhaseField/LocalAssemblerInterface.h b/ProcessLib/PhaseField/LocalAssemblerInterface.h index 57c64043782c7785f55468bcb39607eea478d59b..1a492b59ad9571951366d1f25b0f22309050d76a 100644 --- a/ProcessLib/PhaseField/LocalAssemblerInterface.h +++ b/ProcessLib/PhaseField/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/PhaseField/PhaseFieldFEM-impl.h b/ProcessLib/PhaseField/PhaseFieldFEM-impl.h index 12343c1dbd7bd2557e26651cdf6b2e22d1166e66..3ad450fc8eeec1358389d826418fea8255b34059 100644 --- a/ProcessLib/PhaseField/PhaseFieldFEM-impl.h +++ b/ProcessLib/PhaseField/PhaseFieldFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/PhaseField/PhaseFieldFEM.h b/ProcessLib/PhaseField/PhaseFieldFEM.h index fd570e745c62955c6370e723ee2c24dbe3ee9166..d042200f2ca2a01fd4dc0baa17f72c6884364fd6 100644 --- a/ProcessLib/PhaseField/PhaseFieldFEM.h +++ b/ProcessLib/PhaseField/PhaseFieldFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/PhaseField/PhaseFieldProcess.cpp b/ProcessLib/PhaseField/PhaseFieldProcess.cpp index 5a725b1f352472de3bd3b9b639e5076985bbd3a2..efd46324ce87fe59f5a96a6d3523f65b46fa9e48 100644 --- a/ProcessLib/PhaseField/PhaseFieldProcess.cpp +++ b/ProcessLib/PhaseField/PhaseFieldProcess.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/PhaseField/PhaseFieldProcess.h b/ProcessLib/PhaseField/PhaseFieldProcess.h index e7b1a995931fb0f035c4a9d455cd83726809c652..1d3548728711cde0e60819e7315a7d5b71384aee 100644 --- a/ProcessLib/PhaseField/PhaseFieldProcess.h +++ b/ProcessLib/PhaseField/PhaseFieldProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/PhaseField/PhaseFieldProcessData.h b/ProcessLib/PhaseField/PhaseFieldProcessData.h index 4414c6863b8835224d0807a8e733163df5ca54bd..65fb8ab0a580ad81c833a9220de1d55263bd8d79 100644 --- a/ProcessLib/PhaseField/PhaseFieldProcessData.h +++ b/ProcessLib/PhaseField/PhaseFieldProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Process.cpp b/ProcessLib/Process.cpp index 3aa82bf248c07c2df223e73275106398374fca71..9004b0840ccfb9fbbdafe48e516c014d1fbdf8e2 100644 --- a/ProcessLib/Process.cpp +++ b/ProcessLib/Process.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Process.h b/ProcessLib/Process.h index b23f8ff616f581d694e7f90f28d5d9b5b044275c..ad90e756c2bee1902c78f059f325a44a6e6da35f 100644 --- a/ProcessLib/Process.h +++ b/ProcessLib/Process.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ProcessData.cpp b/ProcessLib/ProcessData.cpp index f1bd670e7b764b6ec8b4741306cda2b347a65b8c..92c69923e44c28d2741f5bcd25570c7c9648fc2f 100644 --- a/ProcessLib/ProcessData.cpp +++ b/ProcessLib/ProcessData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ProcessData.h b/ProcessLib/ProcessData.h index b37dc7004daedc1375779850227e2d252602bd60..aa2399ee173e0bc368e32e547224bf0930e9d13d 100644 --- a/ProcessLib/ProcessData.h +++ b/ProcessLib/ProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ProcessVariable.cpp b/ProcessLib/ProcessVariable.cpp index 2ae57236f49171a8d69ed778b98cbd8007fabda6..628ba737cc83153abc6ba1feb9e7e8617399bb6b 100644 --- a/ProcessLib/ProcessVariable.cpp +++ b/ProcessLib/ProcessVariable.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ProcessVariable.h b/ProcessLib/ProcessVariable.h index 7d743ca76abcd7cf0411174763cd1095835be904..cf766df4d887fa752fa2447e9c68c9346b636ecc 100644 --- a/ProcessLib/ProcessVariable.h +++ b/ProcessLib/ProcessVariable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Reflection/ReflectionData.h b/ProcessLib/Reflection/ReflectionData.h index 97fd57e1ff153d494f2d24de75a60f2483d97431..1c1db152f4bc78da33feb87a3c3ca96de40aea60 100644 --- a/ProcessLib/Reflection/ReflectionData.h +++ b/ProcessLib/Reflection/ReflectionData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Reflection/ReflectionForExtrapolation.h b/ProcessLib/Reflection/ReflectionForExtrapolation.h index 07456fad5dbcd30a09838f863873319df551471a..40ed262b68097498aa1d86b572a92a824cff044d 100644 --- a/ProcessLib/Reflection/ReflectionForExtrapolation.h +++ b/ProcessLib/Reflection/ReflectionForExtrapolation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Reflection/ReflectionForIPWriters.h b/ProcessLib/Reflection/ReflectionForIPWriters.h index e96728ffbf8861e0cdb5fa03e20900f84e959c4d..5509aa3e0d504c7f51c4fe6b61d0e026093ace88 100644 --- a/ProcessLib/Reflection/ReflectionForIPWriters.h +++ b/ProcessLib/Reflection/ReflectionForIPWriters.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Reflection/ReflectionIPData.h b/ProcessLib/Reflection/ReflectionIPData.h index 0353f9b891ec0da00c9ab9ba198c5056d00f9a7e..fd79fe8d31f8de804dea4096ccd5e9c2ce9207ca 100644 --- a/ProcessLib/Reflection/ReflectionIPData.h +++ b/ProcessLib/Reflection/ReflectionIPData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Reflection/ReflectionSetIPData.h b/ProcessLib/Reflection/ReflectionSetIPData.h index b158ab89ce7ce105bec9e00572978c1e8d3e60ca..2ce68bd66470c67f27db32d1b3544cbf55b31120 100644 --- a/ProcessLib/Reflection/ReflectionSetIPData.h +++ b/ProcessLib/Reflection/ReflectionSetIPData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsComponentTransport/CreateRichardsComponentTransportProcess.cpp b/ProcessLib/RichardsComponentTransport/CreateRichardsComponentTransportProcess.cpp index aa3b3f844ab57d5c807cd677e836f1728eb1d7a0..6dbc1e218dd7d502d94f4652c1e121f604723eb3 100644 --- a/ProcessLib/RichardsComponentTransport/CreateRichardsComponentTransportProcess.cpp +++ b/ProcessLib/RichardsComponentTransport/CreateRichardsComponentTransportProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsComponentTransport/CreateRichardsComponentTransportProcess.h b/ProcessLib/RichardsComponentTransport/CreateRichardsComponentTransportProcess.h index 802c915669f02b86a0e102c7251f879352e55cb5..a7b9fa15a61a6bf6fef970740cb2d2661e1ca105 100644 --- a/ProcessLib/RichardsComponentTransport/CreateRichardsComponentTransportProcess.h +++ b/ProcessLib/RichardsComponentTransport/CreateRichardsComponentTransportProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportFEM-impl.h b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportFEM-impl.h index 06d0652ba128dd2224d095e817d048801106a5ad..0980c41aa8f3a830b1981493ab85cdbeba88bc29 100644 --- a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportFEM-impl.h +++ b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportFEM.h b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportFEM.h index 6da02fb6abfe4dafdee651327a8cc7ba1b5460b7..0966cea091f46951cfdfccfde8697f93437a314c 100644 --- a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportFEM.h +++ b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcess.cpp b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcess.cpp index ea0e85664fbdb7bd825b870314861803014b1540..d16bccfe81222c7b9b7b50293bef964b47f0ea93 100644 --- a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcess.cpp +++ b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcess.h b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcess.h index c91ec2004e2edea2332c09a34a790db88bc69d70..d84d50f6318221c52d0dcfb4d0b1f871d912d5cd 100644 --- a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcess.h +++ b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcessData.h b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcessData.h index 420798de9d6c4f175d79fc2afd941c43d12213d3..77d7c55cb898d4055613399257f40230c9525c6e 100644 --- a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcessData.h +++ b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.cpp b/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.cpp index 3131d51de1308adaef7a0ec3d33bd89651272f43..282816de17bf2902a79c87b55b02dd9a59d76b2e 100644 --- a/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.cpp +++ b/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.h b/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.h index 6149d0f760494d4d0051a80a8e307f03b5fd21f4..d8402ee977628139ee04e496d0a5b00f0a306ab8 100644 --- a/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.h +++ b/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsFlow/RichardsFlowFEM.h b/ProcessLib/RichardsFlow/RichardsFlowFEM.h index 4f41ab088507d444c3823395fc8eb3f71ccf343e..817fe3c310f5610b524bcf82170a76e38da49e8c 100644 --- a/ProcessLib/RichardsFlow/RichardsFlowFEM.h +++ b/ProcessLib/RichardsFlow/RichardsFlowFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsFlow/RichardsFlowProcess.cpp b/ProcessLib/RichardsFlow/RichardsFlowProcess.cpp index c7e2d118a271c4285ed2f41a45560ef5a26967ae..daa404f75f829617978f85f83f02bf716b7d2e67 100644 --- a/ProcessLib/RichardsFlow/RichardsFlowProcess.cpp +++ b/ProcessLib/RichardsFlow/RichardsFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsFlow/RichardsFlowProcess.h b/ProcessLib/RichardsFlow/RichardsFlowProcess.h index c367b7403619146f569141a09807d43877b42db7..70bee188df1e69cdb9fcc3e695f663f5828898a0 100644 --- a/ProcessLib/RichardsFlow/RichardsFlowProcess.h +++ b/ProcessLib/RichardsFlow/RichardsFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsFlow/RichardsFlowProcessData.h b/ProcessLib/RichardsFlow/RichardsFlowProcessData.h index 6075b7a50fe8160a05a1706d965450aba24561a4..8feee52aacf7900cdbdab714140093a1f0c461b2 100644 --- a/ProcessLib/RichardsFlow/RichardsFlowProcessData.h +++ b/ProcessLib/RichardsFlow/RichardsFlowProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsMechanics/ComputeMicroPorosity.h b/ProcessLib/RichardsMechanics/ComputeMicroPorosity.h index f30382b1f580a39952311d367c81c31486e4d087..23fc42edd85035d0a643e5189454fac8239ef00c 100644 --- a/ProcessLib/RichardsMechanics/ComputeMicroPorosity.h +++ b/ProcessLib/RichardsMechanics/ComputeMicroPorosity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsMechanics/CreateRichardsMechanicsProcess.cpp b/ProcessLib/RichardsMechanics/CreateRichardsMechanicsProcess.cpp index 8efe2cdf3f2f81981cfd16415e8ea19438bebb86..bc3247f59dc78bde2ee78711947cdba56b9c8677 100644 --- a/ProcessLib/RichardsMechanics/CreateRichardsMechanicsProcess.cpp +++ b/ProcessLib/RichardsMechanics/CreateRichardsMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsMechanics/CreateRichardsMechanicsProcess.h b/ProcessLib/RichardsMechanics/CreateRichardsMechanicsProcess.h index 614b34fe1571408873034126865b298cb3a99063..e2adb46d078ba6fb1c42a23b83860f02763af9ba 100644 --- a/ProcessLib/RichardsMechanics/CreateRichardsMechanicsProcess.h +++ b/ProcessLib/RichardsMechanics/CreateRichardsMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsMechanics/IntegrationPointData.h b/ProcessLib/RichardsMechanics/IntegrationPointData.h index 72d1fa8f6251b67752e027a29ff1d9564460612b..1bb9933af0944b14a7248b815e9871f8587b4274 100644 --- a/ProcessLib/RichardsMechanics/IntegrationPointData.h +++ b/ProcessLib/RichardsMechanics/IntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsMechanics/LocalAssemblerInterface.h b/ProcessLib/RichardsMechanics/LocalAssemblerInterface.h index 19e1838e9306814552269b73b7f7d586e30c1777..b7071b7ca0db5a213625adcd5b1936ef926147ed 100644 --- a/ProcessLib/RichardsMechanics/LocalAssemblerInterface.h +++ b/ProcessLib/RichardsMechanics/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h b/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h index 8ac0b4eb982f62e11a035683e54a93bee88d6ecc..10a9b6efa5dce70b91fe52eb6376b83d77df7631 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsMechanics/RichardsMechanicsFEM.h b/ProcessLib/RichardsMechanics/RichardsMechanicsFEM.h index 6a4d17813c784f62f6904c566cc2f3728f0b5e73..72f223473672711211795b14b6668a8d025201dc 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsFEM.h +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.cpp b/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.cpp index 04959f0133ea522c550616b90b80cd03860604f5..1dd332d3ad4e4210508e07cbdb832e84f723c6c4 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.cpp +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.h b/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.h index 266487fc4837d080d03fd30fbbe8e45945ddd863..5e94e6d778981331f1bd2db3cd391dacfea352be 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.h +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/RichardsMechanics/RichardsMechanicsProcessData.h b/ProcessLib/RichardsMechanics/RichardsMechanicsProcessData.h index 91def3102e4f20987f13d4d1a039d148585a910f..5ad61ae913f91b159120cdff8239cc24c70601a2 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsProcessData.h +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/Base.h b/ProcessLib/SmallDeformation/ConstitutiveRelations/Base.h index 1739e12ebe0f25f1d04e325a9089c419a878927d..951ae2562b48cf1bcf2eb55786b0cd1abd46b1d4 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/Base.h +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/Base.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveData.h b/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveData.h index f6525c7d18f5b7f8aa09425803a3f8f28f1a9841..ecaf53032704e11844a35b421a0da7c9bf3629e4 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveData.h +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveModels.h b/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveModels.h index 859250115d22b74522b403c6c0fb1b345590d6a2..4b9d2cbecdcd61958ed2197969a6b1090be2c98f 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveModels.h +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveModels.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveSetting.cpp b/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveSetting.cpp index f5071e1c1a33e5a6a5ab17d2747145045912344e..a5cb7add7f79122b39b2a6834e36bdd28c13080b 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveSetting.cpp +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveSetting.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveSetting.h b/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveSetting.h index d9b275c0b462441555e38b4975e10cf351a6d9bc..9c0a919a401e11cd0030b8e3c6f3c4bf5ed856e4 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveSetting.h +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/ConstitutiveSetting.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/CreateConstitutiveSetting.cpp b/ProcessLib/SmallDeformation/ConstitutiveRelations/CreateConstitutiveSetting.cpp index 85162b2c2d318c793b3c8d3a2fd9489dd301320c..ddbd3aa06d0838519455b6449ea128e1b18687ad 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/CreateConstitutiveSetting.cpp +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/CreateConstitutiveSetting.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/CreateConstitutiveSetting.h b/ProcessLib/SmallDeformation/ConstitutiveRelations/CreateConstitutiveSetting.h index 76bedc5d4bf3a387d147187414049aa2ed5456e1..a8d8f8567b16c5151ec0cf6c8a82db7dab9af188 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/CreateConstitutiveSetting.h +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/CreateConstitutiveSetting.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/FreeEnergyDensity.h b/ProcessLib/SmallDeformation/ConstitutiveRelations/FreeEnergyDensity.h index c52ee5ae847037101fc035bc79aa0d41dfd963f5..d9673428ca1d1dfa5bef308209fe34ec8211f833 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/FreeEnergyDensity.h +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/FreeEnergyDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/Gravity.cpp b/ProcessLib/SmallDeformation/ConstitutiveRelations/Gravity.cpp index c35e7bcd06c71c57e75ba0e3505875b4c2029ed8..1efd580fb9bb60d44672602e5ba265c78590e836 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/Gravity.cpp +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/Gravity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/Gravity.h b/ProcessLib/SmallDeformation/ConstitutiveRelations/Gravity.h index e0f93caa19e09a6ec39e499e2616a4e10993755e..90835a7bc4837469c6625bf0b47df5b209b22319 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/Gravity.h +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/Gravity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/Invoke.h b/ProcessLib/SmallDeformation/ConstitutiveRelations/Invoke.h index 94309e15e5d99035eda04e2ef065e1432dede818..e6941d86769725c22e90115708cfa1b21f8f3c53 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/Invoke.h +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/Invoke.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/MaterialState.h b/ProcessLib/SmallDeformation/ConstitutiveRelations/MaterialState.h index d0ddb14fb9b67cf06191b68cfb25d93a026b8e73..92d25bee876ff6b78adc2e946c227a3b71cffc47 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/MaterialState.h +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/MaterialState.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidDensity.cpp b/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidDensity.cpp index eb743e2fcd3e4b536d637ea062772582a8ff489b..064863a1ea736ab4324426eb02537cc6608c87ac 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidDensity.cpp +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidDensity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidDensity.h b/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidDensity.h index 6550d6db8b59dc5e1ff2c1ca1ba6482e1ba73a9d..452a063962f1f78e27f5be3ee350ecc4cf28cb65 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidDensity.h +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidMechanics.cpp b/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidMechanics.cpp index 283e195768148345aae3b054eeb8f1c4b8979a5d..feefa0915ce9f47dc5bfc8e718297e1667bb77d3 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidMechanics.cpp +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidMechanics.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidMechanics.h b/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidMechanics.h index 95eafc247ab868845ea12ca1052325ae4eaa6997..f735f9119bf0d7183f8e6867ac678f3b5d521290 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidMechanics.h +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/SolidMechanics.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/ConstitutiveRelations/StressData.h b/ProcessLib/SmallDeformation/ConstitutiveRelations/StressData.h index da7039d601e5dad47bcb055c2afe01274df437f2..751db9aca34c4541338510fcf8169deb2faecf33 100644 --- a/ProcessLib/SmallDeformation/ConstitutiveRelations/StressData.h +++ b/ProcessLib/SmallDeformation/ConstitutiveRelations/StressData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/CreateLocalAssemblers.h b/ProcessLib/SmallDeformation/CreateLocalAssemblers.h index 370be501438c76627394a48fd0a21af747970704..94748631edd1752777a8ed995a3d3f6899aec0b1 100644 --- a/ProcessLib/SmallDeformation/CreateLocalAssemblers.h +++ b/ProcessLib/SmallDeformation/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.cpp b/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.cpp index 2e1fd2b3fe8b5811f0ccc7602e7a61208d7643ae..f2bbd186c3eaa345fc05895b25f0206c8f785816 100644 --- a/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.cpp +++ b/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.h b/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.h index 4bc1d55ba99ee7155eae6fbef64dfbfb7e1944e5..88f399f6e155c13040806137c57677c63f3b4c33 100644 --- a/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.h +++ b/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/LocalAssemblerInterface.h b/ProcessLib/SmallDeformation/LocalAssemblerInterface.h index d3e0ee3e1e96504389d772393c4a7382d1016eae..b5bede0610ea78eeede1b706d0b9e3156cc5d6fc 100644 --- a/ProcessLib/SmallDeformation/LocalAssemblerInterface.h +++ b/ProcessLib/SmallDeformation/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/MaterialForces.h b/ProcessLib/SmallDeformation/MaterialForces.h index c273669c4a8f6bac05bf59293049b10a321168c6..c4737df58cb141f0d062e35f0a3bb70e9947275d 100644 --- a/ProcessLib/SmallDeformation/MaterialForces.h +++ b/ProcessLib/SmallDeformation/MaterialForces.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/SmallDeformationFEM.h b/ProcessLib/SmallDeformation/SmallDeformationFEM.h index 888044b7fa358565432045aec664e61c08b80baa..7d17600bab5071131610d3e4230566461e211491 100644 --- a/ProcessLib/SmallDeformation/SmallDeformationFEM.h +++ b/ProcessLib/SmallDeformation/SmallDeformationFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/SmallDeformationProcess.cpp b/ProcessLib/SmallDeformation/SmallDeformationProcess.cpp index 0bd5602d0852740956d2698e9e826ab9c610428c..e90f3a850517633ad9cddebed8a87bc3fc47b6b9 100644 --- a/ProcessLib/SmallDeformation/SmallDeformationProcess.cpp +++ b/ProcessLib/SmallDeformation/SmallDeformationProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/SmallDeformationProcess.h b/ProcessLib/SmallDeformation/SmallDeformationProcess.h index fa31d7ad7d841a0202799ba6f2bb9bb144fa4ce3..ec5a51ca5a10bf636299f47120e639ec5366acb5 100644 --- a/ProcessLib/SmallDeformation/SmallDeformationProcess.h +++ b/ProcessLib/SmallDeformation/SmallDeformationProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformation/SmallDeformationProcessData.h b/ProcessLib/SmallDeformation/SmallDeformationProcessData.h index d048a99229906b5f8ca2cd00e596e0936c6442ca..871d84811225a0bbb82af03a8800ed17a9db57ae 100644 --- a/ProcessLib/SmallDeformation/SmallDeformationProcessData.h +++ b/ProcessLib/SmallDeformation/SmallDeformationProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.cpp b/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.cpp index 9f088519881464f227692d5ba716c04ed348cf0d..8ac1e89eddb746ab22a93ce97fe8c28fb0d17d47 100644 --- a/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.cpp +++ b/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.h b/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.h index ebb5b47c9fc23061f147c7b779f08f02b0d9428c..2d8ab8dc1d76c1cf8f4d8edccbfa1fa0eb463125 100644 --- a/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.h +++ b/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformationNonlocal/Damage.h b/ProcessLib/SmallDeformationNonlocal/Damage.h index 59c0fb82cd8e5a3ae228337efe0e71f27fcfef56..fe17b63dac9346957a1ff0f2adafea476f6f34e6 100644 --- a/ProcessLib/SmallDeformationNonlocal/Damage.h +++ b/ProcessLib/SmallDeformationNonlocal/Damage.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformationNonlocal/IntegrationPointData.h b/ProcessLib/SmallDeformationNonlocal/IntegrationPointData.h index c3e0281573149a7883fad327ba1ed23bfca0e60c..c9653152a8763319ac00b6dc83b37d3aaf4ce792 100644 --- a/ProcessLib/SmallDeformationNonlocal/IntegrationPointData.h +++ b/ProcessLib/SmallDeformationNonlocal/IntegrationPointData.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformationNonlocal/IntegrationPointDataNonlocalInterface.h b/ProcessLib/SmallDeformationNonlocal/IntegrationPointDataNonlocalInterface.h index eeb802eec3735638075cc5ffc5d505aaf84608a4..0663d9b74a867da095895e819ec18f8afa1dae71 100644 --- a/ProcessLib/SmallDeformationNonlocal/IntegrationPointDataNonlocalInterface.h +++ b/ProcessLib/SmallDeformationNonlocal/IntegrationPointDataNonlocalInterface.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformationNonlocal/LocalAssemblerInterface.h b/ProcessLib/SmallDeformationNonlocal/LocalAssemblerInterface.h index dcf543e663b1622696d874f394e635e8c1095038..bb5c9b59d52b16387c056d8825f0a9e47f9370c1 100644 --- a/ProcessLib/SmallDeformationNonlocal/LocalAssemblerInterface.h +++ b/ProcessLib/SmallDeformationNonlocal/LocalAssemblerInterface.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalFEM.h b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalFEM.h index 5e0008375698652d74205d5452f182d2e41c2685..a52d93f6262009bcb6fc91c1342111d6bc097b34 100644 --- a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalFEM.h +++ b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalFEM.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.cpp b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.cpp index 99eab39854b617c62d7cd30949a8fc4803e1dfee..2e7dacd75248c88219fcacbb0f638f92b45543af 100644 --- a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.cpp +++ b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h index b8164862ad4c63bc19252a2e89ca73056563fa95..f505faffa9e5176bfa38dfe3e44c026e3d972034 100644 --- a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h +++ b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcessData.h b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcessData.h index ffd680dbf2f10133d09ad9f874d15e1722392a5f..3347db71201b13e006c1a59fc03f67953ca610ad 100644 --- a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcessData.h +++ b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcessData.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SteadyStateDiffusion/CreateSteadyStateDiffusion.cpp b/ProcessLib/SteadyStateDiffusion/CreateSteadyStateDiffusion.cpp index dcd84ce209d7115978bd447edb2893fafcff2483..b7102c6dff1a8064130b4567326984c556f698b5 100644 --- a/ProcessLib/SteadyStateDiffusion/CreateSteadyStateDiffusion.cpp +++ b/ProcessLib/SteadyStateDiffusion/CreateSteadyStateDiffusion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SteadyStateDiffusion/CreateSteadyStateDiffusion.h b/ProcessLib/SteadyStateDiffusion/CreateSteadyStateDiffusion.h index 8639dff6b022e482c9ab898ba58098ae806aba3a..eb2ececfaa74e5e16c69aa15d211663c4f565748 100644 --- a/ProcessLib/SteadyStateDiffusion/CreateSteadyStateDiffusion.h +++ b/ProcessLib/SteadyStateDiffusion/CreateSteadyStateDiffusion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusion.cpp b/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusion.cpp index 126ca3b9791b40af7967992508897a45fa2fe51b..29c599cc9db85b510d5ecf2e35b846c159ef8cd2 100644 --- a/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusion.cpp +++ b/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusion.h b/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusion.h index 49570a9c625667a348ac5dc0c6a202ce9861ae7f..2deabc5d2499c23197658329cdd55f4e38336256 100644 --- a/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusion.h +++ b/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusionData.h b/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusionData.h index 257a955d3d56fda7da5f4c0d730701101b6eec69..6f83520514f9846131278e89368d4d671dc5dabe 100644 --- a/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusionData.h +++ b/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusionData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusionFEM.h b/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusionFEM.h index df6b1339cc49c84c0e65e6669f0e951bc1e90a59..98e023792a152dfb9132ebe3116cd1366fd4a720 100644 --- a/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusionFEM.h +++ b/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusionFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/StokesFlow/CreateStokesFlowProcess.cpp b/ProcessLib/StokesFlow/CreateStokesFlowProcess.cpp index 3c0d7f4eb79f493252696fa2827be934c2e794eb..f4817aa0ec61876f0105129df5daecfa1552a905 100644 --- a/ProcessLib/StokesFlow/CreateStokesFlowProcess.cpp +++ b/ProcessLib/StokesFlow/CreateStokesFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/StokesFlow/CreateStokesFlowProcess.h b/ProcessLib/StokesFlow/CreateStokesFlowProcess.h index bf35db580e0cbb4f5f4db174ef95cd97ea0a17dd..a0d3b65d3c5435999022c366001281bb40d37c95 100644 --- a/ProcessLib/StokesFlow/CreateStokesFlowProcess.h +++ b/ProcessLib/StokesFlow/CreateStokesFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/StokesFlow/IntegrationPointData.h b/ProcessLib/StokesFlow/IntegrationPointData.h index 7ef848ffab5069dee3c05b3832f8a7196d9b43f5..a22191745664e01c3fe15a2209c4b9ee42f7761a 100644 --- a/ProcessLib/StokesFlow/IntegrationPointData.h +++ b/ProcessLib/StokesFlow/IntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/StokesFlow/LocalAssemblerInterface.h b/ProcessLib/StokesFlow/LocalAssemblerInterface.h index 1c9b3c7a57e12a94c26623992bdab390261529fa..2bdf4d5b54c5784c1dfbc1c0a527870c944c283a 100644 --- a/ProcessLib/StokesFlow/LocalAssemblerInterface.h +++ b/ProcessLib/StokesFlow/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/StokesFlow/StokesFlowFEM.h b/ProcessLib/StokesFlow/StokesFlowFEM.h index e359c12c20d753aef6b7e13a031511d64a5bd8ec..7fc9e239053d60e3c007a0022f402166aaadd888 100644 --- a/ProcessLib/StokesFlow/StokesFlowFEM.h +++ b/ProcessLib/StokesFlow/StokesFlowFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/StokesFlow/StokesFlowProcess.cpp b/ProcessLib/StokesFlow/StokesFlowProcess.cpp index bcdfcf88cc7ac49456f4542f49b3eda9d0c2dee9..b0b082c9cea98d837da1f1f4ade444f21ce2ad1a 100644 --- a/ProcessLib/StokesFlow/StokesFlowProcess.cpp +++ b/ProcessLib/StokesFlow/StokesFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/StokesFlow/StokesFlowProcess.h b/ProcessLib/StokesFlow/StokesFlowProcess.h index c902c6db68e63c5fd965d4cdb80fc80fce7206f9..e6a3126c32d1890f7b5a62d17eb49c7b45ec56f1 100644 --- a/ProcessLib/StokesFlow/StokesFlowProcess.h +++ b/ProcessLib/StokesFlow/StokesFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/StokesFlow/StokesFlowProcessData.h b/ProcessLib/StokesFlow/StokesFlowProcessData.h index 83aa52c49a736bbdb63b3e0b2301568eda88ace2..59b7bb76ba1ad2a733d23ace1b16b1e61fa80c7d 100644 --- a/ProcessLib/StokesFlow/StokesFlowProcessData.h +++ b/ProcessLib/StokesFlow/StokesFlowProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SubmeshAssemblySupport.h b/ProcessLib/SubmeshAssemblySupport.h index 833d33e127079be58aef69009b77b0726e3757ca..669b3029c3418b7a57173d0119094ca9e4c0b719 100644 --- a/ProcessLib/SubmeshAssemblySupport.h +++ b/ProcessLib/SubmeshAssemblySupport.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SurfaceFlux/SurfaceFlux.cpp b/ProcessLib/SurfaceFlux/SurfaceFlux.cpp index e35feea93c1fce081ef81792c825719fb0ef337b..63890d7dc3602d345e55af25e504afd7c8f224ed 100644 --- a/ProcessLib/SurfaceFlux/SurfaceFlux.cpp +++ b/ProcessLib/SurfaceFlux/SurfaceFlux.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SurfaceFlux/SurfaceFlux.h b/ProcessLib/SurfaceFlux/SurfaceFlux.h index c5cf43a51cb7821a4a4b6950d2d5f5e18cb3bcf6..9ee562224a5662d0a122dd0cfbbf73570a27f9d2 100644 --- a/ProcessLib/SurfaceFlux/SurfaceFlux.h +++ b/ProcessLib/SurfaceFlux/SurfaceFlux.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SurfaceFlux/SurfaceFluxData.cpp b/ProcessLib/SurfaceFlux/SurfaceFluxData.cpp index 316c748e6be970b2dfbb39b2827b06080f7ef43c..9ff0691f8c15ffc421c3a66f66342edf2e748047 100644 --- a/ProcessLib/SurfaceFlux/SurfaceFluxData.cpp +++ b/ProcessLib/SurfaceFlux/SurfaceFluxData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SurfaceFlux/SurfaceFluxData.h b/ProcessLib/SurfaceFlux/SurfaceFluxData.h index 706abeb1ac2e2c118fa3cc70237d0268f26f5ae0..f7712bec58bc292c2c87e4710094e250884c3e53 100644 --- a/ProcessLib/SurfaceFlux/SurfaceFluxData.h +++ b/ProcessLib/SurfaceFlux/SurfaceFluxData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/SurfaceFlux/SurfaceFluxLocalAssembler.h b/ProcessLib/SurfaceFlux/SurfaceFluxLocalAssembler.h index 65e9d56bed578ea362149efc20ea32ef72df2277..9f559bf61e8cab34db418427ad1d4eaa38e86351 100644 --- a/ProcessLib/SurfaceFlux/SurfaceFluxLocalAssembler.h +++ b/ProcessLib/SurfaceFlux/SurfaceFluxLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/CreateTESProcess.cpp b/ProcessLib/TES/CreateTESProcess.cpp index 7ea9d862c8a796a59cbd8d4a47f3ad9605b071f7..ba30de3842c5a51b1ccaccf1bc2c48d85ef2bd6a 100644 --- a/ProcessLib/TES/CreateTESProcess.cpp +++ b/ProcessLib/TES/CreateTESProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/CreateTESProcess.h b/ProcessLib/TES/CreateTESProcess.h index 96029dbda201edf9b4244ca43fd78ef244774be6..5f9021a9043fdcef63c78f8a96584936b01b2a45 100644 --- a/ProcessLib/TES/CreateTESProcess.h +++ b/ProcessLib/TES/CreateTESProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESAssemblyParams.h b/ProcessLib/TES/TESAssemblyParams.h index 6f390a0dfd8e930744022a5017920e85c57b0412..679178b6f4eb555f73c99651c64b670932d35a4d 100644 --- a/ProcessLib/TES/TESAssemblyParams.h +++ b/ProcessLib/TES/TESAssemblyParams.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESLocalAssembler-impl.h b/ProcessLib/TES/TESLocalAssembler-impl.h index e014f3aa54e969819cb3d91a8f9514e380d35b33..25fa26228b855a46b205f65e4f65e2a44e306f38 100644 --- a/ProcessLib/TES/TESLocalAssembler-impl.h +++ b/ProcessLib/TES/TESLocalAssembler-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESLocalAssembler.h b/ProcessLib/TES/TESLocalAssembler.h index 439a1c9279f79757933a03302ac5d3cc63a5b617..c18160b5383b0b4def7000b83b25eabff1d015e6 100644 --- a/ProcessLib/TES/TESLocalAssembler.h +++ b/ProcessLib/TES/TESLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESLocalAssemblerData.cpp b/ProcessLib/TES/TESLocalAssemblerData.cpp index 1f134a235b776c4a9365f7af36abb5d9114ba435..80edf8197c00476ed5e67bf46c5e80d5c6f94731 100644 --- a/ProcessLib/TES/TESLocalAssemblerData.cpp +++ b/ProcessLib/TES/TESLocalAssemblerData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESLocalAssemblerData.h b/ProcessLib/TES/TESLocalAssemblerData.h index 9141e047978475bdbba205fa647787eef3f44604..09cc12749e6956f2286c0cb8a39e2ad82f784dba 100644 --- a/ProcessLib/TES/TESLocalAssemblerData.h +++ b/ProcessLib/TES/TESLocalAssemblerData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESLocalAssemblerInner-fwd.h b/ProcessLib/TES/TESLocalAssemblerInner-fwd.h index 6fe5565f4def838b66e4eda7768e04ad046953c1..fba68b4664624deb179534f153fc2a524620839a 100644 --- a/ProcessLib/TES/TESLocalAssemblerInner-fwd.h +++ b/ProcessLib/TES/TESLocalAssemblerInner-fwd.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESLocalAssemblerInner-impl.h b/ProcessLib/TES/TESLocalAssemblerInner-impl.h index b5d671ba5c5420e4e405ffed29ab8fbf1ba12272..3e656a151740ce98f44f9a7de85fae98aa1c0573 100644 --- a/ProcessLib/TES/TESLocalAssemblerInner-impl.h +++ b/ProcessLib/TES/TESLocalAssemblerInner-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESLocalAssemblerInner.cpp b/ProcessLib/TES/TESLocalAssemblerInner.cpp index cdcf2105c1fab26b8fc972581216bc7327f6b1e5..d2dd140644bbf6b2627de9b90c13febaf792a107 100644 --- a/ProcessLib/TES/TESLocalAssemblerInner.cpp +++ b/ProcessLib/TES/TESLocalAssemblerInner.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESLocalAssemblerInner.h b/ProcessLib/TES/TESLocalAssemblerInner.h index b18047d8c72d0d91cd26ebdacf73fdac9d71ef2a..a219fa86e47b6ca9a1c285a9d85790baea92b762 100644 --- a/ProcessLib/TES/TESLocalAssemblerInner.h +++ b/ProcessLib/TES/TESLocalAssemblerInner.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESOGS5MaterialModels.cpp b/ProcessLib/TES/TESOGS5MaterialModels.cpp index 2b896991d79470875d61c7b98b5f104daed5fac6..675988be72064c1f31ed51397d78b69601016dd8 100644 --- a/ProcessLib/TES/TESOGS5MaterialModels.cpp +++ b/ProcessLib/TES/TESOGS5MaterialModels.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESOGS5MaterialModels.h b/ProcessLib/TES/TESOGS5MaterialModels.h index 19a461044844c42ffd2f13e083ef13b23e9f0777..f1737b04a623767bf24180884fd3c98b560533e8 100644 --- a/ProcessLib/TES/TESOGS5MaterialModels.h +++ b/ProcessLib/TES/TESOGS5MaterialModels.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESProcess.cpp b/ProcessLib/TES/TESProcess.cpp index 79da903218fd91737d9125fca592e4ea9332a10b..9d8b15fbb92570310daafc405528437880d987f1 100644 --- a/ProcessLib/TES/TESProcess.cpp +++ b/ProcessLib/TES/TESProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESProcess.h b/ProcessLib/TES/TESProcess.h index b413da097b33dee7e283387a512381a88bdf6f8e..249021ab363edfac0bb84c077575910d9f1944eb 100644 --- a/ProcessLib/TES/TESProcess.h +++ b/ProcessLib/TES/TESProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESReactionAdaptor.cpp b/ProcessLib/TES/TESReactionAdaptor.cpp index 32adaf87857f4057935b5359f98db2f1bcb77e07..6e9b90c868fe90b689dbf8fcc47816026164d519 100644 --- a/ProcessLib/TES/TESReactionAdaptor.cpp +++ b/ProcessLib/TES/TESReactionAdaptor.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TES/TESReactionAdaptor.h b/ProcessLib/TES/TESReactionAdaptor.h index 71f211dc084257006c8f6bdba5a689e5dd3fa343..0af1974916f714c6efc38fd6158e00658e61b052 100644 --- a/ProcessLib/TES/TESReactionAdaptor.h +++ b/ProcessLib/TES/TESReactionAdaptor.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/ConstitutiveVariables.h b/ProcessLib/TH2M/ConstitutiveVariables.h index 90ede730b040fed274e73d40742c067e5316cdf2..ec8d0ef25b621969a809d8b7eaf4590dbd813ed3 100644 --- a/ProcessLib/TH2M/ConstitutiveVariables.h +++ b/ProcessLib/TH2M/ConstitutiveVariables.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/CreateTH2MLocalAssemblers.cpp b/ProcessLib/TH2M/CreateTH2MLocalAssemblers.cpp index 64f4b738a2b70cefee5299aec1451f55a2a0d6fc..9e03e0aec22cf1e5162cd341ae6d6413c4b16880 100644 --- a/ProcessLib/TH2M/CreateTH2MLocalAssemblers.cpp +++ b/ProcessLib/TH2M/CreateTH2MLocalAssemblers.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/CreateTH2MLocalAssemblers.h b/ProcessLib/TH2M/CreateTH2MLocalAssemblers.h index d1d578be4f895da7a286ea1310aef567c975083e..69ebcfb5867d01ca28e01d0dc91494c7a4dfcee4 100644 --- a/ProcessLib/TH2M/CreateTH2MLocalAssemblers.h +++ b/ProcessLib/TH2M/CreateTH2MLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/CreateTH2MProcess.cpp b/ProcessLib/TH2M/CreateTH2MProcess.cpp index ebcd1dcb8d6c48cc720ade05808f487ebec82920..c4e0198e2d90353b574631c284968164c343f079 100644 --- a/ProcessLib/TH2M/CreateTH2MProcess.cpp +++ b/ProcessLib/TH2M/CreateTH2MProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/CreateTH2MProcess.h b/ProcessLib/TH2M/CreateTH2MProcess.h index 208628e8e325a4954f614259d0713afe205239be..8bd19198fde2a585109893fdbf1ef63b969281d8 100644 --- a/ProcessLib/TH2M/CreateTH2MProcess.h +++ b/ProcessLib/TH2M/CreateTH2MProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/IntegrationPointData.h b/ProcessLib/TH2M/IntegrationPointData.h index 5733815007a60368a4689b1d144f92a01e8d2ecb..ecac6c5fb598977356181734563b798f1a15f449 100644 --- a/ProcessLib/TH2M/IntegrationPointData.h +++ b/ProcessLib/TH2M/IntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/LocalAssemblerInterface.h b/ProcessLib/TH2M/LocalAssemblerInterface.h index 03f464b4211e4947c89dc1f441fdbf5037766b90..f05ad6995ac0c518f12bf1b073b45a8dd87388b4 100644 --- a/ProcessLib/TH2M/LocalAssemblerInterface.h +++ b/ProcessLib/TH2M/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/PhaseTransitionModels/NoPhaseTransition.cpp b/ProcessLib/TH2M/PhaseTransitionModels/NoPhaseTransition.cpp index 032a66331e0373e1d4ee8a69708f8bd57fb425c6..c57e30287dde4dd85b69d816173807931a0da33a 100644 --- a/ProcessLib/TH2M/PhaseTransitionModels/NoPhaseTransition.cpp +++ b/ProcessLib/TH2M/PhaseTransitionModels/NoPhaseTransition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/PhaseTransitionModels/NoPhaseTransition.h b/ProcessLib/TH2M/PhaseTransitionModels/NoPhaseTransition.h index e7afe70d75a63e602ea9897d7346280ba74bfd03..7d72136d444778e256982a780c3bc013412d8d53 100644 --- a/ProcessLib/TH2M/PhaseTransitionModels/NoPhaseTransition.h +++ b/ProcessLib/TH2M/PhaseTransitionModels/NoPhaseTransition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransition.cpp b/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransition.cpp index 938aae4acdcfc73f566393ade8e99983e3c7e19c..9a06c6d10eeb26f068fcf20a5d9c38f49a9db9db 100644 --- a/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransition.cpp +++ b/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransition.h b/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransition.h index 58bef2f6b32e203c7deed6eef2532ca07eedcdba..b69d219605eed83329278f8de3717d9a8e87eb2c 100644 --- a/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransition.h +++ b/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransitionModel.cpp b/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransitionModel.cpp index cdb9556e9e4c8dce4fbc2a3a173ac0656631dbd6..93ffca7711a7a65f1fe1adffdd6e827a812de2fa 100644 --- a/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransitionModel.cpp +++ b/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransitionModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransitionModel.h b/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransitionModel.h index 82799cd7990d9863189b37e16c871e206501a0ca..6e9f257391c62fe8a62c3bf2690d11d699cfeae8 100644 --- a/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransitionModel.h +++ b/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransitionModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/TH2MFEM-impl.h b/ProcessLib/TH2M/TH2MFEM-impl.h index 2d8cd1d27e53622592c419eac6d2768768debc1b..14084f9a7e7c645e3e428703097470b1f9a63261 100644 --- a/ProcessLib/TH2M/TH2MFEM-impl.h +++ b/ProcessLib/TH2M/TH2MFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/TH2MFEM.h b/ProcessLib/TH2M/TH2MFEM.h index 82a7b31e2305092a82b4d6c592d4640fc9a3ce7a..5d788b9306365e181cabc4f92bbdeb48ef6c0f0b 100644 --- a/ProcessLib/TH2M/TH2MFEM.h +++ b/ProcessLib/TH2M/TH2MFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/TH2MProcess.cpp b/ProcessLib/TH2M/TH2MProcess.cpp index dd11d2a0e1e6f66f7cf1ca8cf47a2b8f7d8f3d22..c097a0d0a265a54a1869408c6da749f0c15dcd72 100644 --- a/ProcessLib/TH2M/TH2MProcess.cpp +++ b/ProcessLib/TH2M/TH2MProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/TH2MProcess.h b/ProcessLib/TH2M/TH2MProcess.h index 3506b334ca8cea8970d94fb759be0cdd64ccb226..ee6a4772b89b76b7ff71a7d31c19589fb7a75426 100644 --- a/ProcessLib/TH2M/TH2MProcess.h +++ b/ProcessLib/TH2M/TH2MProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TH2M/TH2MProcessData.h b/ProcessLib/TH2M/TH2MProcessData.h index d1faea0402b62ab6f9814d67adb00f471e137770..54632f8f1a709d158ef1300c8325b2dd83192cb5 100644 --- a/ProcessLib/TH2M/TH2MProcessData.h +++ b/ProcessLib/TH2M/TH2MProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.cpp b/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.cpp index 18d71a470693f9499694e79558199ffccc658463..d1714cbac65e06154a2807881fbfbfac06e6864b 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.cpp +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.h b/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.h index c6fe276e8eab9b0bf8374fef151504c91e2a6ed5..3f7307c16ad7052160a7b062977ec529a0ef8a5f 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.h +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPLocalAssembler-impl.h b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPLocalAssembler-impl.h index b1707b0a473b421b83a346c7d084e126a54988b0..5a5aef378a1c8fede9e78a18cba2b33564c95d8e 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPLocalAssembler-impl.h +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPLocalAssembler-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPLocalAssembler.h b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPLocalAssembler.h index c85526091c17fdfaed42c73054d4844e4a85c773..3a4d26eb4c345eb9b0f414bcd1cc0c05dffe30e7 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPLocalAssembler.h +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcess.cpp b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcess.cpp index 3549eb657d00899ae8644e4707d2403a3f92167e..0ade1b3041e138db60b4146e859bdfe51eebdd2c 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcess.cpp +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcess.h b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcess.h index 157cc1fd383fa974bd67b79041502b77d2f84c76..d887c8bb16a0d5da7eefd6101ce18f8c8da56623 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcess.h +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcessData.h b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcessData.h index ee6867a4de5d16946061e2a8d65f84db7498a228..49d3d4591b24ad4ba0e1f25b0fed48c9183c5204 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcessData.h +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoHydroMechanics/CreateThermoHydroMechanicsProcess.cpp b/ProcessLib/ThermoHydroMechanics/CreateThermoHydroMechanicsProcess.cpp index fb985caf257b8a0a62058ab480df75bae6ec24fa..6fb1e6496c74f5db69d667534ad35b61c455a1d9 100644 --- a/ProcessLib/ThermoHydroMechanics/CreateThermoHydroMechanicsProcess.cpp +++ b/ProcessLib/ThermoHydroMechanics/CreateThermoHydroMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoHydroMechanics/CreateThermoHydroMechanicsProcess.h b/ProcessLib/ThermoHydroMechanics/CreateThermoHydroMechanicsProcess.h index 40fe60f7d74d5ebed69929c89220bcf5e2897573..255bea266b989107d2d1b0b9f6734b7b9866122a 100644 --- a/ProcessLib/ThermoHydroMechanics/CreateThermoHydroMechanicsProcess.h +++ b/ProcessLib/ThermoHydroMechanics/CreateThermoHydroMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoHydroMechanics/IntegrationPointData.h b/ProcessLib/ThermoHydroMechanics/IntegrationPointData.h index 794beff556ec0e3d2cfb5f5a4db6e9bedb2905be..d2f8a02b9430d0658aa9a4086851eaaa064386db 100644 --- a/ProcessLib/ThermoHydroMechanics/IntegrationPointData.h +++ b/ProcessLib/ThermoHydroMechanics/IntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoHydroMechanics/LocalAssemblerInterface.h b/ProcessLib/ThermoHydroMechanics/LocalAssemblerInterface.h index 01242d298628905c86ba86c87b18ad2c17a85abd..9828b2dde0c3d32066e2e3cb87e619ca744d0b25 100644 --- a/ProcessLib/ThermoHydroMechanics/LocalAssemblerInterface.h +++ b/ProcessLib/ThermoHydroMechanics/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsFEM-impl.h b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsFEM-impl.h index 8e4c36a2d9c5e9fbbcbae66782fc436639f0db43..a7b84efd8b4c9c9506399becffe4cdf5b94f819b 100644 --- a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsFEM-impl.h +++ b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsFEM.h b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsFEM.h index d76354eea6c494cec9229dbb31223f44f4a9f5ac..8a2404f353894b3cf656fea9ba5da9c2b98de954 100644 --- a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsFEM.h +++ b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.cpp b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.cpp index e1c6638f5338b975ad1e2d499784cf07cc77c523..43bfce07c49c92898292930b54d480018d323fe7 100644 --- a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.cpp +++ b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.h b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.h index 29e2c5bfaea7c858ec1e83d2184bdc2551954f22..5b7bc3ea9ec68975fefd58f9bebf4030d29826d6 100644 --- a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.h +++ b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcessData.h b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcessData.h index 9dcecc5dfcf7016ab2eeba39e14ac8afc5b1b50b..235218aebd6916e6e480bd941dbecbf97485c2ee 100644 --- a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcessData.h +++ b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanicalPhaseField/CreateThermoMechanicalPhaseFieldProcess.cpp b/ProcessLib/ThermoMechanicalPhaseField/CreateThermoMechanicalPhaseFieldProcess.cpp index 7b74054e52456b706894d52654d0c832c7648e3f..057329b5431ef365b1c733e88f31c76bd4f451fd 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/CreateThermoMechanicalPhaseFieldProcess.cpp +++ b/ProcessLib/ThermoMechanicalPhaseField/CreateThermoMechanicalPhaseFieldProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanicalPhaseField/CreateThermoMechanicalPhaseFieldProcess.h b/ProcessLib/ThermoMechanicalPhaseField/CreateThermoMechanicalPhaseFieldProcess.h index 1eedfeb1d4ba348eb09ea4831d0e93a94abaed53..ef866281f8246d6b862b99705bf23f020858db2b 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/CreateThermoMechanicalPhaseFieldProcess.h +++ b/ProcessLib/ThermoMechanicalPhaseField/CreateThermoMechanicalPhaseFieldProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanicalPhaseField/LocalAssemblerInterface.h b/ProcessLib/ThermoMechanicalPhaseField/LocalAssemblerInterface.h index fdb5b7a9504288d2d6ebcf769dc7e35dd485b5a4..9d38601fd7f60f7ce0b8c20ac06192def32c56cc 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/LocalAssemblerInterface.h +++ b/ProcessLib/ThermoMechanicalPhaseField/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h index c15321f5f8489453f89fcd3136959b64a657aa9c..d2f503df1cf5a7ec517c31b4b63fbe2118c0223b 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h +++ b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM.h b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM.h index a978d0005a18c716355391427ea475334bdfbd03..aa0a295ad0fb80e4021c25f2ac247b76fb04ff56 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM.h +++ b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcess.cpp b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcess.cpp index bb990ace0aacc34b8ebcf2d9a5abb34eb8a93d14..a5385b180a2c668e6879b404bd96cd9201a43353 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcess.cpp +++ b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcess.h b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcess.h index ec41934a6593ffcc21fb201c8de8ea3aaead1e54..62f54a89c1d1a5ae4a1a34797f49b67c15eb5894 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcess.h +++ b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcessData.h b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcessData.h index 2fc9784905af2295fdae583c486cde2a94c92f79..699295eef653d61e5ef58d90a9a65b255af6e1cd 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcessData.h +++ b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanics/CreateThermoMechanicsProcess.cpp b/ProcessLib/ThermoMechanics/CreateThermoMechanicsProcess.cpp index 3d8d083b87b615f2cfefd3c219e49ec024ee1364..e8df39bc1c5bf62e3f3c2065970025f885b92e92 100644 --- a/ProcessLib/ThermoMechanics/CreateThermoMechanicsProcess.cpp +++ b/ProcessLib/ThermoMechanics/CreateThermoMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanics/CreateThermoMechanicsProcess.h b/ProcessLib/ThermoMechanics/CreateThermoMechanicsProcess.h index 39eb9886ff38175245e10cc9a0fb26cdf67b3f94..38b693525efade7f8563e0f74fabb8f354570e85 100644 --- a/ProcessLib/ThermoMechanics/CreateThermoMechanicsProcess.h +++ b/ProcessLib/ThermoMechanics/CreateThermoMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanics/LocalAssemblerInterface.h b/ProcessLib/ThermoMechanics/LocalAssemblerInterface.h index eeb2ebbff353da485bb493fb388a76eb2f1fc927..2bc3f337206765b2f21216e0638d99359df5e026 100644 --- a/ProcessLib/ThermoMechanics/LocalAssemblerInterface.h +++ b/ProcessLib/ThermoMechanics/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h index 921e27dd20b6ae87c670aaa981f898659c381229..61da2353a35c4f41585401a7ef5b2174c2f9e0b7 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h index c881ac062e2654f5db04f43809ef704ee1bd4645..6b9fe3d72debcdb8f6f01ded2ad9db014928e6c6 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp b/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp index 08efd9d98276bcbc30690415d8834732f4e0143c..798bb97af6dee4022b845acc0e5283a75d54a738 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.h b/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.h index f591091bff2b1a034fc8a0d5777c2b8afbdb70e5..ff35d33c61a2dc874dea53fcb8c460318d4157ce 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.h +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoMechanics/ThermoMechanicsProcessData.h b/ProcessLib/ThermoMechanics/ThermoMechanicsProcessData.h index 3f09b14a5efdb64efdb44acdbb000ecffab1585a..743ea017a926431b06c6647d35afefbb0703641c 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsProcessData.h +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/CreateSimplifiedElasticityModel.cpp b/ProcessLib/ThermoRichardsFlow/CreateSimplifiedElasticityModel.cpp index 14dd6986f8bf750161b5502af71109eda24ce080..ae43aa1ab8f84c906bec3236e150af413e6bbf80 100644 --- a/ProcessLib/ThermoRichardsFlow/CreateSimplifiedElasticityModel.cpp +++ b/ProcessLib/ThermoRichardsFlow/CreateSimplifiedElasticityModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/CreateSimplifiedElasticityModel.h b/ProcessLib/ThermoRichardsFlow/CreateSimplifiedElasticityModel.h index 0d30bf1f26c869d0c661d366f23f8cf19fbaad1e..2f715f904eef3fa8830971c3a69a423658d118d1 100644 --- a/ProcessLib/ThermoRichardsFlow/CreateSimplifiedElasticityModel.h +++ b/ProcessLib/ThermoRichardsFlow/CreateSimplifiedElasticityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/CreateThermoRichardsFlowProcess.cpp b/ProcessLib/ThermoRichardsFlow/CreateThermoRichardsFlowProcess.cpp index 0a32fa6d66ee0d45fab837ac1870a78811b46764..b3d8f005de76552aa117e6b82967c14d6cc4e118 100644 --- a/ProcessLib/ThermoRichardsFlow/CreateThermoRichardsFlowProcess.cpp +++ b/ProcessLib/ThermoRichardsFlow/CreateThermoRichardsFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/CreateThermoRichardsFlowProcess.h b/ProcessLib/ThermoRichardsFlow/CreateThermoRichardsFlowProcess.h index 36ea142fbd4f0e74c20b8640e5fd952adb6d5d83..57b8cce8611081fa15e161c47c968f08056d5dd0 100644 --- a/ProcessLib/ThermoRichardsFlow/CreateThermoRichardsFlowProcess.h +++ b/ProcessLib/ThermoRichardsFlow/CreateThermoRichardsFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/HydrostaticElasticityModel.h b/ProcessLib/ThermoRichardsFlow/HydrostaticElasticityModel.h index 50255846e0b110e1373eac409fd67e065ed51017..c4e106f4be6e9cead2930a436023c9e13e11fd98 100644 --- a/ProcessLib/ThermoRichardsFlow/HydrostaticElasticityModel.h +++ b/ProcessLib/ThermoRichardsFlow/HydrostaticElasticityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/IntegrationPointData.h b/ProcessLib/ThermoRichardsFlow/IntegrationPointData.h index dfc4adce728669925eed193358e29250078fd208..23971f7ce71961719fa7aba4ebd63871b5ac59e3 100644 --- a/ProcessLib/ThermoRichardsFlow/IntegrationPointData.h +++ b/ProcessLib/ThermoRichardsFlow/IntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/LocalAssemblerInterface.h b/ProcessLib/ThermoRichardsFlow/LocalAssemblerInterface.h index 214b6cc7045a01830fe77f1e9050b8e4dd3b8fd3..f48c4591f08241ecaa560423e39edbf082ffcb97 100644 --- a/ProcessLib/ThermoRichardsFlow/LocalAssemblerInterface.h +++ b/ProcessLib/ThermoRichardsFlow/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/RigidElasticityModel.h b/ProcessLib/ThermoRichardsFlow/RigidElasticityModel.h index 1567d71df1266fce7ae76fb06e922774d7eb385f..32cd9007c64d4470cdc8c00c820000eb81d0a7de 100644 --- a/ProcessLib/ThermoRichardsFlow/RigidElasticityModel.h +++ b/ProcessLib/ThermoRichardsFlow/RigidElasticityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/SimplifiedElasticityModel.h b/ProcessLib/ThermoRichardsFlow/SimplifiedElasticityModel.h index 9656a2b26a5b4117c3ed57e05f089fc25378409e..d2fff9a91791d14b2f0c9268adc8485f42f31b46 100644 --- a/ProcessLib/ThermoRichardsFlow/SimplifiedElasticityModel.h +++ b/ProcessLib/ThermoRichardsFlow/SimplifiedElasticityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowFEM-impl.h b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowFEM-impl.h index 2685655c2accddd82c887d6791af2333456cc53d..f2c61895f9b8645b4d8f694f284a577ef659702f 100644 --- a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowFEM-impl.h +++ b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowFEM.h b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowFEM.h index c1fc4c51db0e0d4812f44ef26310980733c4e4b7..b6b30386618333f18df2e4d530159adaa61a2115 100644 --- a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowFEM.h +++ b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcess.cpp b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcess.cpp index b52981c5ea1d16c0031a16161856e7d2100ee5bc..42c92bb3dec30130572cf767e82c253479d6034f 100644 --- a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcess.cpp +++ b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcess.h b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcess.h index 2f26326caab918582c64242376f0eb8cb8be8c33..1e529409794c422f24fc3750f6a5b08fbb7119d6 100644 --- a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcess.h +++ b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcessData.h b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcessData.h index b18d0c426e8e69293bf5959efb18707a21724df3..f0986c3925823235c57b37f47428b9641253df3e 100644 --- a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcessData.h +++ b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/UniaxialElasticityModel.h b/ProcessLib/ThermoRichardsFlow/UniaxialElasticityModel.h index f372443dce060bdad8a11808ccc7e5da8d280906..5693286ba8ac7dedda9470e2660e59be9a92646a 100644 --- a/ProcessLib/ThermoRichardsFlow/UniaxialElasticityModel.h +++ b/ProcessLib/ThermoRichardsFlow/UniaxialElasticityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsFlow/UserDefinedElasticityModel.h b/ProcessLib/ThermoRichardsFlow/UserDefinedElasticityModel.h index c121c47456e1e47b8cc1ddc0aaf17042de17344d..aaadef92755c7776ed0aa98f3bedb89a683b12b5 100644 --- a/ProcessLib/ThermoRichardsFlow/UserDefinedElasticityModel.h +++ b/ProcessLib/ThermoRichardsFlow/UserDefinedElasticityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Base.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Base.h index 032b2ca2bcb2563ded8f3eaa160d2c6864aeb7bc..e49337dbfe223a76b5cd8ab4fd681ef203868b75 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Base.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Base.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Biot.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Biot.cpp index 2f7a9e26d2c81628d46e3831cf0e70976426411f..8eeed07b16da7826c754e5478e45048d565392ba 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Biot.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Biot.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Biot.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Biot.h index 26ef6b466e54ebb4a020eb838ecea365cdc1e0a0..ec41be5e00dc2d6118f4fce632b1cc47f9d4aed6 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Biot.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Biot.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Bishops.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Bishops.cpp index bc40e9b5953b5a5c2ed3b675d21585e533c2a5f1..69d495f385281bdc3c0769eae41db8612316d9de 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Bishops.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Bishops.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Bishops.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Bishops.h index 0edf3578b27a66d9b3463803aed6254fd5b09264..103c3d94b489489231e1a670c194529f539cf698 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Bishops.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Bishops.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/DarcyLaw.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/DarcyLaw.cpp index b437a2249de80d4291a6e5805d814166ded33237..5c89ff49e5ee8292f2182f325b5113f99569db51 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/DarcyLaw.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/DarcyLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/DarcyLaw.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/DarcyLaw.h index fb2f110b314e3401e21e45c4e7209e299847c762..d2384690f08d6c9ba19d12f4a0d7632b0c53adc5 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/DarcyLaw.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/DarcyLaw.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ElasticTangentStiffnessData.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ElasticTangentStiffnessData.h index 02f9663a2c5e1fed56d7a8f9e7ff1c576c7bf638..2d298580ffdfa6d7c6dfccaac82580c466bfa7aa 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ElasticTangentStiffnessData.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ElasticTangentStiffnessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqP.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqP.cpp index 772af8531e7d5a82a51adec0200bebf7ef1f485d..802f7813cf256387cf5ef024edcc92ae3f657b85 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqP.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqP.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqP.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqP.h index 60ae8f2e798978ae537a745e7453b3a70742fdc0..6ed67d921a9572fc256dd0b9654227bed5ceca42 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqP.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqP.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqT.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqT.cpp index b6e33ba59c191c3214268fd141d1e9e362a624cc..e00445e40920764073898b709347aba928d21e85 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqT.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqT.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqT.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqT.h index 018f35a6f52d373683aa55880b3f726a81fbe959..70475d8960af7d0398d9f88fe2df0b6411e0a66e 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqT.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqT.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EquivalentPlasticStrainData.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EquivalentPlasticStrainData.h index 3d81715c41d4ba56f30df7e76bb39fd3a88e1ab3..9cbe963b01bb13e17c432d782a92b3d6ba27e663 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EquivalentPlasticStrainData.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EquivalentPlasticStrainData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/FluidThermalExpansion.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/FluidThermalExpansion.cpp index 14f78e3b716deaaedf9b56cb55bb6a74166b5d90..fa37116964fb45f91e38c63cde3ac24fafc589d1 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/FluidThermalExpansion.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/FluidThermalExpansion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/FluidThermalExpansion.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/FluidThermalExpansion.h index 53ac75e2503d6f0205a40d2309eee135041e2c11..5beaf7cd9cf11b6d8a243f0782491e4f018993bb 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/FluidThermalExpansion.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/FluidThermalExpansion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Gravity.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Gravity.cpp index cf97b0ef0618eb4c6cc8d1537c416920af0d1642..27ec17e751dd199186c8af247288f70a38178743 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Gravity.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Gravity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Gravity.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Gravity.h index e1520cae31a1770c0b8b1629616473eb3acc292d..b2567998b7a849157f1a7057b91e8b127ee25770 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Gravity.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Gravity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Invoke.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Invoke.h index 0ff310c96583f2bb0c3a057f879904f2c456590c..ea8e0ae21802ffd63c8b90bca3a9fe4cc499fa8f 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Invoke.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Invoke.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidDensity.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidDensity.cpp index 774624e1d63c475fb4a35db7ca6786dd2c025e24..e58d1b1dc098f634c08b50100b28e73a8fe2f3e6 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidDensity.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidDensity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidDensity.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidDensity.h index ba0fdfe0c95fb60986187525755d0e06d95a40b4..eaa6e1617f30d5cad00d0aa350597917538af7e7 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidDensity.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidViscosity.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidViscosity.cpp index 4d212d03112ee5879318a7f33c51974c959c3ddb..bc4d2a88d9294fc9179763591a92cc4b8bc8625a 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidViscosity.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidViscosity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidViscosity.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidViscosity.h index e70dd7eabec754f62754227a541080424c46198b..6b65e4da3e76c18929f4b56adc469dae864b9b4d 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidViscosity.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidViscosity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/MaterialState.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/MaterialState.h index c1cbaede76f68c8b76bb760184e99bd8367fb8dc..153f1d15c930954a6650dae863c06c81e90d9b9e 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/MaterialState.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/MaterialState.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityData.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityData.h index a3e88159602c54de12c2d3663da3d4b2e504bd91..53a09055e30419a09ecfc921edb8fb3cf8e69b04 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityData.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityModel.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityModel.cpp index 1b37fcd4ad5581694ba47edc4d12ed58c7781090..00772d4b0de9367d9c279545e58d7a2a8fb38ffc 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityModel.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityModel.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityModel.h index 43a90efb3fa3caa5328c5511e2c8493d019f1306..b2115fca39881007dffbafd2d5f96bd4fd183b14 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityModel.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Porosity.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Porosity.cpp index 2d8938eabaa5cac45955d68d4ed2e7962aacd6a4..fc918b553228842f7885137af101cea65d8bd8bd 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Porosity.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Porosity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Porosity.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Porosity.h index b500e717573c71d5a37101440f9ccd7a7139f9fe..0bbd0fc2cdc132b588d0e89b769c570005fe1b2f 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Porosity.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Porosity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Saturation.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Saturation.cpp index a3139194d3abf5455873af071f654a0ed1a8ffd9..366d6e60f1e028cfadff36d60897ad57b2facaa5 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Saturation.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Saturation.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Saturation.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Saturation.h index 88975e31aeebea4c52734ae097c7f7125568b3f1..c84625fe720edc7b2d5bce0a20dedf32b4fa6eef 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Saturation.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Saturation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidCompressibility.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidCompressibility.h index d089bca832b165a48293e1c7fdd4907feec13143..d2f3fbd2aba3ab03bb9e9dc1344d11bc529059c8 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidCompressibility.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidCompressibility.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidDensity.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidDensity.cpp index 7e6eb4c58cab1b60640971453fedbe8ac66a3df7..83cc9d75b2810594b6228f4ab7c1d6fe74108c32 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidDensity.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidDensity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidDensity.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidDensity.h index 664f52f5ed60cdbf4b79751109ed54c6e39814f1..7d6339cd74d2d1d74bb64d01f980714d6df22aef 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidDensity.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidThermalExpansion.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidThermalExpansion.cpp index 70879c949403d159719396590cc3f867099c1384..08c5bada064c51c6763b5af78b667a8a942c1c80 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidThermalExpansion.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidThermalExpansion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidThermalExpansion.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidThermalExpansion.h index 7ea76c1e345e001393322360a50454616415972f..bb22a9376fc410e386c84910b22346b83d95b5e6 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidThermalExpansion.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidThermalExpansion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Swelling.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Swelling.cpp index 24647613a357a55d2c3f8b2f5b1f25070e15c2fa..2b9ac9de846445abfd4515642a141c6761c5db9a 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Swelling.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Swelling.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Swelling.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Swelling.h index bf533823c9ff9bec4c944b78f1f3895d3e7b8d61..d5ea2f8a15950a3ead90a60bf4b64c6d16176493 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Swelling.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Swelling.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMHeatStorageAndFlux.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMHeatStorageAndFlux.cpp index 0cf573983e076fce181b34bd78aedf659a1a52c3..d155c24b3af155b3ae5d5e669f641f675d9ba666 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMHeatStorageAndFlux.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMHeatStorageAndFlux.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMHeatStorageAndFlux.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMHeatStorageAndFlux.h index a1f08c7e25c12b191af9cb3662de6150ccb014e6..09649b1239f54ca4f2887447afd32fb6373ed1a6 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMHeatStorageAndFlux.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMHeatStorageAndFlux.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMStorage.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMStorage.cpp index 064fe4ab930950b6e1414b1ada8bbad2b162aded..f69dbc6376c4bbbf69f18dc09d277212d2b17eb6 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMStorage.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMStorage.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMStorage.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMStorage.h index 09af88f464be0f0089af00b6d289e531e42e2915..93126ba1a25bc18599841dea9c180f312dc3244c 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMStorage.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMStorage.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMVaporDiffusion.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMVaporDiffusion.cpp index e173cfcc3f08ad8fd0ce8f344182cfc9935b516c..175c3ce6a182f162ee0e952fcad5954f8c44031e 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMVaporDiffusion.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMVaporDiffusion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMVaporDiffusion.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMVaporDiffusion.h index c00b473e19510e750f3ed5bcb74412e153b5f760..71e860539814d6bff6cf26b2206fc050ad5b2418 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMVaporDiffusion.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMVaporDiffusion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ThermoOsmosis.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ThermoOsmosis.cpp index ab5130c55db7fb5c078a8e0bb8a6549afe5a734f..fafeae224d5e342a57675095810d9ca874af8534 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ThermoOsmosis.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ThermoOsmosis.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ThermoOsmosis.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ThermoOsmosis.h index ca7ad7ff0a8f330b61763564c0d8ef4d5dba57e3..5ae00327e656affc5493abbf3ef29eea55074942 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ThermoOsmosis.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ThermoOsmosis.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TotalStressData.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TotalStressData.h index 557e50e7324e40be8d1ded548ebc6d09e7ab6fed..c14c84a483964444a4b210d5fd70ffa632ff2cea 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TotalStressData.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TotalStressData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TransportPorosity.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TransportPorosity.cpp index f83979172694ab83baf69d9eb6110542360d968b..b411fa1a0c8641b455a0f93c051bc56ce12b9de5 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TransportPorosity.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TransportPorosity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TransportPorosity.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TransportPorosity.h index 90b0e39eeff62a50066f7994b1f7827633180402..196e363b759811167d0f285f7cf75f37203cf61f 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TransportPorosity.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TransportPorosity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveData.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveData.h index 9ea8bc10ec90761a3f96d3a5a0cfa845352b1f9c..2c6613177a5cca0d817bf02dc8d418f693d7b94a 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveData.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveModels.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveModels.h index 392115e61873e90041048dd154e81d35aa31d4ed..fbd4edbb7aff6b6d2bf936ef2f432a2a73b45a0f 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveModels.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveModels.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveSetting.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveSetting.cpp index fba26c23873e93db484f3c08ee15d27b986d7d83..b312ae8cd3b56f84223c4c5a20de709c46426937 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveSetting.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveSetting.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveSetting.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveSetting.h index 2c81cbbab96138035e7d518bfb68d985e735211d..d0c5c9d5f13ed18014522bddca53edfe6cf2e7d8 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveSetting.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveSetting.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/CreateConstitutiveSetting.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/CreateConstitutiveSetting.cpp index 42c617d1c15b4c2a02e4112ced4f1b40021817f6..f60915a8c0aff5ee85ab8c3cd4aa3ab452df9351 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/CreateConstitutiveSetting.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/CreateConstitutiveSetting.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/CreateConstitutiveSetting.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/CreateConstitutiveSetting.h index d3dad843564dfb4ee9665c8c7637f8f4848862be..4d244186f852388b44ab07729f5165b360986c54 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/CreateConstitutiveSetting.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/CreateConstitutiveSetting.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ElasticTangentStiffnessModel.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ElasticTangentStiffnessModel.cpp index d100fa99b5c12784de4cc4cec05ce22e10b982b5..0a85340f08e47b47976d0763ddb97f220f8ec68c 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ElasticTangentStiffnessModel.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ElasticTangentStiffnessModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ElasticTangentStiffnessModel.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ElasticTangentStiffnessModel.h index a320213f4a42d8904288ec730aa9db95c8aa254f..370008815694376a3bb5e3aa3d8ef610c7a66925 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ElasticTangentStiffnessModel.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ElasticTangentStiffnessModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/SolidMechanics.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/SolidMechanics.cpp index e5e86025569bf4af98a11bb9d1d0878cadcf355c..f4de6c96cfb643e39954899fb7820af00f23384c 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/SolidMechanics.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/SolidMechanics.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/SolidMechanics.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/SolidMechanics.h index ad994b18c63e3cbb1c10973a87d9a5509ca57cb3..3ef82f1e696778a5c3e67785035774d03ba13ab3 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/SolidMechanics.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/SolidMechanics.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/Traits.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/Traits.h index de245f362334d6733bd3b4e675d6287ddad30c83..f39b5ccf0d344555fa0f40cdc8f9b20e06a1a415 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/Traits.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/Traits.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/TraitsBase.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/TraitsBase.h index 09fb830437c295689baf8d0f4a163fabc4d7a2da..693e7edf50feac5af484c9090e47af1eac5d7f42 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/TraitsBase.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/TraitsBase.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveData.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveData.h index 06eb7bd695423c38e6eb17f5554eb1e9e4bea83a..36f0f35f11da477640c5b250dba9ef2c8327a019 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveData.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveModels.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveModels.h index 7186044c0eb42cfe9372d3abc1febeec16a19639..f4e7b015bb5684094ea125783d6152a40c77fc07 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveModels.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveModels.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveSetting.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveSetting.cpp index cba97f7d3ccd030daa35d55c34ba90f9128c3ce0..5b7f044187d47f6bb5e612b1e9da3fa6b2b9c430 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveSetting.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveSetting.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveSetting.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveSetting.h index 6cfa4600da112341c4d4d9d6329079b37f3a3d17..a64f72d2a28506f98fd4716ef2aefb3646cc5440 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveSetting.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveSetting.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/CreateConstitutiveSetting.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/CreateConstitutiveSetting.cpp index 62cf6d8448077a9a6019a1be731dd6dd1a6e9b30..12071380b88752460de70685769d627fec2ba7be 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/CreateConstitutiveSetting.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/CreateConstitutiveSetting.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/CreateConstitutiveSetting.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/CreateConstitutiveSetting.h index 681410b3693777f8bb21a6c86cdc50fc77e620a2..f366d01efc5080e8609e54284b4a55e784e77916 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/CreateConstitutiveSetting.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/CreateConstitutiveSetting.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ElasticTangentStiffnessModel.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ElasticTangentStiffnessModel.cpp index 27c2e77ea866ec4b97945d86dba10acc69c538a7..037e27fc15a4b2be97b3ecb096de3f1bf020c983 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ElasticTangentStiffnessModel.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ElasticTangentStiffnessModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ElasticTangentStiffnessModel.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ElasticTangentStiffnessModel.h index b1fad612ba5765512c1f400ddbeb60a00acd6a0b..768a9e518836fa05121a74bf07a28c2eb405695c 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ElasticTangentStiffnessModel.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ElasticTangentStiffnessModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/SolidMechanics.cpp b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/SolidMechanics.cpp index 9c17d83102eb90c92386f04ff141fd4a87db743c..1f31da4b399ce3b9ce6b01de5b5e6e58fa844c08 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/SolidMechanics.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/SolidMechanics.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/SolidMechanics.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/SolidMechanics.h index 8b927cdb9c229b843aed5f9d956e1a2553a84fc4..61ea90910ce46c87cd7ad66f64327382529410ea 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/SolidMechanics.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/SolidMechanics.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/Traits.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/Traits.h index e8b1c2723026d21a885152d815ea49c4cf69df1e..cabd13eeed69208843d5ee00e1f294806d43f8d1 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/Traits.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/Traits.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/TraitsBase.h b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/TraitsBase.h index 246d3dcdb3b77f78781f5d13693652d2e6e13bdd..ab5d2ce6ca80fa8d55da171a054082fb1c4961a6 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/TraitsBase.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/TraitsBase.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsLocalAssemblers.cpp b/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsLocalAssemblers.cpp index 500d2f4162e84949cd5016bcdbf2d82887faf4de..be8967ea85aeb653d5991e62d4abc1093fb55551 100644 --- a/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsLocalAssemblers.cpp +++ b/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsLocalAssemblers.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsLocalAssemblers.h b/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsLocalAssemblers.h index dffadf306124cb16f226a8515de4e7692098361d..0dadb90fafcc5f46f12cca6b79f7ca9338e37c09 100644 --- a/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsLocalAssemblers.h +++ b/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsProcess.cpp b/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsProcess.cpp index dc0b718815bb267a1ee727454ecc970fb4f0c271..9baa3b86db520af7a18a2622bb2e5300500e451e 100644 --- a/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsProcess.cpp +++ b/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsProcess.h b/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsProcess.h index f4a579ca256e0e8a3b5a50655a98679a1ad6e3c0..2fc5df97d82ce9ad4667d42a13309a12a7af0c36 100644 --- a/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsProcess.h +++ b/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/IntegrationPointData.h b/ProcessLib/ThermoRichardsMechanics/IntegrationPointData.h index a4a910a70fae1cb8288ed4c8e17978cbc037cd30..5a4c1ca48730ad0f7110c02f82c2a5a2044fe921 100644 --- a/ProcessLib/ThermoRichardsMechanics/IntegrationPointData.h +++ b/ProcessLib/ThermoRichardsMechanics/IntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/LocalAssemblerInterface.h b/ProcessLib/ThermoRichardsMechanics/LocalAssemblerInterface.h index a9fe8a75545432cdd18f8044fbbce2935a950fc1..dff4f59be197aab84534f4d67a262f88bcfd1605 100644 --- a/ProcessLib/ThermoRichardsMechanics/LocalAssemblerInterface.h +++ b/ProcessLib/ThermoRichardsMechanics/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM-impl.h b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM-impl.h index 0d9f565ce04e78910d464b1988735e6201c01cae..cfb1716b06307109252546191e31a6013e5d9488 100644 --- a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM-impl.h +++ b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM.h b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM.h index 5da3af91f0a17f72e48715834717f813324ad352..25f220b15ce8617bd0c78a20e12b12a8c6ee9d6c 100644 --- a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM.h +++ b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.cpp b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.cpp index 328749d2a648e5d9155733475bba87150ba5340c..1b3c453ac6c6783085e9e4c88e7ca8f5853f662b 100644 --- a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.h b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.h index fde5fec7fcf76138666d760561cff8056a8eb376..06b715b5f707b8ca7f054b6ddd93b0cfbf59baea 100644 --- a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.h +++ b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcessData.h b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcessData.h index cbf21df32cc25ac2473f39f57115bd948cea15a6..3391531c1d81770e17cf12979c8e1db2edd144b0 100644 --- a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcessData.h +++ b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TimeLoop.cpp b/ProcessLib/TimeLoop.cpp index 99675d1c775e8c69c21dc47bdd7f58205dcad3e4..51ad6f45d55a000503091b4f9cc2a7f29c402799 100644 --- a/ProcessLib/TimeLoop.cpp +++ b/ProcessLib/TimeLoop.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TimeLoop.h b/ProcessLib/TimeLoop.h index 5a09550cf28de4b7a89379ea1688081ce2669726..ae6da8a59e5de32b7d72126c6c66c05bdc34e865 100644 --- a/ProcessLib/TimeLoop.h +++ b/ProcessLib/TimeLoop.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPP/CreateTwoPhaseFlowWithPPProcess.cpp b/ProcessLib/TwoPhaseFlowWithPP/CreateTwoPhaseFlowWithPPProcess.cpp index 2c9a84a52b7f845c5dc0d00f9e407a2782c48d36..c2403e05f8886ab2830428c2b3d24d11b7c14238 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/CreateTwoPhaseFlowWithPPProcess.cpp +++ b/ProcessLib/TwoPhaseFlowWithPP/CreateTwoPhaseFlowWithPPProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPP/CreateTwoPhaseFlowWithPPProcess.h b/ProcessLib/TwoPhaseFlowWithPP/CreateTwoPhaseFlowWithPPProcess.h index d81b97565e7f7df97b848affe33f4f11b85824bc..52a2c09df448973c5a4207dfe49b104916ed7551 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/CreateTwoPhaseFlowWithPPProcess.h +++ b/ProcessLib/TwoPhaseFlowWithPP/CreateTwoPhaseFlowWithPPProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPLocalAssembler-impl.h b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPLocalAssembler-impl.h index bd5cee846bc8c652e582c81ddd5e5945cc82dddb..fc4afc2c209e8cb886114df6d5b1d06f144405cd 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPLocalAssembler-impl.h +++ b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPLocalAssembler-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPLocalAssembler.h b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPLocalAssembler.h index 96615f5d3402d08a063fe72098a9e69999ee084d..c17d42e040ce022a6421076b6eddee85efbc332b 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPLocalAssembler.h +++ b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcess.cpp b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcess.cpp index 828e68534839d90b431f447a216371bc8ffdf718..5a58d09a01cc71659d3f9365efc1f226dde91f81 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcess.cpp +++ b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcess.h b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcess.h index b8b575ec7e7c4146d0172b73b6d534de74dacce5..bcbf185c829e25560f59caf95052181622107c87 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcess.h +++ b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcessData.h b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcessData.h index 2e3cfce55534b39d1cc3e0eea16c17bfa901ea8f..b4a84ad2df52c52d8054a84ff5b8a17eb265255d 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcessData.h +++ b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.cpp b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.cpp index 43b4c2b2e5eb17e5f8a1bb8eaba5bc4cc8887925..911d8e2013561a32ce75556dd401899921896d41 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.cpp +++ b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.h b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.h index 22db6309541fa711d9b266f56dc783ce09e2fa72..1b5277feb520b0459ddf84c2a5da7468bdb5bf0d 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.cpp b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.cpp index 2e06c0a183343297fe4b10972222a67037daeb89..f4769c555eb53d2dee19ff55fa69033cd3fd1840 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.cpp +++ b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.h b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.h index dd9dfd27d07ba8b769e5ad54de52ee51b4bf65b2..1435b00cb7119c970a86257b24d8515cf2cc837e 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoLocalAssembler-impl.h b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoLocalAssembler-impl.h index 96fcc8eb1c4411001a5dc031c137eee66d0f1e59..be526d8b67bf9efdb1ee849b7bd99e84e0c4fd4a 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoLocalAssembler-impl.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoLocalAssembler-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoLocalAssembler.h b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoLocalAssembler.h index cdadbdbf0b425ab3a22f3a5bd47b0303a341f4d1..868fb193c62992ce3a9400cafad6ec8fdbc83aaf 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoLocalAssembler.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoMaterialProperties.cpp b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoMaterialProperties.cpp index 84e67851499b3e363f8d3c7d4eb40e31623a9e68..5f26bac137338652d72831b02854e3f0761942f0 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoMaterialProperties.cpp +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoMaterialProperties.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoMaterialProperties.h b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoMaterialProperties.h index 1c3a23cbca5a1162491f0ad326a87b85b759271c..a87cefdc2b24682fd47df260ac1417fb0b38525d 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoMaterialProperties.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoMaterialProperties.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcess.cpp b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcess.cpp index 9b876e42f92312be042d2966d5e1fd9008e4c4ad..a6bb9b097b5f0e0159e45e836436d46803d950f2 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcess.cpp +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcess.h b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcess.h index ac06a3200e32d48b12d0ca8d5ca186d1540b659b..14b0b8d8f709e2727e9d05f6911abf5792eaed2f 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcess.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcessData.h b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcessData.h index 67c441fc4cdee3778a2e5b7ead36fa334b5b97ac..a9a43025f8c253c9f8e4e67e4e24b9e6bdbdaf62 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcessData.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Utils/ComputeResiduum.cpp b/ProcessLib/Utils/ComputeResiduum.cpp index 79b2d5b4a674e202c28a3cb94d7ead3e9ef2dcbe..d8ef38d460bc4fe2ccf362c4af632b017a9ef63a 100644 --- a/ProcessLib/Utils/ComputeResiduum.cpp +++ b/ProcessLib/Utils/ComputeResiduum.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Utils/ComputeResiduum.h b/ProcessLib/Utils/ComputeResiduum.h index 483466da0b5cf202e8b4033269fe6c8f5dc01d85..9c454adb1b33c0093d9b61c2ac7b50462f30ead3 100644 --- a/ProcessLib/Utils/ComputeResiduum.h +++ b/ProcessLib/Utils/ComputeResiduum.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Utils/CreateLocalAssemblers.h b/ProcessLib/Utils/CreateLocalAssemblers.h index 21305c00c2ed7b5944dd484d2ed22df93bd6b9d9..01a07203726fe0ebc15a358582aacf60953ed406 100644 --- a/ProcessLib/Utils/CreateLocalAssemblers.h +++ b/ProcessLib/Utils/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Utils/CreateLocalAssemblersTaylorHood.h b/ProcessLib/Utils/CreateLocalAssemblersTaylorHood.h index 138ad80a1671088841ef489ee2c7c0fdb66afed9..6a8ed3712ec36b7e1027f99f9e21ba2856696b7f 100644 --- a/ProcessLib/Utils/CreateLocalAssemblersTaylorHood.h +++ b/ProcessLib/Utils/CreateLocalAssemblersTaylorHood.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Utils/EnabledElements.h b/ProcessLib/Utils/EnabledElements.h index 6a5532ce6a6e1583eea53dacbb29972177d244a5..f6e305d0a6446784ba9112e4097f2bf609b4bffa 100644 --- a/ProcessLib/Utils/EnabledElements.h +++ b/ProcessLib/Utils/EnabledElements.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Utils/GenericLocalAssemblerFactory.h b/ProcessLib/Utils/GenericLocalAssemblerFactory.h index 54529f72dbde3065eab1605fb8a1a4a95074e744..ce5229ec01b20b7d8ea70a43086e1bcd6c871308 100644 --- a/ProcessLib/Utils/GenericLocalAssemblerFactory.h +++ b/ProcessLib/Utils/GenericLocalAssemblerFactory.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Utils/LocalAssemblerFactoryForDimGreaterEqualN.h b/ProcessLib/Utils/LocalAssemblerFactoryForDimGreaterEqualN.h index 3d9ed788c6e491f714eb60ea1089e4fcd43c632f..4057eb508ab0ed861d334f7d0c7ce60ee0291906 100644 --- a/ProcessLib/Utils/LocalAssemblerFactoryForDimGreaterEqualN.h +++ b/ProcessLib/Utils/LocalAssemblerFactoryForDimGreaterEqualN.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Utils/LocalAssemblerFactoryTaylorHood.h b/ProcessLib/Utils/LocalAssemblerFactoryTaylorHood.h index 1560c30771b18ac453e93a3bdc7a1d7209817d2e..137b7faa6f5ecec76203e79629a1ec2c0045757f 100644 --- a/ProcessLib/Utils/LocalAssemblerFactoryTaylorHood.h +++ b/ProcessLib/Utils/LocalAssemblerFactoryTaylorHood.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Utils/ProcessUtils.cpp b/ProcessLib/Utils/ProcessUtils.cpp index 44ac07452eeffe2e16bec0a8b0fb88a6ed3adc4b..1c3a726a805008cf25304548a6abfe3b9a5679df 100644 --- a/ProcessLib/Utils/ProcessUtils.cpp +++ b/ProcessLib/Utils/ProcessUtils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Utils/ProcessUtils.h b/ProcessLib/Utils/ProcessUtils.h index 04abc2fdde589898e1527f49d3b6e5be9dfd9ac9..c44900ac57ba4eea8a42b90f11966f379e2c204b 100644 --- a/ProcessLib/Utils/ProcessUtils.h +++ b/ProcessLib/Utils/ProcessUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Utils/SetIPDataInitialConditions.h b/ProcessLib/Utils/SetIPDataInitialConditions.h index 57e8ee9bdd5ac42e0621c7fe2ca2a15da444c2ca..c6188389811edc1fab9279021cf011e04c4f61a8 100644 --- a/ProcessLib/Utils/SetIPDataInitialConditions.h +++ b/ProcessLib/Utils/SetIPDataInitialConditions.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Utils/SetOrGetIntegrationPointData.h b/ProcessLib/Utils/SetOrGetIntegrationPointData.h index 1a9a2edb9d33216d13a100305affe063f7cf78b5..7c2c63aafda1d26d3fb51f1925766c609c27269c 100644 --- a/ProcessLib/Utils/SetOrGetIntegrationPointData.h +++ b/ProcessLib/Utils/SetOrGetIntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Utils/TransposeInPlace.h b/ProcessLib/Utils/TransposeInPlace.h index 1e3896fd592a8de1c61e83a14c51f203e32ca6d1..7e2750bb0b2fc51f8c71b05ba9851b657e24e84b 100644 --- a/ProcessLib/Utils/TransposeInPlace.h +++ b/ProcessLib/Utils/TransposeInPlace.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/VariableTransformation.h b/ProcessLib/VariableTransformation.h index a280679123d4f9f68ddea2ea6e801a23b2c7004d..41c36bab4675609e79817553e672bc81fbbc318e 100644 --- a/ProcessLib/VariableTransformation.h +++ b/ProcessLib/VariableTransformation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/VectorMatrixAssembler.cpp b/ProcessLib/VectorMatrixAssembler.cpp index ea0fc1f0debf322ebcf1f0e14d5c35281f8d2dc2..c49ece92442874130cfb48eaee00d8450eb67b6f 100644 --- a/ProcessLib/VectorMatrixAssembler.cpp +++ b/ProcessLib/VectorMatrixAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/VectorMatrixAssembler.h b/ProcessLib/VectorMatrixAssembler.h index 41c2103a0718307878160d82504bba2d76ebc771..d48633d97457de7fb058003eb7a4f8b1055ba657 100644 --- a/ProcessLib/VectorMatrixAssembler.h +++ b/ProcessLib/VectorMatrixAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/AutoCheckTools.h b/Tests/AutoCheckTools.h index a2c2f0931efaeba4d4a38bd515124024d73e31cf..cd85f8cc34d1fbaad06793a44cb02e07eb4e2201 100644 --- a/Tests/AutoCheckTools.h +++ b/Tests/AutoCheckTools.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestAlgorithm.cpp b/Tests/BaseLib/TestAlgorithm.cpp index 2be2488b3bf49e3d6fc7ea2955730155c8a78404..ecc005ea9f16fb4ffe51d555951cd955527a087d 100644 --- a/Tests/BaseLib/TestAlgorithm.cpp +++ b/Tests/BaseLib/TestAlgorithm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestConfigTree.cpp b/Tests/BaseLib/TestConfigTree.cpp index 5eced64883777f49424e384eb788e02b9f1f6275..c3b14d6199af4f40fcfd2bc0e41d4bc3ecd9c427 100644 --- a/Tests/BaseLib/TestConfigTree.cpp +++ b/Tests/BaseLib/TestConfigTree.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestConstructFormattedFileName.cpp b/Tests/BaseLib/TestConstructFormattedFileName.cpp index 802cc6ea66a49ec3df98e0c59d9b6715507f55e0..5a6a40fd407d9e2d224203e065ecc53ba3a01a8c 100644 --- a/Tests/BaseLib/TestConstructFormattedFileName.cpp +++ b/Tests/BaseLib/TestConstructFormattedFileName.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestContainerTools.cpp b/Tests/BaseLib/TestContainerTools.cpp index b3b7c3037621bb079167df68bc212556f76df5fc..ee0feb4a98059550f3909a93652dffd9a9331b39 100644 --- a/Tests/BaseLib/TestContainerTools.cpp +++ b/Tests/BaseLib/TestContainerTools.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestFilePathStringManipulation.cpp b/Tests/BaseLib/TestFilePathStringManipulation.cpp index 71cf1e492e46ebe201131314ec8fb16ce3f325b7..d790059ad57295ae67e4339b69b2b0d30ee7481b 100644 --- a/Tests/BaseLib/TestFilePathStringManipulation.cpp +++ b/Tests/BaseLib/TestFilePathStringManipulation.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestQuicksort.cpp b/Tests/BaseLib/TestQuicksort.cpp index 3ccf301282eede1ce32917bb5cf29dc604a0b049..2113e353b064326e12e279c2255081ae7217c2fe 100644 --- a/Tests/BaseLib/TestQuicksort.cpp +++ b/Tests/BaseLib/TestQuicksort.cpp @@ -5,7 +5,7 @@ * \brief Testing the specialized version of quicksort. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestReadStringListFromFile.cpp b/Tests/BaseLib/TestReadStringListFromFile.cpp index 877d7c89e0f94ce200ff54fa9f17cb30e64c941d..b29cb16ec77902514c531e4bf680774c0af65a24 100644 --- a/Tests/BaseLib/TestReadStringListFromFile.cpp +++ b/Tests/BaseLib/TestReadStringListFromFile.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestSplitMaterialIdString.cpp b/Tests/BaseLib/TestSplitMaterialIdString.cpp index f486beb36e8401f1e4a00c30e065f6b7b73f106a..4f540ce7488f953ad13c8af207ed8190058e85b8 100644 --- a/Tests/BaseLib/TestSplitMaterialIdString.cpp +++ b/Tests/BaseLib/TestSplitMaterialIdString.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestStringTools.cpp b/Tests/BaseLib/TestStringTools.cpp index 5d80dda7eb353c4c3e46b29311dea6879c470524..5c40113668ecab63fb1f2b043a90435d5531c9aa 100644 --- a/Tests/BaseLib/TestStringTools.cpp +++ b/Tests/BaseLib/TestStringTools.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestStrongType.cpp b/Tests/BaseLib/TestStrongType.cpp index b5c32b3d68610f24ff9922a31e4bd8c222c897e7..a3d1e8e99a76c732ed608c66cfa8210d0b116038 100644 --- a/Tests/BaseLib/TestStrongType.cpp +++ b/Tests/BaseLib/TestStrongType.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestTMP.cpp b/Tests/BaseLib/TestTMP.cpp index 2ab6989ca5669c8cdeccee4eaa6674ad0884c11b..8dacdb0ac6d8ed5b61c27541d059ca364a1edc15 100644 --- a/Tests/BaseLib/TestTMP.cpp +++ b/Tests/BaseLib/TestTMP.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestgetParenthesizedString.cpp b/Tests/BaseLib/TestgetParenthesizedString.cpp index 791639649fc870856361f8758193f58360a5d6e7..200b600a9c6e885fbb2c9790e31d4752db01a4ba 100644 --- a/Tests/BaseLib/TestgetParenthesizedString.cpp +++ b/Tests/BaseLib/TestgetParenthesizedString.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/Data/Parabolic/T/3D_3BHEs_array/bcs_tespy.py b/Tests/Data/Parabolic/T/3D_3BHEs_array/bcs_tespy.py index e0b87b5a866f8c40b8b83031fafbe305e993bbc8..fb824f82b09c0adee252cafd53f8f38ffe9eab95 100644 --- a/Tests/Data/Parabolic/T/3D_3BHEs_array/bcs_tespy.py +++ b/Tests/Data/Parabolic/T/3D_3BHEs_array/bcs_tespy.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) # Distributed under a Modified BSD License. # See accompanying file LICENSE.txt or # http://www.opengeosys.org/project/license diff --git a/Tests/Data/Parabolic/T/3D_3BHEs_array/bcs_tespy_closedloop.py b/Tests/Data/Parabolic/T/3D_3BHEs_array/bcs_tespy_closedloop.py index 3d41bf42d46fe514b407a2b6d59c83e303dbe710..630700f288adea3b16b1fffd350eb786231229f5 100644 --- a/Tests/Data/Parabolic/T/3D_3BHEs_array/bcs_tespy_closedloop.py +++ b/Tests/Data/Parabolic/T/3D_3BHEs_array/bcs_tespy_closedloop.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) # Distributed under a Modified BSD License. # See accompanying file LICENSE.txt or # http://www.opengeosys.org/project/license diff --git a/Tests/Data/Parabolic/T/3D_3BHEs_array/pre/3bhes.py b/Tests/Data/Parabolic/T/3D_3BHEs_array/pre/3bhes.py index 14e549fdf9bb8c9b2c26822327fd183aca4d7183..96a0c4efaec535499aeab66826689204ed5dd7e8 100644 --- a/Tests/Data/Parabolic/T/3D_3BHEs_array/pre/3bhes.py +++ b/Tests/Data/Parabolic/T/3D_3BHEs_array/pre/3bhes.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) # Distributed under a Modified BSD License. # See accompanying file LICENSE.txt or # http://www.opengeosys.org/project/license diff --git a/Tests/Data/Parabolic/T/3D_3BHEs_array/pre/3bhes_closedloop.py b/Tests/Data/Parabolic/T/3D_3BHEs_array/pre/3bhes_closedloop.py index 3e66edcf095a5b1f1ba71132bcfc1862ed26a889..ccead869936ed12cc407fc20ddb3b0489669c871 100644 --- a/Tests/Data/Parabolic/T/3D_3BHEs_array/pre/3bhes_closedloop.py +++ b/Tests/Data/Parabolic/T/3D_3BHEs_array/pre/3bhes_closedloop.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) # Distributed under a Modified BSD License. # See accompanying file LICENSE.txt or # http://www.opengeosys.org/project/license diff --git a/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/bcs_tespy_and_serverCommunication.py b/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/bcs_tespy_and_serverCommunication.py index 6591d9fd59535dbba26e4fb23ca1e355cbf1457f..d0ac5c8a57b47050148e1dcf48c4a41b21ab1811 100644 --- a/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/bcs_tespy_and_serverCommunication.py +++ b/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/bcs_tespy_and_serverCommunication.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) # Distributed under a Modified BSD License. # See accompanying file LICENSE.txt or # http://www.opengeosys.org/project/license diff --git a/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/pre/3bhes.py b/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/pre/3bhes.py index 14e549fdf9bb8c9b2c26822327fd183aca4d7183..96a0c4efaec535499aeab66826689204ed5dd7e8 100644 --- a/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/pre/3bhes.py +++ b/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/pre/3bhes.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) # Distributed under a Modified BSD License. # See accompanying file LICENSE.txt or # http://www.opengeosys.org/project/license diff --git a/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/pre/3bhes_closedloop.py b/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/pre/3bhes_closedloop.py index 3e66edcf095a5b1f1ba71132bcfc1862ed26a889..ccead869936ed12cc407fc20ddb3b0489669c871 100644 --- a/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/pre/3bhes_closedloop.py +++ b/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/pre/3bhes_closedloop.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) # Distributed under a Modified BSD License. # See accompanying file LICENSE.txt or # http://www.opengeosys.org/project/license diff --git a/Tests/Data/Parabolic/T/3D_Beier_sandbox_python_interface/simulationX_test.py b/Tests/Data/Parabolic/T/3D_Beier_sandbox_python_interface/simulationX_test.py index 2656742335b27c03567a6369892b148e0cf32fa0..9c69e02fc3b0568246e188e09c514b69ec7251da 100644 --- a/Tests/Data/Parabolic/T/3D_Beier_sandbox_python_interface/simulationX_test.py +++ b/Tests/Data/Parabolic/T/3D_Beier_sandbox_python_interface/simulationX_test.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) # Distributed under a Modified BSD License. # See accompanying file LICENSE.txt or # http://www.opengeosys.org/project/license diff --git a/Tests/FileIO/TestBoostGmlInterface.cpp b/Tests/FileIO/TestBoostGmlInterface.cpp index 7f705a3c0d15d83bed1fc50d1316030c0d6a91e1..1cde56848b1f6c6f93b9788f61e728fd236205a0 100644 --- a/Tests/FileIO/TestBoostGmlInterface.cpp +++ b/Tests/FileIO/TestBoostGmlInterface.cpp @@ -4,7 +4,7 @@ * \date 2016-02-16 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/FileIO/TestCsvReader.cpp b/Tests/FileIO/TestCsvReader.cpp index 7a591512d7ab6ca0cfdda9e16e4c5da09a4c05b4..4b4a3d410262ffc6b45bcdb30823c215dc05a4e2 100644 --- a/Tests/FileIO/TestCsvReader.cpp +++ b/Tests/FileIO/TestCsvReader.cpp @@ -4,7 +4,7 @@ * \date 2015-04-09 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/FileIO/TestCsvWriter.cpp b/Tests/FileIO/TestCsvWriter.cpp index aea56105973286db9a060f4e93416477a754b2ce..9d758e1ed9280cdf15db8e0b0baf0bd3cce9fe9a 100644 --- a/Tests/FileIO/TestCsvWriter.cpp +++ b/Tests/FileIO/TestCsvWriter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/FileIO/TestGmlInterface.h b/Tests/FileIO/TestGmlInterface.h index 1e1f2e715a23370fc120256a88d20becc8b05eaf..65cce3124687d84b88603d631b6278e5302b186f 100644 --- a/Tests/FileIO/TestGmlInterface.h +++ b/Tests/FileIO/TestGmlInterface.h @@ -4,7 +4,7 @@ * \date 2016-02-21 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/FileIO/TestGmsInterface.cpp b/Tests/FileIO/TestGmsInterface.cpp index 5d20fad875bf322daa384a64326ae1fc82d1baee..6dc2a0ddb0e4f87df1dd0f1e13c50f9ddf0c7a4d 100644 --- a/Tests/FileIO/TestGmsInterface.cpp +++ b/Tests/FileIO/TestGmsInterface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/FileIO/TestTetGenInterface.cpp b/Tests/FileIO/TestTetGenInterface.cpp index 88fdc137f3bef10433c7e1b21d4d9e420bb5d633..9ba98750cdcb1c307ed6e4ddc755ac16c1d5a945 100644 --- a/Tests/FileIO/TestTetGenInterface.cpp +++ b/Tests/FileIO/TestTetGenInterface.cpp @@ -4,7 +4,7 @@ * \date 2016-02-19 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/FileIO_Qt/TestFEFLOWInterface.cpp b/Tests/FileIO_Qt/TestFEFLOWInterface.cpp index 01c050a103fa7e44b6520172110c3cd4a28772f8..a73774a38889c4f020bf6ae85fd2d352928c6cda 100644 --- a/Tests/FileIO_Qt/TestFEFLOWInterface.cpp +++ b/Tests/FileIO_Qt/TestFEFLOWInterface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/FileIO_Qt/TestQtGmlInterface.cpp b/Tests/FileIO_Qt/TestQtGmlInterface.cpp index 4b54adf92588e4a1d5d4861d2f1b14d82ebfeb82..e53def46015d978201796ad3cc5bc8d313fd18ca 100644 --- a/Tests/FileIO_Qt/TestQtGmlInterface.cpp +++ b/Tests/FileIO_Qt/TestQtGmlInterface.cpp @@ -4,7 +4,7 @@ * \date 2013-03-20 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/FileIO_Qt/TestQtPrjInterface.cpp b/Tests/FileIO_Qt/TestQtPrjInterface.cpp index 30046c74da3350f510fe64325a8e4999528385d9..93d914e7236aca2a504a77b0b80afd7c7b98a4d7 100644 --- a/Tests/FileIO_Qt/TestQtPrjInterface.cpp +++ b/Tests/FileIO_Qt/TestQtPrjInterface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/FileIO_Qt/TestVtkRaster.cpp b/Tests/FileIO_Qt/TestVtkRaster.cpp index ddc107a8fca8f6e2a8ad8adcb705005b34ceb459..9da82f55b2d248aeb41404b8d23cf43a90c04139 100644 --- a/Tests/FileIO_Qt/TestVtkRaster.cpp +++ b/Tests/FileIO_Qt/TestVtkRaster.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/AutoCheckGenerators.cpp b/Tests/GeoLib/AutoCheckGenerators.cpp index 5123c44971806eba947f7df688a0f0b4dcc96a12..9c4d4549c76b02569f74f1d4aaee87006153e529 100644 --- a/Tests/GeoLib/AutoCheckGenerators.cpp +++ b/Tests/GeoLib/AutoCheckGenerators.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/AutoCheckGenerators.h b/Tests/GeoLib/AutoCheckGenerators.h index 2147daed96baa10d7650f5d6958afd49dea8c8f7..2fddbecaa4111517cd45d07d83b864cabd0a2a4f 100644 --- a/Tests/GeoLib/AutoCheckGenerators.h +++ b/Tests/GeoLib/AutoCheckGenerators.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/CreateTestPoints.cpp b/Tests/GeoLib/CreateTestPoints.cpp index 434169b069dfcd8a94244c5c4d7c5c956af72a9e..579dbb8eab90b9f4c2c280ef4dcb3bbed4e0805b 100644 --- a/Tests/GeoLib/CreateTestPoints.cpp +++ b/Tests/GeoLib/CreateTestPoints.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/CreateTestPoints.h b/Tests/GeoLib/CreateTestPoints.h index f4b3752d4d6fb7bd270f6df441d379cd8f54b2aa..1440edf184ec18356dc16722445b50c892fab1c5 100644 --- a/Tests/GeoLib/CreateTestPoints.h +++ b/Tests/GeoLib/CreateTestPoints.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/IO/TestGLIReader.cpp b/Tests/GeoLib/IO/TestGLIReader.cpp index 18781c26c746a0b1b30becb1c2fa5c8e79d408e0..9ee2c25eab9fd84202ad9c4aee5e1d82cedcf264 100644 --- a/Tests/GeoLib/IO/TestGLIReader.cpp +++ b/Tests/GeoLib/IO/TestGLIReader.cpp @@ -3,7 +3,7 @@ * \date 2014-10-14 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestAABB.cpp b/Tests/GeoLib/TestAABB.cpp index 032f88fa86e8070ac7d8485ff459a9cf6aea4224..2fb8c8dfed66fd10aa957224d27b21cbd04a6e45 100644 --- a/Tests/GeoLib/TestAABB.cpp +++ b/Tests/GeoLib/TestAABB.cpp @@ -5,7 +5,7 @@ * \brief Tests of AABB class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestBoundingSphere.cpp b/Tests/GeoLib/TestBoundingSphere.cpp index 665f357f996d7ed6974db94a52ba7c94140a8153..eac6a6410a854372b6450e45aedece4928b97c2a 100644 --- a/Tests/GeoLib/TestBoundingSphere.cpp +++ b/Tests/GeoLib/TestBoundingSphere.cpp @@ -4,7 +4,7 @@ * \date 2014-08-29 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestComputeAndInsertAllIntersectionPoints.cpp b/Tests/GeoLib/TestComputeAndInsertAllIntersectionPoints.cpp index 17d64ca7281a2578606d912635964532e4982e7d..c2b6ea8dd2dfa13f2a842db722d68c14152824b0 100644 --- a/Tests/GeoLib/TestComputeAndInsertAllIntersectionPoints.cpp +++ b/Tests/GeoLib/TestComputeAndInsertAllIntersectionPoints.cpp @@ -3,7 +3,7 @@ * \date 2014-05-09 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestComputeRotationMatrix.cpp b/Tests/GeoLib/TestComputeRotationMatrix.cpp index 646afa738edc6da664afdc03f9e7c38bab6d0a42..490dd700c8ec872fe77595d82a6b9925c87219a6 100644 --- a/Tests/GeoLib/TestComputeRotationMatrix.cpp +++ b/Tests/GeoLib/TestComputeRotationMatrix.cpp @@ -3,7 +3,7 @@ * \date 2015-04-23 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestCreatePolyline.cpp b/Tests/GeoLib/TestCreatePolyline.cpp index 31ca838503fb79140da980d2ff0c2974f8ee91a6..ea0c7272eb4195dfe257926e226ab98cb6d98515 100644 --- a/Tests/GeoLib/TestCreatePolyline.cpp +++ b/Tests/GeoLib/TestCreatePolyline.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestDuplicateGeometry.cpp b/Tests/GeoLib/TestDuplicateGeometry.cpp index e7e2cf8645a14965164370f9a9891116aa648ba2..a3a63a9c799a528477374854084df1aed8bee7a1 100644 --- a/Tests/GeoLib/TestDuplicateGeometry.cpp +++ b/Tests/GeoLib/TestDuplicateGeometry.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestEquidistantPointGeneration.cpp b/Tests/GeoLib/TestEquidistantPointGeneration.cpp index 42bf605b3270d809af6d2a9daa2d7a3de8e71b42..20fabb3e6e0b28c9362089e2fc8cbfbfb1a33c02 100644 --- a/Tests/GeoLib/TestEquidistantPointGeneration.cpp +++ b/Tests/GeoLib/TestEquidistantPointGeneration.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestGEOObjectsMerge.cpp b/Tests/GeoLib/TestGEOObjectsMerge.cpp index 59e924b34c3dbaabf62aaed93e8be63df6d2a256..4b0f2ee707108629a2d8064b3d6cc894f8241c3b 100644 --- a/Tests/GeoLib/TestGEOObjectsMerge.cpp +++ b/Tests/GeoLib/TestGEOObjectsMerge.cpp @@ -4,7 +4,7 @@ * \date May 21, 2013 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestGrid.cpp b/Tests/GeoLib/TestGrid.cpp index a9d010b445d496d3c9e0d27a14348de9ba807956..ce993a1eadb59b9bd57f96cf89980dbf455fc76a 100644 --- a/Tests/GeoLib/TestGrid.cpp +++ b/Tests/GeoLib/TestGrid.cpp @@ -5,7 +5,7 @@ * \brief Tests for class GeoLib::Grid. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestLineSegmentIntersect.cpp b/Tests/GeoLib/TestLineSegmentIntersect.cpp index 0c6a53684043b3b327ddb4bf0a94a1487f2f4e55..b78fff1ae1c1802aa9a483262430c2b5e55370c7 100644 --- a/Tests/GeoLib/TestLineSegmentIntersect.cpp +++ b/Tests/GeoLib/TestLineSegmentIntersect.cpp @@ -3,7 +3,7 @@ * \date Dec 2, 2013 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestLineSegmentIntersect2d.cpp b/Tests/GeoLib/TestLineSegmentIntersect2d.cpp index f8f18e6c8bca3d7ff4f23f4aac6b8e01d2270d42..d4fc8012e6cc9b210589d55b0462851a1784bc74 100644 --- a/Tests/GeoLib/TestLineSegmentIntersect2d.cpp +++ b/Tests/GeoLib/TestLineSegmentIntersect2d.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestMarkUsedPoints.cpp b/Tests/GeoLib/TestMarkUsedPoints.cpp index 97ba6ea3f3cbc66b1c5c561b03a701fa7d85aa91..e04ae2d4cf428eb06351af8232514fde92ea54e5 100644 --- a/Tests/GeoLib/TestMarkUsedPoints.cpp +++ b/Tests/GeoLib/TestMarkUsedPoints.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestOctTree.cpp b/Tests/GeoLib/TestOctTree.cpp index 30bb1bcc3d29ed8e7ad88910b872d6209acee102..e4c4b9bba0f54e9f821aba350db6fcfe7a1174ad 100644 --- a/Tests/GeoLib/TestOctTree.cpp +++ b/Tests/GeoLib/TestOctTree.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestParallel.cpp b/Tests/GeoLib/TestParallel.cpp index 62a68d7da8ca5dcbc6003f3290ad0858f0c93358..6580effa8d133a034ed3212a9835e1cf539faa6d 100644 --- a/Tests/GeoLib/TestParallel.cpp +++ b/Tests/GeoLib/TestParallel.cpp @@ -3,7 +3,7 @@ * \date Feb 26, 2014 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestPointToStationConversion.cpp b/Tests/GeoLib/TestPointToStationConversion.cpp index 4ff9da685549f1fd44044c83c928036bc8fc0ac6..7e93adf45638dc998c0d274f803e78785d369e3d 100644 --- a/Tests/GeoLib/TestPointToStationConversion.cpp +++ b/Tests/GeoLib/TestPointToStationConversion.cpp @@ -3,7 +3,7 @@ * \brief Tests for geoPointsToStations() * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestPointVec.cpp b/Tests/GeoLib/TestPointVec.cpp index ac5c257ba701f1fe886c7a7675c3304a59500c37..77fa4f203564d4d36f5f767dbce856587b8b1703 100644 --- a/Tests/GeoLib/TestPointVec.cpp +++ b/Tests/GeoLib/TestPointVec.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestPointsOnAPlane.cpp b/Tests/GeoLib/TestPointsOnAPlane.cpp index e8abf901e4c5c590036add07f5af6774e421b8a3..4b064cfd0a6b18e78b284e2f8af59c4aa8deaa8a 100644 --- a/Tests/GeoLib/TestPointsOnAPlane.cpp +++ b/Tests/GeoLib/TestPointsOnAPlane.cpp @@ -4,7 +4,7 @@ * \date 2014-02-26 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestPolygon.cpp b/Tests/GeoLib/TestPolygon.cpp index 3a57a218ba3d54a726fee4d39ad415af658fe60a..8b898de06be9de0fdd97d07291e019fbe198e201 100644 --- a/Tests/GeoLib/TestPolygon.cpp +++ b/Tests/GeoLib/TestPolygon.cpp @@ -4,7 +4,7 @@ * \brief Test functionality of class Polygon. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestPolyline.cpp b/Tests/GeoLib/TestPolyline.cpp index e7088bea04e2e99d10022f31b0a168f8c7d7aa68..27d8c9860f878f2e3202ee6c13aad38f4b38a2e1 100644 --- a/Tests/GeoLib/TestPolyline.cpp +++ b/Tests/GeoLib/TestPolyline.cpp @@ -4,7 +4,7 @@ * \date Jan 7, 2013 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestRaster.cpp b/Tests/GeoLib/TestRaster.cpp index 23ff82004a0de1b12c18734622c35187ddc58a5b..2fb0b7fc83b84d2a4d535c8e5c75d14e2d4b17cf 100644 --- a/Tests/GeoLib/TestRaster.cpp +++ b/Tests/GeoLib/TestRaster.cpp @@ -3,7 +3,7 @@ * \brief Tests of Raster class. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestResetPointIDs.cpp b/Tests/GeoLib/TestResetPointIDs.cpp index 526074d63be2e7c872adcc7de4b8728005f1ecfd..b78eb2b7c3608ab332ccd614eea21ccff8a417de 100644 --- a/Tests/GeoLib/TestResetPointIDs.cpp +++ b/Tests/GeoLib/TestResetPointIDs.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestSimplePolygonTree.cpp b/Tests/GeoLib/TestSimplePolygonTree.cpp index 589309367bcf36e021c48a9b62b1d09cff0dcbae..623725050f04b7b53c9d957fe0b76895de040dce 100644 --- a/Tests/GeoLib/TestSimplePolygonTree.cpp +++ b/Tests/GeoLib/TestSimplePolygonTree.cpp @@ -4,7 +4,7 @@ * \brief Test functionality of class SimplePolygonTree. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestSortSegments.cpp b/Tests/GeoLib/TestSortSegments.cpp index 3670709b82bfb5d5441f07e39d3a963e4a1be73a..200b283d7b450ca09854c362bae6eb91ca28be14 100644 --- a/Tests/GeoLib/TestSortSegments.cpp +++ b/Tests/GeoLib/TestSortSegments.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestSurfaceIsPointInSurface.cpp b/Tests/GeoLib/TestSurfaceIsPointInSurface.cpp index 34a7d6a86239591d87f4c6070ce210facc26418c..d1b81f509c640cca40da2cf3d75cde6a3ce95611 100644 --- a/Tests/GeoLib/TestSurfaceIsPointInSurface.cpp +++ b/Tests/GeoLib/TestSurfaceIsPointInSurface.cpp @@ -3,7 +3,7 @@ * \brief Tests for GeoLib::Surface::isPntInSfc() * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/CheckParamPassingMFront.cpp b/Tests/MaterialLib/CheckParamPassingMFront.cpp index 20f82ca7b7ce0feb8a2811f2b18d2eaafffc440d..d9ef2df7220e2eb4a4eae7e8663815202d170f05 100644 --- a/Tests/MaterialLib/CheckParamPassingMFront.cpp +++ b/Tests/MaterialLib/CheckParamPassingMFront.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/CheckStiffnessMatrixMFront.cpp b/Tests/MaterialLib/CheckStiffnessMatrixMFront.cpp index 76e961ecc55f19a440e1a70fbad328ae492e918e..2af9d71d8919146e4f955a50ccb9ebfdb38b75f5 100644 --- a/Tests/MaterialLib/CheckStiffnessMatrixMFront.cpp +++ b/Tests/MaterialLib/CheckStiffnessMatrixMFront.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/MFront/MFront.cpp b/Tests/MaterialLib/MFront/MFront.cpp index 1a3f866796c031788e8c7a5980cc4255805b17db..269d34daf985e384236fb618c0733ffab4ddc0c0 100644 --- a/Tests/MaterialLib/MFront/MFront.cpp +++ b/Tests/MaterialLib/MFront/MFront.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/OGSMFrontTestVariables.h b/Tests/MaterialLib/OGSMFrontTestVariables.h index c212b8c21767e81e205d89ed9eace17cc88cb8b1..0cd566da2028dd592e5b5f068b7bf57bdc855991 100644 --- a/Tests/MaterialLib/OGSMFrontTestVariables.h +++ b/Tests/MaterialLib/OGSMFrontTestVariables.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/OgsToMFrontConversion.cpp b/Tests/MaterialLib/OgsToMFrontConversion.cpp index 5b1c7a4cc93af8bae19d1d5bed0f3382a1a38eeb..390bf0b32fdbce722abb6715cd5118cdf9f4dcfd 100644 --- a/Tests/MaterialLib/OgsToMFrontConversion.cpp +++ b/Tests/MaterialLib/OgsToMFrontConversion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp b/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp index fbdad462eeff91a7fb17cf2d437353e54a8814bf..136912025b3e44225688ce0e4ce9bc8bd772f80a 100644 --- a/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp +++ b/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp b/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp index 59c7e019a62dfb4cc81aa62f7635f66a01ea18b7..7a720b78a259d835b32599953d504e006b08adcf 100644 --- a/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp +++ b/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestEffectiveThermalConductivityPorosityMixing.cpp b/Tests/MaterialLib/TestEffectiveThermalConductivityPorosityMixing.cpp index 80e70a68fd5eb9e75b68822f93d0c18b963e2f6b..93d29f1832cd23ba65174ce12aea0b700f536a40 100644 --- a/Tests/MaterialLib/TestEffectiveThermalConductivityPorosityMixing.cpp +++ b/Tests/MaterialLib/TestEffectiveThermalConductivityPorosityMixing.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestFluidDensity.cpp b/Tests/MaterialLib/TestFluidDensity.cpp index 9b8d1069b7623b49f5cccc3d72c97c700664a403..7c64d20a1e438aa02fe70507963a844c6f3cc034 100644 --- a/Tests/MaterialLib/TestFluidDensity.cpp +++ b/Tests/MaterialLib/TestFluidDensity.cpp @@ -6,7 +6,7 @@ \date Jan 2015 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestFluidProperties.cpp b/Tests/MaterialLib/TestFluidProperties.cpp index bf3bfbe9b8f0f63f0575dbd2b8335a28b1790182..fc5a0c4fd5d708aff6e9eac153722f52656cc676 100644 --- a/Tests/MaterialLib/TestFluidProperties.cpp +++ b/Tests/MaterialLib/TestFluidProperties.cpp @@ -3,7 +3,7 @@ * \brief Test the creator of FluidProperties * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp b/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp index 4ca2620e65f4878032a2183193642646ebf5f362..0fc75f5c445b194ddb95fd21bd0917137f5cce0a 100644 --- a/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp +++ b/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp b/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp index 91822756b1a0b7291fe36132e9971c3ccb3a6959..3527040eacdddac501c4ff06959e09815351a314 100644 --- a/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp +++ b/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestFluidViscosity.cpp b/Tests/MaterialLib/TestFluidViscosity.cpp index 9960103d5863d0dc7fae9d4b09ec61be7e626f47..eb0515a912dc7a9aa35b768f1bdd48efff1a179a 100644 --- a/Tests/MaterialLib/TestFluidViscosity.cpp +++ b/Tests/MaterialLib/TestFluidViscosity.cpp @@ -3,7 +3,7 @@ * \brief Test viscosity models * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestFractureModels.cpp b/Tests/MaterialLib/TestFractureModels.cpp index 09558415f71379c611a40b5b0c54601d4a2566f1..be619799aa542912ad9bed16fe4c9521cbdb34d4 100644 --- a/Tests/MaterialLib/TestFractureModels.cpp +++ b/Tests/MaterialLib/TestFractureModels.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestGasPressureDependentPermeability.cpp b/Tests/MaterialLib/TestGasPressureDependentPermeability.cpp index a4ac3f1eaab82c7aadca2dc9b5ccc391906a0b22..8ea5b381a7f30df66b841dd3af787d3bf6bd6b88 100644 --- a/Tests/MaterialLib/TestGasPressureDependentPermeability.cpp +++ b/Tests/MaterialLib/TestGasPressureDependentPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPL.cpp b/Tests/MaterialLib/TestMPL.cpp index 025dfccc2f914a6199ac2e360da70dd9dbc8a2eb..eced67d167f2448d0933402adc83f7cc27727f3c 100644 --- a/Tests/MaterialLib/TestMPL.cpp +++ b/Tests/MaterialLib/TestMPL.cpp @@ -4,7 +4,7 @@ * \date Oct 22, 2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPL.h b/Tests/MaterialLib/TestMPL.h index 27feb46b6e76869a1297ffde3c527b27f05e2c38..facbc179fbed8dffbdc97f5eba3e704c7d3ac667 100644 --- a/Tests/MaterialLib/TestMPL.h +++ b/Tests/MaterialLib/TestMPL.h @@ -4,7 +4,7 @@ * \date Oct 22, 2018 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLAverageMolarMass.cpp b/Tests/MaterialLib/TestMPLAverageMolarMass.cpp index 121bbd8cae717654c89b4de7457cdc18d6e237e4..ec83a037248d343e2dced2f8bc24ebab7e7d3388 100644 --- a/Tests/MaterialLib/TestMPLAverageMolarMass.cpp +++ b/Tests/MaterialLib/TestMPLAverageMolarMass.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLCapillaryPressureRegularizedVanGenuchten.cpp b/Tests/MaterialLib/TestMPLCapillaryPressureRegularizedVanGenuchten.cpp index 6b7274cd3e0e0d466a185676ebd854e52a632654..4daf789131e52b62c1d698c121592014932c3ac4 100644 --- a/Tests/MaterialLib/TestMPLCapillaryPressureRegularizedVanGenuchten.cpp +++ b/Tests/MaterialLib/TestMPLCapillaryPressureRegularizedVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLCapillaryPressureVanGenuchten.cpp b/Tests/MaterialLib/TestMPLCapillaryPressureVanGenuchten.cpp index 53095f214eebae8084a61c8adaf0c800d530afe1..c5cfb8f6518b4ee9c2efa7f7711ec8fbe6a1dddb 100644 --- a/Tests/MaterialLib/TestMPLCapillaryPressureVanGenuchten.cpp +++ b/Tests/MaterialLib/TestMPLCapillaryPressureVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLClausiusClapeyron.cpp b/Tests/MaterialLib/TestMPLClausiusClapeyron.cpp index 4ca5ff977046cc74c6408156b1c5644feb1e0b23..3b39b4e09e370e64f8621c1275631c08c443906c 100644 --- a/Tests/MaterialLib/TestMPLClausiusClapeyron.cpp +++ b/Tests/MaterialLib/TestMPLClausiusClapeyron.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLConvertProperties.cpp b/Tests/MaterialLib/TestMPLConvertProperties.cpp index f877ab748c56c852d00ecec0b79e7cf0908d1619..070cb25e2840658ca76145bf77aa1dc0f0a13157 100644 --- a/Tests/MaterialLib/TestMPLConvertProperties.cpp +++ b/Tests/MaterialLib/TestMPLConvertProperties.cpp @@ -4,7 +4,7 @@ * \date Sep 22, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLCubicLawPermeability.cpp b/Tests/MaterialLib/TestMPLCubicLawPermeability.cpp index 69a7c54a066fd20dff899ab74304731c03b462aa..4aa8dd7271afd9a66a0f797c57a1adb835b3c646 100644 --- a/Tests/MaterialLib/TestMPLCubicLawPermeability.cpp +++ b/Tests/MaterialLib/TestMPLCubicLawPermeability.cpp @@ -3,7 +3,7 @@ \brief Test class for cubic law permeability model. \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLExponential.cpp b/Tests/MaterialLib/TestMPLExponential.cpp index 718880244873468a3f048b7f8736f365bbb8d2e4..ce440def630f1806f87f5a27edb39bb5d776a185 100644 --- a/Tests/MaterialLib/TestMPLExponential.cpp +++ b/Tests/MaterialLib/TestMPLExponential.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLIdealGasLaw.cpp b/Tests/MaterialLib/TestMPLIdealGasLaw.cpp index 539c71051740eaf152a702d5618cd607893d3c7c..622d110c5a58beeeb30e0e16623410ab5dcccb2b 100644 --- a/Tests/MaterialLib/TestMPLIdealGasLaw.cpp +++ b/Tests/MaterialLib/TestMPLIdealGasLaw.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLIdealGasLawBinaryMixture.cpp b/Tests/MaterialLib/TestMPLIdealGasLawBinaryMixture.cpp index acd6606ce3b6cad0cc5163324ba0ddcb828958fd..55e9e46b603678ef9c8f01a6d3309ab9ecafbf11 100644 --- a/Tests/MaterialLib/TestMPLIdealGasLawBinaryMixture.cpp +++ b/Tests/MaterialLib/TestMPLIdealGasLawBinaryMixture.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLLinear.cpp b/Tests/MaterialLib/TestMPLLinear.cpp index 3e80f03aeef9ae639d83110df3b39fded785a197..f17775a3e8b31ce19ee805d6ace1eda297fe391e 100644 --- a/Tests/MaterialLib/TestMPLLinear.cpp +++ b/Tests/MaterialLib/TestMPLLinear.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLLinearSaturationSwellingStress.cpp b/Tests/MaterialLib/TestMPLLinearSaturationSwellingStress.cpp index 9875292d10b145d344260050168b5c9865b11c1a..458f2eb05e5efdf504dc2b772b4b62f01d510c97 100644 --- a/Tests/MaterialLib/TestMPLLinearSaturationSwellingStress.cpp +++ b/Tests/MaterialLib/TestMPLLinearSaturationSwellingStress.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLParseMaterial.cpp b/Tests/MaterialLib/TestMPLParseMaterial.cpp index a93ac0c9692f369ad402d43246ca30e034077881..39b8324b53e9e52e30e2e0b0643c5fe7c36ba07e 100644 --- a/Tests/MaterialLib/TestMPLParseMaterial.cpp +++ b/Tests/MaterialLib/TestMPLParseMaterial.cpp @@ -4,7 +4,7 @@ * \date Sep 22, 2017 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLPermeabilityMohrCoulombFailureIndexModel.cpp b/Tests/MaterialLib/TestMPLPermeabilityMohrCoulombFailureIndexModel.cpp index cc9ce8a73db4f70b120e919ebd6d8d2c767e1ffe..8174d22e0a8c8f79677ae4bacd04419b9bdc94cc 100644 --- a/Tests/MaterialLib/TestMPLPermeabilityMohrCoulombFailureIndexModel.cpp +++ b/Tests/MaterialLib/TestMPLPermeabilityMohrCoulombFailureIndexModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLPermeabilityVermaPruessModel.cpp b/Tests/MaterialLib/TestMPLPermeabilityVermaPruessModel.cpp index dcf28f6f9200d3b5860ef7c2bb1a59341123ae47..5213a61196af62e78180fa489055dc2ceb2f85d6 100644 --- a/Tests/MaterialLib/TestMPLPermeabilityVermaPruessModel.cpp +++ b/Tests/MaterialLib/TestMPLPermeabilityVermaPruessModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLProperty.cpp b/Tests/MaterialLib/TestMPLProperty.cpp index c6f1b9bf7c446a1f60f6d2d8c5671c3ebf5818fc..569490e87b02bf9b543dc40f1687f38979719204 100644 --- a/Tests/MaterialLib/TestMPLProperty.cpp +++ b/Tests/MaterialLib/TestMPLProperty.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLRelPermBrooksCorey.cpp b/Tests/MaterialLib/TestMPLRelPermBrooksCorey.cpp index 0969fec37851f9b8aaf7ceb894988e24073f9176..890bff4253a7ca742b60d94ec45c320f2e9a5e00 100644 --- a/Tests/MaterialLib/TestMPLRelPermBrooksCorey.cpp +++ b/Tests/MaterialLib/TestMPLRelPermBrooksCorey.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLRelPermBrooksCoreyNonwettingPhase.cpp b/Tests/MaterialLib/TestMPLRelPermBrooksCoreyNonwettingPhase.cpp index 77c9cde5ac5433e4562a06e787d9f7ad9c042308..0b4ea00c25fd16fbcc86b87ec140cb453ca391b6 100644 --- a/Tests/MaterialLib/TestMPLRelPermBrooksCoreyNonwettingPhase.cpp +++ b/Tests/MaterialLib/TestMPLRelPermBrooksCoreyNonwettingPhase.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLRelPermLiakopoulos.cpp b/Tests/MaterialLib/TestMPLRelPermLiakopoulos.cpp index f46e2d3896d4073a0c6908abf2c9b09f49e2f1a6..4e34a41877d6940dc0facb9ece120366fd78e457 100644 --- a/Tests/MaterialLib/TestMPLRelPermLiakopoulos.cpp +++ b/Tests/MaterialLib/TestMPLRelPermLiakopoulos.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLRelPermNonWettingPhaseVanGenuchtenMualem.cpp b/Tests/MaterialLib/TestMPLRelPermNonWettingPhaseVanGenuchtenMualem.cpp index 1e1fad5d72abcc864a175d25f7b5dd5f0b6a12b8..d9a3905473b1fa440727c1ada296d36d4a4bf91e 100644 --- a/Tests/MaterialLib/TestMPLRelPermNonWettingPhaseVanGenuchtenMualem.cpp +++ b/Tests/MaterialLib/TestMPLRelPermNonWettingPhaseVanGenuchtenMualem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLRelPermUdell.cpp b/Tests/MaterialLib/TestMPLRelPermUdell.cpp index 02c34a43444ab0fbbc5c9ad90e750bc167db1d99..bf6e002079ce60d7d29211dfbe99559a38501538 100644 --- a/Tests/MaterialLib/TestMPLRelPermUdell.cpp +++ b/Tests/MaterialLib/TestMPLRelPermUdell.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLRelPermUdellNonwettingPhase.cpp b/Tests/MaterialLib/TestMPLRelPermUdellNonwettingPhase.cpp index ed1770800b71c4d062f5a4a4d313677c53f63b4c..36cb6aa0d62d8584b9f811ec1ba81d9ea0238fdc 100644 --- a/Tests/MaterialLib/TestMPLRelPermUdellNonwettingPhase.cpp +++ b/Tests/MaterialLib/TestMPLRelPermUdellNonwettingPhase.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLRelPermVanGenuchten.cpp b/Tests/MaterialLib/TestMPLRelPermVanGenuchten.cpp index 6694c753f596b4a193df1ddf47f271c49578c101..c569120243b17241d465383d902abdfb0d3deef0 100644 --- a/Tests/MaterialLib/TestMPLRelPermVanGenuchten.cpp +++ b/Tests/MaterialLib/TestMPLRelPermVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLSaturationBrooksCorey.cpp b/Tests/MaterialLib/TestMPLSaturationBrooksCorey.cpp index 47df2fc6c195302dc8b8d3eb6e9052aa761d21d7..d1a333068b4f19871c21d09573879d69516d952d 100644 --- a/Tests/MaterialLib/TestMPLSaturationBrooksCorey.cpp +++ b/Tests/MaterialLib/TestMPLSaturationBrooksCorey.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLSaturationExponential.cpp b/Tests/MaterialLib/TestMPLSaturationExponential.cpp index 19600012d58e7b8d47877936df80a9a3e0377d49..8c13c3ffeacc24e307e2c8ee3a65adbb52fd3e90 100644 --- a/Tests/MaterialLib/TestMPLSaturationExponential.cpp +++ b/Tests/MaterialLib/TestMPLSaturationExponential.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLSaturationLiakopoulos.cpp b/Tests/MaterialLib/TestMPLSaturationLiakopoulos.cpp index 30573da889025efeeb086740ee1a7537ba777b57..6befc39d8d26cf8a054a873998014874eebcd33b 100644 --- a/Tests/MaterialLib/TestMPLSaturationLiakopoulos.cpp +++ b/Tests/MaterialLib/TestMPLSaturationLiakopoulos.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLSaturationVanGenuchten.cpp b/Tests/MaterialLib/TestMPLSaturationVanGenuchten.cpp index 4c481ef97c1628a57f0e8f89ecbe65b206513d60..32b0e4bdd6a184fbf583423ffbb84965787d927e 100644 --- a/Tests/MaterialLib/TestMPLSaturationVanGenuchten.cpp +++ b/Tests/MaterialLib/TestMPLSaturationVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLSaturationVanGenuchtenWithVolumetricStrain.cpp b/Tests/MaterialLib/TestMPLSaturationVanGenuchtenWithVolumetricStrain.cpp index 0215523343b2f167b0354626b6cbdac9404b0800..9aaded1408a101752415a831e61a1532039029d4 100644 --- a/Tests/MaterialLib/TestMPLSaturationVanGenuchtenWithVolumetricStrain.cpp +++ b/Tests/MaterialLib/TestMPLSaturationVanGenuchtenWithVolumetricStrain.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLSaturationWeightedThermalConductivity.cpp b/Tests/MaterialLib/TestMPLSaturationWeightedThermalConductivity.cpp index 3f6d47e3d67ebf8703ad26dd1154e0b9d00ccf31..a18f29a40d580485a6fe92f0d92e7484d6609bdb 100644 --- a/Tests/MaterialLib/TestMPLSaturationWeightedThermalConductivity.cpp +++ b/Tests/MaterialLib/TestMPLSaturationWeightedThermalConductivity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLVapourDiffusionFEBEX.cpp b/Tests/MaterialLib/TestMPLVapourDiffusionFEBEX.cpp index 0c1aa4b1b51f5a824cc09100674f22c39d0236ad..8234cacb27effb47ebbf01a5ffb331f92e97b997 100644 --- a/Tests/MaterialLib/TestMPLVapourDiffusionFEBEX.cpp +++ b/Tests/MaterialLib/TestMPLVapourDiffusionFEBEX.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLVapourDiffusionPMQ.cpp b/Tests/MaterialLib/TestMPLVapourDiffusionPMQ.cpp index 4982f8a425774f8f205b6791d316d9f61662dcb4..5ff9dab6bac84aa5f9d45492ccff882887c7243e 100644 --- a/Tests/MaterialLib/TestMPLVapourDiffusionPMQ.cpp +++ b/Tests/MaterialLib/TestMPLVapourDiffusionPMQ.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLWaterDensity.cpp b/Tests/MaterialLib/TestMPLWaterDensity.cpp index 2854acd17dd62b1963a9a52ea931617fd90e660d..4b3e115907e156b8be6c0423e687b736897f58e9 100644 --- a/Tests/MaterialLib/TestMPLWaterDensity.cpp +++ b/Tests/MaterialLib/TestMPLWaterDensity.cpp @@ -6,7 +6,7 @@ \date Jan 2015 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLWaterDensityIAPWSIF97Region4.cpp b/Tests/MaterialLib/TestMPLWaterDensityIAPWSIF97Region4.cpp index 740ea3b4e1b4fac579ff44796286f4769ceec8f8..9206e3ad29dfa2b7c758c043dff7578c6e8c882e 100644 --- a/Tests/MaterialLib/TestMPLWaterDensityIAPWSIF97Region4.cpp +++ b/Tests/MaterialLib/TestMPLWaterDensityIAPWSIF97Region4.cpp @@ -6,7 +6,7 @@ \date March 2023 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLWaterEnthalpyIAPWSIF97Region1.cpp b/Tests/MaterialLib/TestMPLWaterEnthalpyIAPWSIF97Region1.cpp index ded58fb4aad8788e86325844759e21c22c7c8386..67f25719158189b4487f32ce13845a0673debad9 100644 --- a/Tests/MaterialLib/TestMPLWaterEnthalpyIAPWSIF97Region1.cpp +++ b/Tests/MaterialLib/TestMPLWaterEnthalpyIAPWSIF97Region1.cpp @@ -6,7 +6,7 @@ \date March 2023 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLWaterEnthalpyIAPWSIF97Region4.cpp b/Tests/MaterialLib/TestMPLWaterEnthalpyIAPWSIF97Region4.cpp index 8d6a9e312dc4e6897811118ede05d0435144ec59..2f9a3b543b1eebdac210e0ab8c7bba623c82e250 100644 --- a/Tests/MaterialLib/TestMPLWaterEnthalpyIAPWSIF97Region4.cpp +++ b/Tests/MaterialLib/TestMPLWaterEnthalpyIAPWSIF97Region4.cpp @@ -6,7 +6,7 @@ \date March 2023 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLWaterSaturationTemperature.cpp b/Tests/MaterialLib/TestMPLWaterSaturationTemperature.cpp index c2787c9c65476cbbb8f6e623c3bfb1a06da45f5e..fa0ea4563721d41d7529f31ed4fe81462938e68d 100644 --- a/Tests/MaterialLib/TestMPLWaterSaturationTemperature.cpp +++ b/Tests/MaterialLib/TestMPLWaterSaturationTemperature.cpp @@ -6,7 +6,7 @@ \date March 2023 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLWaterTemperatureIAPWSIF97Region1.cpp b/Tests/MaterialLib/TestMPLWaterTemperatureIAPWSIF97Region1.cpp index 7ab230d16e2144c92a45a073838ed24ead206c84..123c45b4ce61ba227f39de19cf67c7fd937562b0 100644 --- a/Tests/MaterialLib/TestMPLWaterTemperatureIAPWSIF97Region1.cpp +++ b/Tests/MaterialLib/TestMPLWaterTemperatureIAPWSIF97Region1.cpp @@ -6,7 +6,7 @@ \date March 2023 \copyright - Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLWaterThermalConductivity.cpp b/Tests/MaterialLib/TestMPLWaterThermalConductivity.cpp index e5ff82e0396d89e1089c62df54a09637f9e837dd..8acda4fc2bbda3114c5baf800992fd23ea9bdec2 100644 --- a/Tests/MaterialLib/TestMPLWaterThermalConductivity.cpp +++ b/Tests/MaterialLib/TestMPLWaterThermalConductivity.cpp @@ -3,7 +3,7 @@ * \brief Test thermal conductivity of water IAPWS97 model * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLWaterVapourDensity.cpp b/Tests/MaterialLib/TestMPLWaterVapourDensity.cpp index ada9e5882bc2fe89c75bbf0141efd4c64e4d98eb..16bde0ae8a8f2bfcf0ec709906f6b0c76f7012cb 100644 --- a/Tests/MaterialLib/TestMPLWaterVapourDensity.cpp +++ b/Tests/MaterialLib/TestMPLWaterVapourDensity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLWaterVapourLatentHeat.cpp b/Tests/MaterialLib/TestMPLWaterVapourLatentHeat.cpp index 85103641c93b5e93fabefa9488a60ac7bbacc957..904b021a1f8caf81ad26ce0c948c53b944f85ec2 100644 --- a/Tests/MaterialLib/TestMPLWaterVapourLatentHeat.cpp +++ b/Tests/MaterialLib/TestMPLWaterVapourLatentHeat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLWaterVapourLatentHeatWithCriticalTemperature.cpp b/Tests/MaterialLib/TestMPLWaterVapourLatentHeatWithCriticalTemperature.cpp index 949b6489bb228db976fe49f461a20a864fdc5c36..108bd9765fa7377c3462b8aa470e5901d16e484a 100644 --- a/Tests/MaterialLib/TestMPLWaterVapourLatentHeatWithCriticalTemperature.cpp +++ b/Tests/MaterialLib/TestMPLWaterVapourLatentHeatWithCriticalTemperature.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestMPLWaterViscosity.cpp b/Tests/MaterialLib/TestMPLWaterViscosity.cpp index 9a9a9183aad6437bcd0bfb98fe5287ea0b4399fc..bbda0c1b2b85bf94da309bcd1d1930faa5984621 100644 --- a/Tests/MaterialLib/TestMPLWaterViscosity.cpp +++ b/Tests/MaterialLib/TestMPLWaterViscosity.cpp @@ -3,7 +3,7 @@ * \brief Test viscosity models * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestRelativePermeabilityModel.cpp b/Tests/MaterialLib/TestRelativePermeabilityModel.cpp index 71c9a23caf3f1fe3ea39a4b381a226d6a208cd87..ce65c351a5cd2d2b32b0ff8b2f90dc9e77f694a9 100644 --- a/Tests/MaterialLib/TestRelativePermeabilityModel.cpp +++ b/Tests/MaterialLib/TestRelativePermeabilityModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestSpecificHeatCapacityWithLatentHeat.cpp b/Tests/MaterialLib/TestSpecificHeatCapacityWithLatentHeat.cpp index 4fd74d5a48f0e5386e8c8682ff62c441964b0600..ac170f00cc310f1b26a3afa0b86c6e7d2016594b 100644 --- a/Tests/MaterialLib/TestSpecificHeatCapacityWithLatentHeat.cpp +++ b/Tests/MaterialLib/TestSpecificHeatCapacityWithLatentHeat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestStrainDependentPermeability.cpp b/Tests/MaterialLib/TestStrainDependentPermeability.cpp index a3ec058ac460f9022d61faa0c3b2319880e79d12..afacff3478220b0bb8edc2a43fd8dbdfdaa80ad5 100644 --- a/Tests/MaterialLib/TestStrainDependentPermeability.cpp +++ b/Tests/MaterialLib/TestStrainDependentPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestTangentOperatorBlocksView.cpp b/Tests/MaterialLib/TestTangentOperatorBlocksView.cpp index 5cbd6f4a88a537dc81dfe4c6695e3c47f3259210..b03829abb44c152fb600509f39d4d48d385e18b1 100644 --- a/Tests/MaterialLib/TestTangentOperatorBlocksView.cpp +++ b/Tests/MaterialLib/TestTangentOperatorBlocksView.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestTemperatureDependentFraction.cpp b/Tests/MaterialLib/TestTemperatureDependentFraction.cpp index 057ef0b9532e8e9cbec79339bd66eee6fae1d7c9..6152f0539b063a99293d5b3da1ebe42e7532d25f 100644 --- a/Tests/MaterialLib/TestTemperatureDependentFraction.cpp +++ b/Tests/MaterialLib/TestTemperatureDependentFraction.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestThermodynamicForcesView.cpp b/Tests/MaterialLib/TestThermodynamicForcesView.cpp index 716da2326fc286dcdf223886bdb79640592ac7af..423129c9f46955a06c0b2f31f9263b531a3b3601 100644 --- a/Tests/MaterialLib/TestThermodynamicForcesView.cpp +++ b/Tests/MaterialLib/TestThermodynamicForcesView.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/TestVolumeFractionAverage.cpp b/Tests/MaterialLib/TestVolumeFractionAverage.cpp index 24cb64bdb31a65ca01e883e278568081f26418b2..8606de69d86fde8633d3f4fa8fcdc76ea966070c 100644 --- a/Tests/MaterialLib/TestVolumeFractionAverage.cpp +++ b/Tests/MaterialLib/TestVolumeFractionAverage.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MaterialLib/ThermoporoelasticityMFront.cpp b/Tests/MaterialLib/ThermoporoelasticityMFront.cpp index 6019f0f75565f173d03e360ee8e71337ad630360..8d841442345e5b71597d98b44147735c2c9c4e6f 100644 --- a/Tests/MaterialLib/ThermoporoelasticityMFront.cpp +++ b/Tests/MaterialLib/ThermoporoelasticityMFront.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/EigenBlockMatrixView.cpp b/Tests/MathLib/EigenBlockMatrixView.cpp index 5bd37b43d3d9e88400251a4a300bb80cba287f9a..5d3da77375ddb05b2668638bfa5d6c634f38c5da 100644 --- a/Tests/MathLib/EigenBlockMatrixView.cpp +++ b/Tests/MathLib/EigenBlockMatrixView.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/KelvinVector.cpp b/Tests/MathLib/KelvinVector.cpp index 03aec990ef02cbf66d3b881e28fd5aaa957aecb4..cbfcdb60b9a4cfc3b87ba5d7fd0a640bf1296013 100644 --- a/Tests/MathLib/KelvinVector.cpp +++ b/Tests/MathLib/KelvinVector.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/PointUtils.h b/Tests/MathLib/PointUtils.h index 7a2f36c2370c77d2db1def6a33f589b14a83902d..b6381d86c867a21fb394f638571070c6d7f0b7d3 100644 --- a/Tests/MathLib/PointUtils.h +++ b/Tests/MathLib/PointUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/Polynomials.h b/Tests/MathLib/Polynomials.h index d2c17d00ae9eaafeff29603eefa54db2a27d8168..ea9417796615aeb69746d3848d4feecb0875652c 100644 --- a/Tests/MathLib/Polynomials.h +++ b/Tests/MathLib/Polynomials.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/SimpleTestsPoint3d.cpp b/Tests/MathLib/SimpleTestsPoint3d.cpp index 802d7d74a16f8a812784b5f72ae2db75af5e528c..d025fc046cebbd32df29c97778f98eada5ce5ad1 100644 --- a/Tests/MathLib/SimpleTestsPoint3d.cpp +++ b/Tests/MathLib/SimpleTestsPoint3d.cpp @@ -3,7 +3,7 @@ * \date Mar 13, 2014 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestDividedByPlane.cpp b/Tests/MathLib/TestDividedByPlane.cpp index 4954507bea716b21c50bb51c4321e00235f2d110..3039445f45c4ee3636431d946e61031593b993bd 100644 --- a/Tests/MathLib/TestDividedByPlane.cpp +++ b/Tests/MathLib/TestDividedByPlane.cpp @@ -4,7 +4,7 @@ * \date 2014-02-26 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestEigenCSR.cpp b/Tests/MathLib/TestEigenCSR.cpp index 9b49abee35aaefc57f5f78e03b9bd8cc518ca627..13660a22eeb8dfadf80beafdeb047b678065ea3f 100644 --- a/Tests/MathLib/TestEigenCSR.cpp +++ b/Tests/MathLib/TestEigenCSR.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestFormattingUtils.cpp b/Tests/MathLib/TestFormattingUtils.cpp index dbb746989849b5410930471eb6ffd3c7e83efc19..f3f06ecf7d68d8d01eea4fa76fba9eec9445f58a 100644 --- a/Tests/MathLib/TestFormattingUtils.cpp +++ b/Tests/MathLib/TestFormattingUtils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestGaussLegendreIntegration.cpp b/Tests/MathLib/TestGaussLegendreIntegration.cpp index 1a0d35ab17795ecac093a7c862853be155053811..dee9b2534d449323f033e6263c48c49bbb933338 100644 --- a/Tests/MathLib/TestGaussLegendreIntegration.cpp +++ b/Tests/MathLib/TestGaussLegendreIntegration.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestGlobalMatrixInterface.cpp b/Tests/MathLib/TestGlobalMatrixInterface.cpp index 99af7fd551c926b7a3789b1e440e77166b1bf8f6..d266ef9e77aa4d46f8849085656fe003471767e5 100644 --- a/Tests/MathLib/TestGlobalMatrixInterface.cpp +++ b/Tests/MathLib/TestGlobalMatrixInterface.cpp @@ -6,7 +6,7 @@ * \brief Interface tests of global matrix classes * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestGlobalVectorInterface.cpp b/Tests/MathLib/TestGlobalVectorInterface.cpp index 3b67a4878fb5ddff7ccf26487054985c04658e35..755cf570945ab224380a7353f6ba31bd6633afac 100644 --- a/Tests/MathLib/TestGlobalVectorInterface.cpp +++ b/Tests/MathLib/TestGlobalVectorInterface.cpp @@ -6,7 +6,7 @@ * \brief Interface tests of global vector classes * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestIntegration.cpp b/Tests/MathLib/TestIntegration.cpp index b7c21a2e20baac8a372dffef59bb8aa22ca20c23..8894c60bd5aeb4dc1b66607ffb014cbbbbd941b8 100644 --- a/Tests/MathLib/TestIntegration.cpp +++ b/Tests/MathLib/TestIntegration.cpp @@ -4,7 +4,7 @@ * \date 2013-08-29 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestIsPointInTriangle.cpp b/Tests/MathLib/TestIsPointInTriangle.cpp index 5d92e73362c59e0a9cfd78bb239f7aaaaf1bf588..7adf7c5aec2881db64214dea157e38d3fd6c4a97 100644 --- a/Tests/MathLib/TestIsPointInTriangle.cpp +++ b/Tests/MathLib/TestIsPointInTriangle.cpp @@ -3,7 +3,7 @@ * \date 2014-05-27 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestLinearSolver.cpp b/Tests/MathLib/TestLinearSolver.cpp index 5594ed3c43e9a05dbfe7ebb9c1d259233afd90a1..a1ca549f600b169bbbd5b49cd6de52ae234fc442 100644 --- a/Tests/MathLib/TestLinearSolver.cpp +++ b/Tests/MathLib/TestLinearSolver.cpp @@ -6,7 +6,7 @@ * \brief Implementation tests. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestNonlinear1D.cpp b/Tests/MathLib/TestNonlinear1D.cpp index e82e76d3b6959814cb25e2049dee551452f52bbf..78f64384fec3528175e7914cf2b4d199b70dc743 100644 --- a/Tests/MathLib/TestNonlinear1D.cpp +++ b/Tests/MathLib/TestNonlinear1D.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestODESolver.cpp b/Tests/MathLib/TestODESolver.cpp index 4e429c56c638f3120fc5cd88ba01d2ef3adee370..d3534ec9215c58fce1edf863f7da0b27e014aa8e 100644 --- a/Tests/MathLib/TestODESolver.cpp +++ b/Tests/MathLib/TestODESolver.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestPiecewiseLinearCurve.cpp b/Tests/MathLib/TestPiecewiseLinearCurve.cpp index d33baff271853e9d65f57607dbd0e6aa702ebe31..d2a9004734b7a840899133a5229387e700336cb7 100644 --- a/Tests/MathLib/TestPiecewiseLinearCurve.cpp +++ b/Tests/MathLib/TestPiecewiseLinearCurve.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestPiecewiseLinearInterpolation.cpp b/Tests/MathLib/TestPiecewiseLinearInterpolation.cpp index c1674f32cb73bbc285469d10413ef868ad7fbd5b..d86a629128db05a29d5e5a1bd1209c6b0b7f5bc4 100644 --- a/Tests/MathLib/TestPiecewiseLinearInterpolation.cpp +++ b/Tests/MathLib/TestPiecewiseLinearInterpolation.cpp @@ -4,7 +4,7 @@ * \date Feb 12, 2013 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestPoint3d.cpp b/Tests/MathLib/TestPoint3d.cpp index eb12d1a72794c73be47de7abaf9c52bef50a5975..f8cdfcea070ba1ae3b8da63b130b14ea1ebb2d48 100644 --- a/Tests/MathLib/TestPoint3d.cpp +++ b/Tests/MathLib/TestPoint3d.cpp @@ -4,7 +4,7 @@ * \date Nov 8, 2012 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestPoint3dWithID.cpp b/Tests/MathLib/TestPoint3dWithID.cpp index 3869d0e518bb4aba8e5ee85dbdc92045c8f107ff..ee2a349a99e77487c6035d6b8dde9e07e14d105c 100644 --- a/Tests/MathLib/TestPoint3dWithID.cpp +++ b/Tests/MathLib/TestPoint3dWithID.cpp @@ -3,7 +3,7 @@ * \date 2015-05-21 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestWeightedPoint.cpp b/Tests/MathLib/TestWeightedPoint.cpp index 37c9ef06cb1078e245f4ee94278500bad42d578c..34feec4afea93f9f1671551d56970a79bfbd4796 100644 --- a/Tests/MathLib/TestWeightedPoint.cpp +++ b/Tests/MathLib/TestWeightedPoint.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshGeoToolsLib/TestConstructAdditionalMeshesFromGeoObjects.cpp b/Tests/MeshGeoToolsLib/TestConstructAdditionalMeshesFromGeoObjects.cpp index 9f158d233143ef71abb165141030c53992afde33..84f63e30ad0c84655d9898c74e645cd38f64bc48 100644 --- a/Tests/MeshGeoToolsLib/TestConstructAdditionalMeshesFromGeoObjects.cpp +++ b/Tests/MeshGeoToolsLib/TestConstructAdditionalMeshesFromGeoObjects.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshGeoToolsLib/TestEarClipping.cpp b/Tests/MeshGeoToolsLib/TestEarClipping.cpp index 8a61514385b566d48f66a7e33de771984b42c04e..5e77ee0a4afbb50e0a982dd099e8b83b64d0663d 100644 --- a/Tests/MeshGeoToolsLib/TestEarClipping.cpp +++ b/Tests/MeshGeoToolsLib/TestEarClipping.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshGeoToolsLib/TestGeoMapper.cpp b/Tests/MeshGeoToolsLib/TestGeoMapper.cpp index d6c6e64ede34051aca8458863b99efd8a5b816ed..04bbc0c69d563078e97de837cd83b15f53abdd52 100644 --- a/Tests/MeshGeoToolsLib/TestGeoMapper.cpp +++ b/Tests/MeshGeoToolsLib/TestGeoMapper.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/ConvertToLinearMesh.cpp b/Tests/MeshLib/ConvertToLinearMesh.cpp index 0d6da4ec1d9a8b7f667c3f1cb07f32f8a8fe7a2a..3f84bcdf1e0859d96dc4be248883f7b5af364dc7 100644 --- a/Tests/MeshLib/ConvertToLinearMesh.cpp +++ b/Tests/MeshLib/ConvertToLinearMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/ElementUtils.h b/Tests/MeshLib/ElementUtils.h index 407f605577cdf75ee102bb7194c5a415d704fa2b..a37476a5df032bd2475fd0a234635301564c48e1 100644 --- a/Tests/MeshLib/ElementUtils.h +++ b/Tests/MeshLib/ElementUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/MeshProperties.cpp b/Tests/MeshLib/MeshProperties.cpp index 240d69f62b801da721b89d1fb69670166b58dc81..0110aa6d9e2ab2b496ed77552624dc0d6c87cb51 100644 --- a/Tests/MeshLib/MeshProperties.cpp +++ b/Tests/MeshLib/MeshProperties.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestAddLayerToMesh.cpp b/Tests/MeshLib/TestAddLayerToMesh.cpp index 62b4425b7fb6e63bf30228fc9ed8ead7284e521b..80dff5ca83e7510c6bb97f103afb505abcd65462 100644 --- a/Tests/MeshLib/TestAddLayerToMesh.cpp +++ b/Tests/MeshLib/TestAddLayerToMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestBoundaryElementSearch.cpp b/Tests/MeshLib/TestBoundaryElementSearch.cpp index 43be495464b18d985d0981022e1a8d4a34638ff0..de5f4e93a45cbbf7acaee3e759363fad91b0a087 100644 --- a/Tests/MeshLib/TestBoundaryElementSearch.cpp +++ b/Tests/MeshLib/TestBoundaryElementSearch.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestCoordinatesMappingLocal.cpp b/Tests/MeshLib/TestCoordinatesMappingLocal.cpp index 18562229a41220952f92e2b244929c12d0418da1..708f52848bf48c01135bf7613f82fac12e2c3200 100644 --- a/Tests/MeshLib/TestCoordinatesMappingLocal.cpp +++ b/Tests/MeshLib/TestCoordinatesMappingLocal.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestCreateMaterialIDsBasedSubMesh.cpp b/Tests/MeshLib/TestCreateMaterialIDsBasedSubMesh.cpp index a84bb4f6514ed1310c1540af03c10949b576aa16..e9565809f43739502260008d6ecedad025d6a801 100644 --- a/Tests/MeshLib/TestCreateMaterialIDsBasedSubMesh.cpp +++ b/Tests/MeshLib/TestCreateMaterialIDsBasedSubMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestCreateQuadraticOrderMesh.cpp b/Tests/MeshLib/TestCreateQuadraticOrderMesh.cpp index bda046cf575012b4680edee43f0237959d6fbc59..5f1df3fb0f90d96be8660713b4e034e2a083c1f1 100644 --- a/Tests/MeshLib/TestCreateQuadraticOrderMesh.cpp +++ b/Tests/MeshLib/TestCreateQuadraticOrderMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestDuplicate.cpp b/Tests/MeshLib/TestDuplicate.cpp index ee6139a77e8bf0799835c8afefc5d3083bd2f799..3f7aeb9e3c6c03927deb05f52944ccf3ad955cef 100644 --- a/Tests/MeshLib/TestDuplicate.cpp +++ b/Tests/MeshLib/TestDuplicate.cpp @@ -5,7 +5,7 @@ * \brief Tests for Duplicate functions * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestElementConstants.cpp b/Tests/MeshLib/TestElementConstants.cpp index b0e30868827aed76589746c41b15c744890aaa7e..189e6da59d81788ecef86b1e1a5562dbf16ec8a3 100644 --- a/Tests/MeshLib/TestElementConstants.cpp +++ b/Tests/MeshLib/TestElementConstants.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestElementStatus.cpp b/Tests/MeshLib/TestElementStatus.cpp index 762ae7eb5fc2b7cd4c10315c055f47f0ad8db9da..e6a4737f4e22aa9bdd7f3d0366695eb2090d057d 100644 --- a/Tests/MeshLib/TestElementStatus.cpp +++ b/Tests/MeshLib/TestElementStatus.cpp @@ -5,7 +5,7 @@ * \brief Tests for ElementStatus class * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestFindElementsWithinRadius.cpp b/Tests/MeshLib/TestFindElementsWithinRadius.cpp index 31b396cac3310e2b6bfb781c8f307792e5e4ae1f..68bcdd9fdbe8080c4c5b51710c5ff85f0ef4163f 100644 --- a/Tests/MeshLib/TestFindElementsWithinRadius.cpp +++ b/Tests/MeshLib/TestFindElementsWithinRadius.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestFlipElements.cpp b/Tests/MeshLib/TestFlipElements.cpp index e25809ceba63c33731440f0efe1deb4e06bf9381..7a089ef42ea92e6632459ed07eb4a288425fbb10 100644 --- a/Tests/MeshLib/TestFlipElements.cpp +++ b/Tests/MeshLib/TestFlipElements.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestGetElementRotationMatrices.cpp b/Tests/MeshLib/TestGetElementRotationMatrices.cpp index 5ed4c81eb4d51fa80c6d16cf02ad6f797439b425..ff90d26f1221e2263a32d879d0b12d2e1a0a6f43 100644 --- a/Tests/MeshLib/TestGetElementRotationMatrices.cpp +++ b/Tests/MeshLib/TestGetElementRotationMatrices.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestGetMeshElementsForMaterialIDs.cpp b/Tests/MeshLib/TestGetMeshElementsForMaterialIDs.cpp index 14749d0e8828ed9ad392ca373e92808dbf86b244..4ddc1ce157143e33bd8704a5295db64a7cc9dbcb 100644 --- a/Tests/MeshLib/TestGetMeshElementsForMaterialIDs.cpp +++ b/Tests/MeshLib/TestGetMeshElementsForMaterialIDs.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestGetSpaceDimension.cpp b/Tests/MeshLib/TestGetSpaceDimension.cpp index 3de6ae0cc22dd93f2730d45f484a505853938595..5845c27190a86726b8c1533df9633fb05071d5ca 100644 --- a/Tests/MeshLib/TestGetSpaceDimension.cpp +++ b/Tests/MeshLib/TestGetSpaceDimension.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestHexQualityCriteria.cpp b/Tests/MeshLib/TestHexQualityCriteria.cpp index a91c6bd0683edeaf19f3da9868013ea2a0e8f3b9..ee4b9f9be1f7470473539729864a78853663fe0e 100644 --- a/Tests/MeshLib/TestHexQualityCriteria.cpp +++ b/Tests/MeshLib/TestHexQualityCriteria.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestIs2DMeshOnRotatedVerticalPlane.cpp b/Tests/MeshLib/TestIs2DMeshOnRotatedVerticalPlane.cpp index 5bc4ddeeedb6aa09ce5b3e8281ac65d4e9e18473..c0682903951954331cc132cc1055a403cdc1cdc8 100644 --- a/Tests/MeshLib/TestIs2DMeshOnRotatedVerticalPlane.cpp +++ b/Tests/MeshLib/TestIs2DMeshOnRotatedVerticalPlane.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestLineMesh.cpp b/Tests/MeshLib/TestLineMesh.cpp index 2c70a8c50b762297d79a8573c10b7afc8e34f836..feaaa0718c6de6f8b6edb19435f67454fc596c0d 100644 --- a/Tests/MeshLib/TestLineMesh.cpp +++ b/Tests/MeshLib/TestLineMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestMapBulkElementPoint.cpp b/Tests/MeshLib/TestMapBulkElementPoint.cpp index be4c514fbfc0e17d50ffd248db6777c157dcb011..4fe44b7a7d9d7affbce2807958fca486d66df95d 100644 --- a/Tests/MeshLib/TestMapBulkElementPoint.cpp +++ b/Tests/MeshLib/TestMapBulkElementPoint.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestMeshGenerator.cpp b/Tests/MeshLib/TestMeshGenerator.cpp index 112388761ea91360579917a93fc648c95150fd3b..167e0db79342c1e661ef42056ab31ffe9bf5666d 100644 --- a/Tests/MeshLib/TestMeshGenerator.cpp +++ b/Tests/MeshLib/TestMeshGenerator.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestMeshNodeSearch.cpp b/Tests/MeshLib/TestMeshNodeSearch.cpp index b3ae3767fc80edbb4b7abc25696da2b42a5c8b8f..7a0d0586812668361fb9306745bdadb8075618c8 100644 --- a/Tests/MeshLib/TestMeshNodeSearch.cpp +++ b/Tests/MeshLib/TestMeshNodeSearch.cpp @@ -4,7 +4,7 @@ * \brief Test the implementation of class MeshNodeSearch. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestMeshRevision.cpp b/Tests/MeshLib/TestMeshRevision.cpp index 3e7f90bdd5b3cff48ba05068cccb30d883b75465..fd84c377f937ac90e9d2499a4fd07caab372f161 100644 --- a/Tests/MeshLib/TestMeshRevision.cpp +++ b/Tests/MeshLib/TestMeshRevision.cpp @@ -5,7 +5,7 @@ * \brief Tests for MeshRevision class * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestMeshValidation.cpp b/Tests/MeshLib/TestMeshValidation.cpp index ee3d4cd1d5635ef2ab0db1277b844c8a23708864..852f5eaf0b251dcb339279725a5092d578c91216 100644 --- a/Tests/MeshLib/TestMeshValidation.cpp +++ b/Tests/MeshLib/TestMeshValidation.cpp @@ -5,7 +5,7 @@ * \brief Tests for MeshRevision class * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestMoveMeshNodes.cpp b/Tests/MeshLib/TestMoveMeshNodes.cpp index 807c50583d6dcedb70658b3d190652952e1294a4..57e9d936d634f4bfb3abe068c4dec6584a5fd922 100644 --- a/Tests/MeshLib/TestMoveMeshNodes.cpp +++ b/Tests/MeshLib/TestMoveMeshNodes.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestNodeAdjacencyTable.cpp b/Tests/MeshLib/TestNodeAdjacencyTable.cpp index 893ff6bbadf9cf88b89f88161393797af1887894..4f5f32b34b9580e49a329adfb69b164225c2a477 100644 --- a/Tests/MeshLib/TestNodeAdjacencyTable.cpp +++ b/Tests/MeshLib/TestNodeAdjacencyTable.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestNodeSearch.cpp b/Tests/MeshLib/TestNodeSearch.cpp index ecf195cbdc13d1fdaa66259f84aeb30a35253b9e..63ab136a254cc9213c450d03322a1d556e98e108 100644 --- a/Tests/MeshLib/TestNodeSearch.cpp +++ b/Tests/MeshLib/TestNodeSearch.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestPntInElement.cpp b/Tests/MeshLib/TestPntInElement.cpp index a10855934cffeef3681e3a9dbc870766432f3de4..cf2070c64c25ea99ccdadb63c710d6df44b2e0b2 100644 --- a/Tests/MeshLib/TestPntInElement.cpp +++ b/Tests/MeshLib/TestPntInElement.cpp @@ -5,7 +5,7 @@ * \brief Tests for check if a point is located inside an element * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestPrismQualityCriteria.cpp b/Tests/MeshLib/TestPrismQualityCriteria.cpp index 09eaaea94fed519d7779198c465445958f091418..881d5644149645f0276cdee7a2baa14e41ccec36 100644 --- a/Tests/MeshLib/TestPrismQualityCriteria.cpp +++ b/Tests/MeshLib/TestPrismQualityCriteria.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestPyramidQualityCriteria.cpp b/Tests/MeshLib/TestPyramidQualityCriteria.cpp index 7e6bf5a17ce7d0d7ee773cd4149252c932171027..aaf1574bc678af98d9128e7871156cd2cfc3ed72 100644 --- a/Tests/MeshLib/TestPyramidQualityCriteria.cpp +++ b/Tests/MeshLib/TestPyramidQualityCriteria.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestQuadMesh.cpp b/Tests/MeshLib/TestQuadMesh.cpp index 405b5948fcf460c3b62840e1c88f08fe07433f2d..5c59eaa81577d203e23a1716a937552d94b28679 100644 --- a/Tests/MeshLib/TestQuadMesh.cpp +++ b/Tests/MeshLib/TestQuadMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestQuadQualityCriteria.cpp b/Tests/MeshLib/TestQuadQualityCriteria.cpp index 33ba36fdfce7eca884ba7edb83a34d5b687dbe9b..b1572fe5f8bf448121961adfe35b8467f0d8dbe0 100644 --- a/Tests/MeshLib/TestQuadQualityCriteria.cpp +++ b/Tests/MeshLib/TestQuadQualityCriteria.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestRasterDataToMesh.cpp b/Tests/MeshLib/TestRasterDataToMesh.cpp index 71ac0afb0d72b7314f15e0ec7bfbaa3b7ac8df80..2d077e50d7c17cb811ac791795d1699ed841eca9 100644 --- a/Tests/MeshLib/TestRasterDataToMesh.cpp +++ b/Tests/MeshLib/TestRasterDataToMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestRasterToMesh.cpp b/Tests/MeshLib/TestRasterToMesh.cpp index 8f84cd22f9eacd9c68d5d15b85b29f478bb38e0a..1dc1a24ef48668e97feb66652c43c697ea2f5c08 100644 --- a/Tests/MeshLib/TestRasterToMesh.cpp +++ b/Tests/MeshLib/TestRasterToMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestRemove.cpp b/Tests/MeshLib/TestRemove.cpp index 6697090ba6ca0faef158a205a6e37da977028baa..65a57c6e0a0204398ed4774fc1c74cd198f60bc4 100644 --- a/Tests/MeshLib/TestRemove.cpp +++ b/Tests/MeshLib/TestRemove.cpp @@ -5,7 +5,7 @@ * \brief Tests for Duplicate functions * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestSurfaceNormals.cpp b/Tests/MeshLib/TestSurfaceNormals.cpp index e442112739dc43544468d77056d16112f77a93b1..5d6142b97b721e55028d24ae0dc2dd6a52f5bbba 100644 --- a/Tests/MeshLib/TestSurfaceNormals.cpp +++ b/Tests/MeshLib/TestSurfaceNormals.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestTetQualityCriteria.cpp b/Tests/MeshLib/TestTetQualityCriteria.cpp index ad6ad77fa8203d2c3b3793116b086ef20ffa63ce..4af1e19668fa39ad137ee9bb2bd5bc9bc51b523a 100644 --- a/Tests/MeshLib/TestTetQualityCriteria.cpp +++ b/Tests/MeshLib/TestTetQualityCriteria.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestTriLineMesh.cpp b/Tests/MeshLib/TestTriLineMesh.cpp index 83f0288b804b09f8974d50b054bc92c31607162c..ba522c76ee1ea03acfe7a07699ce690f81a1df1b 100644 --- a/Tests/MeshLib/TestTriLineMesh.cpp +++ b/Tests/MeshLib/TestTriLineMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestTriQualityCriteria.cpp b/Tests/MeshLib/TestTriQualityCriteria.cpp index 512ba4b8fe116737f3433ab35adf9915c4691417..245db1d0e5ad87e89de7ec257a76f8c8c3f33ca0 100644 --- a/Tests/MeshLib/TestTriQualityCriteria.cpp +++ b/Tests/MeshLib/TestTriQualityCriteria.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestUniqueMeshId.cpp b/Tests/MeshLib/TestUniqueMeshId.cpp index 5890b7531990fa4fb664bb41c834c6f59370bf1c..692c0c3f51b6404702e160f13fa2fc8d7f7f2a11 100644 --- a/Tests/MeshLib/TestUniqueMeshId.cpp +++ b/Tests/MeshLib/TestUniqueMeshId.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestVtkMappedMeshSource.cpp b/Tests/MeshLib/TestVtkMappedMeshSource.cpp index 4ad4ddf5362aed9dc3085f8dfa57f9d25c2b5b52..401b479607669d28c0ffbf6b51e2f8a8e011c011 100644 --- a/Tests/MeshLib/TestVtkMappedMeshSource.cpp +++ b/Tests/MeshLib/TestVtkMappedMeshSource.cpp @@ -5,7 +5,7 @@ * \brief Unit tests for In-Situ mesh source * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestVtkMappedPropertyVector.cpp b/Tests/MeshLib/TestVtkMappedPropertyVector.cpp index 2123141fcfab87112a2367bfa62d64101aadff8a..b6e82d2253127dc55f65accc5a6ecb040ceab7af 100644 --- a/Tests/MeshLib/TestVtkMappedPropertyVector.cpp +++ b/Tests/MeshLib/TestVtkMappedPropertyVector.cpp @@ -5,7 +5,7 @@ * \brief Unit tests for In-Situ data arrays * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestVtkMeshConverter.cpp b/Tests/MeshLib/TestVtkMeshConverter.cpp index 8566df65396a8e1822a7c80f529131532b362918..d92032a4a61e3df3559b99c2f69fd6d41df73740 100644 --- a/Tests/MeshLib/TestVtkMeshConverter.cpp +++ b/Tests/MeshLib/TestVtkMeshConverter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestVtkMeshNodalCoordinatesTemplate.cpp b/Tests/MeshLib/TestVtkMeshNodalCoordinatesTemplate.cpp index f987eb6e9706b3e1f6639b2bc07dc502c7022b7e..f8e8b7230b4005a5c9c9808ae82479645143eb1a 100644 --- a/Tests/MeshLib/TestVtkMeshNodalCoordinatesTemplate.cpp +++ b/Tests/MeshLib/TestVtkMeshNodalCoordinatesTemplate.cpp @@ -5,7 +5,7 @@ * \brief Unit tests for In-Situ mesh nodes * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestgetMaxiumElementEdgeLengths.cpp b/Tests/MeshLib/TestgetMaxiumElementEdgeLengths.cpp index 23becc155c349d2db0a3e6ece818389fdf3e4fde..f29fdab554d1192f582411ab241fc9be14bcd911 100644 --- a/Tests/MeshLib/TestgetMaxiumElementEdgeLengths.cpp +++ b/Tests/MeshLib/TestgetMaxiumElementEdgeLengths.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/UnitCube.h b/Tests/MeshLib/UnitCube.h index bbef1eee4eff43b60c3d83ab2c9a43d95306de32..6a9461914d265635d0559e7ca9a3328f998ae87b 100644 --- a/Tests/MeshLib/UnitCube.h +++ b/Tests/MeshLib/UnitCube.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshToolsLib/TestGetNumberOfVoxelPerDimension.cpp b/Tests/MeshToolsLib/TestGetNumberOfVoxelPerDimension.cpp index 3d49aeace8cc600195caad18afa9f35e24d3b6dd..48a6dce9e6e06b13213daf8abf8a392b60272ee4 100644 --- a/Tests/MeshToolsLib/TestGetNumberOfVoxelPerDimension.cpp +++ b/Tests/MeshToolsLib/TestGetNumberOfVoxelPerDimension.cpp @@ -4,7 +4,7 @@ * \brief Tests for getNumberOfVoxelPerDimension() * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshToolsLib/TestZeroMeshFieldDataByMaterialIDs.cpp b/Tests/MeshToolsLib/TestZeroMeshFieldDataByMaterialIDs.cpp index 54d9882a56e86dab03c93ab89048eb966d3fa59c..a71d4309857af524bb5a6b5157b1da3516e9b553 100644 --- a/Tests/MeshToolsLib/TestZeroMeshFieldDataByMaterialIDs.cpp +++ b/Tests/MeshToolsLib/TestZeroMeshFieldDataByMaterialIDs.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h b/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h index 54485ce8a3e5a056deec16797a609517b0b5f2ef..192d1963aa25e4b9928eadc9a78c9b678579700a 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h b/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h index 3811a9f1b69b8cdc24b7fab50e29d39a3aa01b72..de3271e8e7c187aa12432caf832e0ba83125c799 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/CoordinatesMappingTestData/TestLine3.h b/Tests/NumLib/CoordinatesMappingTestData/TestLine3.h index cbdc3b40c2053ac1ad90701ff86e887ddea08a01..d1fe7d4ff5e6b85ff40dc7a75df5be513256277d 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestLine3.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestLine3.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h b/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h index b736e3de65f95c9795eeda5ada4f23aaba0bce11..7a790f72bfc5d96771aa83921a06d8db55c9326c 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h b/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h index e2845d2354cc28049c84df46c93af974b1d0672f..a7c57256d050920c61110dfb36881e93b662e594 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/MatrixTools.h b/Tests/NumLib/FeTestData/MatrixTools.h index 96aebc78ce57de675a1060bbda04ef7fd3b27e3d..3e02f8807a08bb03065585893e061937d5c74728 100644 --- a/Tests/NumLib/FeTestData/MatrixTools.h +++ b/Tests/NumLib/FeTestData/MatrixTools.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeHEX20.h b/Tests/NumLib/FeTestData/TestFeHEX20.h index 3a8f600d42c97751513b468cd3f33f1d2bac00c1..3ecd76140ffbff9c972f53605ccfaecc1334d811 100644 --- a/Tests/NumLib/FeTestData/TestFeHEX20.h +++ b/Tests/NumLib/FeTestData/TestFeHEX20.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeHEX8.h b/Tests/NumLib/FeTestData/TestFeHEX8.h index 7dd0a3c910a0d882a2f8a2b1b697b8af975636b7..90090a9faefdf461671edce2929dabbc68246c62 100644 --- a/Tests/NumLib/FeTestData/TestFeHEX8.h +++ b/Tests/NumLib/FeTestData/TestFeHEX8.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeLINE2.h b/Tests/NumLib/FeTestData/TestFeLINE2.h index 11b900a8e849925888f6717574ee82c2842f4716..92d12bd233e4c0fa0a8c2f1f2fe45e01504349a7 100644 --- a/Tests/NumLib/FeTestData/TestFeLINE2.h +++ b/Tests/NumLib/FeTestData/TestFeLINE2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeLINE2Y.h b/Tests/NumLib/FeTestData/TestFeLINE2Y.h index ce50f000e852ac0fe1d8dc8a6e9ea469d9890c16..3ea64c68e934f089758707e23e9ea21bedc3ec0e 100644 --- a/Tests/NumLib/FeTestData/TestFeLINE2Y.h +++ b/Tests/NumLib/FeTestData/TestFeLINE2Y.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeLINE3.h b/Tests/NumLib/FeTestData/TestFeLINE3.h index e0bf12c1afbd148628327fd6ae0c6dd8028fd41a..4b570d91c73511eeb2cdef33344d2e72af2e0679 100644 --- a/Tests/NumLib/FeTestData/TestFeLINE3.h +++ b/Tests/NumLib/FeTestData/TestFeLINE3.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFePRISM15.h b/Tests/NumLib/FeTestData/TestFePRISM15.h index 559e69c09f2bcdd937bbcdaeae529e601e84076d..eece5cf7479b1da266b07aa411b5fcf9fbcfc8ce 100644 --- a/Tests/NumLib/FeTestData/TestFePRISM15.h +++ b/Tests/NumLib/FeTestData/TestFePRISM15.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFePRISM6.h b/Tests/NumLib/FeTestData/TestFePRISM6.h index 2225ade7996ab8be2e5299b0246765c5f4fae5a2..879c68653dfd58a3b9b563bf5c5f775dff4efdcd 100644 --- a/Tests/NumLib/FeTestData/TestFePRISM6.h +++ b/Tests/NumLib/FeTestData/TestFePRISM6.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFePYRA13.h b/Tests/NumLib/FeTestData/TestFePYRA13.h index add66498e123271980eadec01e2f6e3b15a0611c..7d2484ee005bdf69cd3465720066c14e06e5fca2 100644 --- a/Tests/NumLib/FeTestData/TestFePYRA13.h +++ b/Tests/NumLib/FeTestData/TestFePYRA13.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFePYRA5.h b/Tests/NumLib/FeTestData/TestFePYRA5.h index 078f8368fec0c5c943faee4cbf8a30afbe4cb9c7..97f1029d17499de89c604453e320a6ae8bdd4b08 100644 --- a/Tests/NumLib/FeTestData/TestFePYRA5.h +++ b/Tests/NumLib/FeTestData/TestFePYRA5.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeQUAD4.h b/Tests/NumLib/FeTestData/TestFeQUAD4.h index fc6b8bd52bcbc961b1bec3a8b2b4cd26964da0c7..fc8e3bbce3ee59274fb878e972f02cc6aa7ffd57 100644 --- a/Tests/NumLib/FeTestData/TestFeQUAD4.h +++ b/Tests/NumLib/FeTestData/TestFeQUAD4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeQUAD8.h b/Tests/NumLib/FeTestData/TestFeQUAD8.h index 8341c0c47865b84b66acf6aa7dc631064a78c0fb..78fd59f751797a6290201b0ab4dda26f377ad3cb 100644 --- a/Tests/NumLib/FeTestData/TestFeQUAD8.h +++ b/Tests/NumLib/FeTestData/TestFeQUAD8.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeQUAD9.h b/Tests/NumLib/FeTestData/TestFeQUAD9.h index 0b659a7206461835e4582a9afbeec65da0a7a7c3..6bddb056eb51a18197cc2d6fbb1a271ec85ad44d 100644 --- a/Tests/NumLib/FeTestData/TestFeQUAD9.h +++ b/Tests/NumLib/FeTestData/TestFeQUAD9.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeTET10.h b/Tests/NumLib/FeTestData/TestFeTET10.h index 81a5a0a8814fd9be0dafcf9189e45619d35027f4..8ea72e55ef6972b5e97834055b38e7e9b08dc093 100644 --- a/Tests/NumLib/FeTestData/TestFeTET10.h +++ b/Tests/NumLib/FeTestData/TestFeTET10.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeTET4.h b/Tests/NumLib/FeTestData/TestFeTET4.h index 1c4a4448af6836d08079721530b556ab90124fd3..ac2e8ff4390a38c8e5f356cd4526abb8c646d3a6 100644 --- a/Tests/NumLib/FeTestData/TestFeTET4.h +++ b/Tests/NumLib/FeTestData/TestFeTET4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeTRI3.h b/Tests/NumLib/FeTestData/TestFeTRI3.h index e795b2d85c337b57862d81f4be6064fc57e3373b..67c05e50cf92b3a983dea7ae7e8e4327904d2207 100644 --- a/Tests/NumLib/FeTestData/TestFeTRI3.h +++ b/Tests/NumLib/FeTestData/TestFeTRI3.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeTRI6.h b/Tests/NumLib/FeTestData/TestFeTRI6.h index f93aed36c1e8b0b38ca0bf054604226b89bf4c98..5bac1f339668ea7d3143abf23b6a75c969df2402 100644 --- a/Tests/NumLib/FeTestData/TestFeTRI6.h +++ b/Tests/NumLib/FeTestData/TestFeTRI6.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/LocalToGlobalIndexMap.cpp b/Tests/NumLib/LocalToGlobalIndexMap.cpp index c13203839f1cd97e2e6bf831f531fe14fd714f8a..ce36881abe35b95d969779fc48154c62d154cc35 100644 --- a/Tests/NumLib/LocalToGlobalIndexMap.cpp +++ b/Tests/NumLib/LocalToGlobalIndexMap.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/LocalToGlobalIndexMapMultiComponent.cpp b/Tests/NumLib/LocalToGlobalIndexMapMultiComponent.cpp index 4049fecc475c75659bc0e1fea30295ed69e3aa02..947186d7b730c0c5aaf5a6c58e8ac97e354994ad 100644 --- a/Tests/NumLib/LocalToGlobalIndexMapMultiComponent.cpp +++ b/Tests/NumLib/LocalToGlobalIndexMapMultiComponent.cpp @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/NaturalNodeCoordinates.cpp b/Tests/NumLib/NaturalNodeCoordinates.cpp index 7c55d80262b10834c4e21541e87043412621b28a..d917adb322af9bc0ae593866792f4ae98c44af65 100644 --- a/Tests/NumLib/NaturalNodeCoordinates.cpp +++ b/Tests/NumLib/NaturalNodeCoordinates.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/NewtonRaphson.cpp b/Tests/NumLib/NewtonRaphson.cpp index 44613a08a4ff1376ea7e3e4f323ae5a4981e2bc8..3ce9fc8d47cec520e270dfbca2999676579c1155 100644 --- a/Tests/NumLib/NewtonRaphson.cpp +++ b/Tests/NumLib/NewtonRaphson.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/ODEs.h b/Tests/NumLib/ODEs.h index 7eee179e5f56c55d8bc3f49138f70b457d878705..5e4c7a4ce7967547cf4656bc1466f5344920d844 100644 --- a/Tests/NumLib/ODEs.h +++ b/Tests/NumLib/ODEs.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/ReferenceElementUtils.cpp b/Tests/NumLib/ReferenceElementUtils.cpp index d2c694d36e36f32b4923d25f7b885d248bdd5076..69cc467a48c0d2b2550af308f1a05b163bfd37ca 100644 --- a/Tests/NumLib/ReferenceElementUtils.cpp +++ b/Tests/NumLib/ReferenceElementUtils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/ReferenceElementUtils.h b/Tests/NumLib/ReferenceElementUtils.h index b859b096cc7d68fe7a71af21685de92a345ed84d..2972c93ba4f4e6895b5fef4765f35729aca3a326 100644 --- a/Tests/NumLib/ReferenceElementUtils.h +++ b/Tests/NumLib/ReferenceElementUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/ShapeFunctionUtils.h b/Tests/NumLib/ShapeFunctionUtils.h index 73e464670fb2c7a16e2a0fa056c0f5e9916d9888..bb4959efa50098f8e7a4fa35f46a119f807a9d7d 100644 --- a/Tests/NumLib/ShapeFunctionUtils.h +++ b/Tests/NumLib/ShapeFunctionUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/SteadyDiffusion2DExample1.h b/Tests/NumLib/SteadyDiffusion2DExample1.h index 97e3817977a11a69d57b2c55f9584ad56039606d..258986380b3db3c7a2792d8c2464f94dfe1d8979 100644 --- a/Tests/NumLib/SteadyDiffusion2DExample1.h +++ b/Tests/NumLib/SteadyDiffusion2DExample1.h @@ -4,7 +4,7 @@ * \date 2013-04-18 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestComponentNorms.cpp b/Tests/NumLib/TestComponentNorms.cpp index 8bd46b751a3decc70a629378800bf0be8d2450c5..22a43bed9beabd2d74593aa0f2a73372974a273c 100644 --- a/Tests/NumLib/TestComponentNorms.cpp +++ b/Tests/NumLib/TestComponentNorms.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestCoordinatesMapping.cpp b/Tests/NumLib/TestCoordinatesMapping.cpp index a5a7fec5000dd0bac1e620f1509d93942901ae6b..cfdc07ef8811fcde4d40a03289558794fe102fed 100644 --- a/Tests/NumLib/TestCoordinatesMapping.cpp +++ b/Tests/NumLib/TestCoordinatesMapping.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestExtrapolation.cpp b/Tests/NumLib/TestExtrapolation.cpp index 87a8ebf63b6f136ab0df313bd746c4a0a371847a..3fa03e8ee2554416f5e0c2b568d41c0420a1914d 100644 --- a/Tests/NumLib/TestExtrapolation.cpp +++ b/Tests/NumLib/TestExtrapolation.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestFe.cpp b/Tests/NumLib/TestFe.cpp index 2f64371cc8fc4c6685736cadc816b972c0367e36..85179b3ef87aab01e7342b525e708b1dbfce4e4d 100644 --- a/Tests/NumLib/TestFe.cpp +++ b/Tests/NumLib/TestFe.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestFemIntegration.cpp b/Tests/NumLib/TestFemIntegration.cpp index 2140e207467021eaecf6f3f68e98183505d14c5e..5deaa437aaf9ffb5704632c14e17b9da5a869705 100644 --- a/Tests/NumLib/TestFemIntegration.cpp +++ b/Tests/NumLib/TestFemIntegration.cpp @@ -4,7 +4,7 @@ * \date 2013-08-29 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestFunctionInterpolation.cpp b/Tests/NumLib/TestFunctionInterpolation.cpp index 6c935555789ddd35d586947b462f2c8c24a51eef..c1311dee9bac8f3229cad556ea75cb943ad0335b 100644 --- a/Tests/NumLib/TestFunctionInterpolation.cpp +++ b/Tests/NumLib/TestFunctionInterpolation.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestGradShapeFunctionAndVolumeCalculation.cpp b/Tests/NumLib/TestGradShapeFunctionAndVolumeCalculation.cpp index 5a2d5830a0acd45a116d74ff3881b83f62ed176b..61be5d872a4d4f3d070d28a095389e8739b02cb9 100644 --- a/Tests/NumLib/TestGradShapeFunctionAndVolumeCalculation.cpp +++ b/Tests/NumLib/TestGradShapeFunctionAndVolumeCalculation.cpp @@ -4,7 +4,7 @@ * integration. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestIntegrationMethodRegistry.cpp b/Tests/NumLib/TestIntegrationMethodRegistry.cpp index 3695a0bac64b3df639c4fa552fe415100f5a22ce..88284a46a67ad082c188c9231110b06aea7aadc1 100644 --- a/Tests/NumLib/TestIntegrationMethodRegistry.cpp +++ b/Tests/NumLib/TestIntegrationMethodRegistry.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestLocalDOF.cpp b/Tests/NumLib/TestLocalDOF.cpp index 567ac53559f1cfd565b4e00d52f319c915c70286..6770822558a3771ab3cfd86afb98aef3f5337d1e 100644 --- a/Tests/NumLib/TestLocalDOF.cpp +++ b/Tests/NumLib/TestLocalDOF.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestMeshComponentMap.cpp b/Tests/NumLib/TestMeshComponentMap.cpp index 80f9aec247cb00b222364ff837e0ffd83ba0b0bb..fcf3e5956ab02e91e9ea8d6c834f60c45227b50c 100644 --- a/Tests/NumLib/TestMeshComponentMap.cpp +++ b/Tests/NumLib/TestMeshComponentMap.cpp @@ -4,7 +4,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestNumericalDifferentiation.cpp b/Tests/NumLib/TestNumericalDifferentiation.cpp index 9bdad5ee3fe56e76749ecc415e5a40d05da02277..3864841b80a03e815a1a8112971cbc0a383ea5c3 100644 --- a/Tests/NumLib/TestNumericalDifferentiation.cpp +++ b/Tests/NumLib/TestNumericalDifferentiation.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestODEInt.cpp b/Tests/NumLib/TestODEInt.cpp index 23b1b5f8ca0fd848a1c51c223c98bec0b3faa103..34537eb80a26eb87462b7e186e50a105c53c6889 100644 --- a/Tests/NumLib/TestODEInt.cpp +++ b/Tests/NumLib/TestODEInt.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestReferenceElement.cpp b/Tests/NumLib/TestReferenceElement.cpp index 13fd8ec4cda7b985e99b5b88a9578f8c6a3192d0..945af2e1a5d652d65c1146c5d4497be8fda3a5a2 100644 --- a/Tests/NumLib/TestReferenceElement.cpp +++ b/Tests/NumLib/TestReferenceElement.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestSerialExecutor.cpp b/Tests/NumLib/TestSerialExecutor.cpp index 282367b1482a388b20bc5c4efd7aef036fbcecde..82ed5c09e7c83b3a75fb3bfa7562ea44b5250533 100644 --- a/Tests/NumLib/TestSerialExecutor.cpp +++ b/Tests/NumLib/TestSerialExecutor.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestSerialLinearSolver.cpp b/Tests/NumLib/TestSerialLinearSolver.cpp index d29bed86b10e37af1786bee7677f7481256d19ba..eda8862801bd3b011f110d2684b9f563b8e48be9 100644 --- a/Tests/NumLib/TestSerialLinearSolver.cpp +++ b/Tests/NumLib/TestSerialLinearSolver.cpp @@ -4,7 +4,7 @@ * \date 2013-04-18 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestShapeFunctions.cpp b/Tests/NumLib/TestShapeFunctions.cpp index eeee0a3668c8ad59ad1ab79c5afa891cc194064a..e84f7709c38f803cf461f995861b1721b950c00b 100644 --- a/Tests/NumLib/TestShapeFunctions.cpp +++ b/Tests/NumLib/TestShapeFunctions.cpp @@ -4,7 +4,7 @@ * \date 2013-09-03 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestShapeMatrices.cpp b/Tests/NumLib/TestShapeMatrices.cpp index 99e478969ef666d731a2307d0731ebd4c1578f2e..5b004cb14b4630c4b89e9cc36bf8a81826dd028b 100644 --- a/Tests/NumLib/TestShapeMatrices.cpp +++ b/Tests/NumLib/TestShapeMatrices.cpp @@ -4,7 +4,7 @@ * \date 2013-09-06 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestSparsityPattern.cpp b/Tests/NumLib/TestSparsityPattern.cpp index 321fb3068bbdd024ebac4f5e0420c36d575748f9..893a438ed6e78c70a50fd21b8e8de3e26ebcf6b7 100644 --- a/Tests/NumLib/TestSparsityPattern.cpp +++ b/Tests/NumLib/TestSparsityPattern.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestTimeStep.cpp b/Tests/NumLib/TestTimeStep.cpp index da35b9bdedf90ee12b112d1d446bc94fd12a29cf..cdded6c3cdb02547cf677f0bc86e6f7fa2177b92 100644 --- a/Tests/NumLib/TestTimeStep.cpp +++ b/Tests/NumLib/TestTimeStep.cpp @@ -4,7 +4,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp b/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp index db9ef994f1c71e4a6cea64efb9f6fbff80251387..fbe24893f8949ab962e6737a713cd811abd2984c 100644 --- a/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp +++ b/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestTimeSteppingFixed.cpp b/Tests/NumLib/TestTimeSteppingFixed.cpp index 583ab1f5a93a5f072d5b2301ff3cd95b00ec232e..67aa712c3928c37f6dacf8f64408b2b9b1141de5 100644 --- a/Tests/NumLib/TestTimeSteppingFixed.cpp +++ b/Tests/NumLib/TestTimeSteppingFixed.cpp @@ -4,7 +4,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestTimeSteppingIterationNumber.cpp b/Tests/NumLib/TestTimeSteppingIterationNumber.cpp index 5de4511128140f2e0e071170bdc560fc9b37dbb1..2463d623bcf38b8f5d98737f8832e41e83fffbde 100644 --- a/Tests/NumLib/TestTimeSteppingIterationNumber.cpp +++ b/Tests/NumLib/TestTimeSteppingIterationNumber.cpp @@ -4,7 +4,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TimeLoopSingleODE.h b/Tests/NumLib/TimeLoopSingleODE.h index 94b3dd535ccdc8dc8f31e8abeffa8f50d6f501f7..6b6c240b088db7d4e6dc96ad26aebb58029d44ab 100644 --- a/Tests/NumLib/TimeLoopSingleODE.h +++ b/Tests/NumLib/TimeLoopSingleODE.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TimeSteppingTestingTools.h b/Tests/NumLib/TimeSteppingTestingTools.h index 4c6de49565d4be689aa85db24871e1f25730b73e..85ef2f33fae6a3f61b2d60c57c8f271e30315e4a 100644 --- a/Tests/NumLib/TimeSteppingTestingTools.h +++ b/Tests/NumLib/TimeSteppingTestingTools.h @@ -4,7 +4,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ParameterLib/Parameter.cpp b/Tests/ParameterLib/Parameter.cpp index a4ecb4175a7a029ea66257507527039db23c9f0d..f28fb2dc41529e73a0b9858b56100ae91e9d4e32 100644 --- a/Tests/ParameterLib/Parameter.cpp +++ b/Tests/ParameterLib/Parameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ProcessLib/ComponentTransport/TestLookupTable.cpp b/Tests/ProcessLib/ComponentTransport/TestLookupTable.cpp index 219321985a84717b6c17d25865b4c5f6fadee4bd..cc0b448fc304109e31b17862c318cb3229073b89 100644 --- a/Tests/ProcessLib/ComponentTransport/TestLookupTable.cpp +++ b/Tests/ProcessLib/ComponentTransport/TestLookupTable.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ProcessLib/RichardsMechanics/MicroporosityComputation.cpp b/Tests/ProcessLib/RichardsMechanics/MicroporosityComputation.cpp index 93ff7e42dadcf29bc61670ad8cce2417fe76200c..6e7d23b906f22a6b497c67e88abb3e17a7cf7865 100644 --- a/Tests/ProcessLib/RichardsMechanics/MicroporosityComputation.cpp +++ b/Tests/ProcessLib/RichardsMechanics/MicroporosityComputation.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ProcessLib/TH2M/TestTH2MNoPhaseTransition.cpp b/Tests/ProcessLib/TH2M/TestTH2MNoPhaseTransition.cpp index 393b090ae118ff48c0ed0781310dbbcd9b623e3c..3be4fa5dc5170cb5e428e1c3d58e68a8d7fdae83 100644 --- a/Tests/ProcessLib/TH2M/TestTH2MNoPhaseTransition.cpp +++ b/Tests/ProcessLib/TH2M/TestTH2MNoPhaseTransition.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ProcessLib/TH2M/TestTH2MPhaseTransition.cpp b/Tests/ProcessLib/TH2M/TestTH2MPhaseTransition.cpp index 06ad794d7cfa7e058912e3d093371199c1434170..4a21a4c56e64687d32589cac44f7f6d106c9feae 100644 --- a/Tests/ProcessLib/TH2M/TestTH2MPhaseTransition.cpp +++ b/Tests/ProcessLib/TH2M/TestTH2MPhaseTransition.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ProcessLib/TestIPDataAccess.cpp b/Tests/ProcessLib/TestIPDataAccess.cpp index 03f1a5674495f29f2c31ac5f43a52e0f80a78ae1..04c60cc4d5cb921457ef169c8479de152ad7d65d 100644 --- a/Tests/ProcessLib/TestIPDataAccess.cpp +++ b/Tests/ProcessLib/TestIPDataAccess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ProcessLib/TestJacobianAssembler.cpp b/Tests/ProcessLib/TestJacobianAssembler.cpp index e7c8163d0452de1adace4bda94790630828eee48..2e764e99b5e70ea3ff9b44b8a1890d7d741e4ee8 100644 --- a/Tests/ProcessLib/TestJacobianAssembler.cpp +++ b/Tests/ProcessLib/TestJacobianAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ProcessLib/TestMatrixOutput.cpp b/Tests/ProcessLib/TestMatrixOutput.cpp index 951073e20eb066f38c67d7bf49117fb28be20813..99f3a5d11bd2932580f8805194edbf08ef7fac1d 100644 --- a/Tests/ProcessLib/TestMatrixOutput.cpp +++ b/Tests/ProcessLib/TestMatrixOutput.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ProcessLib/TestProcessLibOutput.cpp b/Tests/ProcessLib/TestProcessLibOutput.cpp index 87d72d812535ac2e9b1830a19f3720808100d0a7..fc66e36821ef01ceef73ec02ffe175526d118782 100644 --- a/Tests/ProcessLib/TestProcessLibOutput.cpp +++ b/Tests/ProcessLib/TestProcessLibOutput.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ProcessLib/TestReflectIPData.cpp b/Tests/ProcessLib/TestReflectIPData.cpp index 3169d1572c8d94507c9cc90555a74349c7eb4ae0..a1d67091bf0d6e2fcbde7ac7d7afe4791e9d80d3 100644 --- a/Tests/ProcessLib/TestReflectIPData.cpp +++ b/Tests/ProcessLib/TestReflectIPData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ProcessLib/TestTRMConstitutiveSettingPrevState.cpp b/Tests/ProcessLib/TestTRMConstitutiveSettingPrevState.cpp index 6b68cd321edce7de718c63fe3fcf21209f00bc8f..ae55b0b89e3ae045260d399cc23275bff6836b62 100644 --- a/Tests/ProcessLib/TestTRMConstitutiveSettingPrevState.cpp +++ b/Tests/ProcessLib/TestTRMConstitutiveSettingPrevState.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ProcessLib/TestTransposeInplace.cpp b/Tests/ProcessLib/TestTransposeInplace.cpp index 858545e3dbeeef1d4858c694c7daa1f0a4ae7e79..4bcf2035bd9b1f3c527eb8c60b6396768c30ba37 100644 --- a/Tests/ProcessLib/TestTransposeInplace.cpp +++ b/Tests/ProcessLib/TestTransposeInplace.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ProcessLib/TestUniqueFunctionArgumentTypes.cpp b/Tests/ProcessLib/TestUniqueFunctionArgumentTypes.cpp index b776ae4b17cc8f95163b090f8a7ae61205095b8e..189d9ea935c104befc66bef57f7d0d643ec8c53b 100644 --- a/Tests/ProcessLib/TestUniqueFunctionArgumentTypes.cpp +++ b/Tests/ProcessLib/TestUniqueFunctionArgumentTypes.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/TestTestTools.cpp b/Tests/TestTestTools.cpp index fe8e1d680868d71e2284f7e86be23bf5cfd3f455..43a3f140df471dc7cad2c725d45d4ea2923c8586 100644 --- a/Tests/TestTestTools.cpp +++ b/Tests/TestTestTools.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/TestTools.cpp b/Tests/TestTools.cpp index ea6225af84b87bfe62c8a96b7fd45d77834c98b1..e589124606923392fb82aaf127a65dbda2a8a8c9 100644 --- a/Tests/TestTools.cpp +++ b/Tests/TestTools.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/TestTools.h b/Tests/TestTools.h index 56920e6630d7480880a1060425474942e0fb0f8d..4b3ed90918b2ced73ec11e9f6a3e261e31677f10 100644 --- a/Tests/TestTools.h +++ b/Tests/TestTools.h @@ -4,7 +4,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/Utils.h b/Tests/Utils.h index 2d19b75dd43d76fb4dfc15adf87e96360c014483..d1c166c9ddc6e1241d308574bbf89c0de2c72636 100644 --- a/Tests/Utils.h +++ b/Tests/Utils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/VectorUtils.h b/Tests/VectorUtils.h index 0a9607a1323936f06a89e4d509bd3f815e8aeddb..874b9b451d1786329fc9b21b1e8a4eab4b9e62c5 100644 --- a/Tests/VectorUtils.h +++ b/Tests/VectorUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/testrunner.cpp b/Tests/testrunner.cpp index 132010978789539612440d29f20f388102347e80..534495ff757dcd049183556280947e2ba89d90e9 100644 --- a/Tests/testrunner.cpp +++ b/Tests/testrunner.cpp @@ -5,7 +5,7 @@ * \brief GTest test executables main function. * * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/xdmfdiff/xdmfdiff.cpp b/Tests/xdmfdiff/xdmfdiff.cpp index 173bdde118486b11c41c07687d750f1f64377656..72240b645129f9b609aec89be69196d1e043de16 100644 --- a/Tests/xdmfdiff/xdmfdiff.cpp +++ b/Tests/xdmfdiff/xdmfdiff.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -47,7 +47,7 @@ auto parseCommandLine(int argc, char* argv[]) -> Args "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2023, OpenGeoSys Community " + "Copyright (c) 2012-2024, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/scripts/test/gmldiff.py b/scripts/test/gmldiff.py index 8d2d4e9abd09ef7092f119a6b30b62cad6d90071..0b858a67dc5ccab87ecd51c9a31a24a5616a8a90 100755 --- a/scripts/test/gmldiff.py +++ b/scripts/test/gmldiff.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) # Distributed under a Modified BSD License. # See accompanying file LICENSE.txt or # http://www.opengeosys.org/project/license diff --git a/web/assets/js/osselector.js b/web/assets/js/osselector.js index 3ca9ad077b75ff2471e733b3aa694ce1f9b1f3ea..5e6be6077664d4bbe2afde7adbb19ad4217b6f96 100644 --- a/web/assets/js/osselector.js +++ b/web/assets/js/osselector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) +// Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) // Distributed under a Modified BSD License. // See accompanying file LICENSE.txt or // http://www.opengeosys.org/project/license diff --git a/web/content/docs/benchmarks/heatconduction/BHE_array_benchmark/bhe_array_analytical_solver.py b/web/content/docs/benchmarks/heatconduction/BHE_array_benchmark/bhe_array_analytical_solver.py index b74b703802b570750925f0e64b15a92d70230260..bed5ac2dfac71e71ebf8841db87bd2e1fb56da26 100644 --- a/web/content/docs/benchmarks/heatconduction/BHE_array_benchmark/bhe_array_analytical_solver.py +++ b/web/content/docs/benchmarks/heatconduction/BHE_array_benchmark/bhe_array_analytical_solver.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) # Distributed under a Modified BSD License. # See accompanying file LICENSE.txt or # http://www.opengeosys.org/project/license