diff --git a/Applications/ApplicationsLib/LinearSolverLibrarySetup.h b/Applications/ApplicationsLib/LinearSolverLibrarySetup.h index eeeeaf1fa433b6df5b7fb067b98698298d20708e..3ec66753d73748dedb94c0fb260708b256ffe743 100644 --- a/Applications/ApplicationsLib/LinearSolverLibrarySetup.h +++ b/Applications/ApplicationsLib/LinearSolverLibrarySetup.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e8502aa0e1ea9c58d8d4e1514f2bd8f09fe2a91e..f3f0a9df5480a9a9835485fe108504cc8904ffb1 100644 --- a/Applications/ApplicationsLib/ProjectData.cpp +++ b/Applications/ApplicationsLib/ProjectData.cpp @@ -4,7 +4,7 @@ * \brief Implementation of the project data class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ade77abbf6d6264737cbf262b4f21388498ae76b..3d0e405a852a90edeff458924834cef1437b0b04 100644 --- a/Applications/ApplicationsLib/ProjectData.h +++ b/Applications/ApplicationsLib/ProjectData.h @@ -3,7 +3,7 @@ * \date 2010-08-25 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2691749e3fab6c9fde461e9c6912ce2643bd99ac..450534c9c2f81f3975ea42dac45c9d55864b143e 100644 --- a/Applications/ApplicationsLib/Simulation.cpp +++ b/Applications/ApplicationsLib/Simulation.cpp @@ -3,7 +3,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5c2e18f803a2323cbbf3501e444dc0c52aa20276..21be0427cb54aca9297ce7968098862f96de515e 100644 --- a/Applications/ApplicationsLib/Simulation.h +++ b/Applications/ApplicationsLib/Simulation.h @@ -3,7 +3,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c91f59bf3860a3b3458cd620931a1e5fb12286bb..37bd4b71dcded89111522706da9de92647cdd122 100644 --- a/Applications/ApplicationsLib/TestDefinition.cpp +++ b/Applications/ApplicationsLib/TestDefinition.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a2b9f2f23b382c2982d5d1af0f7d86f25022128b..c197894389ddc1d02e2bf6d969c237c08dfacb52 100644 --- a/Applications/ApplicationsLib/TestDefinition.h +++ b/Applications/ApplicationsLib/TestDefinition.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b4372922073e9495e940b541ae48e64c14b42a27..cd9733af9228f5183977214b69b3f0521c2d09cf 100644 --- a/Applications/CLI/CommandLineArgumentParser.cpp +++ b/Applications/CLI/CommandLineArgumentParser.cpp @@ -3,7 +3,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 d252d207dd7123943a2371ef31295f91d82882a7..d3af396fb900ac438ca5b86e189af6fb4fc1bf78 100644 --- a/Applications/CLI/CommandLineArgumentParser.h +++ b/Applications/CLI/CommandLineArgumentParser.h @@ -3,7 +3,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a059a1ce7d38099e2bfb4e82ec06a25dabef07fa..146ddfbf5ade9996d16176db7dbab57c08b6a62d 100644 --- a/Applications/CLI/ogs.cpp +++ b/Applications/CLI/ogs.cpp @@ -3,7 +3,7 @@ * \brief Implementation of OpenGeoSys simulation application * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 21ae3c9d7261983bd71bbee9c6379f45eea68655..10ffa80419d7a1b09488bc9101b1424291216962 100644 --- a/Applications/CLI/ogs_embedded_python.cpp +++ b/Applications/CLI/ogs_embedded_python.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7528602555b0a0ea7a5edb9345638d706263930d..7445abfabb006683bec14c5f8acfe004a2bc4bb2 100644 --- a/Applications/CLI/ogs_embedded_python.h +++ b/Applications/CLI/ogs_embedded_python.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 344fff5d97a046dc49a09c46b07ff7493c1571ec..b4939825162bc79bd69a132ee7c997a71000d437 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e48e60b01114759ce891f4386ab43c00c5eaa7e0..76179eaa1219483eabc6a4b3983f7ee163040eec 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6e9ba82cb7c4ab28a863149f1cd925452fbff7c5..445b6a06b8dc2ceabc384afc964c52ba39015bba 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 25e0f56420d2f8e2e79e250db41223e864988cb4..3c7417854ff13d3f9809256b079afd59b73c7fcf 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 088e2a4aa718ddf179fa19a186a49762b3f07e89..e1e4f4aa11100b063ae8129fc7702d809b0dab29 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e2b22f4022d8ce521a6b95122e9c4e9d6466b01c..43e498e7ab9db557d58cbf67e7545306405cb33d 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1df5182557b4ef8cb8559991c59ae610001ac763..a16af599f3460f0e33f3d5fcd8297fede3b9ec4a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2a2fb0056054306b0a2229be1dbf5d4f068a7346..2c51cffaade5f82758807b0f94bef8d64b1a82f3 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9e1aa19d43ef3af68f71a1b219938acef25c3c51..b9f5ef5d75382a8fbaeec79eba92010cda773e4b 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ed6bc8b0396a187a1370479b5cb1dbb76978399e..821232c0f92a5f0f965ec4a6a09e795b471d8af5 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 bc80f3788fb01b0d5f321d61d7f5cad777d26171..4a71e039e9058d32057e48fffaa5cfc56bce8595 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a329c3fedfde3b9c5b4f2eaf381fe6d5167b878f..a51322403f13b13081b57fd71caa913b04bf7295 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 94e1e23cd066ea3f2561026246dd50b343d7b821..10477481ff8ad81d1eb854ca24ff003424c9c6f1 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-2022, OpenGeoSys Community (https://www.opengeosys.org) + * Copyright (c) 2012-2023, 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 ee80317e6183582994eb412d0db45559d05c71f7..c82f0975ac3a52b4544ef2802a7a42379c413b6a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e1e7cca394408872fde8e0e4df739c6d34734cfa..2a8bd642746cead77b01be0a35085397e6ce1936 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 86f7bea401f6d37583ed9dea46c5a0027d4aefb1..20da64f1022b7f2de4701bc9e11528f2db33987f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8513d5898144781a596f17097a70b0f09956067c..36609a2c941719e22ead81d2ba9875291dc01743 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 71577f42fa0df75e722ad04c39bae53f442a2e47..4f59bfb8f0a3a6c42d11ff15f8cf3e01b6439894 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4684a0f35af1f65ccad538d09881f62b589a7b4d..2d4bc554bb6b45f35dbeced80f0b6ca609da29aa 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5fd1153fd24811a21d6b7f191d78d524b2271e3c..7a00f3207abd2a9ff86d8ce432a00cefb33617a1 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0606fbceace211359e667cbde53c39709b91a8ee..589cd7842f8eb26ad8568380f3ff53b72b646636 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 007c1a6ea0664f53b4c2a4677522b0a43ad37a65..c526915178b0295fa435a72da7352cd082377fed 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 84550820d3ae17b0896adc78402f5133a791b2fd..176cfcce4fc946773ba198a128a7598c0d3de794 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 12e92e8583252dce7c5a22e19954a71b4841d95b..bf5e9f931d550a8df8b9932fc37a71e0b18ea60e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 82788bcf737d734593f216bb5800b95411943571..b01df2137cda406449324b40425272da7fda33c1 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 83a30bfe91babd371c1813c552f3f07848daa363..75c17b98f44fc84a2cd351c99f94415f7f7dc387 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 345916873b7e5423ad0050af2afc401360a71016..ad0a42faf9512ff99901c3b3068d486e642e2e4a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 71dc2e964e14d5f67092b25e6e721738fbee17b5..26463f67a099509c017cd85d9cef7699246bc673 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4e62f187f7994a3abd67993a93dded476e14fb5a..819b770aff4171f6bbaccf138903c6907d2518c4 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 051eae0d90c32520cc87ac4db7b23e6fbfba3a50..7e37a67172b1c8dbf7406df79af1d2a42148f761 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 aa80a67e2906d72f10630179733c706a2fd535a7..a79a6ea0f4b28485b7cc421f87b170e82d6bb758 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 bd27e700a4d2f2c6c4fb3976da189620b6d9bdd3..495e20ff00550c78a8ff1423c5c83f2bf16a0d3a 100644 --- a/Applications/DataExplorer/DataView/CondItem.h +++ b/Applications/DataExplorer/DataView/CondItem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 46f1d6d1d6e354fe409257c7eb06bda871780cf3..e9af9f03cc0236c8cdecbbe3b383591242828955 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 039f82c9793f4b89069f91c07b09ba57be070d58..4f40af46dc468926607e0de0b044824a24bd9172 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 82aa8c715b37cf2877f0ae3c72b912ac7fe4a810..35a32c28efe307b1661959b922d31d3f19a6838c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8a34e8c06c68c4a135e2a7ad1f5f573ba47936e1..ebbecd4bcae583963003683cc0debbb7f569cb01 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4fc28cb11c5b378f9e695a6f5420b12a8517602f..1f1cd867fdbc1ed7bee382322417e62e0fe01b6d 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 eb83f824fd4f251fc8508a06d8af1e14b6b0ccfa..09461cd76e577c35e879668d94381bca57656ef8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0e03b8350816592e76163ed389109afa97abeb88..8ae0068fcc24c9b92037724ffdf94dda75e7fcec 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6644c7fa065cffb8fedf29c0c1b3df3291e61677..2044d11e111d19e18aaaea47e6091e0ab9d5144a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e6066934b703c98b1f389828facccfab09066bdc..c580a9962827d1172664278fedfab99a79b49158 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c31c848b49e166d86022192b45c7a307b30928f8..72d78bea002ba3c5da89ef59c972a4cbe10f6f69 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d320f8bc7eedd2c71a83dc2251e7e3a76cc55dba..195b46d43702faa336aa3d83fe3a98e5c3f9826e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 25b62ce67c20d143894f9fa3c19ad6f04c3725f3..0dd19178ed8f40c86125cf675cb829cfa36e1492 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 56383553b15d71d08c1f174d0c9b43bc55bfa3dc..69e4e1eeb9b9edee3ee438d20fa8915526733a30 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 22da3f410f9e37d5c8b290c581cec4857c0803ea..52c22680c8410bb4bdfa5b3da7ae94e963349156 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 097552af799f4340f7aaf4bea7be48e1e74e10d3..13a98220052b656e91631953a3d83deda4f22556 100644 --- a/Applications/DataExplorer/DataView/DiagramView/GetDateTime.h +++ b/Applications/DataExplorer/DataView/DiagramView/GetDateTime.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3b47078bd8bcf77dac366665713a3f1e000edaed..3faadf13cf3310d37b5d55631c9cf8e26634c36f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 234f1d2d427f66d089edd95a9705fc04a41a3d36..6581d350f79befadbacd38d78d227d0b44b9eee1 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e22bf7282768a4e77f7cb373bc86a4c134631e35..d13e08638481b7025fa275e6da09ce98125ff9e3 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3cfcb42db075634673de13d7fddef8f357f487df..da4a0a82c875c9695bb101988e1a48ab1e32f643 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b07a74fb32604de60a4b7c855a83efbc4a169235..27d8f3e4cfde091b173c9d85b01045b6ecc9fd1b 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7e3936a6eba87e5220b6d9d39493adc272ca563f..f11208be76bfe57ae93fef1f51dea9629b2564eb 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 655da465e33fa3b0fde008ab77694047bf965dc2..9d458dcfb86258c0d78fc49c6b854790fd9cb28e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ece8ee07c6ef2dcc830555c6735dc12427b54283..f2ade18c5f843f0b1002f5c6e8d24a81e62e4a14 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 318c5661846b5b274e3a6022dc3ef4c0472b3da3..b980b355015d18e4a0d0bf00bbea5a240387f945 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4c1175ae05808e83d6b21f2d58af0b10e2fa2e50..fb92b5dcc09b77a237274ac16a4592934086a24a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fbac9d94f87c41733bfc459da9fee241eaa62f71..55ce8c898f51821e892c78ac7edd71255d61b04e 100644 --- a/Applications/DataExplorer/DataView/FemConditionModel.cpp +++ b/Applications/DataExplorer/DataView/FemConditionModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e754a0aff838e2e50618e7ba3be6a95060768031..0351be4767d85c7c73b51d555d66896c78964785 100644 --- a/Applications/DataExplorer/DataView/FemConditionModel.h +++ b/Applications/DataExplorer/DataView/FemConditionModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0243f3381ae33cce75760a1de19b42347c84ba47..e71abe81641a2c93efcd6b033233acd1b227730e 100644 --- a/Applications/DataExplorer/DataView/FemConditionView.cpp +++ b/Applications/DataExplorer/DataView/FemConditionView.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5e2c05988fe680ad1f22cda001578877164544fc..26e1ae2ebe7de2d89c2d1a7abd14ff273056f1b2 100644 --- a/Applications/DataExplorer/DataView/FemConditionView.h +++ b/Applications/DataExplorer/DataView/FemConditionView.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9af2d08a444f9a6e78a0216a52375311aef23b04..6c641635d68e3d618e8141d84851da02005cdc36 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 545332228db16686cadeb1ce1aaba744d7d01d2d..aa5a169a991c07c75b403701c2011ca52dfbb0d9 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 91f70768869f3a7039a421dc75d88a385624c5ba..640a9d3fbfd9e30adefe197edf461b80bbca9dda 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ea6fa9f7ecdfc336cfc303543a2f6550dc4c7f11..23300e84e6e746b043bb2771b8af326808a463f4 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c18d3f5434e052f7cd7894e6aa7c8a7ba6aeb756..b137ca0dad127ccf65bfd28f11692c28229c5527 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c1b8d4b49b4e2c032c50243665b9c4078d95f3f7..aa8600c4220c778113992ffd1f9a8c6e9c2b2a2a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 448d31aca19f7f8c596abb22710bfd7937650324..e08006292771d100a1c1d072defcd001374b29c4 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 af7e684ba1fdf5972562f8a6c8d64e1642c96df6..1853331d51d0c56b056afbcec65a50a0af7c96a8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c69bd49d665fd48d95decf2ae55f01db8f3e72ff..ce8c4f0a7cf3c5d95fb0cfda822f1891102883fb 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 961315f7191a51af98b3c0122ac99e61d0cc03e0..b6a46a8c8c80d55c5b82bfb22535910815f97c67 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 87613c06264ac69bf9148a73041db277cdbef580..c8f1ca50694959cd6a981ed0848ba21335b9f694 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fd0b9511ddc813b41d972952b6795428fcab825e..7addbd0f0bcd2290770d1c069f96c336eae779d5 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 edfa99b87de87f63090c20483901382e7be64ad4..dc62b3549c0499595c8e9b20ef98e50d017bc158 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 82791b274001adcd563fcdee284a00ef6ca80a05..95458521dd4b3b27b5b688bda9906a44d3aabc43 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 98e5d07c7caa24892e6060b83be2376b4a097836..96fc9db8eab580b30b0791b30ec1c40f3f0060d5 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + << "<p>Copyright (c) 2012-2023, 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 bc325faf9f89b5920e7cd05f0a47fc884bb8a02d..4e73383797d689997bf728af92040e8ec84bcf49 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4e566a8f405c9611e8cf62ca2cdc6ade822291e7..442415ea8c6e11c418719185c6e13e15f511a19d 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 faa1b691bfb716c3f3f6b2af5a36212ba4e8bfd1..3ebc3bae82f76ade19ebd4deddf41ca3553e0f73 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 aa0ea1c66201c45bdbcf7dfba5c7cd01a3e80085..f7e15ee28d9f24f0384ffb4d61e5b13070521df6 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4d01cdf3e6efcdc0e7645028b93d8d5fcc2411b7..3cf41c448ea2bf5b3785523695773ddb20718ecc 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 135c83c2b4ecaa5c506e08c2a3f078b1c3cbea07..871354df8f92580b77e70716c5baec4b4886043c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 07603dbae9b4eaa14eb25177860d6b64c95d81c9..59660356725645a5bd898d2103f89f092bdfd6a3 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 dd6adb661c1697b5ab0d6d650de03a4636b56120..dc8032fdd566d48f10e7f10cda827005b4bfb27f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 325577120138cd6db4d8fd84093797be2985adfa..137ef4f530740eae86d3154abe1cfd3927f48b6a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c8b7f1aa187997c0e291e8aa502ea77618371048..1a33ee4fcae8708fd0f7398c0c3abeb91e2b1dce 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1f26955b16d423bca4ae3c1d85096c15d2f74053..f266d2f28a085309fcd8b5cb567c349ae1dde003 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2f4b71bdddfb854f8c2fd88d3a1cc7abec0666e7..a2266d2a18d0f426c793fac1502583a94b2bb67a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1443b2cef024ddca565bf1aa8f2e4581e723efd9..585701992151533a29eaa63d39a925a07484356c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5dc338aaa625b630499f19306a7f70e9594f28bd..5448e1da99e05355fdc2de6c098138f96747d07b 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 86027dc7373bae76dbcf372c45ea2429ac67ea73..058f70dc0997e150545607def3ca0122deeeed6f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 879939f0b531e3985b486f95a7d72ce379ac6d83..96028955bac36518e1d0784e5d51bcbf5a010890 100644 --- a/Applications/DataExplorer/DataView/MeshMapping2DDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshMapping2DDialog.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 581797682286fa96bbb8efafc2f0a94c5cb6ffc2..85fe333547a87e12f92cbf8c481395b733f9a928 100644 --- a/Applications/DataExplorer/DataView/MeshMapping2DDialog.h +++ b/Applications/DataExplorer/DataView/MeshMapping2DDialog.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 469d316f3097273f24c06633e1d121b8f6ae88e3..7a7a354e7f43c2c0d72fae1611057752e78291ce 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 27aa7ee479ac52b038eb446f15041d0b69860b79..eb420f92a11446e3ab904c8bd3dc3dc320225767 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3ad56e8b0e3295cb231479a52b8b6b5b8860a782..5a5e9149dacccf3d8a824180590384e3732d93d5 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9437118b2a475c3bd905542da507c34cd480fc7f..07c4298b1855f541f52b7196909937423c0754bd 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d31dfd23a3e7102ec6ed190988f8c0ad4dcd5bf4..161fb8cb2ede1b08a32d5c6721162454ac36f369 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fa7a657210911dc34c747662cc1b5d09530dc32e..48f6d8eae0c0f35fd68b7cce25a881b44aa9212f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c7ce3f1e95d542bf556bfb981aa58fd15ea20fec..351877dee5554d94b72e18f08ef011a1ca9d4575 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f61ba8b819a9fc0e8b96925c723cab8ae234f1b3..a5c7c4f89f384d9eeb4df807d0ed042788b6db9e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 db82342410466770b5a1d3a729c6cf0a9e4b2b60..51233de0815a6a8ba17e881c5f639cdd211851b0 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6f1d000d3e85974e09483b4d611bc37b3f47769d..c692a1b85b891b2fa54b6a259cc7da7880715912 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e1789ffc9edc4ad7c31e036ac706928510bc5b18..c6d69d06fb06bb7bb18c21f86932bd921429b5ef 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4dbee4e9354f9fa8ff2dd8db1083f240316512af..5bdfcbf31d543f89503e774db978a9d756108c23 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7b588078d77a0d23dd224c3310dfb45992e87f56..553ba4622b9ec3ecd7f46e3d0389ce9d6be990c7 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8925d821696730ee892523c1700e1f56f7841e3d..112808e8a183f24e7de0d59647604d6dc4ea86c8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 298123c30ca36956890226044bfeb7f1126c4902..37fcf55c3c852c0aae0a8e722aae047a0e368011 100644 --- a/Applications/DataExplorer/DataView/ProcessModel.cpp +++ b/Applications/DataExplorer/DataView/ProcessModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9431e3b2b7e0ba3a7cd109535ebaa111140cfc5a..4b484d02f6a588620d9cb0fa44b2b22552ff5bae 100644 --- a/Applications/DataExplorer/DataView/ProcessVarItem.h +++ b/Applications/DataExplorer/DataView/ProcessVarItem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 845338751fe8876a3414891777fa676e4de68a59..93dab4ea009d47e9deea4e443d799c0bac6bfa36 100644 --- a/Applications/DataExplorer/DataView/ProcessView.cpp +++ b/Applications/DataExplorer/DataView/ProcessView.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d6aefd427db613717a971ff43d8e768e3c5c2224..144620a87fcfcdf4e9cdaa3ae7a3176f48e0623d 100644 --- a/Applications/DataExplorer/DataView/RasterDataToMeshDialog.cpp +++ b/Applications/DataExplorer/DataView/RasterDataToMeshDialog.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2b9a3dd636759ecf2c6db944604c80fc38265c3b..0f78a2f750f8fd18e671eef2012823542b936038 100644 --- a/Applications/DataExplorer/DataView/RasterDataToMeshDialog.h +++ b/Applications/DataExplorer/DataView/RasterDataToMeshDialog.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d0e1b1c61105ebf63e9844f39504d0113c5dc1cd..c8370f3b5e69192e6323a3925563585e5dc04070 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ebb92c4f10eb9583845e2dc2453612681a2dee5b..4a0061b3fcf37a50a4afed46fadc68479df47a58 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ca5d21e38cb070de3f02b2fbc1586c7f746a3f5c..1572b5413c31305d515ab1949c950f739c557224 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c3cc44153139bff992b2435d2c5c029a410a9d28..c4e06527da5cdcc4b86c0eb24217ac27383c0972 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1f1bfc3da8ec4ab51b61251b8b77651284e3151e..271a04c9233eabf48ebc1fb061fbaa0531607d0a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 431899e1d6e2ff30dcba99a1d606bdc0f356e053..f647fce10ff891571c88638a3531bf0034138fef 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9ddf10d95a37aa08f2db18b9e2ba3261a0854220..f704fbdeeb69e06f41d33a59410d551bca2e98e6 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7d5ffd458031cf3839f40c2286a8023e76e4d396..75a09c148963ecaa128e8217c4614fae424b9006 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 acb0375754a6fce86e4827861700e276c69e248f..405cd14c3bfd6ded3f93d790685fbf825877681d 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2b173b2fa898a76cf6e63eca0d6665ff95c91127..1713b840266b4ab60d67ddde5aad9cea173b78f3 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f8b7232c716c1b31a210acb16120d8350fdb207c..a5781cf4b83244806df277f3d56dd0f986621256 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a9127dd9855e84ef5bcf07bd069fd12aca5188f3..9dcd1f24ff3ce50b33cdeb921c322a313edfe741 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c26d8dd0a28538606193cbd9c8287694b9275cf5..3b619b674a63e74c46760a22e6773311533e1b77 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 973cd8ba90858b53a53443ca31533d26f892a6d8..e24f461081fb4c6f285c872da05d286442df764c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4e35446f89b24c966c447212511db721c2cf12b2..8e73e23ad0953c6610e7c420a44fc8915c45c15c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 eb8f4d7d1774837a5f3f6049db23e5a55b61ba8d..179fccd25c9a51f1d238bcaa8ab3d76cb04db01f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b768dfa5df1f5d57131df2ec6e4f1793a35731ff..dcfe7c6d6b7ce04cd54b026bd383a9ab074597f2 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c0fd30f1799fc0d6e8dfe239c009cbf3f0ff9ab9..4b907986a93b66a5eca762eb44974e3e95a9def2 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2d6aadb2f58aa6f0687f7a64bfd472e0920ab5c1..b4d0b700529af3fd125246248c093270138d28c8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6c1817403e0b4f7d5fda2a1192ea90eb8296ab3b..a440cb0491ab105ef026e8473d9ac68c7aa4bacc 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 962496efe83aac75747164dfd538a7888db20a35..1ed2a8d18e9a60b10ca26540039b6b5544838b4c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 39cac11821025049c2162e5b92e1ee6d60b4015e..a5b049f93fdaaf668f904f6600d7c8fc7c073ee8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 72c2e8f2465e9bf4e88c4baa1158f9e6ee758890..59cb36cded7abac355b8814a6c6c0a7bad544196 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a71e8f76043083a50d1f939b0f7ece93d9adead6..b0a7cd9bcae6500ee33eadbdf728241f7e9d5512 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8c54329cbedd9724b3efee7ea4d1e46380564923..1fb3af2e1c4f0c4d8a45434a938a739e94da0661 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 192f12af6b808ca52d4c37fd5880609efda93cfc..85b7abf7b6dfcd87d9f42af760dc675b93cfb4c8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ce60dd96983d4affe113357adddacbc5527cf268..fffeba8d5b1a1a42521e4d0e1e1e4b3014f0517c 100644 --- a/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.cpp +++ b/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (https://www.opengeosys.org) + * Copyright (c) 2012-2023, 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 f13c5e99ca68f7c787a6d9ce08e265aaa12e545f..242283ca117ff81801742e970937387b9c23c010 100644 --- a/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.h +++ b/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (https://www.opengeosys.org) + * Copyright (c) 2012-2023, 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 b59e0fb38b15ea5aa7141d0490a65772578ce2b9..85646eaebdbcdf28b6dbf950596843b956ca9682 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0369f966fc52b00c32ee052851a27db33a5a471c..2322139a91d514976b7affe694a6760b0c4911bf 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d416c77596209c94aa4c214500a3f3f7312733cf..8b5e82d8c5cec77eb06d742943446ccf2234ea66 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ad526333ea39c3113b535ccd12bd633d4af4d86a..c2a69e7ea1e10699558b7305aab382413b31bbcd 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a54778f60aac368cbec062fa303d0ec4aab47aea..522af42e3233ebde35931a2676cf2aec473ac73c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c4bfc1062d325076ac91df8e3d7c52691402dfb7..f4015b7f753195b92087eb711325aa13d56d6b41 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 27607b23230bf2de67477117e147a1d5b8899cdf..c7cfdd0d6075de070c504aff3fcefb6ebaf788fa 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 65b8953c88268ebbe089a7b064939be50bc45ceb..20045e49b7d6234f17f6996bee09dd51f94020a9 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b7520f269442f66d381a8ab3a70dfcf77b78e2f5..fad923dd77e40f48f44c19f4eda82d56a487e4cd 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 dd3335fdbdc9458dcd45d291e112af04615bd177..bb089bb4b4901695d1650658ff316248ad0bcb81 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fddc74f4de187ee120d66398f58f9a8188a1ae57..4bf0470e2a7c0a315105757152bc0fbe4e1a9c06 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9e160f83b79bfde508931fd932279ecc3efa890c..749b1bc2e44c21b09c6df09f99726d4f0d3f09b1 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8c4d3c8e01b9fc0496d541d0ba74d46f79d20ac0..c7e73d7f47387c5622e545ecdf7566b13a37e2d8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cdda55db3295756e0ba11396eab8d6775521410c..7c16cdd20cc00f6219b4d434f7a833973e8ab983 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4f933f3d47e66dd34c2fec52b188b0695de1ee91..896b019ee6697ab8cd69137641b27999b4dc202a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4861add909a08eed2534f2766e4a3cbb8eb2408e..0319bba9086665b05788c8d1dabe3665a75999bb 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3222a3e59d613fd28cf8aa2cc664992f37c77b25..c565f30eb77552a06ed105eac539e65027f8bf1b 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 37ec2e48cdfe9abe0c8b1272709bc79704ff15f3..719a2da2ee219f8bd2f1f6065e9bbcaf80e7965a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 96342a7cf268167d3c2722a1c1bdd2c9113f2f24..8ed0acb55e51d91ca5240dfec051662c31a814fc 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1957ff329ab0fa3622f6f1f6a208dca208ad2748..04885b2547af8d6acedc57e0828da60b034fbd3c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d2d4401cb2f3dbfd84815c8b2185cc948c439ad2..7bb715321e83868148ec2e86bd7eb4569f3337ac 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 209a3ba042143373bca9264d4b638f251a5be25b..c7dc92bbf46330acaa81deed6bd46144c2c8d8f5 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c24575027ab2c5cc393e5f356f29b9de7ea61711..3b772c84d2a5e06904e0987b8b6854085d5e58af 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cbb55745d51e6d35a3c33a5ac9cec67a62ed7e65..147d1dca2d42bebbe2f2907b81fb0b041990702a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e08dd58fa81ba0d3db3601b8cf75e454ac634de3..ba5973b25449b4f8cc0b21a0ae0baeb2eae61973 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 01beb1e84a0f58aa3060304ec3a5f5f3f724478f..4a729502f0650ef1299fab265632a73ae2e51b53 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0be2f55aa41ac46dafdb54218cbef2aa7b916fec..7f532ce445e8f5c4721c3c9f14c8206921c1aa21 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1b37c7809555d0db55079bf3c49b8cb6c5d83367..da2343553e0a0c74f8b58445f316a6305bfe5737 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d368241f790259e42d3a78f3b31e6c39c5598062..ad4a9f7df7d8ee76bc2dbdf7c3860fe309cfde11 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 14f5bb403e39598c33e569a5c03390412967e364..f7ae688e34fb41dcdb19ef71be64242e5c50388d 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b98d5f2b8a976b22d2a705fdae0864f9bf34635f..3e9e70e392966dff9fee62169844f61b1adb0581 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9fe348ed67cbe67cfe0e8461b3a827e49340a925..34a3b5ed3c0e847d80ef24c4d7722e84f979688d 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cb8d82ae0de3bb1613ef67e4bcbf88120e580da2..f1d5f782e28c20aa23dadb54442dbf3082b3b558 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 955303232a94416cea5fe0244513403cad697abf..4bef7a61b721f8aa76a4526502ff6663847fd8d4 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ba8ad7b27d9e0a278c70808fd96adfdc15bc6b01..49cadaf8953e01056b3bd852714de6c0a053b08b 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 43844dc44edc255e79d328ba003038b85b26b2e3..f7fc18a6735eec10ed6bacd4c37957898d44b03c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 df3d248dbc86864c8e0220d4d4e4396551e9d77b..d4fa8c782f4c1c093c56a33f1683e4398a9dfbdc 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6051e649beb7c6ff3d4f855fd66a9d931ca622be..3492140d85af206b1f698c40af7b4f2f560063b7 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ac44e27cd13c33e027e2cad03fa2e37967cc8fc5..c6a9cecfb8287731a14dfb86c621d028d0372ee8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 33f83b2a1b8146473364c81e14feb42c7ae99a4b..9dedeff49cce0fdb71a63b8a69674b081b1b36a3 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeImageToPointCloudFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeImageToPointCloudFilter.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 703ed140c88ba479b34e4e73c96ea1687872dbde..c23d6ec8918d910e4271957be57f932433672f13 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeImageToPointCloudFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeImageToPointCloudFilter.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9fedc645adbab948aeef912935737eae827fce7a..631e345b23eab1474502f22b975d4faebd867d6e 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeImageToSurfacePointsFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeImageToSurfacePointsFilter.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 629f31022df6dd9e06b950266e1c6f4787a33b39..b5071c04e13063d17b34d3a2f6a71182ae029187 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeImageToSurfacePointsFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeImageToSurfacePointsFilter.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5907a2326f25e5a6196c2e46f48e8be4255d0e9e..01b61088f73de84796cf4052654dfa3c0eb61915 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 dd9a4b1ae689aa2328d70536675573fd1ad89632..cd10ef07d145004431ebe0ac941fd2fc3c477c02 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0e3341dbe27ae41631ca21a669d577cd57566d7c..cb279baec553d8e2aace97063227168a9a934ffe 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0e5766868a4132916876f26a0f094e06b5f0e5fb..78213493c26700767d7edf32a8a6bbc3230411c6 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 dcd1613e355e6dc529c280e25546f88a45145e16..b827f2b2f1f5fd17c31f205fdd00956748866420 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 68c89123c6af83a7733fdee61b1a43117ae9f81e..270c6f3d0a7e820672645a8274b2fce003a68714 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ce31bd1843eb55834fa9672728a07d95c82bd25a..ac715ded592952d4bc76081fd692bb1b202b90d2 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 959a2767dbbc31edf43d87b249a30bb8ab545b2f..7ec5e0ce720925b439828ab70234a1609809c51e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 87e8148a7259216f49d7a548517eff09462ac6d6..d04e45bf0b8644707ab464d835bdb80c7cb7ffc0 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e770d33505d16f31f5481b041b6fdae6f42d60ad..3cea09345098aae4e41c80728e87afae52d32990 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 935bb24d1e95ba6ec07aacff8db4dc6154db4d28..897491af9403ecd957c5f9a724cbc362e5467b55 100644 --- a/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.cpp +++ b/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 750c43814faaa356036f35990ee418cd02d64c29..f1cfe7fe10ba7186c8af39ff5e6406df3332c8a1 100644 --- a/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.h +++ b/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.h @@ -3,7 +3,7 @@ * Windows. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c0f4b01a983120d7da43f1de0942e4e129377de0..b86577293591578b32290e9f629af892dc2b962a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 667381d93c078b034570f10b348dd4bd90b77c34..43ba0becd10c4aa73ec77f1b9b4e6cc3210b240a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ad0389361802867eb1a64c036b1b077b114ad1a3..85764797320c78ed59b614fc79182e03cc1c4e52 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8f87cae51278ea85026d177e26eacb610fd7cb3c..1a0a21c162d7c6be4bdcc3497ad0293796df1c52 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b290d67e1b9e1f3adab593a862559ad3730a6394..4c9a8b3b94ca1eb81104efa020997241bd7e76d9 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8b0b40cf727a11b34cbae2bd3070704b3e2b49dc..47722c9f16fd6629c33c95bf95909b315dceeb01 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 300e24027026f015d63b3503d12ed300e2adba6d..f4023d938a46457124658b34937a403723aa8a3e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f4ae2c209d306a3588c81725702f79672378f97c..1dcf30cfb7ae3a04eb625f3a20ebc559bafdf182 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2c72a74e89709a836cb4b5088725afc855055bcd..be75e43558b0a7bdc1061d4ee288db0dd3338792 100644 --- a/Applications/DataExplorer/VtkVis/VtkImageDataToPointCloudFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkImageDataToPointCloudFilter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 47edb6ef0a78a896cc6c6d5ef577fe9c9f677a82..0d846bf808357e398d79c5d09eca58fb7c0f4cc1 100644 --- a/Applications/DataExplorer/VtkVis/VtkImageDataToPointCloudFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkImageDataToPointCloudFilter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 60f23f9f4ad2a3d515ee5cc3ede0f86ee4a973be..934acefac4956572cb591190c73b11ded646d8b1 100644 --- a/Applications/DataExplorer/VtkVis/VtkImageDataToSurfacePointsFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkImageDataToSurfacePointsFilter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e2746ea1a4b0bae4b2bdf66898e613912623a8b9..3097553e9027e0f08595f26e7399eb072ce23572 100644 --- a/Applications/DataExplorer/VtkVis/VtkImageDataToSurfacePointsFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkImageDataToSurfacePointsFilter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 530976d0081bda8a71f4e713443cd01604d49a9b..748b17c880c55efda0ab720cdff6f388822f2b50 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d43e58abf5d5f078bedde58d07a8386e225c4262..6cf28b2542c6221f85b40b8200cbbf56c7d36657 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1553764f566b790c7c6828520554135c6d7173c8..06afef128044fd889472de050560402e10f1a96f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 050f2297e92a58bdf6f830a1e2ab012255a54c88..a651c1e70106c610a9301bd1b6b9cfff17f2d852 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b27cd80316a696acdef8dc7b27b6d8db8ea3ed05..549080118fff0c9f6a725aa3276164fd1b67ec24 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0ca9241edba875ae9866a474ea25b41280ad0edb..e95e33e034fc4ba17f9c20807ed8da7a57e08a35 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 599772e890ce425b4cbea6c77ea5c23e7f55458b..511a657b6f0804f48c3ff115107957d655f2572e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7d421feb060d99eb8427d12b26cd5e8329f9d751..021273eb0ac58ea790bb870f38fcf7c262a9785a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 445a6a9aea19dfe4f3569105ec3e38aae914a0b7..c8db982e25a26ea56fbd7d4131b7056e337c44ee 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 00cae45188bef8381406f40c9178d03bf113c001..59ddc645e8422a714e6130ff0d05b09d0a1a76b8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2b6ebedac5d7a8b31d37e6b4e99dc794a687b857..50af9aa9cb2462885e18d6246201fdaa16e8afb6 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fae982367081ae87a13873fbb2604fd5909d2d95..316718cdf30e2088b876d5e57463b329b5f1ae35 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 dc531b4f053d8faad78c2e344e4db55d2be0587d..95b42ad05d324f633d71b6e488c7b4f11fa5ac69 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e144d64b3a80fd335ae4468230a8dddb6b49dfdc..92df8b2b6f9f9bbefc515225674b87d747692e7f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 92cad036c90a45492b0f7d4c6d3bc70f8ea0ee32..ba4330ec41b36381c94bdc3cc4a8892491c93673 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 73ad14f85a979829f8d655b4aff674b819936c8b..6b859f127e2349ab3b26afbb56b61830d9b54574 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 49ecdd3145654ee11465ed9d98333f247c718522..eeaa82907c32bb24310a93096531955f84b2c1bc 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 63c0e03ff8b486bb3cf7512e5e19505b20843674..145152c923b06ad8d922cc0e116a25bc8e3f8c91 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 444fc0e5d496308c230ae0cc173ceec9bf3dab63..7be6ec6b32db521ab97edd0783fe18d5fe4c1f04 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0a0715a0ac5968843851d0cf00e881cf733981db..6eb879bb6901835a7a87895fe5effb3b2a42d440 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ce0ccf9bbc120261435cba8f069f2cce3d2733d4..640d4c4090eb17effc70df29593c865e02b7ab41 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9f5390594b9cf00cffb8c5b74a9f65d231f81618..46cae30a585d2419fbc52953b551caed2f97d7ea 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f6abd85afc71d294fd076ada1751722245ba77b8..ed47ef22ef7f6917e21227a9f134ffd01d57e09f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 67b62584e5dd82f40e78e02deca91b8ce3770d38..b4e04bc101843625a1ce0eabfeefec9f268f6c50 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 40c84bac695c069f54fabcfd8b72c2bf805fe112..a75fd9ebf4cf4be331f81aed7072dcb6f248871e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c9e870b317baf7efb7e226d3bf46e70a97aff63e..4dfd79ed21b2b5bfd5a4e0507ec53f0dbd1ae1c7 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3217bdde249f4c275605c215edd571507030b31c..e8615ef673e2470e7019cfdbfe22f7f6e5976b74 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 59491638d7c9fd05ab2ee670e2194ee58b0a73bd..f2c776e4d0d5211629e2ff9db22ecf0adbec06ee 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d808c9ed96c1a6644aef6712552c34f9d0979b85..ddb2903503f56d3bd86a137321caa303f8e50f88 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-2022, OpenGeoSys Community (https://www.opengeosys.org) + * Copyright (c) 2012-2023, 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 63e0be9a22463ed07837594f02e1634bbbfc8ca5..f2de53976e80c032acf1d2cf522bc471b78f193f 100644 --- a/Applications/DataExplorer/mainwindow.h +++ b/Applications/DataExplorer/mainwindow.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (https://www.opengeosys.org) + * Copyright (c) 2012-2023, 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 3cfb8fe9d842654658f546346fd3b61da8f68a83..a0c056ea022f62b5eccce1e6cd9d7c3628e2af9b 100644 --- a/Applications/DataHolderLib/BoundaryCondition.cpp +++ b/Applications/DataHolderLib/BoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8d14d46976f6ddb4decc2cc23907f5c04adcda87..239ab7d0628dcf9f5ab9cd73dc6184d7eaf65662 100644 --- a/Applications/DataHolderLib/BoundaryCondition.h +++ b/Applications/DataHolderLib/BoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d62907487b2a3de4ac33a3c116090b052c80ebd9..b8fb91ab55fd5cf861579fbd3ae013ec5c83e1e6 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8684e0e59f901fdb572366b758ecda5a2943342f..358a1d80e8601bec70bb252c889ec8e36027269c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 feef57ab3b81fa6cdaeaa4302bdc9470ff0056b0..4c0e371e14014ab8a7fdbe2717db5e8c8947c7ba 100644 --- a/Applications/DataHolderLib/ColorLookupTable.cpp +++ b/Applications/DataHolderLib/ColorLookupTable.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 173eee33fd37484eafc6b73a519dd6fcd2bfdf69..e9180a25cafaee8044c61229718073594f7d792a 100644 --- a/Applications/DataHolderLib/ColorLookupTable.h +++ b/Applications/DataHolderLib/ColorLookupTable.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b04b835d8ed8d9a5c5cdd975c6fee9c5a01d7729..d0c4c7404a4ab8b7db39f66760e39405ea918c7f 100644 --- a/Applications/DataHolderLib/FemCondition.cpp +++ b/Applications/DataHolderLib/FemCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 327d5887afaac50c65369312225f30f7fa8f82cd..832aeb41ce4dd16a02aaee806548c1989060bc4d 100644 --- a/Applications/DataHolderLib/FemCondition.h +++ b/Applications/DataHolderLib/FemCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 59d5aaa98f008e792c79a091530a2cf0abe214d0..d5d7da788c64043a2eeac687e0307651a6d4a62d 100644 --- a/Applications/DataHolderLib/Project.cpp +++ b/Applications/DataHolderLib/Project.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d12124f11817fdf54ee3f7b69e86c1fa64e93948..3a4243afdc18ffdc5e560df23fb633bbafe70c53 100644 --- a/Applications/DataHolderLib/Project.h +++ b/Applications/DataHolderLib/Project.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d68043afdcb2c70de25160f402d597ef02b7aa70..713c4efa6f2852837f0387fc5f46db6b4b5ad1c0 100644 --- a/Applications/DataHolderLib/SourceTerm.cpp +++ b/Applications/DataHolderLib/SourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 085cce5fc4c46087f3439aa492ad6537ab79e3ff..8e5f4bfa77b804c45cd27789bfc91c4f3fbde80e 100644 --- a/Applications/DataHolderLib/SourceTerm.h +++ b/Applications/DataHolderLib/SourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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/AsciiRasterInterface.cpp b/Applications/FileIO/AsciiRasterInterface.cpp index 04c95d466e8a22ad1812256428d11d6e9cb9f5b8..e87b92ac18c8551d97666ead2ab8a1f1bfc6edf9 100644 --- a/Applications/FileIO/AsciiRasterInterface.cpp +++ b/Applications/FileIO/AsciiRasterInterface.cpp @@ -5,7 +5,7 @@ * @brief Implementation of the AsciiRasterInterface class. * * @copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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/AsciiRasterInterface.h b/Applications/FileIO/AsciiRasterInterface.h index fdcc7610cbda657cfbc92bd8df1e216a6faf07e2..9fbe6f47cb3f7a87bd9c90ed897dbfb7bc1b8579 100644 --- a/Applications/FileIO/AsciiRasterInterface.h +++ b/Applications/FileIO/AsciiRasterInterface.h @@ -5,7 +5,7 @@ * @brief Definition of the AsciiRasterInterface class. * * @copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9c067d01635f486417614aee71070aebc319117f..aeaa8623494b7055b179b5e83394b514e542be64 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6936d7af81ad6e89154d3290b5b95f4f3a70639a..e0dc38d6ef6c28e7ac63aaa1ae203c25698771c4 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6f954e7400092578ed845d5c7ff8ce41cd1b9cc6..f9968081131ebb4c1eb6c070b1da43f5a7e0006c 100644 --- a/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.cpp +++ b/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 16a8748d53af0424ebe9ea8d3621d4d9e6feb467..07a9e36737dde330c7f286a3041209145a282e3f 100644 --- a/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.h +++ b/Applications/FileIO/FEFLOW/FEFLOWGeoInterface.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 358ba14108378c3a62b3e08b26162d2ca86e647a..ce3156c94028562f8d5f9d0e737f59ed84541809 100644 --- a/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.cpp +++ b/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1e785584317d58b0559c64ad9444efba594c2798..1c9bb987443d7e65e89a773ad904622dc3b1967e 100644 --- a/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.h +++ b/Applications/FileIO/FEFLOW/FEFLOWMeshInterface.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 92ee740d46c2754554666145e39d3d2770511c7b..85c2711c98f5f9fb6cea8c7eaffd63db7221271f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3fcc69486b5d27e9cde6e9b2addf2c2d5ce8eb84..dd40c05eee610ceb84b13b157866af259c5c7a4b 100644 --- a/Applications/FileIO/GMSInterface.h +++ b/Applications/FileIO/GMSInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the GMSInterface class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ca0b9ff834eabcee5a434cfc02dde4f0ec235eab..701f7a5f7380de199e11b1108045323c6168570c 100644 --- a/Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.cpp +++ b/Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a5f35c5b5047f8f96b2fb9eb5557eca6f6e68b2e..2a97b141892c796592c54cf4d5234884d8e21f13 100644 --- a/Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.h +++ b/Applications/FileIO/Gmsh/GMSHAdaptiveMeshDensity.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2bb2a9db5935ace2fe28230a32fd7a3964e10617..f8732f920c6d3dc50cb3fe7ce9fcbecc1b208eb1 100644 --- a/Applications/FileIO/Gmsh/GMSHFixedMeshDensity.cpp +++ b/Applications/FileIO/Gmsh/GMSHFixedMeshDensity.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 334a9c187cdbd4b1215360d8ab65b13d1e3c6094..5d22c2d0bba54f07a51fd4798e02502457205ef0 100644 --- a/Applications/FileIO/Gmsh/GMSHFixedMeshDensity.h +++ b/Applications/FileIO/Gmsh/GMSHFixedMeshDensity.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2a829a914cae4bdaf8b8ca7669b8f68166374644..550e1b270437bee8ab211546dda17ad636d214b9 100644 --- a/Applications/FileIO/Gmsh/GMSHInterface.cpp +++ b/Applications/FileIO/Gmsh/GMSHInterface.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b204a8c40fd868a09efa631262da795e3c9f3d9f..ef5d8581b3098c56318ecb11d614b130a9c2a293 100644 --- a/Applications/FileIO/Gmsh/GMSHInterface.h +++ b/Applications/FileIO/Gmsh/GMSHInterface.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fa3f3bc3060b3b4ceb8a06131633e114bff11f2b..11932b5d924f6f2dba7c68a6b59d57b54fc7139a 100644 --- a/Applications/FileIO/Gmsh/GMSHLine.cpp +++ b/Applications/FileIO/Gmsh/GMSHLine.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d048cd1a98f0000ba755ff9e8f55cbcbcd27f5c5..1b72a005ee443a28d7b62d57119014fe550e99c7 100644 --- a/Applications/FileIO/Gmsh/GMSHLine.h +++ b/Applications/FileIO/Gmsh/GMSHLine.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0fe41282258818c6e185a65cf083a35ff901316b..9dd4d496e89c3933e218c9368c8dbe2abc5fe9bf 100644 --- a/Applications/FileIO/Gmsh/GMSHLineLoop.cpp +++ b/Applications/FileIO/Gmsh/GMSHLineLoop.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3dd4a63d44861428afe7e8ebedb56df7d7f8dfd5..29699eada13e142a307b71943aa2bfc67d685da1 100644 --- a/Applications/FileIO/Gmsh/GMSHLineLoop.h +++ b/Applications/FileIO/Gmsh/GMSHLineLoop.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 518ab8e5a52c4eb86571b74066b9d6709da312b1..96803e4caa1c031d3e82220d2a100a4a8607959e 100644 --- a/Applications/FileIO/Gmsh/GMSHMeshDensityStrategy.h +++ b/Applications/FileIO/Gmsh/GMSHMeshDensityStrategy.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 01e65f6cbeee8c91459ec5e2b59dc011995810f0..e55cf14242469ed963ccf522cb5c4a335e00c9e7 100644 --- a/Applications/FileIO/Gmsh/GMSHPoint.cpp +++ b/Applications/FileIO/Gmsh/GMSHPoint.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b08dc6dd8d4e5717ec4b4580ecd7f47d344a5d19..55a79092df3e18c61620edc7789980d1f1efba4a 100644 --- a/Applications/FileIO/Gmsh/GMSHPoint.h +++ b/Applications/FileIO/Gmsh/GMSHPoint.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e22986a59b8f9aa03eb800c771e3809659f2d15f..46f870fbfce52b5ffab30ab3c0f58c042b127c96 100644 --- a/Applications/FileIO/Gmsh/GMSHPolygonTree.cpp +++ b/Applications/FileIO/Gmsh/GMSHPolygonTree.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3108912bf8d0b6ab2c5e6bc9acd81f937bcc1bc3..999467c9d6502e6aaf8f7a533cd033d2354eff7a 100644 --- a/Applications/FileIO/Gmsh/GMSHPolygonTree.h +++ b/Applications/FileIO/Gmsh/GMSHPolygonTree.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b6247182a618eadaccf61cb648e989f7747bdafd..e14b905eacf8e67192d160baee6e143205bd9c8d 100644 --- a/Applications/FileIO/Gmsh/GmshReader.cpp +++ b/Applications/FileIO/Gmsh/GmshReader.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0a8847c231a3b78a6be27ed1ef06394f24e5a318..9a4a748bf39b56eb2118cfb19d2e4570999a09af 100644 --- a/Applications/FileIO/Gmsh/GmshReader.h +++ b/Applications/FileIO/Gmsh/GmshReader.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0cee65fde1e6dd1b6955a13820299e2dbbdd5261..d071b5f6d011e6d5abcc320a5c9d8c82026f0d9b 100644 --- a/Applications/FileIO/GocadIO/CoordinateSystem.cpp +++ b/Applications/FileIO/GocadIO/CoordinateSystem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e29cc65a8bfe22557c6b592b7915e1c5c425e3a6..e17ce819bd6daaf56d7b4800eb647cb060a20d07 100644 --- a/Applications/FileIO/GocadIO/CoordinateSystem.h +++ b/Applications/FileIO/GocadIO/CoordinateSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 424f08a98fad7c89bfad7674f35544e302f6d2e0..553e870e4dfc03d94f8d6d1ab5953b105765d221 100644 --- a/Applications/FileIO/GocadIO/GenerateFaceSetMeshes.cpp +++ b/Applications/FileIO/GocadIO/GenerateFaceSetMeshes.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7c95ac5fe907dd270782447f340f891b479ab3cd..c5f430c5cb5764ac81b643f234c4ac3dca4012e7 100644 --- a/Applications/FileIO/GocadIO/GenerateFaceSetMeshes.h +++ b/Applications/FileIO/GocadIO/GenerateFaceSetMeshes.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ca1d40d3f9ae6b018c9ec5ee7bd8785d6d099ad1..65aaab3a47370dcb9eeb3338c3cfcd0f1c123817 100644 --- a/Applications/FileIO/GocadIO/GocadAsciiReader.cpp +++ b/Applications/FileIO/GocadIO/GocadAsciiReader.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9726fc1a63c07689d88ac9408294edd44f3b5cde..58185f78ca9d8a2025af0cbc475254bf186df377 100644 --- a/Applications/FileIO/GocadIO/GocadAsciiReader.h +++ b/Applications/FileIO/GocadIO/GocadAsciiReader.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b9b3c1fd783eef836f423d6704548e30a42bd37d..91da249c1ef80bab0a1d74d0a43885a6bd58aa82 100644 --- a/Applications/FileIO/GocadIO/GocadEnums.cpp +++ b/Applications/FileIO/GocadIO/GocadEnums.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7edb1a628fb102e6ab96bdd08b313d297b51c38b..aeb30fa82b6b293ce9c5d0aa329168c18004ea67 100644 --- a/Applications/FileIO/GocadIO/GocadEnums.h +++ b/Applications/FileIO/GocadIO/GocadEnums.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 033e40aea100ae89253297b474e38d2526050513..067eab63c6f1435f3ead4efd99516343d9be343d 100644 --- a/Applications/FileIO/GocadIO/GocadNode.cpp +++ b/Applications/FileIO/GocadIO/GocadNode.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3ab4d2a4fda2137d4b8a3863e69e9446bd1aaa8f..25727fb53e91ba30ec48250f3a8bdf524edc0fac 100644 --- a/Applications/FileIO/GocadIO/GocadNode.h +++ b/Applications/FileIO/GocadIO/GocadNode.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7442ed3b60b2a286a48445c4a5d5a6e4066a21a7..e3de81a29eef3767ef19f63c5433a346f9f7cbfc 100644 --- a/Applications/FileIO/GocadIO/GocadSGridReader.cpp +++ b/Applications/FileIO/GocadIO/GocadSGridReader.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d6fcae6226358489651ff2043b0332a1417f5f5c..610c90dc08fe5d2c101f63a37f64588f5787664e 100644 --- a/Applications/FileIO/GocadIO/GocadSGridReader.h +++ b/Applications/FileIO/GocadIO/GocadSGridReader.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 addd88bb109def17f49c5856b03f1001ded7314e..1228a5336341cac6effd36a58f0c43129d7a09c6 100644 --- a/Applications/FileIO/GocadIO/IndexCalculator.h +++ b/Applications/FileIO/GocadIO/IndexCalculator.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1dd904d9e332dd9e7fa370bddc02b451cd482d59..9571dfcb2b71a34cea7990da2eb682c94e42e8b6 100644 --- a/Applications/FileIO/GocadIO/Layer.cpp +++ b/Applications/FileIO/GocadIO/Layer.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1d894e123e2096d5d55f8b3b7d21c74dfa56ee0b..7132bd09cb31830fa007ec220bfdf8696ce17f11 100644 --- a/Applications/FileIO/GocadIO/Layer.h +++ b/Applications/FileIO/GocadIO/Layer.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d32f864382f2411a14cd21a6606099101bdabf64..5b251739736c828e237094129312b2beb4b0a7fa 100644 --- a/Applications/FileIO/GocadIO/Property.cpp +++ b/Applications/FileIO/GocadIO/Property.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 99b4d56e1f9dc6e301cae0952d4ff4473ca0d0b8..855d7ddf1a18790a338be7ccca1500dd57d88fab 100644 --- a/Applications/FileIO/GocadIO/Property.h +++ b/Applications/FileIO/GocadIO/Property.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ca205397401ff0fd07475d9051a03e1ca438c651..68c513270600b3eaad92917eeaa941f3416c7486 100644 --- a/Applications/FileIO/GocadIO/Region.cpp +++ b/Applications/FileIO/GocadIO/Region.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 adf55c21b8629ed9eed86804db26436e55dfa3e1..98af2a45b330720e323a7c4ebe1cf48b00ced7a2 100644 --- a/Applications/FileIO/GocadIO/Region.h +++ b/Applications/FileIO/GocadIO/Region.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ec6808de12b580972cdea5eaa8615f198e531182..2c0e23cae5045cb4129d31c915f6147b2e074b62 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7693b3b51d6e619481f849c89597c628fbd41c2c..30a28ee9c173d688b23c4c80ff686d4509d73fa1 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cfe07754f94ead88e4aa3598274110490545338e..49421c4462f028f7b29d419dacf997d19840f4f3 100644 --- a/Applications/FileIO/Legacy/createSurface.cpp +++ b/Applications/FileIO/Legacy/createSurface.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f8509c1813e939c94e9340c00e98316356e9eb7f..4f68a40b8b606a649ff29c47cf11ff4fb7052e7d 100644 --- a/Applications/FileIO/Legacy/createSurface.h +++ b/Applications/FileIO/Legacy/createSurface.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4e06000d697e1c93d139e1b0fdc05744e1bac66b..e0a84c00aba5018d8f3072b62c149046b477a658 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 18d4dc16171736d9a4cb1c9d3432bff3885d9d1d..ab85fa584144167e0da20710459e90d2b759a3e7 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a16918c225131c3f5985df3bc0bcc212145f1c43..6c94c97e50d197ee238b149edf90e4b251224cdf 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e1deeb7f2674ef10568f5d315e355091de5f0229..a628199ea76a940612e9d692a2f28f020b7c77d5 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fe9580c8a62d148085ca699f394ccd498dcb6be1..c376b868d2de88d0d8b7b663c36e912bcaf09733 100644 --- a/Applications/FileIO/SWMM/SWMMInterface.cpp +++ b/Applications/FileIO/SWMM/SWMMInterface.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 53c5632ab360c77f8245fcb05b558b1abbbc4302..ff44a71c69801f2959115c3599d209b02d276e08 100644 --- a/Applications/FileIO/SWMM/SWMMInterface.h +++ b/Applications/FileIO/SWMM/SWMMInterface.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4d94dff7e1f0a08f34da4815a6a85fe47ae0cff8..2332e3d959b54399d5710cbcebcbdf4636d8047a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fb84bed5e37ef2c7d6066af932249f5c14eeedb2..604b9350b7cc6c0201547051eb768fad4c2a385a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c2e245c0366d2386aee210ee4a3156e778c415d2..02bc10f0b48f0e168e8002d78a3e1c036c611710 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b5e3fad992074219196dd73a8cee9d9d404f913b..d355fd9fb95894a1d436c368cbf1cc4bff28d856 100644 --- a/Applications/FileIO/XmlIO/Qt/XmlPrjInterface.cpp +++ b/Applications/FileIO/XmlIO/Qt/XmlPrjInterface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fd7edb2b757d4eb229061f5926f268626510e053..4d2184ecd4b168885f8d4fafe1381c565b67aa3f 100644 --- a/Applications/FileIO/XmlIO/Qt/XmlPrjInterface.h +++ b/Applications/FileIO/XmlIO/Qt/XmlPrjInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8d4d448f4c32adbf98f8f22b96beca4d031f91c9..a13ae5f57c1881f9b983cec7d68afebcdcdc4db3 100644 --- a/Applications/FileIO/readGeometryFromFile.cpp +++ b/Applications/FileIO/readGeometryFromFile.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a4e8b233bc2e5cc9f8ebff6ef00cfb8435ff5bc6..47cdf3dff47cdcb3cabf8af659a7fc4012cd55a1 100644 --- a/Applications/FileIO/readGeometryFromFile.h +++ b/Applications/FileIO/readGeometryFromFile.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 eb1372231241a6e15be91285e73acf2281479438..d226f9be49a00c18e3022fdea7e1e9343afc06f8 100644 --- a/Applications/FileIO/writeGeometryToFile.cpp +++ b/Applications/FileIO/writeGeometryToFile.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d59fc581efedd4cd61abe1be2561dacfb21d36a4..4a7a0f10934e04e2b0a9db83c8b482d423463ef1 100644 --- a/Applications/FileIO/writeGeometryToFile.h +++ b/Applications/FileIO/writeGeometryToFile.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1296da6390bbcff42a52f954219fc703167db6a5..f9bf0d75388de3757eb454c877a25d2a5f6fac15 100644 --- a/Applications/InSituLib/Adaptor.cpp +++ b/Applications/InSituLib/Adaptor.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f959340491bf424d60cb8d2f5b893c1a7f27fad7..e1a1e54d8ccc6b4ee4727e13fb44b7213f90ed47 100644 --- a/Applications/InSituLib/Adaptor.h +++ b/Applications/InSituLib/Adaptor.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4fe341651a8dc0a9738bbb0c39f03012980bc272..6f4f8d38ce861b5c0d43560a8cbacac36f324636 100644 --- a/Applications/Python/ogs.callbacks/ogs_callbacks_module.cpp +++ b/Applications/Python/ogs.callbacks/ogs_callbacks_module.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3e0bb943f1ab9121ad7b11907dd4457c8035fd5a..f6bf14db571b1ac1c15a62370b1c9e4ad37f295b 100644 --- a/Applications/Python/ogs.simulator/ogs_python_module.cpp +++ b/Applications/Python/ogs.simulator/ogs_python_module.cpp @@ -3,7 +3,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d96b70b33a4cc481b20dcd425aad852706809157..7c230c5b7604d8e10a47aff873da5daad6202ca6 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 82b54a2eda56d13f86d9fb9c5996589adefad7d2..769c39e7b1e7145cf1c029ec2af3bd5dcb92ea32 100644 --- a/Applications/Utils/FileConverter/FEFLOW2OGS.cpp +++ b/Applications/Utils/FileConverter/FEFLOW2OGS.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 eaab8c07fc517e88ceed7b2a113acd9bccda08dd..8f4ac6409de692e82dc84f6e7cb0c20011ade289 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -135,7 +135,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 0b9fbf9a567a55a2ee747cc6607219e7ee9d0dd4..b9dfb17850694c8983c9af1c9efad9de27bd2e84 100644 --- a/Applications/Utils/FileConverter/GocadSGridReader.cpp +++ b/Applications/Utils/FileConverter/GocadSGridReader.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 7a876e3e66e26ed9f6426490b75b63760d2c9808..a017c19225ee700206fb46738c70ccbe2f1e9018 100644 --- a/Applications/Utils/FileConverter/GocadTSurfaceReader.cpp +++ b/Applications/Utils/FileConverter/GocadTSurfaceReader.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 91eaf3d14010b60c0da16872ca82e19e2bbb927b..0e403c630f8f875ae2909bc90f7cb3765bedef69 100644 --- a/Applications/Utils/FileConverter/Mesh2Raster.cpp +++ b/Applications/Utils/FileConverter/Mesh2Raster.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 0ed1c02f7d669f3fc3333f5edd25b3f0b7480214..3ee605827cb3471b098c9be0e527566e6d65d750 100644 --- a/Applications/Utils/FileConverter/Mesh2Shape.cpp +++ b/Applications/Utils/FileConverter/Mesh2Shape.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 55f90fce5e66b57fe0c2cd4486c6c5df5ba7a173..bbc2a4c8ed3338a658434ea31089b2cdf7a0fd5a 100644 --- a/Applications/Utils/FileConverter/NetCdfConverter.cpp +++ b/Applications/Utils/FileConverter/NetCdfConverter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -652,7 +652,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 f63bded6856a5520daf385ba1a3a907f48e387e9..e03ce3515e924bc07ae29d51aaf250d1e6daa280 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 f6a3d805816dcfcd27a811303a9935321d971030..f581c5cbac6c9694895116bf094cd10d5d917df4 100644 --- a/Applications/Utils/FileConverter/PVD2XDMF.cpp +++ b/Applications/Utils/FileConverter/PVD2XDMF.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 fc006984cb83d675ba7b8e6b0d72ee3841f531b4..8b126f9c7b5de534ad64f4005f310c30f05abb06 100644 --- a/Applications/Utils/FileConverter/TIN2VTK.cpp +++ b/Applications/Utils/FileConverter/TIN2VTK.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 4565469897a0fd81af629fbb739084597a447aa7..ac38396d7fc5ffdb90362f47f7ae3c6cf781edfd 100644 --- a/Applications/Utils/FileConverter/TecPlotTools.cpp +++ b/Applications/Utils/FileConverter/TecPlotTools.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 f86b928b3db2ad34a89d2c0168abbc4ba100cd08..57d02af60a9a1d9339f44cdcb57ac4af16c012e5 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 285a1f64e5a1271b15a92b3a151b906087fc3afb..085dc88f6c585755201668cd407c667b4a876b6a 100644 --- a/Applications/Utils/FileConverter/VTK2TIN.cpp +++ b/Applications/Utils/FileConverter/VTK2TIN.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 4ca9f84d9e933a8b4ed4e1fbda7eb07d9fd092c8..94d860e105f8197c5eec440daf3f17ac35814a20 100644 --- a/Applications/Utils/FileConverter/convertGEO.cpp +++ b/Applications/Utils/FileConverter/convertGEO.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 ef556bcaa99f2a5b2ee70ac41fa4913e5eba34b4..7bd97bc0181aec8364b291a32491ae6fb8bc933c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 f4645722bcfd8c318503cd2eaac9f30b7751ee71..d7a971a60458a707dce5d7cd2d1acfd51454eaa9 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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/addDataToRaster.cpp b/Applications/Utils/GeoTools/addDataToRaster.cpp index 92e3ef9d337ca98ab19be311be01ef4d6579a3b2..ce2aaf3b2caa8cd359ab040fc3d8ccf178983295 100644 --- a/Applications/Utils/GeoTools/addDataToRaster.cpp +++ b/Applications/Utils/GeoTools/addDataToRaster.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -57,7 +57,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 c9a521c53d54568365cfff074b4c91cb83da995d..4fd1b41b9ee2955be82d0fc50db9e534ebd7ff17 100644 --- a/Applications/Utils/GeoTools/createRaster.cpp +++ b/Applications/Utils/GeoTools/createRaster.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 25788a9f03d01cf19cf7ecb525bb5affdabd9133..2a0c31f67a3bb569e29295bb7c28738a6eb98027 100644 --- a/Applications/Utils/GeoTools/generateGeometry.cpp +++ b/Applications/Utils/GeoTools/generateGeometry.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 883883a080a09404f32bb0c34dceaa456b7ffa95..57f69b68e998f3a7449ad8d4fd35963ff13b1d24 100644 --- a/Applications/Utils/MeshEdit/AddElementQuality.cpp +++ b/Applications/Utils/MeshEdit/AddElementQuality.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 cc5dca9e842a6e18ec9ece1379315e7d89cc0e44..c07953482396e927cab3923a2b05d115afb826e8 100644 --- a/Applications/Utils/MeshEdit/AddFaultToVoxelGrid.cpp +++ b/Applications/Utils/MeshEdit/AddFaultToVoxelGrid.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -203,7 +203,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 ea5ed408cba6909bfee43d2c2ca3892b6daeb431..bf01072a2468de6291b07c284d169f25648f3e70 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 eb88c769796f15648a51a99e4d54a2d15c7ab2ad..5d45dffb55ca451b73b55c3a44e50d13efc625a8 100644 --- a/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp +++ b/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp @@ -3,7 +3,7 @@ * \brief Create BoundaryConditions from a polylines. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -135,7 +135,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 ebb05e2a67a603b4f7779821a3da005d4a43ce72..75cc2a617d985a936a072d4094721dcdca7dd95d 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 6863c1f0411ca6e42632e825b593af42ad0e6471..58fae088964639cdff00aee3805c96ec09ba8586 100644 --- a/Applications/Utils/MeshEdit/ExtractMaterials.cpp +++ b/Applications/Utils/MeshEdit/ExtractMaterials.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 01e8973e314c33fb7a52a732fdf59818bbd321fe..75aa3c22cdad90bc1b6501986feabbd4f237b093 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 b42a8fba2000e1fd42a54b01021c9795ea56cedf..5ec78461bd59d7d6856fa026bb260d9adab7d955 100644 --- a/Applications/Utils/MeshEdit/Layers2Grid.cpp +++ b/Applications/Utils/MeshEdit/Layers2Grid.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -232,7 +232,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 0ab2cc6e52c28a780330fb2989b1eca46f75fe0c..39659619aad17297ccbf64cf2c5465cdc1ad22f5 100644 --- a/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp +++ b/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp @@ -3,7 +3,7 @@ * \brief Map geometric objects to the surface of the given mesh. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or */ @@ -35,7 +35,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 e9ce327c60b8cae914092e164df96c6452635a5b..ba01dc36da9c121035d0f9a25738941868c63049 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 4f657355c18de38b54664e64d8a7a539eade4a2c..5ecb62a876df3596b331b648631bd007d733d688 100644 --- a/Applications/Utils/MeshEdit/MoveMesh.cpp +++ b/Applications/Utils/MeshEdit/MoveMesh.cpp @@ -4,7 +4,7 @@ * @brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 96f24023b8920323ad53ffe36ab66d2ebe696aad..636872eafb68b3daaee53cf42e01c3ca1c8a585d 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -173,7 +173,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 7c6448ac265e520bd7e3748b85d4334a22ae7ce5..6d6c70fbd8085f3e10e522ba46ccd12817b53bc7 100644 --- a/Applications/Utils/MeshEdit/PVTU2VTU/PVTU2VTU.cpp +++ b/Applications/Utils/MeshEdit/PVTU2VTU/PVTU2VTU.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -310,7 +310,7 @@ int main(int argc, char* argv[]) "\n\nOpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 e96631857574a2b79d89831e11898e1bd69dbe94..57b5375e990fb2ac2e0e7dde8fa53dc14a45e0a3 100644 --- a/Applications/Utils/MeshEdit/RemoveGhostData.cpp +++ b/Applications/Utils/MeshEdit/RemoveGhostData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 242819365d36efb81c7643f1a93566a0c3b955bf..2d3920e45a8389e826aa342b2dd73186fb207dc1 100644 --- a/Applications/Utils/MeshEdit/ReorderMesh.cpp +++ b/Applications/Utils/MeshEdit/ReorderMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 20a0aae2143b4ce509fa5467f40a2e838e4cc860..b40644d1874fbdebdcfee8601d59656c1bcde8e9 100644 --- a/Applications/Utils/MeshEdit/ResetPropertiesInPolygonalRegion.cpp +++ b/Applications/Utils/MeshEdit/ResetPropertiesInPolygonalRegion.cpp @@ -2,7 +2,7 @@ * \brief Reset material properties in meshes in a polygonal region. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 ed40ea0a6bb5320f5612fc9b9ecb9da9a8d8ab06..421f027102369e021be94e251b637bd0f1288207 100644 --- a/Applications/Utils/MeshEdit/Vtu2Grid.cpp +++ b/Applications/Utils/MeshEdit/Vtu2Grid.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -146,7 +146,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 1b6625b70fed37ca7b93144392a9cacd9fdfa33f..48326e603befc0b03f1cfb0316b268754e6fffe3 100644 --- a/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp +++ b/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 7c950d8055b502e9dcd5c7ec020328f4db0f35ae..c243fbece8085d0f323179bb7d2452c184f63fdf 100644 --- a/Applications/Utils/MeshEdit/checkMesh.cpp +++ b/Applications/Utils/MeshEdit/checkMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 161d18d3ed367141dd4927ac153bf25994943fa0..a9d8a8477364ede5400a6b966030e1162be353b8 100644 --- a/Applications/Utils/MeshEdit/convertToLinearMesh.cpp +++ b/Applications/Utils/MeshEdit/convertToLinearMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 1cc584aa65caaa4e1e45db0c0c9eccde37b88555..e88c6028973a17ef32de0077384054a4a446ee7f 100644 --- a/Applications/Utils/MeshEdit/createLayeredMeshFromRasters.cpp +++ b/Applications/Utils/MeshEdit/createLayeredMeshFromRasters.cpp @@ -3,7 +3,7 @@ * \brief Creates a layered mesh from a 2D mesh and a bunch of raster files. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 04de3521eccf56cdad17e692fdfd27902547037b..0dced650a64cf5faf266ef9ce1017a912ae18167 100644 --- a/Applications/Utils/MeshEdit/createQuadraticMesh.cpp +++ b/Applications/Utils/MeshEdit/createQuadraticMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 0a5ba580ad3c44b9260bd5c7914f869eb4a83cbe..0edf62b7e321a3b75bb403c45227e1ce7ac44907 100644 --- a/Applications/Utils/MeshEdit/editMaterialID.cpp +++ b/Applications/Utils/MeshEdit/editMaterialID.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 a19095506c687f4e6a380b9f00f3095a5ff8aa5f..cb5946c1e869dc7991d031219e6d8fb4768e5e2d 100644 --- a/Applications/Utils/MeshEdit/ipDataToPointCloud.cpp +++ b/Applications/Utils/MeshEdit/ipDataToPointCloud.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 422f559fdd8a78b5a9fe74da52c1558f1e87314c..f440898dfd9027d703133151432a38a19ca2d8f2 100644 --- a/Applications/Utils/MeshEdit/queryMesh.cpp +++ b/Applications/Utils/MeshEdit/queryMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 e9471866bfd7068d191823f099e6cb31a6dff96b..cb8fef981f4df741dfa7b015845d16be3994ccbd 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -80,7 +80,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 b6d80f76b0640c973c66a2d6d8a5f3e83ed61550..1d9a78e8c57dfe75a9a8af9c00ae86656cb4e709 100644 --- a/Applications/Utils/MeshEdit/reviseMesh.cpp +++ b/Applications/Utils/MeshEdit/reviseMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 afd35306fd625b9e776ac9b4414dddaba0ea71aa..0a2750d04c231734eff98bf1046f12a1d2cac8b0 100644 --- a/Applications/Utils/MeshEdit/swapNodeCoordinateAxes.cpp +++ b/Applications/Utils/MeshEdit/swapNodeCoordinateAxes.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 d92e9956b7eb906f6c78a8a0cf812390a127735c..b2d20d31ccf7f18255ffd18b467eff515645dfda 100644 --- a/Applications/Utils/MeshGeoTools/AssignRasterDataToMesh.cpp +++ b/Applications/Utils/MeshGeoTools/AssignRasterDataToMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 8a229c25b0dc62958f50279035830cb740c25b14..55e5f2bc9179fe0ee3d25216fdae26a75f120ed1 100644 --- a/Applications/Utils/MeshGeoTools/IntegrateBoreholesIntoMesh.cpp +++ b/Applications/Utils/MeshGeoTools/IntegrateBoreholesIntoMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 5d7ec4094273a2fc9b92732d26c5af7dc7d4e78a..70a69ead12071a90f72c95d0e958b11396f962ee 100644 --- a/Applications/Utils/MeshGeoTools/Raster2Mesh.cpp +++ b/Applications/Utils/MeshGeoTools/Raster2Mesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 5b17dbb5b1e857f80a3b3a55b02771f4de7cde3b..b8cb096410734ecb90c63b236a22539784594f79 100644 --- a/Applications/Utils/MeshGeoTools/VerticalSliceFromLayers.cpp +++ b/Applications/Utils/MeshGeoTools/VerticalSliceFromLayers.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 149aaea0c1b3e919a505bea20bdb0a5c9a14ae5c..0752eb2a53611fe0782d6f7ca1d54e5f7f1e97a0 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 effb870c7b0875a2feaf8bba1bf25fc3f9830371..af944e29b59080d69d39fd8b00f8003aff13fa03 100644 --- a/Applications/Utils/MeshGeoTools/constructMeshesFromGeometry.cpp +++ b/Applications/Utils/MeshGeoTools/constructMeshesFromGeometry.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 9da60508bb475cc28ef783f41561b5f7bc406807..bb551e780de54f5e453c604474340bac8d480c13 100644 --- a/Applications/Utils/MeshGeoTools/createIntermediateRasters.cpp +++ b/Applications/Utils/MeshGeoTools/createIntermediateRasters.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 8062d4be8a56414370bd5c102674b1aab30c363b..e92f490c262945d90429c633ca6bb8b361df2bba 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 f9d14fa2150e8b21afea730639011ea9d6de0b3f..06aa08338fad06a863e6bf09baab5a0cc8eb0ac0 100644 --- a/Applications/Utils/MeshGeoTools/identifySubdomains.cpp +++ b/Applications/Utils/MeshGeoTools/identifySubdomains.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -58,7 +58,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 c9b8f27354aa372e646851c901047eec0d19945b..dcf002eb672793182cd847cc728235fe35c4330a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 b4d073a3fadb0bfbe10d28f02e58b1297309f590..fa3bb27dfc2b4f5f4be3243645556795ab9c7817 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); TCLAP::ValueArg<std::string> mesh_input( diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/IntegrationPointDataTools.cpp b/Applications/Utils/ModelPreparation/PartitionMesh/IntegrationPointDataTools.cpp index 20cfdae089561bb6529e44015abd8651e229326f..b89169944a13f199add2df4f5cda6918e604ce0a 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/IntegrationPointDataTools.cpp +++ b/Applications/Utils/ModelPreparation/PartitionMesh/IntegrationPointDataTools.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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/IntegrationPointDataTools.h b/Applications/Utils/ModelPreparation/PartitionMesh/IntegrationPointDataTools.h index f1e644b3808956c1811ed858e697b08a233af177..73b0f06a442fff39a86a7aed7c9c0647c97df9fb 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/IntegrationPointDataTools.h +++ b/Applications/Utils/ModelPreparation/PartitionMesh/IntegrationPointDataTools.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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.cpp b/Applications/Utils/ModelPreparation/PartitionMesh/Metis.cpp index dc0544db94082966a442f87e33e7dded8eb8c633..b9da072a7c4062cb32424364a307b39afa57886d 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/Metis.cpp +++ b/Applications/Utils/ModelPreparation/PartitionMesh/Metis.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f709d317d0257de8547cfc3e54b421444d41d057..568b5da66438eafb01f4e1d212839d4a68b308ec 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/Metis.h +++ b/Applications/Utils/ModelPreparation/PartitionMesh/Metis.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 259d83a1830f50947b59ddb53f7826d48cc3920f..09113a3fac8dc7acbb57499a1aed0acf5237c031 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 959998d5459f802e13eadd79b93694016d7ee811..d0048d8cecf554af4833dddadea3fb73012074bb 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 126e356c215ce6d5fb7e2aaafe450c9feb677c14..f0e5e155e7f389b77479b68206cef6f29a95c740 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 d1b6060c4b91faf7258930b75639b574bf99692b..a89bf8e3828b56a52b56a249fd21b2dbe6f840ca 100644 --- a/Applications/Utils/ModelPreparation/convertVtkDataArrayToVtkDataArray.cpp +++ b/Applications/Utils/ModelPreparation/convertVtkDataArrayToVtkDataArray.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -62,7 +62,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 c51f56c15d10ea87cdba51d688d07bda3fe1320f..c68c3839644704bfddf11e9355949514c50315fc 100644 --- a/Applications/Utils/ModelPreparation/createNeumannBc.cpp +++ b/Applications/Utils/ModelPreparation/createNeumannBc.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -85,7 +85,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 2850dee2c64bd9f4976075b324a459601798217c..6aec2eb8b9a5925aaae32b8136c791b562149bf4 100644 --- a/Applications/Utils/ModelPreparation/scaleProperty.cpp +++ b/Applications/Utils/ModelPreparation/scaleProperty.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 7b746fcf0cb1519ecaaae001ff553d03fbc60e96..4fbb52a204c165954bb1ec70ff12b16c30d01298 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b3d966c669cc1d6b018230857fee8c2350331a76..83eea2013b506453cc94f70c88ecb772e766ec35 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6119084f050abc3b5e6d5d403edcb35307c7f390..4b624bb16d475db1beadf6fb7fd787b5999ecf89 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f3e07b0385d6bdb037e0dd03535b4b6e138ada60..69275a489d7e40281fb00bd3a2b9fcffaefbcf7b 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0a4713e832a59bb0a422288b90982acee7369ada..5ff4448406f5ca50bfa1581413ad63e0f578e92f 100644 --- a/Applications/Utils/OGSFileConverter/main.cpp +++ b/Applications/Utils/OGSFileConverter/main.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 3f4de20ebb08851cf74eca48c13aaf404efc34c6..ddd0fe5fb9d3fd36d8fbd045d72eac9de240df67 100644 --- a/Applications/Utils/PostProcessing/Raster2PointCloud.cpp +++ b/Applications/Utils/PostProcessing/Raster2PointCloud.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 4b8c6c9d1b5337fdd286d8dcd0fd37fe1d84e136..033abc9a6eb0c9d7814ac28ffc9144bc36fc06d3 100644 --- a/Applications/Utils/PostProcessing/postLIE.cpp +++ b/Applications/Utils/PostProcessing/postLIE.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 1707691c58fb2e871cb1bd9a3ad992be92b8d50a..a3df00d5fa27b03d03baa77287a59d8277937432 100644 --- a/Applications/Utils/SWMMConverter/SWMMConverter.cpp +++ b/Applications/Utils/SWMMConverter/SWMMConverter.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -167,7 +167,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 325f92f9cd60bfd13765d3fef68d20f69bb099a5..6838d75a776222cb8468c975d77c79788a9a83bc 100644 --- a/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp +++ b/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp @@ -2,7 +2,7 @@ * \brief Implementation of the createMeshElemPropertiesFromASCRaster tool. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -43,7 +43,7 @@ int main(int argc, char* argv[]) "OpenGeoSys-6 software, version " + GitInfoLib::GitInfo::ogs_version + ".\n" - "Copyright (c) 2012-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, 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 6e0c4cdb79d28a8981333a4e233fe22c458db034..7b094b41629c9f0313ce4954cc87a35d82c7e279 100644 --- a/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp +++ b/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/BaseLib/Algorithm.h b/BaseLib/Algorithm.h index 4eabaf0826a7d996e2db0c998111a9a4c0698b8e..183ee034eb8a2458266e360901b9c5138d068b3c 100644 --- a/BaseLib/Algorithm.h +++ b/BaseLib/Algorithm.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 cd5bd2eb12229d3aa8a30fe2bbb744365c53a6e8..acdb30ac3cee0fd3efd39fbfcc849d1bc234c0bb 100644 --- a/BaseLib/CPUTime.h +++ b/BaseLib/CPUTime.h @@ -6,7 +6,7 @@ * \brief Definition of the CPUTime class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 67fc72594561b5fc5650ab7799f1d0107a569cd5..765b58409a6c351297349fc0b18794b6802caf63 100644 --- a/BaseLib/ConfigTree-fwd.h +++ b/BaseLib/ConfigTree-fwd.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f3b13d6e909b9dcf2426fd5d1436c1578524d6d1..052d2218c88976bcf952f9ca4cea63c757f69fd0 100644 --- a/BaseLib/ConfigTree-impl.h +++ b/BaseLib/ConfigTree-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9d73c8d3974d5be161ff62c17e1a796df86ca080..844757dd49643b82c5e7c8a94cf917e12167fc3b 100644 --- a/BaseLib/ConfigTree.cpp +++ b/BaseLib/ConfigTree.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8ed13e7da5a7d8e3d3625730cfc9900533d40740..2d175db30d7ab494f4a64293d4a810a8590f31d9 100644 --- a/BaseLib/ConfigTree.h +++ b/BaseLib/ConfigTree.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 786692aff08d9ce09e33861f796c6f9cef9eda36..a87b8c370d48c39c543530ffd18d9618fe6a4d4e 100644 --- a/BaseLib/ConfigTreeUtil.cpp +++ b/BaseLib/ConfigTreeUtil.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1026272d2229e35671df53f41c7fb09d87a4e8d5..dc21f9e17e536bb69e80ef0046ea8ab3d8922791 100644 --- a/BaseLib/ConfigTreeUtil.h +++ b/BaseLib/ConfigTreeUtil.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6d7bf029c315314b8b35ebb64d7c43007d481afa..30f01613da5614b6cbb5eb00e36be9051c267d36 100644 --- a/BaseLib/DateTools.cpp +++ b/BaseLib/DateTools.cpp @@ -5,7 +5,7 @@ * \brief Implementation of date helper functions. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 fb0988cd95b866ed8caf103bcbd408085844e85a..66407fceb8ca3aa79e4197724be337a4b3d69d3d 100644 --- a/BaseLib/DateTools.h +++ b/BaseLib/DateTools.h @@ -5,7 +5,7 @@ * \brief Definition of date helper functions. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 59624ba0caf73a2d14a5dedbbbbbacde87f0786c..4379ee191e1a0cd6957dda9c3c6ad84b385a784b 100644 --- a/BaseLib/DisableFPE.h +++ b/BaseLib/DisableFPE.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/DynamicSpan.h b/BaseLib/DynamicSpan.h index b973b5776adfa2a0c749d05aebf1787434735c26..c10c8fb49e5e6c7febd1fc759da75a590aa7c1f7 100644 --- a/BaseLib/DynamicSpan.h +++ b/BaseLib/DynamicSpan.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8960d446b29b45dc63d07ee538c78094bb897c3d..e80d840a028f80faf39d4250cd61a8fe1993db31 100644 --- a/BaseLib/Error.h +++ b/BaseLib/Error.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4cc1588774ee8ceb5d55f0c111bb82f50a86b8ed..2fb6e78401efaebe2289cf4e6b5631c796537c50 100644 --- a/BaseLib/ExportSymbol.h +++ b/BaseLib/ExportSymbol.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ffe7b4c32e7f92a4114b24fc62bb34d7a4dc7042..3cc61dde0e1e278a3d96b663c7399c38a822fb70 100644 --- a/BaseLib/FileTools.cpp +++ b/BaseLib/FileTools.cpp @@ -5,7 +5,7 @@ * \brief Filename manipulation routines implementation. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6376fc1fa9b322320322a9e35215a79c7e13f12d..795352143ac120c44972daa649758d67bde8d469 100644 --- a/BaseLib/FileTools.h +++ b/BaseLib/FileTools.h @@ -5,7 +5,7 @@ * \brief Filename manipulation routines. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7d812272723d5de9e9095b3be158b3e6cd5ceb43..b7d0501d87df37e79a69bc05b2d7f945e6ae118c 100644 --- a/BaseLib/Histogram.cpp +++ b/BaseLib/Histogram.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8428c2547d0518a9a981b106c1a90c153f01bc02..7eea4511eed0f4e74cb62048b97e4262c03900d8 100644 --- a/BaseLib/Histogram.h +++ b/BaseLib/Histogram.h @@ -4,7 +4,7 @@ * \brief Implementation of Histogram class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8b025866fbb7b689e3a729439ae3f582deecc2d4..c3da5b43695b8be931456a48f9b33084219700be 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 32a789b25c4b1775ce5095c7dadc1426d21cf6b7..31e3f4390cee3567f343272991454cfe145d1abe 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c74f1cbc535339ebc7e59d3e6035e786ae9c32bf..84f84288d9a4d861368844eb6a51c5d61046c240 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 fd8069694034bd7b98e53f7cb28f765e1b442715..64cc54ecf212a0d3b45b0682b4fa49d6104f7faa 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ea24924c8c017daf561e5bb3e19b810fbd18d6f1..624b4acb19b24d77cc603bc7a1dee31bd8f1befd 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1eaa0ea7f7ba3487f96de0cbe979ec1e76003d0d..9e0a247af598f8a3d41d5309727e2bf951109e96 100644 --- a/BaseLib/IO/readStringListFromFile.cpp +++ b/BaseLib/IO/readStringListFromFile.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e30bb7e3c6bda38848254bf6cf5afc1720b847e5..d3f4f4acab8452e36e577535d762b3589b59c314 100644 --- a/BaseLib/IO/readStringListFromFile.h +++ b/BaseLib/IO/readStringListFromFile.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7edada2ec5a478da36dac185aaa08ca351ae39f9..b4fb1fad214cdde63bc7a5049a548b9454557abf 100644 --- a/BaseLib/Logging.cpp +++ b/BaseLib/Logging.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c17f3c4331742b0480863e7460500d273aa35dce..2d984b7d538d79cac557fb62f806aee58babd798 100644 --- a/BaseLib/Logging.h +++ b/BaseLib/Logging.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 72d8847701615bd1f685e796de4ed86010697c37..a041df60f80e75a04d32e571ddd32a359a1f8ee5 100644 --- a/BaseLib/MemWatch.cpp +++ b/BaseLib/MemWatch.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MemWatch class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9f0e6ea5b234089b6b1e32cf76d29c61a206399c..5dc2fdd199ca7ce0e37430dd330d5b5355e40d18 100644 --- a/BaseLib/MemWatch.h +++ b/BaseLib/MemWatch.h @@ -5,7 +5,7 @@ * \brief Definition of the MemWatch class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7e912c6dec4be2b35e6964a89dab0b18705a38aa..51069e4c43ac0cb18c6dbed388a4cd180f2a438a 100644 --- a/BaseLib/PrjProcessing.cpp +++ b/BaseLib/PrjProcessing.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e08f64f60d6ba553c16d742b99a9374edea42927..804e3c5c92f772b5917240fdce463afa98227f82 100644 --- a/BaseLib/PrjProcessing.h +++ b/BaseLib/PrjProcessing.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2c701c6cdcf25d880e80f7104dcf8195a5cbb71e..ea0f5d3006a329f3af98024ca9d61aabf04a6336 100644 --- a/BaseLib/RunTime.h +++ b/BaseLib/RunTime.h @@ -6,7 +6,7 @@ * \brief Definition of the RunTime class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 563061f5ed7112dad80f0e19731f0e8bb41d7525..2e2ca1470986098c7e25991597f67f11c136339d 100644 --- a/BaseLib/StringTools.cpp +++ b/BaseLib/StringTools.cpp @@ -5,7 +5,7 @@ * \brief Implementation of string helper functions. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 67ace052d6ea9e0cdb1d7ef0021a10be44fdefee..28bb238c221b32bd51a1d936d36978e86f4dec11 100644 --- a/BaseLib/StringTools.h +++ b/BaseLib/StringTools.h @@ -5,7 +5,7 @@ * \brief Definition of string helper functions. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a136d50b6fc14a07274368e4168bceb2d97698dc..cf67124289caf7b5263f46c16c916684b7db8910 100644 --- a/BaseLib/Subdivision.cpp +++ b/BaseLib/Subdivision.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 749e5b8d46897cb5a3af9f3f9432c4c83a69003a..e8475eae62ab283f03cb37f4eedd3b67a8dee1de 100644 --- a/BaseLib/Subdivision.h +++ b/BaseLib/Subdivision.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5fee6d0ff88dbde67d6d1c6e8c2331d0a71a15b9..98adc607e75411abfd2813a4fbb00c6e490ba829 100644 --- a/BaseLib/TCLAPCustomOutput.h +++ b/BaseLib/TCLAPCustomOutput.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e9ce58842739ac16636fa103cf339975c48b5e6e..51092ff468379b777b4054a136b43891084eb471 100644 --- a/BaseLib/TMP.h +++ b/BaseLib/TMP.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 80c9d9611fb6fe79e8045c464ddfd6c7d4059906..8aa7dea18d6acbdb7da29620648d363a2d41bae4 100644 --- a/BaseLib/TimeInterval.cpp +++ b/BaseLib/TimeInterval.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e237e634876bd8f5a97b4f63c9523b88f1e10215..66f8ac2d281a239a16a4b8e3a35c88f089b93c08 100644 --- a/BaseLib/TimeInterval.h +++ b/BaseLib/TimeInterval.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7a740f6b806801802acaf8c1ca29e7666cc463aa..a0f7ec19922f88e65c4e9d9715c26c046b59a0e9 100644 --- a/BaseLib/cpp23.h +++ b/BaseLib/cpp23.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 03fc234132d8fbfc010ea499f53ca9f229c96340..67dc055a1299d8a453afb9997455b87ae18016f2 100644 --- a/BaseLib/quicksort.h +++ b/BaseLib/quicksort.h @@ -3,7 +3,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e4322417e6bd653a8ed71ced09808047e06318b0..b8aec8967240952be60975b8c6e6f1ba73d96838 100644 --- a/ChemistryLib/ChemicalSolverInterface.h +++ b/ChemistryLib/ChemicalSolverInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4a34925d754cab809035d5196287f526ebce02f5..0cc1f50c895dde3148955f0586674770e0a84e0a 100644 --- a/ChemistryLib/ChemicalSolverType.h +++ b/ChemistryLib/ChemicalSolverType.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 aedeb279c930d5e0391e480649fe85801c142024..203e33fe155e78a78181a33efbf693ee4107b08b 100644 --- a/ChemistryLib/Common/ChargeBalance.h +++ b/ChemistryLib/Common/ChargeBalance.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e38a390e4fa296166f56bd299ae852d7006dd771..25ad6311699c3954d7071a86a4e1948076f649c8 100644 --- a/ChemistryLib/Common/CreateChargeBalance.cpp +++ b/ChemistryLib/Common/CreateChargeBalance.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c5a66f254b04aaa61f4291aec6b561be8d4a9e4d..1a289c99ba6701d95c36e55ebdf1a1112985dd50 100644 --- a/ChemistryLib/Common/CreateChargeBalance.h +++ b/ChemistryLib/Common/CreateChargeBalance.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e80adea1cc9d28568ea6df607ee83384c5dec30f..7fe0de4c168acaf12cb5801bf36a1e51501a2173 100644 --- a/ChemistryLib/Common/CreateReactionRate.cpp +++ b/ChemistryLib/Common/CreateReactionRate.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d5fed4dc6e064a0c2c0ffe3d3114d967ed507713..87410ca1cda5d986120c720e42d6d0832d2aeaf6 100644 --- a/ChemistryLib/Common/CreateReactionRate.h +++ b/ChemistryLib/Common/CreateReactionRate.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 05f787275f4bd80a80f1cac6c27fa2d38809fc49..18eac4705c71ba02afd24c3f884faeded2bd7eab 100644 --- a/ChemistryLib/CreateChemicalSolverInterface.cpp +++ b/ChemistryLib/CreateChemicalSolverInterface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ca4e40fc33e1f5e2cffa71e20747340edb3d0fad..20b73ae5ed9b4e5e634b0f61f08c5158ff919a0d 100644 --- a/ChemistryLib/CreateChemicalSolverInterface.h +++ b/ChemistryLib/CreateChemicalSolverInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 aa58da45a38264a76e98907e1de19f0aa20a9748..9aad8dd699f8e783e84f6810d25ac2097669cb92 100644 --- a/ChemistryLib/PhreeqcIO.cpp +++ b/ChemistryLib/PhreeqcIO.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ba6014e50e83346b6d92c5b89a2cc7676b3090ce..c97befcbb43c2013a0b6cc3894ad6ec65c99f202 100644 --- a/ChemistryLib/PhreeqcIO.h +++ b/ChemistryLib/PhreeqcIO.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 abb577a8c4c80df71f32860d6d13768bac1d3db4..d7ba9b3ed74986e1ee7aafc250be6a4652a1113c 100644 --- a/ChemistryLib/PhreeqcIOData/AqueousSolution.cpp +++ b/ChemistryLib/PhreeqcIOData/AqueousSolution.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 870b9cc874a1a5bfff0d41ded3ccfa7c1b9996be..91d104bac89c124d660bb4cb9c4d42b599023247 100644 --- a/ChemistryLib/PhreeqcIOData/AqueousSolution.h +++ b/ChemistryLib/PhreeqcIOData/AqueousSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9d0bb734c024c47a871d9e9e8e0883ced81d1b7d..bf038e63a4696685acee037ddd51f75ff7ee16ef 100644 --- a/ChemistryLib/PhreeqcIOData/ChemicalSystem.cpp +++ b/ChemistryLib/PhreeqcIOData/ChemicalSystem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 16754c8e0a7dc84db10463fe79d52ac9400e4ba2..57192bf35c0e3d54ada76fabcefea5bd9e6b0223 100644 --- a/ChemistryLib/PhreeqcIOData/ChemicalSystem.h +++ b/ChemistryLib/PhreeqcIOData/ChemicalSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0ff8d94c96a58fbd975cf66cc2f12174146fdf3a..8af4a7feca6dccfccbcde55ebe780773dce00a66 100644 --- a/ChemistryLib/PhreeqcIOData/CreateAqueousSolution.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateAqueousSolution.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0304b03cc51b7b0a24c622a40c52fb9853ba5dc3..fd34db9ed182158761216c35dc99f04fc8d510f5 100644 --- a/ChemistryLib/PhreeqcIOData/CreateAqueousSolution.h +++ b/ChemistryLib/PhreeqcIOData/CreateAqueousSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d40a489be6da305b68e2ce59f00dd39a67209280..05a8a95630d972a55bb9317693033708886984db 100644 --- a/ChemistryLib/PhreeqcIOData/CreateChemicalSystem.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateChemicalSystem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e81e7aadda6606c3ea3cdd1e18e16d157135fa67..3c519440f4a578ef7e7abf6c040a3fd00ac42865 100644 --- a/ChemistryLib/PhreeqcIOData/CreateChemicalSystem.h +++ b/ChemistryLib/PhreeqcIOData/CreateChemicalSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 81c2a1a7d47d4fa7c99ffe24d9aed3a4a0be825c..9e5ad34d4b697bc3d58781b7e78e553f0fc94ef5 100644 --- a/ChemistryLib/PhreeqcIOData/CreateEquilibriumReactants.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateEquilibriumReactants.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3fee893177ac6256bd5ecda004b2a75886d0e988..1c29417ec48f2709705eaf351347e7e4e200b5b1 100644 --- a/ChemistryLib/PhreeqcIOData/CreateEquilibriumReactants.h +++ b/ChemistryLib/PhreeqcIOData/CreateEquilibriumReactants.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 727bf515259cc5ef64884447538c63d7d64a21eb..17e07f3e7f4f580b5bcd43a17f892c608bd8012d 100644 --- a/ChemistryLib/PhreeqcIOData/CreateExchange.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateExchange.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7fba64d59f7d1880594ab295ae18125b1b461376..d3d6c1fc3cc2b282ab60c8c1bfb80dec067c257c 100644 --- a/ChemistryLib/PhreeqcIOData/CreateExchange.h +++ b/ChemistryLib/PhreeqcIOData/CreateExchange.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e561eee4525082027b6d398338c4b0fd5a074561..9dc6230d03fa1f759b7fd9bd630455ef55713f9d 100644 --- a/ChemistryLib/PhreeqcIOData/CreateKineticReactant.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateKineticReactant.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1b7c5baa0d2126d334bf27534b094f03a9f3a58e..992b8703845043b85bd274589fe5bb2e2a6ada77 100644 --- a/ChemistryLib/PhreeqcIOData/CreateKineticReactant.h +++ b/ChemistryLib/PhreeqcIOData/CreateKineticReactant.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3ac480674fdfc25cc31892ffc1329b959fa116b0..4ac8a7dbc9bb0ec4f2457581c8c801866f4478e1 100644 --- a/ChemistryLib/PhreeqcIOData/CreateKnobs.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateKnobs.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 fab69591e72ad4d8952f31bf9b0f5eb8b6d2b124..9f5d0662df851007293cbea38a74cf7a27a8cd7c 100644 --- a/ChemistryLib/PhreeqcIOData/CreateKnobs.h +++ b/ChemistryLib/PhreeqcIOData/CreateKnobs.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 bc303bc8bcb4c2fce3c31bcdbb7eb272d0c2393b..bdd7e3803918e802e65779babbc1b4b85eb87757 100644 --- a/ChemistryLib/PhreeqcIOData/CreateOutput.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateOutput.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 40af0901d2d54823f1b49e568480146701cefef9..07070f027b345d3038ea5ea11616e71d70a57427 100644 --- a/ChemistryLib/PhreeqcIOData/CreateOutput.h +++ b/ChemistryLib/PhreeqcIOData/CreateOutput.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 632ffa65bc8af79665d8592bb60d40d87315f6fc..42365545bf065aaffdeb5be524d91bd772793a6b 100644 --- a/ChemistryLib/PhreeqcIOData/CreateSolutionComponent.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateSolutionComponent.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 401c1c22473e02c09f4c101d62eaf133431d26c5..0f2ba4147a1bc0b197ad7fe98834c46467296734 100644 --- a/ChemistryLib/PhreeqcIOData/CreateSolutionComponent.h +++ b/ChemistryLib/PhreeqcIOData/CreateSolutionComponent.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 29ff05601d8dd2cae7c8638f2a941e46a9ce16d0..7ab6e64f9ca47f8ac97222cec8bfe99627a94e16 100644 --- a/ChemistryLib/PhreeqcIOData/CreateSurface.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateSurface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 09eb346d6b3c3a1638a2b836ef2b5a18680d79b7..20ac4e952afc13c0a3f8da2b5080df0c77bf95b3 100644 --- a/ChemistryLib/PhreeqcIOData/CreateSurface.h +++ b/ChemistryLib/PhreeqcIOData/CreateSurface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d0617ac300b0d8cd1ab21c7e0d9a8969c33143fe..eae92d951e2294886ac92ccf6fc52fb06dc99cc0 100644 --- a/ChemistryLib/PhreeqcIOData/CreateUserPunch.cpp +++ b/ChemistryLib/PhreeqcIOData/CreateUserPunch.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f26326234bfce3970c137dfbd6fc70ae4015eac9..6edde44a5802bf49e8d489d5769896c5a401ce9f 100644 --- a/ChemistryLib/PhreeqcIOData/CreateUserPunch.h +++ b/ChemistryLib/PhreeqcIOData/CreateUserPunch.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 965587f7dbc32b16fcc0f771f56a1d34d3b1727e..41c6ab974715355d88f4c43dbff67ac6c0b02801 100644 --- a/ChemistryLib/PhreeqcIOData/Dump.cpp +++ b/ChemistryLib/PhreeqcIOData/Dump.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d79a89bb759a585ec81f4d9f1307854d670b03f2..c1bc35ab154d06298b036021585e2daca7375a60 100644 --- a/ChemistryLib/PhreeqcIOData/Dump.h +++ b/ChemistryLib/PhreeqcIOData/Dump.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c90f2f11d380d40daee7f3210ea9e0ea31445649..3e9e6ee0ca4f9acfa498c7ae6aa2f553144584c8 100644 --- a/ChemistryLib/PhreeqcIOData/EquilibriumReactant.cpp +++ b/ChemistryLib/PhreeqcIOData/EquilibriumReactant.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6d54521f915ac7174bcddb21d920eb362f5c777a..9a5de1f52d0f9239dce1902abd8a88cb8a601458 100644 --- a/ChemistryLib/PhreeqcIOData/EquilibriumReactant.h +++ b/ChemistryLib/PhreeqcIOData/EquilibriumReactant.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 433a26fd6f570bdb2bc1df9a7580dd84573cdb5e..fc44e652c19ba8d2a18fcc0809aa5428cbcde9c7 100644 --- a/ChemistryLib/PhreeqcIOData/Exchange.cpp +++ b/ChemistryLib/PhreeqcIOData/Exchange.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 acd5786d52532d37acc8992a85ebca2eb2dde748..746dac3353eec54ab26434a8d4058a2fbd8d18ba 100644 --- a/ChemistryLib/PhreeqcIOData/Exchange.h +++ b/ChemistryLib/PhreeqcIOData/Exchange.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 32d9c995abf2dfa8700a18b061656a350f7c33cb..6b9c0889c946f8c7beb180ef7038665d9f334002 100644 --- a/ChemistryLib/PhreeqcIOData/KineticReactant.cpp +++ b/ChemistryLib/PhreeqcIOData/KineticReactant.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1b9bb9341e2db83101df59c696edb082ef0b0d0e..0fd1b03bb2aefe0e2ac409bec566879905f56ca7 100644 --- a/ChemistryLib/PhreeqcIOData/KineticReactant.h +++ b/ChemistryLib/PhreeqcIOData/KineticReactant.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a99d5d31f8d67d01b49b221fb370e164c6f20f24..0a2a43f3497faedd5cceb6818e67f6423a4ff105 100644 --- a/ChemistryLib/PhreeqcIOData/Knobs.cpp +++ b/ChemistryLib/PhreeqcIOData/Knobs.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 edf9fcd146067c97de5f3eb699e0b11e06887bdb..265a2bf7c779adc69fc08d35dabf43a383ec7a6c 100644 --- a/ChemistryLib/PhreeqcIOData/Knobs.h +++ b/ChemistryLib/PhreeqcIOData/Knobs.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 59d5bc96a22bafe6dc90d677c54d4b7a6611c9a0..75084896efdb0f9feec8187886c9d7431068172f 100644 --- a/ChemistryLib/PhreeqcIOData/Output.cpp +++ b/ChemistryLib/PhreeqcIOData/Output.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 99a264511b1c39fa8a7a23088b63bbc2519e9a07..9ef9528e6a1df8a870e6d98d960743439e4be0db 100644 --- a/ChemistryLib/PhreeqcIOData/Output.h +++ b/ChemistryLib/PhreeqcIOData/Output.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1a7881fa9c9e532cfa81c2d7612d0fd7f406bb1a..06231bd1d5ccf85112cdf7bd200e07a662f86af4 100644 --- a/ChemistryLib/PhreeqcIOData/ReactionRate.cpp +++ b/ChemistryLib/PhreeqcIOData/ReactionRate.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2d705bb7f1761fbe6297d22be1588d1d9d6d0b49..dac2b0c419140e839dd7fe406d8341638f1effcb 100644 --- a/ChemistryLib/PhreeqcIOData/ReactionRate.h +++ b/ChemistryLib/PhreeqcIOData/ReactionRate.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4aaf0e0815b2299465f2d1b2429d9c385da8cc89..d29e77f271cb1bc48762de07f76ff068af16a1ad 100644 --- a/ChemistryLib/PhreeqcIOData/Surface.h +++ b/ChemistryLib/PhreeqcIOData/Surface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e36ac9842dcb32fbe374f9687c5b867decccd87e..be6eefd82effe488f0cb4cf8573e38e5be099c59 100644 --- a/ChemistryLib/PhreeqcIOData/UserPunch.cpp +++ b/ChemistryLib/PhreeqcIOData/UserPunch.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b83231cf9bcc9e9a632d9583baef90df62c67dd9..2214b511c5c14874c5c58c108956e972cb4b2823 100644 --- a/ChemistryLib/PhreeqcIOData/UserPunch.h +++ b/ChemistryLib/PhreeqcIOData/UserPunch.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 74a0780868a94347d6db0ce83652740f84c2100a..f2f77c8348dc51c5e7b3ee1d9ef991e5d129cb32 100644 --- a/ChemistryLib/PhreeqcKernel.cpp +++ b/ChemistryLib/PhreeqcKernel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ef46c4ef03b46430637af7aa8b7d60b171a42d4b..0f57f858d132b47f40b7152dab8e97e530092859 100644 --- a/ChemistryLib/PhreeqcKernel.h +++ b/ChemistryLib/PhreeqcKernel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 cadb9872b2d2afe30e2e381d627df09d451e0b10..0ea6420b7b7c483fba8328721b4b27d3208f4ab8 100644 --- a/ChemistryLib/PhreeqcKernelData/AqueousSolution.cpp +++ b/ChemistryLib/PhreeqcKernelData/AqueousSolution.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d97994e767182049adfd2334fa1655e5eae142b5..09ea0145fc6e4244ecec2613ebc6ae0a88e26cb5 100644 --- a/ChemistryLib/PhreeqcKernelData/AqueousSolution.h +++ b/ChemistryLib/PhreeqcKernelData/AqueousSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 915c1f6003705ef223c62308b9e6b8342c2f15c0..2afd7290ab988d1ffd7eb76aab4e9b9fba1bd219 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateAqueousSolution.cpp +++ b/ChemistryLib/PhreeqcKernelData/CreateAqueousSolution.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5f7cc007927a5852ee391d1081c2fe9e8032e90b..8617906f6ebddd8f5ae63259b810db448700397a 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateAqueousSolution.h +++ b/ChemistryLib/PhreeqcKernelData/CreateAqueousSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6149d21341b4a8036bffb99854c8e1c78a1fa923..287beeb3c2d9f3529f08dbdbb40dd662714f143a 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateEquilibriumReactants.cpp +++ b/ChemistryLib/PhreeqcKernelData/CreateEquilibriumReactants.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 87a3224b151543006889485acfcf5c5735ee0466..814847eef06169bf41b57269bf62c135c0b1f181 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateEquilibriumReactants.h +++ b/ChemistryLib/PhreeqcKernelData/CreateEquilibriumReactants.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1663135f4f825b7366ef5d22f07de9b57b547e79..b140f4f2f989475d367528704c39701b4c8ad6c2 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateInitialAqueousSolution.cpp +++ b/ChemistryLib/PhreeqcKernelData/CreateInitialAqueousSolution.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 87a5a1dea9ce669ae6e96fd0a3544ea09d103125..874f5fc7655b751b6452368b93b7f46658681529 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateInitialAqueousSolution.h +++ b/ChemistryLib/PhreeqcKernelData/CreateInitialAqueousSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 43fb4710358a1d7da818118a85723b713142ec1a..f3dfdb62578d3522c1288f748389be37fda6a724 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateKineticReactant.cpp +++ b/ChemistryLib/PhreeqcKernelData/CreateKineticReactant.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 34165c952226a2c6dc3a42d01dc7600b5ec2934c..a251b97771e4453b07ca5475377372d645248f04 100644 --- a/ChemistryLib/PhreeqcKernelData/CreateKineticReactant.h +++ b/ChemistryLib/PhreeqcKernelData/CreateKineticReactant.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 05fe534638570c6cb72ea142037022df0e7b8cbe..df4769f7c74d447fe22e648eb5f892e3e13b961e 100644 --- a/ChemistryLib/PhreeqcKernelData/EquilibriumReactants.cpp +++ b/ChemistryLib/PhreeqcKernelData/EquilibriumReactants.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1595d111756cfc770d1a709b0b4d023c516cefa6..0a43d074a65faad03fc6920e4d3d74ab36c9fc7e 100644 --- a/ChemistryLib/PhreeqcKernelData/EquilibriumReactants.h +++ b/ChemistryLib/PhreeqcKernelData/EquilibriumReactants.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e5d7d917f298eda6697d6350a18961f76c7d4e7c..da7311a0b7f13985d25056951c9bbe69eb6992e8 100644 --- a/ChemistryLib/PhreeqcKernelData/InitialAqueousSolution.cpp +++ b/ChemistryLib/PhreeqcKernelData/InitialAqueousSolution.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 591a3573280fb37b2a0751a027fa42c906f3f091..410af0dcee56318f93bba479600aafa1c161a1c0 100644 --- a/ChemistryLib/PhreeqcKernelData/InitialAqueousSolution.h +++ b/ChemistryLib/PhreeqcKernelData/InitialAqueousSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 688bd343e68f0270e12563c6f9f1d4f226b55f12..91b7b27696ec9cd2c0d76a4bfb916fe031807cb3 100644 --- a/ChemistryLib/PhreeqcKernelData/KineticReactant.cpp +++ b/ChemistryLib/PhreeqcKernelData/KineticReactant.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c27275300afbb31615dc616e0d3b4cc0b6989848..e8ebfed362e1172c27c6e977a6e47586e670d1a4 100644 --- a/ChemistryLib/PhreeqcKernelData/KineticReactant.h +++ b/ChemistryLib/PhreeqcKernelData/KineticReactant.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8f7eb1719536f6cc3554abf0736494cc7531e973..9375a7709e38764ebeae24ec8a3e3d9cc96085bc 100644 --- a/ChemistryLib/PhreeqcKernelData/ReactionRate.cpp +++ b/ChemistryLib/PhreeqcKernelData/ReactionRate.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a5799a500610118783b642ecb54d0e7820dcc251..0050de792267f7766e4c9f91f61b266c831a6d0b 100644 --- a/ChemistryLib/PhreeqcKernelData/ReactionRate.h +++ b/ChemistryLib/PhreeqcKernelData/ReactionRate.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0c4e74a49b4fc624b097fa45d3a3da830323191c..19a5e717de53523cfbbe29b6881a505c148763d3 100644 --- a/ChemistryLib/SelfContainedSolverData/ChemicalReaction.h +++ b/ChemistryLib/SelfContainedSolverData/ChemicalReaction.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0a98f9f9b00390ec4804805b550209c2158f5ed5..66a9f7d7c81e25ffd99e7e2e0942beb8303cbd3d 100644 --- a/ChemistryLib/SelfContainedSolverData/CreateChemicalReactionData.cpp +++ b/ChemistryLib/SelfContainedSolverData/CreateChemicalReactionData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1ff8ab3b18852d63420841c29f3652d95219ed7e..dfef2e7f25811f8573bbc212e0ce7c938a787c56 100644 --- a/ChemistryLib/SelfContainedSolverData/CreateChemicalReactionData.h +++ b/ChemistryLib/SelfContainedSolverData/CreateChemicalReactionData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a3e412ee4a0953a245ddeb0795fa8c255a05385f..6255d18a2284183a5a82429f8de236b39db537e0 100644 --- a/ChemistryLib/SelfContainedSolverData/SelfContainedSolver.h +++ b/ChemistryLib/SelfContainedSolverData/SelfContainedSolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Documentation/Namespaces.dox b/Documentation/Namespaces.dox index b915958e519e283c1cc9db7b684211ef214a960c..42c9b5e8d1e8034404d481e14f319f82fbc460df 100644 --- a/Documentation/Namespaces.dox +++ b/Documentation/Namespaces.dox @@ -4,7 +4,7 @@ * \brief Documentation of namespaces. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 721c3f3bb4a9409e36078fac975483c42fafc18a..7fce1e79c74b59bb8ab2e1b37e9022f23eef8764 100644 --- a/GeoLib/AABB.h +++ b/GeoLib/AABB.h @@ -5,7 +5,7 @@ * \brief Definition of the AABB class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c908962516e029116b538ce9d8a637a42ed6f07d..dd2343cecb424b47bda2188a2197dfef926c7aa3 100644 --- a/GeoLib/AnalyticalGeometry-impl.h +++ b/GeoLib/AnalyticalGeometry-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a422c60df0a5c801b09a209f8968fc4de56ee885..6d96407b19ea37716815e91adba0dfe959cfc567 100644 --- a/GeoLib/AnalyticalGeometry.cpp +++ b/GeoLib/AnalyticalGeometry.cpp @@ -5,7 +5,7 @@ * \brief Implementation of analytical geometry functions. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5ce3bb75ec6a9d312682335df8f35c06bc5f1741..95843224648c9c5fa75e5e5fc02fd5e79b80ca83 100644 --- a/GeoLib/AnalyticalGeometry.h +++ b/GeoLib/AnalyticalGeometry.h @@ -5,7 +5,7 @@ * \brief Definition of analytical geometry functions. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f1919e792ee719ff315ac0fc10102629d27264dc..c63578a853b7b55eeb684b4b94c28aff015cb919 100644 --- a/GeoLib/DuplicateGeometry.cpp +++ b/GeoLib/DuplicateGeometry.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0fffdb1444c1fd2952b14fa486b0150692eb74d6..95e798015e83fd50e02811a5db893786329aca4c 100644 --- a/GeoLib/DuplicateGeometry.h +++ b/GeoLib/DuplicateGeometry.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9b964c4357251117753f5bef22a4938e4ed8ed5e..1056c320b0656a6902927580cf80dbdbf41d4dcb 100644 --- a/GeoLib/EarClippingTriangulation.cpp +++ b/GeoLib/EarClippingTriangulation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the EarClippingTriangulation class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2809a75c7d97ac98ae533ee5365d1a9f8e5486b3..6d4d9e8b39bb528de5119701f21cb18024b11b4f 100644 --- a/GeoLib/EarClippingTriangulation.h +++ b/GeoLib/EarClippingTriangulation.h @@ -5,7 +5,7 @@ * \brief Definition of the EarClippingTriangulation class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2310e347f65f0a6ab76341760a5d793ec7fec6a0..7b39d9240df7e174968ea7e1b28caac38efc9c6a 100644 --- a/GeoLib/GEOObjects.cpp +++ b/GeoLib/GEOObjects.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GEOObjects class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ae00916b1294710556247c1f24c71ede4ac75849..25ba0baade03ed314708d98fce53f76543ebf2cc 100644 --- a/GeoLib/GEOObjects.h +++ b/GeoLib/GEOObjects.h @@ -5,7 +5,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2c8dcea5bac683846c9c4220a29a1edac070c20d..6ab64bb36fe2b28cfdc3d9328bbefd7eba333466 100644 --- a/GeoLib/GeoObject.h +++ b/GeoLib/GeoObject.h @@ -6,7 +6,7 @@ * \ingroup GeoLib * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 90edd0e52f6c4a3434f8d0d3deb5f0cea7704732..671c11b026a3934f3a1d3508f045bff5797aadf4 100644 --- a/GeoLib/GeoType.cpp +++ b/GeoLib/GeoType.cpp @@ -5,7 +5,7 @@ * \brief Implementation of GEOTYPE enumeration helper functions. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 797c56164a842cbd9b550d572d202e7ed4770e0f..aabe9fb5c04b29092a04a24783b9ec4573815ad3 100644 --- a/GeoLib/GeoType.h +++ b/GeoLib/GeoType.h @@ -5,7 +5,7 @@ * \brief Definition of the GEOTYPE enumeration. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e811d6d3ec69dfd08e082b6f976beb9d39314843..1660a9a5b8de579390429eb9209f7a47f76d5e12 100644 --- a/GeoLib/Grid.h +++ b/GeoLib/Grid.h @@ -5,7 +5,7 @@ * \brief Definition of the Grid class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 dc1c53784880724edfa911f2a5b9ce89a67bcc96..9875a12a14afe1fc3a66335a8afa8893488a2743 100644 --- a/GeoLib/IO/TINInterface.cpp +++ b/GeoLib/IO/TINInterface.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3027d6af1f94175b7c0c16107d43adf7aaa37c2f..8f16f8661b53062005aa2823bb75e84e9a7ecbc5 100644 --- a/GeoLib/IO/TINInterface.h +++ b/GeoLib/IO/TINInterface.h @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a3de9441278f7190d341e430787c9de0541b8b81..b0bb296d0574f3a047ec3ab9db23fcfccbbfa05f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 aa3d19780d9422943d8f3de41b763dda3dc44f2d..429a2bd9b156fa04371490a7cb5e6b65d21c47e5 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f0cb235af1500facb7a9bb91742ab44c463b201a..2160990b42d7f21d979d81cc8b18a5b1905bc71e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 571fae34cbd8c09278655cf60bb853d4109b0893..fca1bfd5fe2705bae2ead7b58951a4fe1ca5b4bb 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 eafc80446a0803b9bd759054f213da11679a0da0..65477387d6766edcb4fe55fcabb6e8069fb4269c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0a3e31e586c02aacda3a83c15ce0439277e3939f..d4eebb8ddd31c4addde50be8adde39b3f6bc2610 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7fb74c3f978c0469de22021363a38aaa33f2da7c..417ca0d3ccfb21a2fdb69f16c99b2c57e7cbc9b5 100644 --- a/GeoLib/LineSegment.cpp +++ b/GeoLib/LineSegment.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e9d2c7368404c6f03d039b32dfbce9dc2513bbfc..b9d370040899405936f5cb20398961b60ada8aee 100644 --- a/GeoLib/LineSegment.h +++ b/GeoLib/LineSegment.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 52e0ebea5c11601ee5cd26621150070ff037efc8..d8a6cfab0de03f70997dedfe642b51ba5646d492 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3d448e5303fab14ee31d7756841b16c91da22f4a..c342ef0dcf7ec2e74c0bbbefd3fe3f4924aff32f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 15932f62140a1a037a87c65e96daf01ae934ccea..eaf5bbfca8d945d695ec76d5bd4b73ca12eaba4b 100644 --- a/GeoLib/OctTree-impl.h +++ b/GeoLib/OctTree-impl.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d76f4cf2548b20733132d11df316bad1851e3931..ff1f0c542724d2596183bb452fd9b25776ecbd72 100644 --- a/GeoLib/OctTree.h +++ b/GeoLib/OctTree.h @@ -5,7 +5,7 @@ * \brief Implementation of the OctTree class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2ac66ea1906e9dd12650e3d8530f34b0908e2fdb..edfce9a16055444330ad43731cf66d7941d86d82 100644 --- a/GeoLib/Point.h +++ b/GeoLib/Point.h @@ -5,7 +5,7 @@ * \brief Definition of the Point class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 129696fbd4c24c7a5754a072e574c953485d879a..8b7d155049364c22bfb4224be850664c73083bf9 100644 --- a/GeoLib/PointVec.cpp +++ b/GeoLib/PointVec.cpp @@ -3,7 +3,7 @@ * \brief Implementation of the PointVec class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d4582b33ec9162075c100dfe57026d55f8292389..74a50d9a85434a3721f9380294a16244a4735225 100644 --- a/GeoLib/PointVec.h +++ b/GeoLib/PointVec.h @@ -5,7 +5,7 @@ * \brief Definition of the PointVec class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9a9174f99a07ea99818a0a3905eedd284b4dab22..138a798c09735fc0c288f9646e7c5c5c974ee381 100644 --- a/GeoLib/Polygon.cpp +++ b/GeoLib/Polygon.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Polygon class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c2b3c35dcb78187227a32be1d1e9341c144e29cf..3c52fa5fd4f3b4bc3b30e40175a66bb3ae444d81 100644 --- a/GeoLib/Polygon.h +++ b/GeoLib/Polygon.h @@ -5,7 +5,7 @@ * \brief Definition of the Polygon class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0fe0e8d89916597b217e95ef8669ac1a430f41f0..c8af13ff2411803aa118ecfa0fcfe8a7f794d2e6 100644 --- a/GeoLib/PolygonWithSegmentMarker.cpp +++ b/GeoLib/PolygonWithSegmentMarker.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7b02ba4f0a1a6482ccb1622a03ffa245006e436d..e591950ed4bf39f02f5eb64e6c7e00a21c8f9019 100644 --- a/GeoLib/PolygonWithSegmentMarker.h +++ b/GeoLib/PolygonWithSegmentMarker.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6a71b18a5958cd0921851a7405f0037a221b877d..0a70686bb339952ffc9e3d073d85f1ba7a7df67b 100644 --- a/GeoLib/Polyline.cpp +++ b/GeoLib/Polyline.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Polyline class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 046880b6f7918dd46de5da96949a8eadfa00a6d1..2968639857145a719772e899c87db650e2bb1f7b 100644 --- a/GeoLib/Polyline.h +++ b/GeoLib/Polyline.h @@ -5,7 +5,7 @@ * \brief Definition of the PolyLine class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ab230c4a5a836f65a28ce766930e15038b471f56..224f6091f8677356408a873ac8dbde1ab255d844 100644 --- a/GeoLib/PolylineVec.h +++ b/GeoLib/PolylineVec.h @@ -5,7 +5,7 @@ * \brief Definition of the PolylineVec class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 70b4fce21d0aa8cc14aa5277963de0c5eed4f164..4d258001783758c84d4da547c23a530253efdd2f 100644 --- a/GeoLib/PolylineWithSegmentMarker.cpp +++ b/GeoLib/PolylineWithSegmentMarker.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the PolylineWithSegmentMarker class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e9bf38ae15065ad934bc16ed48958f0c59498261..124f83c2321265d5069fb713018d3d3423e27729 100644 --- a/GeoLib/PolylineWithSegmentMarker.h +++ b/GeoLib/PolylineWithSegmentMarker.h @@ -5,7 +5,7 @@ * \brief Definition of the PolylineWithSegmentMarker class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d12915f91f1d53c9ac78c1cfbd518167b607d79d..5205d4aba09117c0eb9f5a79ba02619cb066482a 100644 --- a/GeoLib/QuadTree.h +++ b/GeoLib/QuadTree.h @@ -5,7 +5,7 @@ * \brief Definition of the QuadTree class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5420740b8b0dd70f676b48b77c0aad2201fe688e..a045f4bc882f1f2db737c70a585e003c7af44c84 100644 --- a/GeoLib/Raster.cpp +++ b/GeoLib/Raster.cpp @@ -5,7 +5,7 @@ * @brief Implementation of the GeoLib::Raster class. * * @copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 60c706e1162616fce64da844e3268dbfaf1df8c9..621969a9993c5a5643cff388313f536e74574c6e 100644 --- a/GeoLib/Raster.h +++ b/GeoLib/Raster.h @@ -5,7 +5,7 @@ * @brief Definition of the GeoLib::Raster class. * * @copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 dbaf12235a7541d8948475d66e0728689373f367..0d351e78aee50fda4dae88f514d00c458034d382 100644 --- a/GeoLib/SensorData.cpp +++ b/GeoLib/SensorData.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SensorData class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 903a8ab9594823982905427f5c9fbdcd1983cc54..e9699b756282e4b4474153d06dbc7dc03b409b9b 100644 --- a/GeoLib/SensorData.h +++ b/GeoLib/SensorData.h @@ -5,7 +5,7 @@ * \brief Definition of the SensorData class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e343d9eaedcec92f94f375b61df63ef49446afd5..b4c85218508ae41601e228cc99348ede432f7f01 100644 --- a/GeoLib/SimplePolygonTree.cpp +++ b/GeoLib/SimplePolygonTree.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SimplePolygonTree class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1ae59b13efd24345d165fc0cd77bf1e88f15944f..6ab79f9876058a84ac8cf13cf34124d435295002 100644 --- a/GeoLib/SimplePolygonTree.h +++ b/GeoLib/SimplePolygonTree.h @@ -5,7 +5,7 @@ * \brief Definition of the SimplePolygonTree class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 71c896ad2962a79bcd2983f46bb9d0e92bb47d4d..374357aeb9c56135a86fb020eaa038ca191dd143 100644 --- a/GeoLib/Station.cpp +++ b/GeoLib/Station.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Station class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ec7d76027368395f8cae337f8926646d96e9d871..b0a3a076138b5e83ab4416bc60973771c582fd63 100644 --- a/GeoLib/Station.h +++ b/GeoLib/Station.h @@ -5,7 +5,7 @@ * \brief Definition of the Station class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 cf2b598fed7ce3e3e29ccd626c593e1ec38fe02f..ffec15fd2a729f01872750012d5efee65b242ff4 100644 --- a/GeoLib/StationBorehole.cpp +++ b/GeoLib/StationBorehole.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StationBorehole class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0de001e3a98b8320055bdcba5bebe5e98a8d9e40..5b714e80061bcb2365c6b928c73e4011106becfb 100644 --- a/GeoLib/StationBorehole.h +++ b/GeoLib/StationBorehole.h @@ -5,7 +5,7 @@ * \brief Definition of the StationBorehole class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 128b2d6e9ba4456569f905387e1d4e934faa02ca..c4962129a737a50d7d426e94959ce15a01eac576 100644 --- a/GeoLib/Surface.cpp +++ b/GeoLib/Surface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 dc6576cd1bf256987cbf5147fad984a992e8208f..7d6be9c502f25baad647943e6a6c3a5b0a39ddc8 100644 --- a/GeoLib/Surface.h +++ b/GeoLib/Surface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9cd934638ba0898a9ea7836c7e8d65b4e9351767..7b0dc2fde566ac30b61ecdf0c68dc4a4cd25d4a5 100644 --- a/GeoLib/SurfaceGrid.cpp +++ b/GeoLib/SurfaceGrid.cpp @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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 3e6fc77efc8986c13842e830b1874dfbf3672797..dca3415a98311580032fa3c326064a975419e040 100644 --- a/GeoLib/SurfaceGrid.h +++ b/GeoLib/SurfaceGrid.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 fed3bed745cb6e1d0e956b9b9764f92fe9f7937d..15356495e85e340438e66fb5a0934c6c56adeb78 100644 --- a/GeoLib/SurfaceVec.h +++ b/GeoLib/SurfaceVec.h @@ -5,7 +5,7 @@ * \brief Definition of the SurfaceVec class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7f3de79adb44abccbc771aa805b2505f30f3ab7c..c81ddc2d347e7385ba7991079c3430c1e01b9b35 100644 --- a/GeoLib/TemplateVec.h +++ b/GeoLib/TemplateVec.h @@ -5,7 +5,7 @@ * @brief Definition of the GeoLib::TemplateVec class. * * @copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d5228aec338a00ca3747bc2e4d6d2c41c07650fe..bda7b2a65e6becaf7f626001f7d97c80a837d0e7 100644 --- a/GeoLib/Triangle.cpp +++ b/GeoLib/Triangle.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e6ea40e03c7fadd9209af800403688fae74d665f..3eb7dd708a16060278acf372137e9e387a10cb15 100644 --- a/GeoLib/Triangle.h +++ b/GeoLib/Triangle.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4772aefdc351f5cddb00162a9caf55437ed580d2..725df8e61e86829e29c6ac2517a68dd767219e68 100644 --- a/GeoLib/Utils.cpp +++ b/GeoLib/Utils.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 575759aa11a10963b86cd656349d7306dc86fbc6..3ff57969fcdca98331359f1d3bf5715f68a48478 100644 --- a/GeoLib/Utils.h +++ b/GeoLib/Utils.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9d22359b50d7b253e2514f4900075654a11e1c31..dbb79409185218108e96b93db75b4cf238626712 100644 --- a/InfoLib/CMakeInfo.cpp.in +++ b/InfoLib/CMakeInfo.cpp.in @@ -3,7 +3,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 647a01b9941344f50df5d4739ac5f5998daee876..d16f19d4e4fe38069df3a02958ef7c572395de80 100644 --- a/InfoLib/CMakeInfo.h +++ b/InfoLib/CMakeInfo.h @@ -3,7 +3,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d70342fb1542f6da25e69a80fd0bc9b1a0858fb8..44bdc93d6d7bbbf4003839392665c52732b2cdfe 100644 --- a/InfoLib/GitInfo.cpp.in +++ b/InfoLib/GitInfo.cpp.in @@ -3,7 +3,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 80f1976f92ccc0d003af05a0f1f547cc606aba98..a63dbaa630f79bb58050bfca215e502d810b465a 100644 --- a/InfoLib/GitInfo.h +++ b/InfoLib/GitInfo.h @@ -3,7 +3,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a7268a915b982a569645cd0aecb9937692f891f1..e4e3dd27938530b30321ecd028367e9236cf7e81 100644 --- a/InfoLib/TestInfo.cpp.in +++ b/InfoLib/TestInfo.cpp.in @@ -3,7 +3,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 841e1ada21c90795e7f5c88e145482e8982369aa..02b3dd2551e05663b4030f5c8a890f731cb09e43 100644 --- a/InfoLib/TestInfo.h +++ b/InfoLib/TestInfo.h @@ -3,7 +3,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 eb180425c25984fd194f8bc4dc9081d6114690a5..af014e9087430c4d2bd0cbb057334fa42b039910 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) +Copyright (c) 2012-2023, 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 faf15934f060aa69c6c2b11dd6d10090dbf2e3d5..9afd8d96f0922afd6c8ca115d27dbc2d932dc96a 100644 --- a/MaterialLib/Adsorption/Adsorption.cpp +++ b/MaterialLib/Adsorption/Adsorption.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 740f9f717093905161117e7026e2c5eafb9c5258..a1701ecddef7de647a22daab4b6d9e3fe1065ead 100644 --- a/MaterialLib/Adsorption/Adsorption.h +++ b/MaterialLib/Adsorption/Adsorption.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d242e2ff9fc672e31b8b0c4bde3aa47480e3a43f..cf442b2102567dad2c44caadbe630d9b5b8e1a69 100644 --- a/MaterialLib/Adsorption/Density100MPa.cpp +++ b/MaterialLib/Adsorption/Density100MPa.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 796a43aebea84c1535e76ad4256c18785ffdfe06..176fa61d175445f3ae3ca17c3978e862af8475fd 100644 --- a/MaterialLib/Adsorption/Density100MPa.h +++ b/MaterialLib/Adsorption/Density100MPa.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 bfb05b1d3e368d50660e621c56b082854da5807a..f329dd8731d35aa64ffc8547161e6e94f31401f5 100644 --- a/MaterialLib/Adsorption/DensityConst.cpp +++ b/MaterialLib/Adsorption/DensityConst.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0636ae6b601f79be7b825d2846bb4ef63d697b9a..931421411d963c46e7b18edaaf9fee944e9d450d 100644 --- a/MaterialLib/Adsorption/DensityConst.h +++ b/MaterialLib/Adsorption/DensityConst.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 138cf5aa37bd72ec829240b188d785918189650e..8672f11a03094d7d19944e568e830ee9528760b9 100644 --- a/MaterialLib/Adsorption/DensityCook.cpp +++ b/MaterialLib/Adsorption/DensityCook.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2cd8de1edb60f78d3d0da29b3b00c07ae9001bd7..56768e00b25dbebd52403ed7872468df9e055f7b 100644 --- a/MaterialLib/Adsorption/DensityCook.h +++ b/MaterialLib/Adsorption/DensityCook.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ca2c58a25ad6a0d839025962f956dd8e6258b2a6..4c031da710bb49bfa86adc0498d5da09dc70f0d8 100644 --- a/MaterialLib/Adsorption/DensityDubinin.cpp +++ b/MaterialLib/Adsorption/DensityDubinin.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b51446973be8ea3fc6ebce17f808aef0565d8899..bf61d8caf969d2064ac1a468f4f84c431a2d013d 100644 --- a/MaterialLib/Adsorption/DensityDubinin.h +++ b/MaterialLib/Adsorption/DensityDubinin.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 22efbfabb5cf98139874166b1411da900466f61a..6c89e78792bee3c23be79404c5c9e97d4e860016 100644 --- a/MaterialLib/Adsorption/DensityHauer.cpp +++ b/MaterialLib/Adsorption/DensityHauer.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e8a9f7f5e7288f9526881ade01de469c739d0001..3b450a767dce4c03c6744b300520e3dcaeab0f33 100644 --- a/MaterialLib/Adsorption/DensityHauer.h +++ b/MaterialLib/Adsorption/DensityHauer.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f905e120f6ae5b3b80d4840c95394c06599feef9..9c2b6e4a541d2b06b75716324b26159ffc67fc6b 100644 --- a/MaterialLib/Adsorption/DensityLegacy.cpp +++ b/MaterialLib/Adsorption/DensityLegacy.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ab11e9bb14205909f50d6e26bb382ec49c45f203..018fc649b27ee3ced140b61854acd3b0026c75fd 100644 --- a/MaterialLib/Adsorption/DensityLegacy.h +++ b/MaterialLib/Adsorption/DensityLegacy.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 403b9ad5ab6bbe665cd377b3a73d5c12260eff8b..c1a96c12db6dbbf3dd08636cf775fd5adc05855c 100644 --- a/MaterialLib/Adsorption/DensityMette.cpp +++ b/MaterialLib/Adsorption/DensityMette.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a15e6f4fd70a32ad8d81f4f4808af264ad9d4763..69e0a547920199bbf59fb350131e3101df277051 100644 --- a/MaterialLib/Adsorption/DensityMette.h +++ b/MaterialLib/Adsorption/DensityMette.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6ef2d61d9c6ad6b944d5f41bd6398be219236341..029a65d0e72d828125cc457e860c1e2bf1dd7f90 100644 --- a/MaterialLib/Adsorption/DensityNunez.cpp +++ b/MaterialLib/Adsorption/DensityNunez.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 056a6fb8105e219f238b78d14f3f887f495d830c..16145410ddd390b15e5fab5a1a84d6ad46063053 100644 --- a/MaterialLib/Adsorption/DensityNunez.h +++ b/MaterialLib/Adsorption/DensityNunez.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2420c753e40284030ce1c68a62141dadd3347f70..bd2c3777b9b0f1b66267511b5a81ed845609f834 100644 --- a/MaterialLib/Adsorption/Reaction.cpp +++ b/MaterialLib/Adsorption/Reaction.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d816c1556a324eab15578b050e8f49a4287c26a9..8889f3a78f181e845797f2959ee96d2728c84803 100644 --- a/MaterialLib/Adsorption/Reaction.h +++ b/MaterialLib/Adsorption/Reaction.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8f120d27b2401f7236f5b27324e4e35f321e5f91..ba7b2ec855d32b93dae5e7f0c55c48eea08e77bd 100644 --- a/MaterialLib/Adsorption/ReactionCaOH2.cpp +++ b/MaterialLib/Adsorption/ReactionCaOH2.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 032dc3e8831ca13a65347526f2369287bcfb66f7..c31805a8334131bafa99915d70706963635058be 100644 --- a/MaterialLib/Adsorption/ReactionCaOH2.h +++ b/MaterialLib/Adsorption/ReactionCaOH2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6e5ed198bdece5097b6acb9bded6368fc8cf05ea..86179ad71a725e60ec66d3f78420708b6dd7859c 100644 --- a/MaterialLib/Adsorption/ReactionInert.h +++ b/MaterialLib/Adsorption/ReactionInert.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4cbc601e0cba1f37bf553c2b45955110a2ce8087..758e76f4faf6accdf5fd6e5ef0aca2be92d39805 100644 --- a/MaterialLib/Adsorption/ReactionSinusoidal.cpp +++ b/MaterialLib/Adsorption/ReactionSinusoidal.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d6c66ae405539b40092e9ab07638b3f1367be543..ecd0c9b1c3c0c1a9df40f753397ed3d86dc8fd9f 100644 --- a/MaterialLib/Adsorption/ReactionSinusoidal.h +++ b/MaterialLib/Adsorption/ReactionSinusoidal.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f9c4e06b5cc5ea555fa7c379d56b6a4efd4d9219..0fa72a6bea1660a03b426e692247bd5620c21a54 100644 --- a/MaterialLib/Fluid/ConstantFluidProperty.h +++ b/MaterialLib/Fluid/ConstantFluidProperty.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c14d2c4c0a394e864afc1b68b4fc14ef1d88909b..7467df3a564d5373e040983d1980d28733278919 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 07c75f212a4e1ee605e30672b30e3fdfb07268ba..f101d75580372c8758c9b4ab9b07361725e642c1 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4eb75a0ed757ebc600afa3e537252ab96cfe356a..2ca02e5283cb6baffeea43406d75218af654eb7e 100644 --- a/MaterialLib/Fluid/Density/IdealGasLaw.h +++ b/MaterialLib/Fluid/Density/IdealGasLaw.h @@ -7,7 +7,7 @@ \date Jan 2015 \copyright - Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5df46bb17fea20f3ffa0c5e94f9378af0f142435..a1be1b08e26984ed612816147113642ec310656b 100644 --- a/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h +++ b/MaterialLib/Fluid/Density/LinearConcentrationAndPressureDependentDensity.h @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 430479480b6d6fe04dee2a6f65311667b286be11..e8b09fb445bc4c2899def57fe7324be1ed5854e1 100644 --- a/MaterialLib/Fluid/Density/LinearConcentrationDependentDensity.h +++ b/MaterialLib/Fluid/Density/LinearConcentrationDependentDensity.h @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8d8fd2e9ea01a9e0ae8eb60c57a99b410ca22aa0..854c03117985363428b1c43fd48035c15944eaf4 100644 --- a/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h +++ b/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6e9142bd9bf068da53f3113a1cc6eacf48da2c50..0305ce5cc6b4b006724e49937ae1bb10c97d6ca1 100644 --- a/MaterialLib/Fluid/Density/LiquidDensity.h +++ b/MaterialLib/Fluid/Density/LiquidDensity.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 54e6a432850a6a1cac06b93dcaa42e7a1d230dd4..78c6007ccde51bc11db6bceff0e1de97be00180d 100644 --- a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp +++ b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c165b772e9c9b0c1c95a3447173d8c4124efadeb..266d6a8842c698ad7b6ef84dbe2a224392190d22 100644 --- a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h +++ b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 37e2afbcaf424e95d76d59ce6dc4ec3b8eb60ab2..a3f89f61e6a2f156d91dbee1c83a609d20f8a81a 100644 --- a/MaterialLib/Fluid/FluidProperties/FluidProperties.h +++ b/MaterialLib/Fluid/FluidProperties/FluidProperties.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5f8b8afd0ab23cfb298e7e49cd0091fb95fa7d5f..4344901a6e11aa2aecd80424e5e406b1fa4616e0 100644 --- a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp +++ b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 819477c8efc3b2020a9968031a3cbd1c5412006b..4dd08aa747a5b43fc8f07c996168afcd3f86453a 100644 --- a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h +++ b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b3adbaf0630ac8701601f3c133b7521f6469fa94..af8f7c1e510f5624b67d95cc07deed306d2f4c03 100644 --- a/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h +++ b/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1c427dac2abd6b95ebdf6c0930ed94b485dabf22..3d1732f3723cc9c7940b3cf2dcff60cb4f62132f 100644 --- a/MaterialLib/Fluid/FluidProperty.h +++ b/MaterialLib/Fluid/FluidProperty.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 91d06b6c9943a60988f60e6cff20f63da29b0b43..07d146570cfc94d0f0b15a79f7e7f325c98395ea 100644 --- a/MaterialLib/Fluid/FluidPropertyHeaders.h +++ b/MaterialLib/Fluid/FluidPropertyHeaders.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 559edbcfeb9627be42cb73a7f0a607eb42c72b45..0f73e2541fe44c2fd33039ae3950fccabab02d0c 100644 --- a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp +++ b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp @@ -2,7 +2,7 @@ * \brief Define members of the class for dimensionless Gibbs free energy. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 221cef11dfe8c1227e7f21ab65ad2852076364a8..5ba811a2a7110578cdb29bfb7b6d26668dc27ac7 100644 --- a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h +++ b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h @@ -2,7 +2,7 @@ * \brief Declare a class for dimensionless Gibbs free energy, region1. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 915517fffe475edfb1488dcc1fa5dbd7881902d9..a1091120856cc78dd3aa9d87f1dfe4c8f0ff648f 100644 --- a/MaterialLib/Fluid/PropertyVariableType.h +++ b/MaterialLib/Fluid/PropertyVariableType.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d593f09b3723c5f7bd75a689ca20e769b08e72a3..d04a09a251b8b6741592eb406363b64a641b8460 100644 --- a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp +++ b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp @@ -2,7 +2,7 @@ * \brief A function for creating a specific heat capacity model for fluid * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 25446ab2e1214dd8fbef0511410e2ce430b6c851..94747ae77fd79af7c231b07954f32e86eedec9db 100644 --- a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h +++ b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h @@ -2,7 +2,7 @@ * \brief A function for creating a specific heat capacity model for fluid * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b3895c60a02f2bd57d60e2421e6912c0f48e5d8e..d34a292e5ddd70e49ff09c5afeda845a5f9d80a3 100644 --- a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp +++ b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp @@ -2,7 +2,7 @@ * \brief A function for creating a thermal conductivity model for fluid * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 19c4ba660c62b38bb7436d4901399289ad227cb4..ab405422ad76da07171c837d0930079a058aefbb 100644 --- a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h +++ b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h @@ -2,7 +2,7 @@ * \brief A function for creating a thermal conductivity model for fluid * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3954c7b32f672e919caecbb59e58d3b1b9207fbe..5ddc70e2e682719c3d7e74815a6216a2ab102aba 100644 --- a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp +++ b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp @@ -2,7 +2,7 @@ * \brief A function for creating viscosity model * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b427f66ca71cad8b86885c8ebbf56f26aa354238..38d327acc1997f19aae386c8bf540d3f69b46342 100644 --- a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h +++ b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h @@ -2,7 +2,7 @@ * \brief A function for creating viscosity model * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8dd4433ce4d014dd4e57bb99351fcb4d2d614cb3..611f3813be8f2fefc1eef17abd065cfbd670aaf9 100644 --- a/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h +++ b/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h @@ -2,7 +2,7 @@ * \brief Declaration of class for the pressure dependent viscosity model. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 72fae6f0438c9103547588302a270cb5841f5508..6c1d20849f12adf06f1e52f2617da1fcf2c482b2 100644 --- a/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h +++ b/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h @@ -2,7 +2,7 @@ * \brief A linear temperature dependent viscosity model. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 27c9c9d604599240eba6327a9cc5de2a2a9e2d9c..635f65e0dfe2e4f0d3a629d2529871f181c52b6e 100644 --- a/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h +++ b/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h @@ -2,7 +2,7 @@ * \brief Declaration of class for the pressure dependent viscosity model. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e65d2d3e7d03475636ca38696686608f785574b1..f540874b769cefb7d37ccab1b67f6c382f6aa8a9 100644 --- a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp +++ b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 89d8e7b0128ecb02f6c7cadcdf8534e18a918fea..8d39d6a9518b86af2f1f2afab88a78a0a075e2fb 100644 --- a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h +++ b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7eeb266bb4882f2afdbbdb5185630f7287a1acf4..f2aa4bd2878aa92ebd882d9952527bcb420b44e0 100644 --- a/MaterialLib/FractureModels/CohesiveZoneModeI.cpp +++ b/MaterialLib/FractureModels/CohesiveZoneModeI.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 52f2a2c5ae7cdc5d6bb034d4d160b7caee3c22d8..bdbccec994e941b3b29943a415321edde7c4f93c 100644 --- a/MaterialLib/FractureModels/CohesiveZoneModeI.h +++ b/MaterialLib/FractureModels/CohesiveZoneModeI.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8255b035bba7c81c0356acf8c3f1b884924461b3..99b918b4f7f2fdf7e9b6a8e7427ad767c2ccae91 100644 --- a/MaterialLib/FractureModels/Coulomb.cpp +++ b/MaterialLib/FractureModels/Coulomb.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2c22d9d2b6cd8d78f42409c8b1544eca7c8bcfd1..d0e46c51a1a9bb60c8d1098a50da53610f047a10 100644 --- a/MaterialLib/FractureModels/Coulomb.h +++ b/MaterialLib/FractureModels/Coulomb.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8ca5846ab71e06d69ac026f1790465027f4c20ab..bac5c94996526ef8a5007608c0b4bf453191ed39 100644 --- a/MaterialLib/FractureModels/CreateCohesiveZoneModeI.cpp +++ b/MaterialLib/FractureModels/CreateCohesiveZoneModeI.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 80a01c980f2c7f9071561451bc82299c3dad0862..d21f3f301d5c85e75d51969a824829f8d9f8028c 100644 --- a/MaterialLib/FractureModels/CreateCohesiveZoneModeI.h +++ b/MaterialLib/FractureModels/CreateCohesiveZoneModeI.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fc982a89a6b3dc27ab824d4720df7aa3f8a76b39..3233ef9e68c386c91db446d0920fe84b9bba5d93 100644 --- a/MaterialLib/FractureModels/CreateCoulomb.cpp +++ b/MaterialLib/FractureModels/CreateCoulomb.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c04a2aa4e1a5f771cb31a676b2d3dcca818b1ca4..f1e8e364a3312505a2bde157b976c67fe80923fc 100644 --- a/MaterialLib/FractureModels/CreateCoulomb.h +++ b/MaterialLib/FractureModels/CreateCoulomb.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 805bc3552a7820c288f2e1191b963632af7743c2..8bd777a47ec3be3273f25e0d4ba2f511d309a0cd 100644 --- a/MaterialLib/FractureModels/CreateLinearElasticIsotropic.cpp +++ b/MaterialLib/FractureModels/CreateLinearElasticIsotropic.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2c1503187d89f1dcf819975b1540536716aefa73..8c9640cd8139cbfb1e820ed4124e9037c456c313 100644 --- a/MaterialLib/FractureModels/CreateLinearElasticIsotropic.h +++ b/MaterialLib/FractureModels/CreateLinearElasticIsotropic.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0a8e2d8aa2b0ed25ef2a007f9560857f3d86abc2..216cb8aaa1563d76ed5aa056fb61fc40a5b5cc15 100644 --- a/MaterialLib/FractureModels/FractureIdentity2.cpp +++ b/MaterialLib/FractureModels/FractureIdentity2.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 611f1aba3935c4d55c5b60b7ada0c251f86754a6..f16832a5a0464e7cfe1cc50f1470b71239c22c56 100644 --- a/MaterialLib/FractureModels/FractureIdentity2.h +++ b/MaterialLib/FractureModels/FractureIdentity2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a35369f557325396d760d35ee55655afa1c8ad06..4db472835d7d441c34ad4f793b8ff5e6d16a5794 100644 --- a/MaterialLib/FractureModels/FractureModelBase.h +++ b/MaterialLib/FractureModels/FractureModelBase.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fdade87c1d8a2fde703f97143e59467bc0ae09f7..05f16975ec0301721a105088cbb348fff18f71cc 100644 --- a/MaterialLib/FractureModels/LinearElasticIsotropic.cpp +++ b/MaterialLib/FractureModels/LinearElasticIsotropic.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 20205f7611562c1c9e6b20e18a53420ff0311df6..d1ca5891f3d408cc3f2a5b649bc87a07b7be9e63 100644 --- a/MaterialLib/FractureModels/LinearElasticIsotropic.h +++ b/MaterialLib/FractureModels/LinearElasticIsotropic.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 99b4773dade2fc790e6af71367490640026332a7..d77d8a2001011195136707563b04e36f8165cfa1 100644 --- a/MaterialLib/FractureModels/LogPenalty.h +++ b/MaterialLib/FractureModels/LogPenalty.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 31ec282d89ad4afa0db2406466addf1958632ad6..5103fa12b21a1263f001d4d122c50a1aa18a909d 100644 --- a/MaterialLib/FractureModels/Permeability/ConstantPermeability.cpp +++ b/MaterialLib/FractureModels/Permeability/ConstantPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1c26e447de2167b7613eefad45cf9f6ff179bb20..7493641bf73f0c926bc071cbd089d53eb3ffcc06 100644 --- a/MaterialLib/FractureModels/Permeability/ConstantPermeability.h +++ b/MaterialLib/FractureModels/Permeability/ConstantPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4644ad0020ca45eaa74e15c71e4f700db8c89ac0..2e806729bf2d6b82d26dd4cd757b4b7162b5f8bd 100644 --- a/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.cpp +++ b/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3c983a05041b184603045f318099596643a2895b..0ed454348b2dc49297ca7bc51d9bc1048d7101a5 100644 --- a/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.h +++ b/MaterialLib/FractureModels/Permeability/CreateConstantPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b484871fa0b221874e7c700770f9b275b280b6b8..b416bd49fab5749bf3b3d6bb0bc2f24b53bd52f4 100644 --- a/MaterialLib/FractureModels/Permeability/CreateCubicLaw.cpp +++ b/MaterialLib/FractureModels/Permeability/CreateCubicLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4c7f910176b172fd3828992f2d3ac32b48744ba5..2f607a97851a1a26d2773c18dceca91e10ac37aa 100644 --- a/MaterialLib/FractureModels/Permeability/CreateCubicLaw.h +++ b/MaterialLib/FractureModels/Permeability/CreateCubicLaw.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 859db85c78ae7ca2be401fde94d59272449a1cac..0dcde647cdd0fc4e775bb4b93fc18b8623071f24 100644 --- a/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.cpp +++ b/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2acb6588f99ea21d13c30782641311d859f23b21..f38cbd67b185ceefde8c600d868efa8d60804cb6 100644 --- a/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.h +++ b/MaterialLib/FractureModels/Permeability/CreatePermeabilityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 df01d9ab5afadd1ef4bbdc0af973b44b7dc30d59..896de2952a4fea6527accda7c5136c403a4ffe25 100644 --- a/MaterialLib/FractureModels/Permeability/CubicLaw.cpp +++ b/MaterialLib/FractureModels/Permeability/CubicLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7c1c16bc9a747fefa101c972f390f825fb1027d3..b9e90f41df7c7f5026dc7c0448618893e18157d0 100644 --- a/MaterialLib/FractureModels/Permeability/CubicLaw.h +++ b/MaterialLib/FractureModels/Permeability/CubicLaw.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 398feced2bf2b81e2fffff577bed31c8e3486f1e..13ca41e12bb618347ff78e1b2879eef114c00711 100644 --- a/MaterialLib/FractureModels/Permeability/Permeability.h +++ b/MaterialLib/FractureModels/Permeability/Permeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 a5d8edf00c54c1e1fcf6c2ae72efa038243291c6..f3d78a977fc72a5de49725f901adf722a99b08bc 100644 --- a/MaterialLib/MPL/CheckMaterialSpatialDistributionMap.h +++ b/MaterialLib/MPL/CheckMaterialSpatialDistributionMap.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 c074076f83f18e7bc67351b238cbb295d864854e..5f279d20d83ffeddf19fc80fa8cba00b130e2ba5 100644 --- a/MaterialLib/MPL/Component.cpp +++ b/MaterialLib/MPL/Component.cpp @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 8e81b460d3da3242d8f6264cf5d923449ef152f3..0bfcd2ce0e2bf3808fed8a5b76bb527ba1023820 100644 --- a/MaterialLib/MPL/Component.h +++ b/MaterialLib/MPL/Component.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 00ac11e46b427644688f38aa5420fd5f91823a95..ebb1d16e077341b832d33102b62f29b11ca6c596 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 54122b48aab472f1c20d86119efcd8b62c0cf21b..06342283bb0c0fb22b1a9067918c3c9a5130996e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 9e15ac926645c743f1c35b4ab9402fd107a746d4..6fbea49bc4493a664ad73427d7974fe8cfda7c93 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 dffdc9cfc3773f372f43f228830274c59238140e..db89d9d8f047f6e7c01ec4b9604ebe2f1b0dd034 100644 --- a/MaterialLib/MPL/CreateComponent.cpp +++ b/MaterialLib/MPL/CreateComponent.cpp @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 e22d58402118f65c5c430511285f7f07e1771b21..b93a7d9d54c00f7b180a7cf90b509b0316298230 100644 --- a/MaterialLib/MPL/CreateComponent.h +++ b/MaterialLib/MPL/CreateComponent.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 7fd9e9a406a9ee79fd5ae73da53d5c0068adaf3f..e5b1651bfa1860ab2f4e976a8714e8684911db70 100644 --- a/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.cpp +++ b/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.cpp @@ -3,7 +3,7 @@ * \date Nov 28, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 b3fb5c1c1fded46edfefbdaaa0c3bdccf26aa01b..05ed6b64b64c0d9cada0d59237393d3e5a1daa47 100644 --- a/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.h +++ b/MaterialLib/MPL/CreateMaterialSpatialDistributionMap.h @@ -3,7 +3,7 @@ * \date Nov 28, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 10db53cc9604cf7d97d3ddb61f5424cf4485f5a5..19b49a7c243ef31cae107eb67d92aadd3ee63cd7 100644 --- a/MaterialLib/MPL/CreateMedium.cpp +++ b/MaterialLib/MPL/CreateMedium.cpp @@ -4,7 +4,7 @@ * \date 07.09.2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 1d402441740a1a21e79f55544d2a53a4191b3a36..b92d3241dd8a1cd2ecc1901f86f2060391bf5a92 100644 --- a/MaterialLib/MPL/CreateMedium.h +++ b/MaterialLib/MPL/CreateMedium.h @@ -4,7 +4,7 @@ * \date 07.09.2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 11723a7b65550075d1ee6580fca0cc729d623d5b..805ba67c1e248650095236cf502372ed38b5f460 100644 --- a/MaterialLib/MPL/CreatePhase.cpp +++ b/MaterialLib/MPL/CreatePhase.cpp @@ -4,7 +4,7 @@ * \date 07.09.2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 09214481d7309f4f91b41ea39bea253c866717df..b68fc9736c1c03d3139b5d393f7e2d282f3df431 100644 --- a/MaterialLib/MPL/CreatePhase.h +++ b/MaterialLib/MPL/CreatePhase.h @@ -4,7 +4,7 @@ * \date 07.09.2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 ea7d909c02ca344eefcc8b095b315722fd6651e9..c268ee7ad375902fcd9d63eb9a20017ade4d287d 100644 --- a/MaterialLib/MPL/CreateProperty.cpp +++ b/MaterialLib/MPL/CreateProperty.cpp @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 12709d0cc31a408726bff38441bb5fee0074a7a2..4328cfdb30da6e263b5266ae41e3c61173b61fe4 100644 --- a/MaterialLib/MPL/CreateProperty.h +++ b/MaterialLib/MPL/CreateProperty.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 354fe86f8f341b098a6d8a6af0becb18f5d7d267..3268d1c7d5a31a7ee8678acf2cdb1c4f2380b81a 100644 --- a/MaterialLib/MPL/MaterialSpatialDistributionMap.cpp +++ b/MaterialLib/MPL/MaterialSpatialDistributionMap.cpp @@ -3,7 +3,7 @@ * \date Nov 28, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 4335e5215bb6376c8308cb233f04773a9bd58d0f..0a6ea1e795dbb85a508771d2210347b439af6ed1 100644 --- a/MaterialLib/MPL/MaterialSpatialDistributionMap.h +++ b/MaterialLib/MPL/MaterialSpatialDistributionMap.h @@ -3,7 +3,7 @@ * \date Nov 28, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 f9f39006e7c7fe052a7b1724cf69816074585e3c..ec0e34604058e799133da2f51fb226e0cbd2e25d 100644 --- a/MaterialLib/MPL/Medium.cpp +++ b/MaterialLib/MPL/Medium.cpp @@ -4,7 +4,7 @@ * \date 07.09.2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 e694e89cff5c7bece442bb1c03b9f0ae3ba9957a..2f571348d44263321f790759d10475cfc2d78d5b 100644 --- a/MaterialLib/MPL/Medium.h +++ b/MaterialLib/MPL/Medium.h @@ -4,7 +4,7 @@ * \date 07.09.2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 1d031eaffdf0d6e645e0e4297918d52167adefe0..972b7ef3e92cd272387db6897be6e084238adccd 100644 --- a/MaterialLib/MPL/Phase.cpp +++ b/MaterialLib/MPL/Phase.cpp @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 3eecde4fd6c82990ed8557259b5c9442549e4bc4..2594144bf28beb4697dda8c53fdde091a481da98 100644 --- a/MaterialLib/MPL/Phase.h +++ b/MaterialLib/MPL/Phase.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d5f51a7362e3ed896750b8c73668ccf8dae449bd..29e3b211374409eb5946774bf7f1be46954d5cd4 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 7c88d2ece3145f60064d067dfc6e65913d0fe51a..577fc05ca0e5093716ccc598abee2fe38d096f7c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 3a2bbe085d4c224bd9b7fa2317abd7798cd86a1b..917ecf6fcc533da37b733d9e358fe0e51a470152 100644 --- a/MaterialLib/MPL/Properties/BishopsPowerLaw.cpp +++ b/MaterialLib/MPL/Properties/BishopsPowerLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 0a3e50592290aa3b01b4096be843589f617f1914..676b9e32465679dbbd11f9d3462fc626789f0221 100644 --- a/MaterialLib/MPL/Properties/BishopsPowerLaw.h +++ b/MaterialLib/MPL/Properties/BishopsPowerLaw.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 04dcf9c03197b63169de7a81a8e49da015c800cb..6856b593b96c6c3e2f73c640d1b861171d8b26c6 100644 --- a/MaterialLib/MPL/Properties/BishopsSaturationCutoff.cpp +++ b/MaterialLib/MPL/Properties/BishopsSaturationCutoff.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 db47045f509276070d670d4efcf31e4bd6342fcc..963fe929bf992f44cd8018b4ce512449bd58f242 100644 --- a/MaterialLib/MPL/Properties/BishopsSaturationCutoff.h +++ b/MaterialLib/MPL/Properties/BishopsSaturationCutoff.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 88b1b66cddc2023e65be39928321bc3c079353da..bd43b3cb8b6db85f1b3cff139551fd8aeb141976 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureRegularizedVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureRegularizedVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 5564be741f308c6532f9404921873436f1d0bcf8..43d940892b8f9cf839f1da52655db5edfab11fd0 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureRegularizedVanGenuchten.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureRegularizedVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 44487d006744c56978742e8cf50df36aaf9c7f7d..006267e926818e396a437e21c602b6943952f0e6 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 b34ca359c0dcdf705c833e2568ffbd3c26a15586..d6af80ae4af957c910e3ad42ae7db9c4357d6dbc 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureVanGenuchten.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CapillaryPressureVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 7b040450000153953524fef43af9c0d67c529092..d41917c5602198797c0af6d4887796dbfee36a36 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureRegularizedVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureRegularizedVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 7a3fca00352fa4ebc4f671c5d541216c37a91f45..3ab5d7f78aa95a3fd9c27ab720348dd13063f5a5 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureRegularizedVanGenuchten.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureRegularizedVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 4208bd690a7cf6ba55b34d7de33d6c797a1a8f3f..4d4abaa50dc41fd9616c9f5aa4694ee48f0785ee 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 9956214ef6a4e5d126c99d7f89d2393fb4d510e4..5b31a1d5431bec52abedd01fcfeed82224c9ca10 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureVanGenuchten.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateCapillaryPressureVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 61fb0742ae42bbc30092d29c5525ac418acb5055..1a832d48911276232058bb029d6156e0b6714e5a 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationBrooksCorey.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationBrooksCorey.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 87e94821f1a8e0189826fafe602d7b71a0a70968..9f5c2b24caf6417c70fc8fe6a8ae29400870b0a1 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationBrooksCorey.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationBrooksCorey.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 e547721d6471a56158aa8989be8b23ae5e2b75b5..c5b41cd32119d4c523ecd0256b4ed7c1e38c21c5 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationExponential.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationExponential.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 961056c62cd6ad0955994dea887c494e8b9564f4..e6b001082cc8baba24232ceb010c8eb923f77a08 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationExponential.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationExponential.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 230dd989f90769efc43865c9d6bb70d735137a4e..a60165df23c44159fdc7e1cedcd27539146b10a5 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationLiakopoulos.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationLiakopoulos.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 a70100df9e02d8de157778cd75be422c3f410500..32a3c608dcbbb85f4a94cb213000c8551000bc84 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationLiakopoulos.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationLiakopoulos.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 318d8f146703ccc5095e6ed91c9904a9f6a4f7d1..0f3dc6286119001a33dc654096d7e4cb033536a5 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 c43b81c0288b4b893267ac2c1cc8242d119d3b65..cc84e13a838b5e2973a470af64d13c3b8f4ee5b5 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchten.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/CreateSaturationVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 9780668df52526a871086299f73ce9d5c6af40a6..65e027a44b4d4111e4f3a8dc9468fe14ca8d4557 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.cpp @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 4952c36508313b4179883fe57aff4abf25d03910..5b5a97a79a3c9257101a7534eb9656c51f711b67 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 de7c3aa50b5879b195801b24afc0798dd1504fd9..954ffe7b8a7b21d05e9665ddd96e9f071cf2ef68 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.cpp @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 9cdde6acff5b20429334ef067f84b37db68ca9ed..d9719bdd2ceb9d2f10708ec6efd4a9697d4711a9 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 7536285d87df46962218206fa6eef3112f4ed0fc..74e797d28bc73072d587accf3d17c4e0c184970c 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.cpp @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 2dd78a1fd345243dc2c6097605de6e4b4aeb2e0d..0ac04dcb15a5d9192b9a6b7bf2258dcfa1b492bc 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 2f53c7f119b7dac492b978d4761e75a16d0234b1..f1fa260f8bcdbde7c80956314b8a122d25f15e29 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d4d914a17533e7af912266557a11827c6c7289a2..da5803b1c136e1f62fffd1e37e742e48e0fdfcb3 100644 --- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchten.h +++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 10172c0a62798d5b85f7c9d383775e7849413edf..c65aa2c2eb618d1b8fc1ebbb563baa5e46152636 100644 --- a/MaterialLib/MPL/Properties/ClausiusClapeyron.cpp +++ b/MaterialLib/MPL/Properties/ClausiusClapeyron.cpp @@ -6,7 +6,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 aae8a9f7317c284eda947c1dd35f428efdbb403c..7657ddc247927dca3ad033b8659759063e3fa1d6 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 3863395ac451dcb8f43873bf682c393b8e71a7a1..e68d051a40b221833c881f818ce9ffe053e918ad 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 18e02eaa542bd024c90ece46edc13c5b6b213ab1..b1c51b8215b194a23ec6281dcdfec808e90157df 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 73ee963ddfd6e468f982432b2a9b422098b912a3..f135b42fedad5e7e9f5982ffef0415515e52e997 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 3100bd78e28f2f23bce7ad31dc587a410257057e..d3c41e5e1900f17fcad126bd9773d3cfb4062368 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 80400142de52df99938445624d75aaf5864d164c..17151007a8ac28cd67f9382a9b3222615e0b259e 100644 --- a/MaterialLib/MPL/Properties/CreateBishopsPowerLaw.cpp +++ b/MaterialLib/MPL/Properties/CreateBishopsPowerLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 49361f4f052071ddbd7216e921d24d956a73e140..9e8e4bf31d07f6745b9e22c75b2b73508e7c5c2c 100644 --- a/MaterialLib/MPL/Properties/CreateBishopsPowerLaw.h +++ b/MaterialLib/MPL/Properties/CreateBishopsPowerLaw.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 caa62bfde00405734ef1cfe34c7f2fceb3b2d6c8..9f33aba28090dbc44946ce8b0bae1ad85929b3f7 100644 --- a/MaterialLib/MPL/Properties/CreateBishopsSaturationCutoff.cpp +++ b/MaterialLib/MPL/Properties/CreateBishopsSaturationCutoff.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 de4c9182179fc632740b7afcafcfb2ddd3b85a2e..bf8c174b94ca539140e89ac09719255dc7fee2af 100644 --- a/MaterialLib/MPL/Properties/CreateBishopsSaturationCutoff.h +++ b/MaterialLib/MPL/Properties/CreateBishopsSaturationCutoff.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 00b0f8a6514564ed65c5ec15bf529b1f579bc21c..8cab7e1d32ef5efbd9663d0d43847cf6935f61fe 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 5107ebf0c6f4b0746743df9e69fc58a811802d41..ed79247c42d78ae216d97dd1db7a87c8802bd70a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 865975772a3410c9baf3127eb022f15db95cd4e2..1b01594f15a95e8cbc29039e5bfd7d407cfa36e8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 def065ceac46a25a4d3b5db9222cf2e568302441..c1035d0175a03afa8658dfa3ca861516c88cb01d 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 7081db2ca050e9b28c7f0df832c86def97dca30a..b2da9ca51612cb6726ae7100bf16a05bc824dd62 100644 --- a/MaterialLib/MPL/Properties/CreateCurve.cpp +++ b/MaterialLib/MPL/Properties/CreateCurve.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 9a41bc61320c83fb43414efb8ca43bc81f6dd274..430a938aa22cf08766d67635a71f6bb8a4401bf8 100644 --- a/MaterialLib/MPL/Properties/CreateCurve.h +++ b/MaterialLib/MPL/Properties/CreateCurve.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 85264543f6d4f975b5c0bf8f6b486909318f6ef9..2d639ede71cc7b7abdff69eb1ed40bd2e7cc229d 100644 --- a/MaterialLib/MPL/Properties/CreateDupuitPermeability.cpp +++ b/MaterialLib/MPL/Properties/CreateDupuitPermeability.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 aa614c8ce231bda45ee85f28eb42de3e22ee0ff5..247a55e02db8b5cf0f26056acdcbcea786409304 100644 --- a/MaterialLib/MPL/Properties/CreateDupuitPermeability.h +++ b/MaterialLib/MPL/Properties/CreateDupuitPermeability.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 e51902b7a8b232ac2ae1f2a3f318033d6e0a4306..3bf679973fe348a9b9c65e8dbcc636640b6a0f39 100644 --- a/MaterialLib/MPL/Properties/CreateEffectiveThermalConductivityPorosityMixing.cpp +++ b/MaterialLib/MPL/Properties/CreateEffectiveThermalConductivityPorosityMixing.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d3b92248fea9d5a022eb1db53995afc159161180..be50b0755d0ef867bd71d238d4585e5cef699624 100644 --- a/MaterialLib/MPL/Properties/CreateEffectiveThermalConductivityPorosityMixing.h +++ b/MaterialLib/MPL/Properties/CreateEffectiveThermalConductivityPorosityMixing.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 e4582b0fa1b1782811fbe806199a7cf2bf76e698..4412cbb1d376ac452184e1ed1dc133120f8426a0 100644 --- a/MaterialLib/MPL/Properties/CreateEmbeddedFracturePermeability.cpp +++ b/MaterialLib/MPL/Properties/CreateEmbeddedFracturePermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 59272dfac812eb8d0e712912d0407972616dd5a6..c642a0ee35ce2bf801693c744d32268e39725853 100644 --- a/MaterialLib/MPL/Properties/CreateEmbeddedFracturePermeability.h +++ b/MaterialLib/MPL/Properties/CreateEmbeddedFracturePermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 a518be13338604a64d034b2c7e3fec07ee840376..03fc7c123b5726652b170d31a07e1e9f71058708 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 5d6b9e6f2801999cb39861945b6b02f3c8db7f42..8d4c8b9c83008a3c5ed59e30cfba5b673a55c0f8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 dc84b55383a3859fbdbe4373dc1abd7c65733bd8..725858f801cdaa62b8235b8c7d0275f8220b3171 100644 --- a/MaterialLib/MPL/Properties/CreateFunction.cpp +++ b/MaterialLib/MPL/Properties/CreateFunction.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 678764f043a0fee5b9ba3c54e2d7209ad0ba1ee2..25ce94eafa7d1f07700f4bece423698e3600d8f5 100644 --- a/MaterialLib/MPL/Properties/CreateFunction.h +++ b/MaterialLib/MPL/Properties/CreateFunction.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 846ae0f8b94d27a3fbb3f6a3aaffd44b33532f3b..b665abf4670c8bf667ca432e442a793024ca9742 100644 --- a/MaterialLib/MPL/Properties/CreateGasPressureDependentPermeability.cpp +++ b/MaterialLib/MPL/Properties/CreateGasPressureDependentPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 8b26401fa423a7e257d816ee1f9824cde9dd34eb..05b04d7ace8d2fb0f466f5eee30a6720b11a6f66 100644 --- a/MaterialLib/MPL/Properties/CreateGasPressureDependentPermeability.h +++ b/MaterialLib/MPL/Properties/CreateGasPressureDependentPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 4ea1cac6357887cd0e8416d833f5c60d48a1627d..86b0e04c9a6e3e1bfa96ed67bfff37c3aa523bf1 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 c0c5620078e6e1bb8f1d8348baa251ccc5bae3d0..5a1b2533c1b951f38856ac275744eaa9fe2cc7f7 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 14349de233bca5c0dce3b915ca975241258f12cc..d9fcb82ca5d11360ceea1eee41a04ad9cc62e5d2 100644 --- a/MaterialLib/MPL/Properties/CreateIdealGasLawBinaryMixture.cpp +++ b/MaterialLib/MPL/Properties/CreateIdealGasLawBinaryMixture.cpp @@ -4,7 +4,7 @@ * \date Jan, 2021 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 2faea27d056c6d99e0e3860431c36d92f7f637a1..a279d38780955da0a46b76be2b9f6a8cb20ad135 100644 --- a/MaterialLib/MPL/Properties/CreateIdealGasLawBinaryMixture.h +++ b/MaterialLib/MPL/Properties/CreateIdealGasLawBinaryMixture.h @@ -4,7 +4,7 @@ * \date Jan, 2021 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 440e8d84670cab50d0641527704b7903e32e0e8a..6810c6a0ac62b78ca74eb14a05e58858286ced83 100644 --- a/MaterialLib/MPL/Properties/CreateKozenyCarmanModel.cpp +++ b/MaterialLib/MPL/Properties/CreateKozenyCarmanModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 07d89062cb22b7e89c6207d1a06c42023e44d5e7..8e868d7c4959d2df5ab215fbbc4e8f9b4d777084 100644 --- a/MaterialLib/MPL/Properties/CreateKozenyCarmanModel.h +++ b/MaterialLib/MPL/Properties/CreateKozenyCarmanModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 c96972ce467f7c6fab80708e0714e24acb171a37..ac2e5b446e19d91975cff597603168917d79dcc4 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 a341e770d69affd7b3fe7a7c473dd3cbad9acd59..c7709eaf059cfb3f0e3a52aecf763e341fad45e5 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d9d3251ae232eef74e6aa3403644f870161c7d18..aa8f0d1e851f7fe941f86241e693aec5067b4c45 100644 --- a/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.cpp +++ b/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 f7573c0aaf673c0c8a29826b3661cc3f16210ab2..30fe92f15106cdd59356fcba42608a4f3fd0bb33 100644 --- a/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.h +++ b/MaterialLib/MPL/Properties/CreateOrthotropicEmbeddedFracturePermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 e3d32e9ec2db221d3b44cf16834279c9520e43d2..f02efc4b36ca31c45b2ec67a5edff499e55cdebb 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 fe21e4f0e487ec4fe2e7be6bf473f05febb8f0e4..19dc3300bb671023ace8bdbb14ad01807934bd40 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 0df77b33b04b4f3534e55e8355f2af4ca0bd0d4c..bd36ffc966139e2a80579ee1fa0de1ad0a0732ee 100644 --- a/MaterialLib/MPL/Properties/CreatePermeabilityMohrCoulombFailureIndexModel.cpp +++ b/MaterialLib/MPL/Properties/CreatePermeabilityMohrCoulombFailureIndexModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 523e700b334d20a784f01c347a758991d2524d64..1f5e22fccb37924010327bc344a34b7a9bdc3aa0 100644 --- a/MaterialLib/MPL/Properties/CreatePermeabilityMohrCoulombFailureIndexModel.h +++ b/MaterialLib/MPL/Properties/CreatePermeabilityMohrCoulombFailureIndexModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 15d9e336175fb9e0f0771eaf4cff5d0810f078b9..ef59a84cdac78fb2999975ddf6bbd3bc44eb0058 100644 --- a/MaterialLib/MPL/Properties/CreatePermeabilityOrthotropicPowerLaw.cpp +++ b/MaterialLib/MPL/Properties/CreatePermeabilityOrthotropicPowerLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 022fd027a154a03c8176cd9b32764b2311f8c926..e1da092e8077f3c4a7f2f89e94b63546de523b3b 100644 --- a/MaterialLib/MPL/Properties/CreatePermeabilityOrthotropicPowerLaw.h +++ b/MaterialLib/MPL/Properties/CreatePermeabilityOrthotropicPowerLaw.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 8f036819f138d73f38e55d889e47b336d00df006..d507cbcb9636281a30e843761c6cf26899f81263 100644 --- a/MaterialLib/MPL/Properties/CreatePorosityFromMassBalance.cpp +++ b/MaterialLib/MPL/Properties/CreatePorosityFromMassBalance.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 b27c71ad7e88d4ccaa05083852c61117ed91ed5b..67702a1c387a3b73707457bc0b0874ab689e8629 100644 --- a/MaterialLib/MPL/Properties/CreatePorosityFromMassBalance.h +++ b/MaterialLib/MPL/Properties/CreatePorosityFromMassBalance.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 4d72b2bd185aa45ff6bbd4e30a6dfd91c91c8bcd..c3522b4fb1aefeea6762482ac73623ff73397f6c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 f23335d3710b8e327504dc642eb7032f98b3fe7f..09af7c0930958f0875b27a41e26cf7318658b95b 100644 --- a/MaterialLib/MPL/Properties/CreateSaturationDependentSwelling.cpp +++ b/MaterialLib/MPL/Properties/CreateSaturationDependentSwelling.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 9f8ac92bb5d0296b9aef4bd849e3ee849ae894cc..0af0304230613b45b826fceef1de5cd9e85b546d 100644 --- a/MaterialLib/MPL/Properties/CreateSaturationDependentSwelling.h +++ b/MaterialLib/MPL/Properties/CreateSaturationDependentSwelling.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d3fab73b1787aaccf174b0f72ab96bc851c85504..ebd7146f06b462c57f3f1df1d486705e83699cde 100644 --- a/MaterialLib/MPL/Properties/CreateSaturationDependentThermalConductivity.cpp +++ b/MaterialLib/MPL/Properties/CreateSaturationDependentThermalConductivity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 284d69a5cfc9580e0ef511872efa40b46abf2b86..bf4b8689fc1f3e7c515b5ee327f139c06c974bb5 100644 --- a/MaterialLib/MPL/Properties/CreateSaturationDependentThermalConductivity.h +++ b/MaterialLib/MPL/Properties/CreateSaturationDependentThermalConductivity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 fdedcaf636ee133d392a3cd4c4938db68c5aed14..051d57f0df1ea6a7ee7c757c720387e81c3acbd9 100644 --- a/MaterialLib/MPL/Properties/CreateSpecificHeatCapacityWithLatentHeat.cpp +++ b/MaterialLib/MPL/Properties/CreateSpecificHeatCapacityWithLatentHeat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 8d2d9fc0cebf95b39d912cac2247cfc00790b972..b49a914ff9cc72004521c36bb23ab5e7b5855379 100644 --- a/MaterialLib/MPL/Properties/CreateSpecificHeatCapacityWithLatentHeat.h +++ b/MaterialLib/MPL/Properties/CreateSpecificHeatCapacityWithLatentHeat.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 8c69194063e4c34a86bf0fbc33eec2e1607f0d3c..b2ba38d23b6791c6cbc8ffae144884553c1fc74b 100644 --- a/MaterialLib/MPL/Properties/CreateStrainDependentPermeability.cpp +++ b/MaterialLib/MPL/Properties/CreateStrainDependentPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 4365fa74994207cc359bc3d645c5f182c7440b06..c0064681f98de50236ab5563dc4ac3c6302a7243 100644 --- a/MaterialLib/MPL/Properties/CreateStrainDependentPermeability.h +++ b/MaterialLib/MPL/Properties/CreateStrainDependentPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 7e71feb21caabf4baaadc7976f42c68083f0ca2d..9daad22de4e5c910c5821a9acbfb7420001d47b6 100644 --- a/MaterialLib/MPL/Properties/CreateTemperatureDependentDiffusion.cpp +++ b/MaterialLib/MPL/Properties/CreateTemperatureDependentDiffusion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 01f47444761eacddcfec59d847678a43e71d4218..eb0ebcc7cd6ad6e14c928a8f3dca02c0b345dcc8 100644 --- a/MaterialLib/MPL/Properties/CreateTemperatureDependentDiffusion.h +++ b/MaterialLib/MPL/Properties/CreateTemperatureDependentDiffusion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 2ef426b011bd2d1c3149eb0821b9df553ff236aa..1cf7b3efb96d00a1ad748c70e8eb9cc89034d50a 100644 --- a/MaterialLib/MPL/Properties/CreateTemperatureDependentFraction.cpp +++ b/MaterialLib/MPL/Properties/CreateTemperatureDependentFraction.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 471ac35d9167134fe1195bc7531e2df603218070..cba0f8f5536f57c6994aba40b6d82b19a7dba33a 100644 --- a/MaterialLib/MPL/Properties/CreateTemperatureDependentFraction.h +++ b/MaterialLib/MPL/Properties/CreateTemperatureDependentFraction.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 4c94d871ecf8f44e74bc9574d98838d647056f36..ee5d1416a17310058af1cec695196649aa766cf7 100644 --- a/MaterialLib/MPL/Properties/CreateTransportPorosityFromMassBalance.cpp +++ b/MaterialLib/MPL/Properties/CreateTransportPorosityFromMassBalance.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 b153d81ea01fd04613b2c9162cfbbe973a0d0b5c..fd938bfa99ad772ff1a153a656a4fa42b6c71c04 100644 --- a/MaterialLib/MPL/Properties/CreateTransportPorosityFromMassBalance.h +++ b/MaterialLib/MPL/Properties/CreateTransportPorosityFromMassBalance.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 38f8bef3907598d130e466a77f4de3005d960447..879c3b5fb4ff2685719845e7759dfec002280ebc 100644 --- a/MaterialLib/MPL/Properties/CreateVermaPruessModel.cpp +++ b/MaterialLib/MPL/Properties/CreateVermaPruessModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 357a3cdc3f691cc44ee7d878de229e8aa6f1e318..0935c32fe2a29347277050d3898da8b264388971 100644 --- a/MaterialLib/MPL/Properties/CreateVermaPruessModel.h +++ b/MaterialLib/MPL/Properties/CreateVermaPruessModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 92c0b354cf9ca0d302c4a7a6760784e56393518e..eb175f93adb05399f5b8b5f56e2bed51d525dc08 100644 --- a/MaterialLib/MPL/Properties/CreateVolumeFractionAverage.cpp +++ b/MaterialLib/MPL/Properties/CreateVolumeFractionAverage.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 b72446565926e71be6d2b4d2c77f74330bae34ba..01a7aa9d5fddb8de950f94ba81f7acaf2fbb157a 100644 --- a/MaterialLib/MPL/Properties/CreateVolumeFractionAverage.h +++ b/MaterialLib/MPL/Properties/CreateVolumeFractionAverage.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 bc291a2ce0fe658310d38900cfe9a669b7995ad6..182b7714dd8fc38adedf9c17a53732dcc0e5fa4e 100644 --- a/MaterialLib/MPL/Properties/Curve.cpp +++ b/MaterialLib/MPL/Properties/Curve.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 f212e5e2e4d33d727bb88ea1227ceb0ed213a4f8..f7dd1091ab446347e095993d454e00d150ff3915 100644 --- a/MaterialLib/MPL/Properties/Curve.h +++ b/MaterialLib/MPL/Properties/Curve.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 f58564e153180fa53cbd21fcc2d5ec5672653087..0c6876e090fb92edbe9d77bc7f462c71330736b5 100644 --- a/MaterialLib/MPL/Properties/Density/CreateWaterDensityIAPWSIF97Region1.cpp +++ b/MaterialLib/MPL/Properties/Density/CreateWaterDensityIAPWSIF97Region1.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 3d797339e955ddcd69ec3d6e8b47609dc281960c..f90712270e059516a1868dff6a2ede8db321fb66 100644 --- a/MaterialLib/MPL/Properties/Density/CreateWaterDensityIAPWSIF97Region1.h +++ b/MaterialLib/MPL/Properties/Density/CreateWaterDensityIAPWSIF97Region1.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 eb807b1a4f94c312f110fd9f7b1b9dfba912ed28..5ec601aaef1cbf1e4b065a000c97d8322a8e0f74 100644 --- a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp +++ b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 10ebb004f7d95b455688ec70f7338950884432b0..f7f36da696fb21fcff15585f475e6326cfdc6a70 100644 --- a/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.h +++ b/MaterialLib/MPL/Properties/Density/CreateWaterVapourDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 2f0b967cad3c4103024e7a4be6dbef3fdd246fcb..c2782eae1fe29d42f19e75c626c3f2737ac0e6b4 100644 --- a/MaterialLib/MPL/Properties/Density/WaterDensityIAPWSIF97Region1.cpp +++ b/MaterialLib/MPL/Properties/Density/WaterDensityIAPWSIF97Region1.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 1af61dd4f4463f9092f48221c07f2b2476edc5e4..3176a5e549a8a203a67a87e512bab2825182896a 100644 --- a/MaterialLib/MPL/Properties/Density/WaterDensityIAPWSIF97Region1.h +++ b/MaterialLib/MPL/Properties/Density/WaterDensityIAPWSIF97Region1.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 f68b614283455cda9f8eae008ce0bba2b422a50d..4e0bd3554350ea992f4b635b95c94c6039b4bb9c 100644 --- a/MaterialLib/MPL/Properties/Density/WaterVapourDensity.cpp +++ b/MaterialLib/MPL/Properties/Density/WaterVapourDensity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 967342f481c7a0b5a1e20dcae8b5d62cb1695675..a80ed375f91bc666897131fd02670a06f79d2c43 100644 --- a/MaterialLib/MPL/Properties/Density/WaterVapourDensity.h +++ b/MaterialLib/MPL/Properties/Density/WaterVapourDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 467aa4d16c5b9c163ffcdb0d6f6aa59e5774156e..e973eaf90808e73267d2c67d4c35530792ffc694 100644 --- a/MaterialLib/MPL/Properties/DupuitPermeability.cpp +++ b/MaterialLib/MPL/Properties/DupuitPermeability.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 01249b0086c97b85f299399adb5f5ec997b02664..81074a3a28e13aa0918c24d66357daabb973de48 100644 --- a/MaterialLib/MPL/Properties/DupuitPermeability.h +++ b/MaterialLib/MPL/Properties/DupuitPermeability.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 2da68cd8aeab0eed15736946e1cc38974fe96ca0..089a37dad7594c15d2552bdc73bde0d58bc1d458 100644 --- a/MaterialLib/MPL/Properties/EffectiveThermalConductivityPorosityMixing.cpp +++ b/MaterialLib/MPL/Properties/EffectiveThermalConductivityPorosityMixing.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d5ffe914b1a5211477e11b4dc72ebc34e106f76b..10e3d4a0555aa8dea9c1bdeda8f0b241fc511908 100644 --- a/MaterialLib/MPL/Properties/EffectiveThermalConductivityPorosityMixing.h +++ b/MaterialLib/MPL/Properties/EffectiveThermalConductivityPorosityMixing.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 e3859e9082eed5d510cfffd1d4851e9d8494003c..b730c171ac0f99534935663aa9ce49797f5e71f8 100644 --- a/MaterialLib/MPL/Properties/EmbeddedFracturePermeability.cpp +++ b/MaterialLib/MPL/Properties/EmbeddedFracturePermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 6c41e86f2ecb636ab7366ba09a7d33c3769c928b..4cbadaefdde5a0b51e0067f94fbaadecf52f59aa 100644 --- a/MaterialLib/MPL/Properties/EmbeddedFracturePermeability.h +++ b/MaterialLib/MPL/Properties/EmbeddedFracturePermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 7c6b9ab74f5356df419523b3e365bf5a8fb0b384..bc4ed41688ac72a98a3f6c126ae45114ff03dc16 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateLinearWaterVapourLatentHeat.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateLinearWaterVapourLatentHeat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 f2c388daa6d0f70636a0d773039b764bd0003e23..af2a93261c2f0a7afdf509b9df8b1ca139199e16 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateLinearWaterVapourLatentHeat.h +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateLinearWaterVapourLatentHeat.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 a24a389462d195856b66a642c959b62a0e92288b..6ef9d35ae3aaabce06727b6409203f5b58dfa4e7 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourLatentHeatWithCriticalTemperature.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourLatentHeatWithCriticalTemperature.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 2cee8de0837fba7578790bf6e6a4b981edd2651a..f23425ac1c5fda5c2639cd6c9351acee7aff559e 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourLatentHeatWithCriticalTemperature.h +++ b/MaterialLib/MPL/Properties/Enthalpy/CreateWaterVapourLatentHeatWithCriticalTemperature.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 146217ca77bb1a5d347e28526c279fc2cecdb677..d9505a84185e54cde676e6ea7bf470d8f2ea2383 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/LinearWaterVapourLatentHeat.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/LinearWaterVapourLatentHeat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 975cd0591e61bbfc82f2ba021f3c0d88bacb64aa..a9e77d9c896a129c73caaaac2d107ccb264cb57a 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/LinearWaterVapourLatentHeat.h +++ b/MaterialLib/MPL/Properties/Enthalpy/LinearWaterVapourLatentHeat.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 449796bf91b30649b41678ae6c26a6130dd5a5d5..ef5440721275c4c510defc32dfa1e4a7ab57bd1e 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/WaterVapourLatentHeatWithCriticalTemperature.cpp +++ b/MaterialLib/MPL/Properties/Enthalpy/WaterVapourLatentHeatWithCriticalTemperature.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 87a8f6c2ce3a44a588f40a86873d0d55ac01b4a0..eba8fe0678f5a1adc24325bd64b17864ec009779 100644 --- a/MaterialLib/MPL/Properties/Enthalpy/WaterVapourLatentHeatWithCriticalTemperature.h +++ b/MaterialLib/MPL/Properties/Enthalpy/WaterVapourLatentHeatWithCriticalTemperature.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 40ddf9e4d899af985e78830a3e8d329044884e08..463c8d2a94a622cefb006672c457881d5312106b 100644 --- a/MaterialLib/MPL/Properties/Exponential.cpp +++ b/MaterialLib/MPL/Properties/Exponential.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 65757129e294ae128dfb7acd4fba3fd596bfc588..f0415ea08f03f61636159853a104a838c5ada832 100644 --- a/MaterialLib/MPL/Properties/Exponential.h +++ b/MaterialLib/MPL/Properties/Exponential.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 97e0ae21a857fb26fc5dfa370c787d37f84ea235..65897c1c11cc9d0d967393e773b8c3b7321c35f5 100644 --- a/MaterialLib/MPL/Properties/Function.cpp +++ b/MaterialLib/MPL/Properties/Function.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 bcd0f0d5c1b9f0abf78a7e3e3529f57cd0d7b0dc..49263d67987fe5b1c2322c955ec26a7ecfb600d1 100644 --- a/MaterialLib/MPL/Properties/Function.h +++ b/MaterialLib/MPL/Properties/Function.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 aebc5316f86b91a4054b82c4260be7d33594e518..515a562926b15fe222d60dbd64844fc610cda628 100644 --- a/MaterialLib/MPL/Properties/GasPressureDependentPermeability.cpp +++ b/MaterialLib/MPL/Properties/GasPressureDependentPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 cedd3f9cb63b5e5c98b76379fc88049ed6e547df..d3d1693c70f9049baab75905e8a660e883dbee35 100644 --- a/MaterialLib/MPL/Properties/GasPressureDependentPermeability.h +++ b/MaterialLib/MPL/Properties/GasPressureDependentPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d29340d27cdfef58dbfc1af3149b77181920f6d3..8f7bd3bc13376d776ce97937edeaf4792a07c724 100644 --- a/MaterialLib/MPL/Properties/IdealGasLaw.cpp +++ b/MaterialLib/MPL/Properties/IdealGasLaw.cpp @@ -6,7 +6,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 4ef109aad81728e875af9c2fec78b823388cde4e..6395a42f9b8eba7d0ceb934d94e43d12deaaa426 100644 --- a/MaterialLib/MPL/Properties/IdealGasLaw.h +++ b/MaterialLib/MPL/Properties/IdealGasLaw.h @@ -6,7 +6,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 81d2ef38d64aed515b6a2c80f3cf15fcc7e67651..401a13dd722ab345e34783a7372f548f5deb956b 100644 --- a/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.cpp +++ b/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.cpp @@ -6,7 +6,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 ce08122d6735c4d95e8189822cdadfe6bad23987..8c618638b19a657b36ccb2ebadd8ae4624bd4da9 100644 --- a/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.h +++ b/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.h @@ -6,7 +6,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 2fc6abfda5de1b69cd418b62aa5f8183d0bc10af..7a6aa6ac867226e0adc4116d331a8bcc21af49fa 100644 --- a/MaterialLib/MPL/Properties/KozenyCarmanModel.cpp +++ b/MaterialLib/MPL/Properties/KozenyCarmanModel.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 e97888fac585c9a60eecb279f76fde74cd0fe6b5..faf5cdf4a85d8653afbaeeb005964e7088bd5104 100644 --- a/MaterialLib/MPL/Properties/KozenyCarmanModel.h +++ b/MaterialLib/MPL/Properties/KozenyCarmanModel.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 6a39545a37cdc6e24b8c43c4b451f8c7dea823af..9dee5b5750bc7ce6c0c1bca391000ed57f208b70 100644 --- a/MaterialLib/MPL/Properties/Linear.cpp +++ b/MaterialLib/MPL/Properties/Linear.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 44765b88a6802941ed55e0166e6dfb490096637d..aad32eef60fa1974a18b5ee096fe31e5cc4fea7d 100644 --- a/MaterialLib/MPL/Properties/Linear.h +++ b/MaterialLib/MPL/Properties/Linear.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 abf81c8daac22faa6b94ef0b31d237ec439e6f54..73dc3639ae90cd34c5d9b6c1ef32e3e152096017 100644 --- a/MaterialLib/MPL/Properties/OrthotropicEmbeddedFracturePermeability.cpp +++ b/MaterialLib/MPL/Properties/OrthotropicEmbeddedFracturePermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 16fae69ddc8839812aa2ff1a0ba1cd3660b89044..fa28e5fe4f4c606b6cfc9aae3f9911719b19431e 100644 --- a/MaterialLib/MPL/Properties/OrthotropicEmbeddedFracturePermeability.h +++ b/MaterialLib/MPL/Properties/OrthotropicEmbeddedFracturePermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 85e65e178ca5705fb893a69206b2b2810d9aac0c..8e3629f183caf56a2d7e8c3b14efb2fe50dc59e6 100644 --- a/MaterialLib/MPL/Properties/Parameter.cpp +++ b/MaterialLib/MPL/Properties/Parameter.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 f1adaf5be7b8dff782cf087b533125ac7c3aacca..cc09a2e0ffb664b85a9528a460e45a19ce9e753d 100644 --- a/MaterialLib/MPL/Properties/Parameter.h +++ b/MaterialLib/MPL/Properties/Parameter.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 86ded80dd868a9083f85ecdaed6bcfca813cfef1..99a45ba589bd2f6f01e0c39cd2ef4baa15d2cd73 100644 --- a/MaterialLib/MPL/Properties/PermeabilityMohrCoulombFailureIndexModel.cpp +++ b/MaterialLib/MPL/Properties/PermeabilityMohrCoulombFailureIndexModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 57f1017be88e8e6607a8b5842b6029d75c315ba5..d129db8588890dcbed6dfa5460d7096c28d29479 100644 --- a/MaterialLib/MPL/Properties/PermeabilityMohrCoulombFailureIndexModel.h +++ b/MaterialLib/MPL/Properties/PermeabilityMohrCoulombFailureIndexModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 9093af7c66ab45909ba374d6af8d5593ca6553e2..15815efc21a46ef642ed2990aafce66eece7b1b3 100644 --- a/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.cpp +++ b/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 57630c11e6bc8d60ac460012cfedcbdc4277277a..54220d01953e256a381adc9e09e51af373dde1de 100644 --- a/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.h +++ b/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 97a139d53ce4cc8ba31f90b83057bf08798bdc13..c8443020b9af1a53058ca59762c607b337ea798c 100644 --- a/MaterialLib/MPL/Properties/PorosityFromMassBalance.cpp +++ b/MaterialLib/MPL/Properties/PorosityFromMassBalance.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 f4ffab4246ad076687ed94ecf37ecadd75454fbf..649f86a69cdc36d3f440ce5da4ebc0b70be8e972 100644 --- a/MaterialLib/MPL/Properties/PorosityFromMassBalance.h +++ b/MaterialLib/MPL/Properties/PorosityFromMassBalance.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 6c23ceb811f3460ee097dbcbf6b9a17666c33c53..fee73573c155a1a6463ade3fd4f67932ce1046cb 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 6a89b7a02229676256d5b29e3c9f8436110cf0f0..ed248f5bb5d0d3e5c30bc3b32e9097980b1d497f 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCorey.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCorey.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 75ba31b9cacd3cd17048e550e27590ef54c7a660..c8ea0af76616f7f6374e3d12216da4862736032f 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCorey.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCorey.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 1c865aaf7dfe3fad884731a8394f720b1af48c8a..be70c7303d198cd0ca074f8e27d33dfdbeb3dd93 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCoreyNonwettingPhase.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCoreyNonwettingPhase.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 a7e2530f3f411e465e6b0444564d68ae4ac6ae0d..3abd0d2dc1892db596909f2f5f377e2186813401 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCoreyNonwettingPhase.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermBrooksCoreyNonwettingPhase.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 0bf113ade5c2cdbbbb38371c532070e29080ef9b..a03821cc2117a069a79c937813f71c5668753805 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermLiakopoulos.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermLiakopoulos.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 b07bb300ade2f202af7f2f12bf67d2d93863d1af..df7c92b340e4bff0d712cd065f98ab24e7076cf0 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermLiakopoulos.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermLiakopoulos.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d0ffd137cfd085f01e462e0d50d0a449cc9eb722..565fde84455d2e28422ec5f888e01b20c342b9a1 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermNonWettingPhaseVanGenuchtenMualem.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermNonWettingPhaseVanGenuchtenMualem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 5c021b4080bc29c2f85c1821fb65e32d828879e9..1b8a92fbaf67c6c8c4c3c1f488f447183494f2e5 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermNonWettingPhaseVanGenuchtenMualem.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermNonWettingPhaseVanGenuchtenMualem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 0c0c74db95f7a7be2dc48a3780409c62d84e6052..ecf878202797379388b818a2e38556bed6af4c94 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 9afbc8b2bd675345e23e835e964043671f6c8dfe..4d8e5bafb29e3f527babf81cdb445a816a4bf15f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 3eb15ed58b3c0cf109a9770b5bbcfce91a9d375e..3323000a32fe6eccc8fbcf02ff844a3ff08f766e 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdellNonwettingPhase.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdellNonwettingPhase.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 010b6f5e2eb5ff56b15ee864ce6d532f664b1516..8b824546703a74dc4266d92092308a4d04566094 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdellNonwettingPhase.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermUdellNonwettingPhase.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 2ac521f319ecb0cfc4946aee13ef3e220256f1c3..fbd27ab132068f7cd1a54d1f9e65095b03a13e7b 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 70134097aef618c83ab7e0e99ecd66f4dbaf5bb4..add628532c46faf91a3324afb26264efa55b6c7a 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermVanGenuchten.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/CreateRelPermVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d3ae32e96f96341053ac512bc4a7be973293a48e..fa1fe39508d5d00a13428033dc591082a7dafd25 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.cpp @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 8097c3beb1a3ab37dd41c75d504670e8ec1c3f42..930998c2250237105410cb3923da726c61ee81b3 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d1007b48020f4caf868f434728bc0c1a41f5c837..57ec2685ec07e1fce5791e395cc0486caa07e022 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.cpp @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 fc6b5c40b94ac5a88fedd110e64b288efb42714e..f138fff8e569fc6a8def8b871938c28d39799d2d 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 68089d5f660f987b373ff9f0f818555f9d6d8c1e..9f8549348b8cfaa631e2a700545d9ec6cf4838be 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.cpp @@ -4,7 +4,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 4a0a5d941c49a4989da90d47d522497d7b968630..5f100fa802be87aa18d98a540b847da41151f1b9 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.h @@ -4,7 +4,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 e08f8f4a3849decb33ec14848563758e8dbed2b6..15348e42a3fafdd3556c4e92c72b8f838273f4f9 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermNonWettingPhaseVanGenuchtenMualem.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermNonWettingPhaseVanGenuchtenMualem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 1a5d972b37652ac8218484b584acb35baf2e0b12..953c7e9d1f6f384fdfa4969f5f320ab4dd197e7b 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermNonWettingPhaseVanGenuchtenMualem.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermNonWettingPhaseVanGenuchtenMualem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 321728bac447a8734673350e42d37f1c00e6fa11..7daf9dacd5cd549a55462e5902af13c5c22a7bd6 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 e4f4cf09577caa58b0a9361b6d80c9d1e5c4bcae..b8778c4a622629514a75c9bb3f38be58f45b78b7 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 760b8d5aa68dd9774cf53550b572fc0755612be2..801c2af380f58e26111445c0c66cbaf5b6d6100c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 f49ec4c2e6aa012b6d22df4a5851b239f568f38e..797dfaeabb1dca49d7763cda5c2457db78a8cf82 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 beee8a916fe4eb822b020427876f6069b8f0abd8..c518a117a76bf57a0d8ebb02aa207931e30e0fc5 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermVanGenuchten.cpp +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 820adcf73fd3de71ab37c9d98f736637e3307bcb..9ded2806713bdb9cc20fa9ba9020e020a4d5353b 100644 --- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermVanGenuchten.h +++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermVanGenuchten.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 68d8db3d8ff30319b986faa0140d10d8f5d887e8..28f9732d95595cb6edf3f3b1d032a5c81778a92c 100644 --- a/MaterialLib/MPL/Properties/SaturationDependentSwelling.cpp +++ b/MaterialLib/MPL/Properties/SaturationDependentSwelling.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 e64b7b8c6648ad9a526679e9512fefd661288cad..e372d9f84a9fec628bab3ab4ed6e6547400cf9fa 100644 --- a/MaterialLib/MPL/Properties/SaturationDependentSwelling.h +++ b/MaterialLib/MPL/Properties/SaturationDependentSwelling.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 94628650ba2850dfd7323d8f9c93bf91bbf2fd9e..123f16cbcb308e6bdb2348dcf69e6fc41c42fee7 100644 --- a/MaterialLib/MPL/Properties/SpecificHeatCapacityWithLatentHeat.cpp +++ b/MaterialLib/MPL/Properties/SpecificHeatCapacityWithLatentHeat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 6b80d2746c184345d6bd57ba4523459aaf5cdf95..ec6112b4f1c5d23f641bbd781e3bcceee47db3a4 100644 --- a/MaterialLib/MPL/Properties/SpecificHeatCapacityWithLatentHeat.h +++ b/MaterialLib/MPL/Properties/SpecificHeatCapacityWithLatentHeat.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 a29736f0a5fef9ef10eb85b2b6deee8b38548a01..a9c751cc5f3f20fe7bdfc225fdb6d82adda9f57d 100644 --- a/MaterialLib/MPL/Properties/StrainDependentPermeability.cpp +++ b/MaterialLib/MPL/Properties/StrainDependentPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 215d6b4124fc643b2f1a57ee8777effe074db150..6da9bcaf88d68ed9927b07e62fa1f7897db53367 100644 --- a/MaterialLib/MPL/Properties/StrainDependentPermeability.h +++ b/MaterialLib/MPL/Properties/StrainDependentPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 3afbd9c276e486a55fc2d410a8e684d5bd26cc6a..c0fc48fc520e2e9dc3e53c5417b338d98e590907 100644 --- a/MaterialLib/MPL/Properties/SwellingStress/CreateLinearSaturationSwellingStress.cpp +++ b/MaterialLib/MPL/Properties/SwellingStress/CreateLinearSaturationSwellingStress.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 af07dceee08f3ba12a29588cc6f8abe898bd572d..f5c16de021d07989c912ff057e41c8a1ff5c274c 100644 --- a/MaterialLib/MPL/Properties/SwellingStress/CreateLinearSaturationSwellingStress.h +++ b/MaterialLib/MPL/Properties/SwellingStress/CreateLinearSaturationSwellingStress.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 2e36106a15aa8c21a08a2f391fe2a01f09ec3d09..385807befdd199496e9a5dd92dca62e9404e6dfd 100644 --- a/MaterialLib/MPL/Properties/SwellingStress/LinearSaturationSwellingStress.cpp +++ b/MaterialLib/MPL/Properties/SwellingStress/LinearSaturationSwellingStress.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 ef67f8e6a15e263fbf1492288c368678230695a0..2288d176e8e9b6584993246eacc6fe11aad97d9b 100644 --- a/MaterialLib/MPL/Properties/SwellingStress/LinearSaturationSwellingStress.h +++ b/MaterialLib/MPL/Properties/SwellingStress/LinearSaturationSwellingStress.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 59a6d3d0e88e3c7d31d87eebe8fb58ae372ac844..bf46eed1ec76fd7799265b0bb7bf2715e4b36602 100644 --- a/MaterialLib/MPL/Properties/TemperatureDependentDiffusion.cpp +++ b/MaterialLib/MPL/Properties/TemperatureDependentDiffusion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 a9f86febd2522417047ee385e3edac5e413d22fa..da871b62e58b28f4b14bc087607aaba79ac92195 100644 --- a/MaterialLib/MPL/Properties/TemperatureDependentDiffusion.h +++ b/MaterialLib/MPL/Properties/TemperatureDependentDiffusion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 39683e4c861b27093f0e1f7f24c18868b8f94b36..1f86ace30dd4f82c78c4cdc5a22a6f2254b94c5f 100644 --- a/MaterialLib/MPL/Properties/TemperatureDependentFraction.cpp +++ b/MaterialLib/MPL/Properties/TemperatureDependentFraction.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 a68d71a27f7aaa665a470137a5cee3e63598a6da..42a0307ae7cea30de748dcb2e1560de23d5c0e2f 100644 --- a/MaterialLib/MPL/Properties/TemperatureDependentFraction.h +++ b/MaterialLib/MPL/Properties/TemperatureDependentFraction.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 ac22151168adb5cd41129eae0ccc93ec658b2144..ff85eef383ed242f07d121d6a30db43d09ad4caa 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/CreateSaturationWeightedThermalConductivity.cpp +++ b/MaterialLib/MPL/Properties/ThermalConductivity/CreateSaturationWeightedThermalConductivity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d64c216d62934000e9b8370d89bd28f823d80655..a961867348a79fe231fa3b900fd58fdb61d60a26 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/CreateSaturationWeightedThermalConductivity.h +++ b/MaterialLib/MPL/Properties/ThermalConductivity/CreateSaturationWeightedThermalConductivity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 3cb59cee4c774362e4eb8670c970e2a751e315f9..68309f0677730b321d3b7650041ede9fb8bba39c 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/CreateSoilThermalConductivitySomerton.cpp +++ b/MaterialLib/MPL/Properties/ThermalConductivity/CreateSoilThermalConductivitySomerton.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 4a602fce2770e4cae6b8d1a30d402ca0f20b4743..3db1c676d8e987c4cd87a5e844fd5963bb07b25c 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/CreateSoilThermalConductivitySomerton.h +++ b/MaterialLib/MPL/Properties/ThermalConductivity/CreateSoilThermalConductivitySomerton.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 c1c85cd5b8c36c59c85a82e1a5cbdb870614f787..aadfdafc45f8cf94c7b6d18835bfd1510cef620c 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/SaturationWeightedThermalConductivity.cpp +++ b/MaterialLib/MPL/Properties/ThermalConductivity/SaturationWeightedThermalConductivity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 8be52147ada8401361428873b06b7cb0b6f4c804..a4b299cbfdf0244d570406f07bc097a6af2a25ff 100644 --- a/MaterialLib/MPL/Properties/ThermalConductivity/SaturationWeightedThermalConductivity.h +++ b/MaterialLib/MPL/Properties/ThermalConductivity/SaturationWeightedThermalConductivity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 8a2573353865682060d6a86c95c083ca0448db46..98ba631898fc19c32fdd2a8af06d009c8fc6e45a 100644 --- a/MaterialLib/MPL/Properties/TransportPorosityFromMassBalance.cpp +++ b/MaterialLib/MPL/Properties/TransportPorosityFromMassBalance.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 8889f5c49bd5796e3e93800b2c024a2b341d9bc4..1f5c0bfc65bc9e50ccaa522da2f8277abfb9da86 100644 --- a/MaterialLib/MPL/Properties/TransportPorosityFromMassBalance.h +++ b/MaterialLib/MPL/Properties/TransportPorosityFromMassBalance.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d12afcf9cabe0f5b30aaf10fa90801d62298e241..4f65c5ac8625f0af2e696abc95ff50bb3831b5f6 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.cpp +++ b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 32031ce390651417f41fe202a416147f9b0b5b42..88ad479645d0a12654241335621a7a9c2185c33d 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.h +++ b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionFEBEX.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 1a364fd3080f2d5450df17903ef6910779644bd1..a303fcc828dabf0083240716b97b438bca64f64e 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionPMQ.cpp +++ b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionPMQ.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 9b8be91566ca48cce2cb1738adedd24cda2e7ad0..b183978bfa1eff0d5e8213b9a3edc7307cc90502 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionPMQ.h +++ b/MaterialLib/MPL/Properties/VapourDiffusion/CreateVapourDiffusionPMQ.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 f0d55c74ef385f3ffa4bbe60f3e9612147496425..94f66033439cc06eba9c44b248d4868375564c55 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionFEBEX.cpp +++ b/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionFEBEX.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 92d0f9c396241d3d7d4400883a5ffe4b575e3d8f..7e015c2d49b8773fc8e7b9eeef108ed541fb437a 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionFEBEX.h +++ b/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionFEBEX.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 62d03b8dc7f539ce23f96d38878fdf4aec33e354..b07f3bd4082ba347257eb5ff1f5c8d57cbdded64 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.cpp +++ b/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 c1df8c59570c1409b279611f97900ce8609b8111..7e593d872d782741fb41cebd7b9ba6b002f67de3 100644 --- a/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.h +++ b/MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 2aecd9a47b366b20424f5e55e6ebe623d66ee5d7..46263807c8c05962aac500bbd1468ad315b47f20 100644 --- a/MaterialLib/MPL/Properties/VermaPruessModel.cpp +++ b/MaterialLib/MPL/Properties/VermaPruessModel.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 b64b1713cba06508cde9c1adc03d5841d26cdb13..6de08fbd18382d1f171e8a41952d8041ec119635 100644 --- a/MaterialLib/MPL/Properties/VermaPruessModel.h +++ b/MaterialLib/MPL/Properties/VermaPruessModel.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 eed1423f8db42de57f3eb0afb3fe58959ecb373f..631a267652f425103f17deac39ee1c66a2140f28 100644 --- a/MaterialLib/MPL/Properties/Viscosity/CreateLiquidViscosityVogels.cpp +++ b/MaterialLib/MPL/Properties/Viscosity/CreateLiquidViscosityVogels.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 650e48c9ce10b7314b0539f6ad51dd50785ed9d4..5284ba806368fe3f4c104f298170b1807d28987a 100644 --- a/MaterialLib/MPL/Properties/Viscosity/CreateLiquidViscosityVogels.h +++ b/MaterialLib/MPL/Properties/Viscosity/CreateLiquidViscosityVogels.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 e8af8b1e06e5204f9abd88239670d1c5aed5d9db..87499d9f493e3e4c5c1a0525d8dcce198ac88325 100644 --- a/MaterialLib/MPL/Properties/Viscosity/CreateWaterViscosityIAPWS.cpp +++ b/MaterialLib/MPL/Properties/Viscosity/CreateWaterViscosityIAPWS.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 89556f48127b6c822c11444b6adabb66ab4995af..fe3d20e638ad429d29b640c5e4ec0c72ffee9337 100644 --- a/MaterialLib/MPL/Properties/Viscosity/CreateWaterViscosityIAPWS.h +++ b/MaterialLib/MPL/Properties/Viscosity/CreateWaterViscosityIAPWS.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 5a4711682c669f599eb0fb1ce2de3c65f5a1ebea..63b4c9699e83edc9f2e4eb5824d6bfdec1f9bd7a 100644 --- a/MaterialLib/MPL/Properties/Viscosity/LiquidViscosityVogels.cpp +++ b/MaterialLib/MPL/Properties/Viscosity/LiquidViscosityVogels.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 03844465fe7c597997b8d15f348752516a2b0388..c20309188247bdb6b87c3c1a2338bee64998eb31 100644 --- a/MaterialLib/MPL/Properties/Viscosity/LiquidViscosityVogels.h +++ b/MaterialLib/MPL/Properties/Viscosity/LiquidViscosityVogels.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 791b5b42d1a8e1538e86ec4b20fc8bf6303fdb8b..1f55297898dfb4315a822b6fd28f7b80c5b49a69 100644 --- a/MaterialLib/MPL/Properties/Viscosity/WaterViscosityIAPWS.cpp +++ b/MaterialLib/MPL/Properties/Viscosity/WaterViscosityIAPWS.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 b3b88e83abb16049ccd928730c813e8cd880d1c0..c8626dc427460d64b545b2c5d50287359df1ccae 100644 --- a/MaterialLib/MPL/Properties/Viscosity/WaterViscosityIAPWS.h +++ b/MaterialLib/MPL/Properties/Viscosity/WaterViscosityIAPWS.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 1e59a520f382e6376e6ad65ce8c63ac9da767cc4..e7be7cfa4d0d0af480c45bb2bea0521a286c8de3 100644 --- a/MaterialLib/MPL/Properties/VolumeFractionAverage.cpp +++ b/MaterialLib/MPL/Properties/VolumeFractionAverage.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 f3dffaa253a730cad36d64bbf4fa55cc2c2d2c16..187f7dffd271d4c121a443a166da13466ca7569b 100644 --- a/MaterialLib/MPL/Properties/VolumeFractionAverage.h +++ b/MaterialLib/MPL/Properties/VolumeFractionAverage.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 ceafce0b1f28573e17d53ef8866f457a459d85cf..a8e4657c716ef9f9c416a91d4bfc1698956c0ca2 100644 --- a/MaterialLib/MPL/Property.cpp +++ b/MaterialLib/MPL/Property.cpp @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 ee532508728c6ec81d2ebf493223231752430ec6..c2bbc8697c93a16822265c1d90f1b58e96f0f7ca 100644 --- a/MaterialLib/MPL/Property.h +++ b/MaterialLib/MPL/Property.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 b25fbb3b41df65458ff4fae4eb6d09b87ffee20c..dfcc6ca47e71c12502c57d198ea24736cf0b4a97 100644 --- a/MaterialLib/MPL/PropertyType.cpp +++ b/MaterialLib/MPL/PropertyType.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 b96c0b446bc6673da29f67d78d7b678a4c33af89..fcd94b257fda7ba9d60399805cf9e6807c995576 100644 --- a/MaterialLib/MPL/PropertyType.h +++ b/MaterialLib/MPL/PropertyType.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 92fb8279ae43ec4b3b677e13aab4a1494b2be7ba..18032a79a25c1015ff24594478a72f2a737a90de 100644 --- a/MaterialLib/MPL/Utils/CheckVanGenuchtenExponentRange.cpp +++ b/MaterialLib/MPL/Utils/CheckVanGenuchtenExponentRange.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 b2fc1ddd76f82962e93d77cee7826ec251fb5a7f..352c5ac591b19b257f566cd1a242e11eb331e71a 100644 --- a/MaterialLib/MPL/Utils/CheckVanGenuchtenExponentRange.h +++ b/MaterialLib/MPL/Utils/CheckVanGenuchtenExponentRange.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 b9acbefc0b5df45bdeb6d953bdcb63f1203ca854..c83a1f63aa83ad834cfb33d0bf4028c21dcc2aad 100644 --- a/MaterialLib/MPL/Utils/FormEffectiveThermalConductivity.cpp +++ b/MaterialLib/MPL/Utils/FormEffectiveThermalConductivity.cpp @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 db4d82da396095285312bf7d7547b24bda02340a..fd048486b61e6d733bf6f163e040a05b569b45e2 100644 --- a/MaterialLib/MPL/Utils/FormEffectiveThermalConductivity.h +++ b/MaterialLib/MPL/Utils/FormEffectiveThermalConductivity.h @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 97745950d8f5ab31f5864cd632717c1a9508e3f2..add37e3e240cef62dfcd30e0f4973e52b7cea251 100644 --- a/MaterialLib/MPL/Utils/FormEigenTensor.cpp +++ b/MaterialLib/MPL/Utils/FormEigenTensor.cpp @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d8599512ff62a91ea5baed3bb8c3cb7c077486b2..8029268dfe61dcec7891548e2c02f28182eccc5e 100644 --- a/MaterialLib/MPL/Utils/FormEigenTensor.h +++ b/MaterialLib/MPL/Utils/FormEigenTensor.h @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 ed177718590a21ee4463d4fadfee1bb325ef4051..3af5a3ed474a1e5de0d43850a3cd57b9510ec981 100644 --- a/MaterialLib/MPL/Utils/FormEigenVector.cpp +++ b/MaterialLib/MPL/Utils/FormEigenVector.cpp @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 86aa1082d756f14a7e808e5d5791939bcbf61764..c9d42f11a7af04d0d8f36498b8192a635f7fc457 100644 --- a/MaterialLib/MPL/Utils/FormEigenVector.h +++ b/MaterialLib/MPL/Utils/FormEigenVector.h @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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/FormKelvinVectorFromThermalExpansivity.cpp b/MaterialLib/MPL/Utils/FormKelvinVectorFromThermalExpansivity.cpp index 1d66401d76d3a193230b2a78a214332065b1f192..869581d222085d2f8c8e1fe5d804420b0528d777 100644 --- a/MaterialLib/MPL/Utils/FormKelvinVectorFromThermalExpansivity.cpp +++ b/MaterialLib/MPL/Utils/FormKelvinVectorFromThermalExpansivity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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/FormKelvinVectorFromThermalExpansivity.h b/MaterialLib/MPL/Utils/FormKelvinVectorFromThermalExpansivity.h index d883a0caa351db724e2985edd24baeb1cc8c7678..910cfa23ea48a2af868e5bb37827cd4d2b1d2cc5 100644 --- a/MaterialLib/MPL/Utils/FormKelvinVectorFromThermalExpansivity.h +++ b/MaterialLib/MPL/Utils/FormKelvinVectorFromThermalExpansivity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 fd92db76c583b64a79c5a6553d4d9ae20c1e7cbd..906a84bddb2ed17dc79f45c733847d32b5e41b4b 100644 --- a/MaterialLib/MPL/Utils/GetLiquidThermalExpansivity.cpp +++ b/MaterialLib/MPL/Utils/GetLiquidThermalExpansivity.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 137df931295079244e61c5475f1b372b98155abb..8b38350c6882aae31218123e224e8f7564e6d96a 100644 --- a/MaterialLib/MPL/Utils/GetLiquidThermalExpansivity.h +++ b/MaterialLib/MPL/Utils/GetLiquidThermalExpansivity.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 d7062cd8afae5cb184039522e3f2b10a3da9e2f0..6870a4696adb4641f35c0372d0e8cfd06f95aba8 100644 --- a/MaterialLib/MPL/Utils/GetSymmetricTensor.cpp +++ b/MaterialLib/MPL/Utils/GetSymmetricTensor.cpp @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 a234b482108541e89a4708a2b52a9935da67005d..7cbb4d01e4cf9b15cd578579f16a4373631c3c4e 100644 --- a/MaterialLib/MPL/Utils/GetSymmetricTensor.h +++ b/MaterialLib/MPL/Utils/GetSymmetricTensor.h @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 a59fef542a4bd65867bb17cba7ac39df369d6ec7..9e0f3984d5bc2e65d4e766a2fa0427a188cd688c 100644 --- a/MaterialLib/MPL/Utils/SigmoidFunction.cpp +++ b/MaterialLib/MPL/Utils/SigmoidFunction.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 52d0b47cb18dfa868b685b0a288a165b3d0527d5..2a44028c279c4fbfc15fd642e9209ab9be1fc80f 100644 --- a/MaterialLib/MPL/Utils/SigmoidFunction.h +++ b/MaterialLib/MPL/Utils/SigmoidFunction.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 b20bbf23e9f4bcbccd9c56b44e4ab0f9a7afd383..5fb0857e3bd2ef4ec14613fdb4121ca48cd902ea 100644 --- a/MaterialLib/MPL/VariableType.cpp +++ b/MaterialLib/MPL/VariableType.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.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 c42d95031735a6e23b5db606339328d3fea51f47..445959c3e4bda5c33f7887d8fcd0511722d0d61f 100644 --- a/MaterialLib/MPL/VariableType.h +++ b/MaterialLib/MPL/VariableType.h @@ -4,7 +4,7 @@ * \date Sep 7, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7c09873f4f26018ddef812371ee44b842734caad..d70bd5ca9ecccbc1b077ebccc73322a11db692f8 100644 --- a/MaterialLib/PorousMedium/CreatePorousMediaProperties.cpp +++ b/MaterialLib/PorousMedium/CreatePorousMediaProperties.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7bc8ab11c0c25e33be54dbcfe076e3f5c8dc0418..a362658d48259da3043301093d21ee28c65a1955 100644 --- a/MaterialLib/PorousMedium/CreatePorousMediaProperties.h +++ b/MaterialLib/PorousMedium/CreatePorousMediaProperties.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e3a34c5bcccb211f2578853900514c0eca61917a..d9a8c1dbb134618bc61ebfee81005f0088c3b2d4 100644 --- a/MaterialLib/PorousMedium/Permeability/DupuitPermeability.h +++ b/MaterialLib/PorousMedium/Permeability/DupuitPermeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 970b6b48a41fdbc387e78cc824628190ed3f9333..54d05dfcfde426aa2e3a8b04ea5b8bc9f8d77214 100644 --- a/MaterialLib/PorousMedium/Permeability/Permeability.h +++ b/MaterialLib/PorousMedium/Permeability/Permeability.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8ac4dc38f52da0e2f48bdd98c784e3c468a2b8a0..95bc76637beb2e9836ccc61a609c31d35d5fdabd 100644 --- a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp +++ b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2a9890e4019bc7cf6f6b6e9694daef8e88a11280..c964ee695038998c377ce686e6340e34e40ef404 100644 --- a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h +++ b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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/Porosity/Porosity.h b/MaterialLib/PorousMedium/Porosity/Porosity.h index c2f2f86763e09aad57def4a7c2aed4b6dea410fe..07be666a64b3f7589f49564138ebfc51da677e21 100644 --- a/MaterialLib/PorousMedium/Porosity/Porosity.h +++ b/MaterialLib/PorousMedium/Porosity/Porosity.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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/Porosity/createPorosityModel.cpp b/MaterialLib/PorousMedium/Porosity/createPorosityModel.cpp index 7c817cd29fdaadb56bb5e821c1e3e68b2d2ec6ed..30f17ff843fdad9b034ac5ba86f085c429555ecb 100644 --- a/MaterialLib/PorousMedium/Porosity/createPorosityModel.cpp +++ b/MaterialLib/PorousMedium/Porosity/createPorosityModel.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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/Porosity/createPorosityModel.h b/MaterialLib/PorousMedium/Porosity/createPorosityModel.h index cdf090fee8c936ed4ccfcc36e4618a761036c5d8..76908f193016c7b9bcd1e18b85d8e7eb864ebd61 100644 --- a/MaterialLib/PorousMedium/Porosity/createPorosityModel.h +++ b/MaterialLib/PorousMedium/Porosity/createPorosityModel.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c9c3cfadc7e91beff24fe1bab46f9afc5b6ddead..93509309197a197749f3b0a7327c82723fc7196c 100644 --- a/MaterialLib/PorousMedium/PorousMediaProperties.cpp +++ b/MaterialLib/PorousMedium/PorousMediaProperties.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 51a154cf160d87287a169753c4e602aaabbfecbb..933526c57b742e003a99b79d06a3b0511c1de17f 100644 --- a/MaterialLib/PorousMedium/PorousMediaProperties.h +++ b/MaterialLib/PorousMedium/PorousMediaProperties.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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/PorousPropertyHeaders.h b/MaterialLib/PorousMedium/PorousPropertyHeaders.h index 0637dc43de19dcadf9dfff7c71b7fdcb0bb49a8b..6d87b56ebfe6e7da7d434d9957a90fdbeaab4976 100644 --- a/MaterialLib/PorousMedium/PorousPropertyHeaders.h +++ b/MaterialLib/PorousMedium/PorousPropertyHeaders.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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/Storage/ConstantStorage.h b/MaterialLib/PorousMedium/Storage/ConstantStorage.h index ab13e47e5bb8899ff7203228e38b849d0ce3afaa..971fd83d081c95a6f3bca0d39123e9831f51b9ec 100644 --- a/MaterialLib/PorousMedium/Storage/ConstantStorage.h +++ b/MaterialLib/PorousMedium/Storage/ConstantStorage.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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/Storage/Storage.h b/MaterialLib/PorousMedium/Storage/Storage.h index aa8b0a2d13af04def33760cabe570bae03de840f..1831762d75fa511a03d54794424f4cd64ee248fd 100644 --- a/MaterialLib/PorousMedium/Storage/Storage.h +++ b/MaterialLib/PorousMedium/Storage/Storage.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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/Storage/createStorageModel.cpp b/MaterialLib/PorousMedium/Storage/createStorageModel.cpp index 4704ebbbc3d1f0e54c375bd50e8193cfba25f7fc..74664a9560753cd5e973036e5a739e59539f7c8f 100644 --- a/MaterialLib/PorousMedium/Storage/createStorageModel.cpp +++ b/MaterialLib/PorousMedium/Storage/createStorageModel.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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/Storage/createStorageModel.h b/MaterialLib/PorousMedium/Storage/createStorageModel.h index 6b184c1652ea23adbf2633945ffa6e59072e34fb..d714babffcfb1aa61d7c6a82508c594d58e64a14 100644 --- a/MaterialLib/PorousMedium/Storage/createStorageModel.h +++ b/MaterialLib/PorousMedium/Storage/createStorageModel.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 09222b5cd07072819a52d1d9a0092f3836b96769..e6e930c98309efef5313ac6a413b572e5cc8a0e2 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a56ad39bdaf4c5ea47a06564ba172acc81b8bc7e..b5e0aef0307949d72a1fdec7b7444e81fb30d3e7 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4792f4f7294c2de8ffda917e6c3ed02892f6e668..cfa686334b953eebd3694a415c5dfd932191600a 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9e9c72f1846c38d14fccefd0a40745d6a2b111cc..d3690b5e65206c55f416a044d0c8bc3b10fefacd 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8f0ac4a69582d48c1efbb93c0f4a2f2dcbb10400..aff6d719f30c18e93f8711b169d83f7b54f3f9d3 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a0e941d8bee92b3dc5fc19d71f261f28c990a8c0..6b4ed2a28c44443b2dfba444b603b9c31da5e7ff 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6ff4f7eb99d582579646e560ce0239f0afe6d453..16bee00e91d9c59c066f0c549e3d38b5889d906f 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fc6fa71d855e2edc57b053f813e8fdb05d91a48f..75af3f9fa3f748112637cddbd8f0c5f41ca788a5 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1ba422e8eccd300b7dcb5b865f2bc1d60686fed5..a5d49a577423957115a9611af62e0d049eef558f 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 90e97c4e3244197b8e4cf1ec97c8307aba55f45d..656ac7c2226e100e6445d955ec92850c7093ff53 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4b402c3a00b028f1861ca9edd8c005c117966711..d4408e88396b2e6c1655f0e50e437a83d1b50c0b 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9e1e91c3ec1dd0e1610b22fb96bf254b6043b0c6..f062c098dfcd4dd4f219dd983bb30bf63988e7ce 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 97a5b03ae72d463324a685a65abdbbe0535a382e..b7bcff298e666b272f919fb7064a4503df34792e 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 27aa520b4fd10cf2e4f5985a3a20244d45442d00..93afd4442e03c01c9c3208509c218f772c8668a5 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f2b5cbdca26306fb7465032a72f6e37f6dcf47d5..aa2dbcb73c06da9efbf377e027b93688285eac88 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6ca0d31bd8d59078fd30d845505fa10d45b2c594..fe2f92c17e27b62e1c7864d646c37de6b5bad3e9 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b11ced22b6e7d9af73bab27f91d9410a2e53d4cf..100110832ec32aaa6c662656cb5c51ac3cec0a6d 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a9244822e8df3a2e9af5da279701d3124476898c..16bf53e0cd80e4e8bdc17ca7a2a8346bc26cf3e9 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0c739bbd275e02332b41df6c6d3dcca330ee7ea3..5cd08d6d02d5670d57d8d3cd3a0135241e365702 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 113ca9e4928bf2015e92690bfa7455aa7d9e9fcd..3b2970f91457da2b6c0cc242fb1d55265fd2e28f 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9a8594c35676a6692363e71a98866771c6bd58a5..a086cc030a89ae5d336e1be2cb36e8a9e6a10a2b 100644 --- a/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp +++ b/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cfbd6a8a6717de8989cd8a70516232d33d247188..5b8a7aff46f3e7c292f4313e77ef569686420675 100644 --- a/MaterialLib/SolidModels/CreateConstitutiveRelation.h +++ b/MaterialLib/SolidModels/CreateConstitutiveRelation.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 516792ea13130805b801f8dfdaa1ece069fbf1f1..24b5dd1dc6090c1a61c1623335362ee0a01fd077 100644 --- a/MaterialLib/SolidModels/CreateConstitutiveRelationsGeneric.h +++ b/MaterialLib/SolidModels/CreateConstitutiveRelationsGeneric.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 86d5674df60514af754defa5ae45d94b1ef708db..ffab85de7ec9eb414e1bfd70e9d30cd06a971b6c 100644 --- a/MaterialLib/SolidModels/CreateCreepBGRa.cpp +++ b/MaterialLib/SolidModels/CreateCreepBGRa.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4a59c6968a8c702949158074ca1d994193a9137b..a9d465c9f63ea7f06e1f1832378519655babd7df 100644 --- a/MaterialLib/SolidModels/CreateCreepBGRa.h +++ b/MaterialLib/SolidModels/CreateCreepBGRa.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cae5a2d0a2f7f5411dc30fadff703d35f8941520..c0485bd410bf21b2d06f623ea1f6148ded636281 100644 --- a/MaterialLib/SolidModels/CreateEhlers.h +++ b/MaterialLib/SolidModels/CreateEhlers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c07672ecdadb47e3bdf8dd9b257385d338e501a9..466e698133da15d75239845060673188b75bb5fb 100644 --- a/MaterialLib/SolidModels/CreateLinearElasticIsotropic.h +++ b/MaterialLib/SolidModels/CreateLinearElasticIsotropic.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c8c1267baf49c8043f77cbfda1cd746efdfee95a..09cdf705be0def271092c41be47a05334df42448 100644 --- a/MaterialLib/SolidModels/CreateLinearElasticOrthotropic.cpp +++ b/MaterialLib/SolidModels/CreateLinearElasticOrthotropic.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e38650163c5d183ac991dd4bbe4a1e8648db1303..082aee10e8d69e40dd462c5cee621acbd9ce195a 100644 --- a/MaterialLib/SolidModels/CreateLinearElasticOrthotropic.h +++ b/MaterialLib/SolidModels/CreateLinearElasticOrthotropic.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f3ed814f8edcbde4eabdac9f1241cce8d47c93da..48f844b1e1fc0566e39bfdb4154dd59249c88541 100644 --- a/MaterialLib/SolidModels/CreateLubby2.h +++ b/MaterialLib/SolidModels/CreateLubby2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0e4f023f31113165fdba23fc4172069d17834d68..061b6db94c68aaa400f214c3fcaa7f22158611ca 100644 --- a/MaterialLib/SolidModels/CreepBGRa.cpp +++ b/MaterialLib/SolidModels/CreepBGRa.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 56078cabd11a240a1ba2566391db3279b4cb6024..47353905f58cc62a62f1d635b3bfe1852a91c6a8 100644 --- a/MaterialLib/SolidModels/Ehlers.cpp +++ b/MaterialLib/SolidModels/Ehlers.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e333206fa6989ab2431bbb1644c892af90c3d37a..1bd2e510814396cf3509f44c3f4a3b7a9ae409f6 100644 --- a/MaterialLib/SolidModels/Ehlers.h +++ b/MaterialLib/SolidModels/Ehlers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 af8019f5ee0d1b42ffc3f2a71987fa1a95ff3ae5..752ebfd4c7043165baa9e9749eff0277abc5e9cf 100644 --- a/MaterialLib/SolidModels/LinearElasticIsotropic.cpp +++ b/MaterialLib/SolidModels/LinearElasticIsotropic.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 acb1aaa7354a6e81c1186eeaaa10b0c98fdf5fc9..118f7373fe2a57ef8356ffc55a3b2d32eecdac7b 100644 --- a/MaterialLib/SolidModels/LinearElasticIsotropic.h +++ b/MaterialLib/SolidModels/LinearElasticIsotropic.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1c573f6140c05e70752994ad4b8bf303a2420cde..963ad03a05516a1a77cf1ca1b9111a9de1c8aeec 100644 --- a/MaterialLib/SolidModels/LinearElasticIsotropicPhaseField.h +++ b/MaterialLib/SolidModels/LinearElasticIsotropicPhaseField.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 500e59d7564c36acec08f5efd9b75119754bce56..e86d14afd278c13ff21a2886a976b334b2d65ce7 100644 --- a/MaterialLib/SolidModels/LinearElasticOrthotropic.cpp +++ b/MaterialLib/SolidModels/LinearElasticOrthotropic.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 031296ea7620b54f53249234634e77287ca299cd..c398e0dce62744e436d0c03546ed786ff6724e7a 100644 --- a/MaterialLib/SolidModels/LinearElasticOrthotropic.h +++ b/MaterialLib/SolidModels/LinearElasticOrthotropic.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e874578cb985c632f1904049038f64cd4e54f62b..3ede3874df6265929f6de240f55d4ea30d0d7af7 100644 --- a/MaterialLib/SolidModels/LinearElasticOrthotropicPhaseField.h +++ b/MaterialLib/SolidModels/LinearElasticOrthotropicPhaseField.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 971421d25fb15b720569c70020a4b588b3542530..1d5f52eeb38804c5289b8e7f58b12b53d379cfa3 100644 --- a/MaterialLib/SolidModels/Lubby2.cpp +++ b/MaterialLib/SolidModels/Lubby2.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b877bfd6c85dacc8700b30730e1d7feb23dba1a8..ceef18a6496d2f88329baeaafc33d2bfe6257d1b 100644 --- a/MaterialLib/SolidModels/Lubby2.h +++ b/MaterialLib/SolidModels/Lubby2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2fc67e26ea1fd4ca2d7a989ef976f16c4a1f40ce..b1e36c9eb6b820f8be3995c98748f2e2379a9a14 100644 --- a/MaterialLib/SolidModels/MFront/BDT.mfront +++ b/MaterialLib/SolidModels/MFront/BDT.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 23e9d2bcfc3860f47ca8b6573d084c4f27796b4e..26534cf9e9ff46fba6d0967b5a64fdb4d4a7e095 100644 --- a/MaterialLib/SolidModels/MFront/CreateMFront.cpp +++ b/MaterialLib/SolidModels/MFront/CreateMFront.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1a9a7d7c80127b3677f40b8056c9b5219b3c0cfe..6894c0b02e6419de36c6ad7806c1de849957f1c0 100644 --- a/MaterialLib/SolidModels/MFront/CreateMFront.h +++ b/MaterialLib/SolidModels/MFront/CreateMFront.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 12e4f9c15d4f51b31c051421739b84841051db59..f447d67d02c79a69f9003b00d9c14330c26b5d06 100644 --- a/MaterialLib/SolidModels/MFront/CreateMFrontGeneric.cpp +++ b/MaterialLib/SolidModels/MFront/CreateMFrontGeneric.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9bab2b8d5bf6be6c463aa1322d946feace746f79..8f0bf2fe1ff4dac66feffe81aa408a6d6ae37cbc 100644 --- a/MaterialLib/SolidModels/MFront/CreateMFrontGeneric.h +++ b/MaterialLib/SolidModels/MFront/CreateMFrontGeneric.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 dd81fd66c2766aa760dfa109e27fe50cdab10f1b..9a43073acebf95db274d1e1d3f5324bd8b86358a 100644 --- a/MaterialLib/SolidModels/MFront/DruckerPrager.mfront +++ b/MaterialLib/SolidModels/MFront/DruckerPrager.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5c24b289e7f06e4fe0fc824fc5811a9b2cf79b42..22ea3cfc59e61493b6ea10b3f8ddb4bafe584880 100644 --- a/MaterialLib/SolidModels/MFront/MFront.cpp +++ b/MaterialLib/SolidModels/MFront/MFront.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2319a0aaa5b39e94c383869e75c775c1b40bf933..40cce4a2d3f6cabb15b2953083adf513a398b347 100644 --- a/MaterialLib/SolidModels/MFront/MFront.h +++ b/MaterialLib/SolidModels/MFront/MFront.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c1d17a7f3ae129322c6278017258f861451e7d45..8d74a68162e9b3b6f99717cb376b17d6658a174b 100644 --- a/MaterialLib/SolidModels/MFront/MFrontGeneric.cpp +++ b/MaterialLib/SolidModels/MFront/MFrontGeneric.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ade3a398e12ea1a179d3856e7bc8976806a6b7e7..fc89605d4ef5b98a8cf626e386d7f99343c5b9c7 100644 --- a/MaterialLib/SolidModels/MFront/MFrontGeneric.h +++ b/MaterialLib/SolidModels/MFront/MFrontGeneric.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d99bf46b9a60b44ae259a534ed6ea13009287b0f..ec79b339d181b955386448d84dbee4d4abffeef4 100644 --- a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloan.mfront +++ b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloan.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e957dcb7e58c72170160af9c7e8af9ae215c98ab..5decbd48ff740f73b3a45f9e9a34499e96efa89f 100644 --- a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanAniso.mfront +++ b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanAniso.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f6ce73236fac2a3307b622c92ea1b3bd481fbc49..8d8b4ca829a41843a92e8192a8964c232ac8871e 100644 --- a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanOrtho.mfront +++ b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanOrtho.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d0e4531ff544e07999cad0ee863f4f8d156ce1ae..5cf759f1b4c31451c00a79b5fc902b102e1056c4 100644 --- a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanUBI.mfront +++ b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanUBI.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3ca9c2724bb8d730dd00c911761efcb21343e4ba..57c02c0a8172246473e1e07635b9a62cacf8821b 100644 --- a/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanUBIOrtho.mfront +++ b/MaterialLib/SolidModels/MFront/MohrCoulombAbboSloanUBIOrtho.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 141d7ca0ca8500caf144a9fa6e395d113e660aa3..5c2fca44f9336ad50eb542abbefb0186b33a6cc3 100644 --- a/MaterialLib/SolidModels/MFront/StandardElasticityBrickOrtho.mfront +++ b/MaterialLib/SolidModels/MFront/StandardElasticityBrickOrtho.mfront @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cb94f199dcb16f897e91f4fbf195ba29aa6a8368..f005ffeb4afcf1b1a77a58d68f5a1daac468f7e9 100644 --- a/MaterialLib/SolidModels/MFront/TangentOperatorBlocksView.h +++ b/MaterialLib/SolidModels/MFront/TangentOperatorBlocksView.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 80abf00a8ff2fe4d3e21d6626d521ef5f785209b..f441e8ead85ce5bee041654418b13815d6a49169 100644 --- a/MaterialLib/SolidModels/MFront/ThermodynamicForcesView.h +++ b/MaterialLib/SolidModels/MFront/ThermodynamicForcesView.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f532bee3cce5775baccd1ff4135e189a1835601f..c36ebb4cd27c15f08d584a6494bde924a5edaa63 100644 --- a/MaterialLib/SolidModels/MFront/Variable.h +++ b/MaterialLib/SolidModels/MFront/Variable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7ef28be1b07f6964af1d553b2a8bb7a09c606872..f8f33ac2e154909e39b4274cada80f282fd8df9d 100644 --- a/MaterialLib/SolidModels/MechanicsBase.h +++ b/MaterialLib/SolidModels/MechanicsBase.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e100309d503b6f4e1ebbfbc97dba437b28003450..923cd4d78050665174fd81e24a7f1a18230b6ec5 100644 --- a/MaterialLib/SolidModels/SelectSolidConstitutiveRelation.h +++ b/MaterialLib/SolidModels/SelectSolidConstitutiveRelation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e3278642b538dfd4204e4ecb7661a3f1b5167abe..44e1e30e883add8804d42872f34501e6d4709af9 100644 --- a/MathLib/Curve/CreatePiecewiseLinearCurve.cpp +++ b/MathLib/Curve/CreatePiecewiseLinearCurve.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6d1018712ea28a1fe560d85349f3c31115d7f799..625952e1a9d81e226d79af3b4a5fe1225e518ae7 100644 --- a/MathLib/Curve/CreatePiecewiseLinearCurve.h +++ b/MathLib/Curve/CreatePiecewiseLinearCurve.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2583d087a6ab0f5ecb8d07fb2ef810bb5af314bc..b20775d14837b93ae7df67ec5c2c8e5c4193f98c 100644 --- a/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp +++ b/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 56bbc5b90426e31533d65cc202b7a763212969b6..2f60df767ecfa01581c7f34d755bef69b3abe7ba 100644 --- a/MathLib/Curve/PiecewiseLinearMonotonicCurve.h +++ b/MathLib/Curve/PiecewiseLinearMonotonicCurve.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9e54b70390728c56cf6e92239b4f4c568b20a724..2800fad4326225b8c480b733779f5ad4cd040b18 100644 --- a/MathLib/GeometricBasics.cpp +++ b/MathLib/GeometricBasics.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f77ea72cb565f9cecf317f0dec0df08652ae8316..8ab15c4cd6e159221ddc52406a5a3107dc1e1ed7 100644 --- a/MathLib/GeometricBasics.h +++ b/MathLib/GeometricBasics.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c3bd6a231d5893cd86e2e8f05b91f93c26df2fec..cf7ddc7f8ec059ee594b39063768a04935bd1269 100644 --- a/MathLib/Integration/GaussLegendre.cpp +++ b/MathLib/Integration/GaussLegendre.cpp @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8f0a3e48cabef8d920a5992a4c242d3b7f32bccd..767d0aa0cae553d8853e3ca4f70a8b372b2b68c7 100644 --- a/MathLib/Integration/GaussLegendre.h +++ b/MathLib/Integration/GaussLegendre.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 cc739e77e7e8682e4958e6133ea307fe9d5cfb72..ff1f4718c5f7dec9c09e65e01f56672925c23806 100644 --- a/MathLib/Integration/GaussLegendrePyramid.cpp +++ b/MathLib/Integration/GaussLegendrePyramid.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c08e4ac2c92924255a34df6bd775fb0403dc60d7..bbc4ef7b0bb9173024e0e6c937b01d3a2700ab6a 100644 --- a/MathLib/Integration/GaussLegendrePyramid.h +++ b/MathLib/Integration/GaussLegendrePyramid.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 768986af0bf4e033decae22c5b34cb738d9d484b..e1f1d5f2658c5fe43ab1286298084cfba10747b0 100644 --- a/MathLib/Integration/GaussLegendreTet.cpp +++ b/MathLib/Integration/GaussLegendreTet.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7286c0471508ed851465b640afeed9a0da12779e..48beb25540ee08ca04c0992841e6e49787c21ea3 100644 --- a/MathLib/Integration/GaussLegendreTet.h +++ b/MathLib/Integration/GaussLegendreTet.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a0f8b4fe9ca1831c734901e8b18f55ac623a768c..b4d170b1fb607739a63421d8f9cfcd3d7e3798d9 100644 --- a/MathLib/Integration/GaussLegendreTri.cpp +++ b/MathLib/Integration/GaussLegendreTri.cpp @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f857cf80d01d22e80cf635b9bcf8ecd06330b180..5bc4ca837f21023798c379ad3f06f702ada3d4c3 100644 --- a/MathLib/Integration/GaussLegendreTri.h +++ b/MathLib/Integration/GaussLegendreTri.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 221f1793b808ea7c5c9d2275439e8e517e264401..ee5bb55b64da321ad10d5f27ae0755827383db9c 100644 --- a/MathLib/Integration/WeightedSum.h +++ b/MathLib/Integration/WeightedSum.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f1b969f0464140f55ef2af0f4a4cdb9294a39c8f..e678337195dca73d40b515726b7d18ad8110f05a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f4cde61e59d444cb873988a751406e1e548abea1..439b606e3a86ed8bd126d194c334e9ebb212f949 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 54e91d04cf6eba43ccb5781690d215584551d0c8..b8e267054403bede6fb568f5db1a2b43dee6699e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 050ff2982ee35b08de21230c375c1eea862adeb6..df0df2674bdad6c8b19fe3f04bbeaa1abc3b95af 100644 --- a/MathLib/KelvinVector-impl.h +++ b/MathLib/KelvinVector-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 14cf6cd9ab050f3342e28f299e1e0b8749339907..4e2440255184a4a07e58b961b272fa2cf3bf5e9d 100644 --- a/MathLib/KelvinVector.cpp +++ b/MathLib/KelvinVector.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5925bcbc5b23fa23219f71df0a076b5283791bfe..d1d70886d5919c42074cf8a34da89329b7abb04f 100644 --- a/MathLib/KelvinVector.h +++ b/MathLib/KelvinVector.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 01cfe8f56f80dda1e04a364cfb00a8028faf3d43..15f337835090484463552b1f9d9d31e957f52fb2 100644 --- a/MathLib/LinAlg/ApplyKnownSolution.h +++ b/MathLib/LinAlg/ApplyKnownSolution.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6945e43e43d703e82a1f692a7e1811701c5411cd..a56da08e4159144d234e21daf04a71ef5867db43 100644 --- a/MathLib/LinAlg/Eigen/EigenLinearSolver.cpp +++ b/MathLib/LinAlg/Eigen/EigenLinearSolver.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 772818d9216615f98b2319fa7bd74f78efff7b3a..029356e229c0be98b81d3d71c81809caf0ef5adb 100644 --- a/MathLib/LinAlg/Eigen/EigenLinearSolver.h +++ b/MathLib/LinAlg/Eigen/EigenLinearSolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4633457aacdf0c105f72527a07872beefaf43292..b5dcefb4c52a3717f1a88ea01e717be29e87d271 100644 --- a/MathLib/LinAlg/Eigen/EigenMapTools.h +++ b/MathLib/LinAlg/Eigen/EigenMapTools.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 be1aa4c9f66e957c21b4152657115bb0d90e0fed..ae6c3813b9e6fbecee571d8c674b8a8f08fe7176 100644 --- a/MathLib/LinAlg/Eigen/EigenMatrix.cpp +++ b/MathLib/LinAlg/Eigen/EigenMatrix.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b551cbc658404fbacb72a5e865cfcef8d3373cdb..6e07751172672065628676177163641c0a0d9947 100644 --- a/MathLib/LinAlg/Eigen/EigenMatrix.h +++ b/MathLib/LinAlg/Eigen/EigenMatrix.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 15f89cd55bce281def4e597a82b9f521ce65a479..9c400ba799bfa9f0524ed673318f22a85484c112 100644 --- a/MathLib/LinAlg/Eigen/EigenOption.cpp +++ b/MathLib/LinAlg/Eigen/EigenOption.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 61a88797cf9bc452e00233bb85da1a3ab40ef8f5..03414580f4adb2535d927d245b1cbfb2d2958529 100644 --- a/MathLib/LinAlg/Eigen/EigenOption.h +++ b/MathLib/LinAlg/Eigen/EigenOption.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 94873cac6eefe150a67a8181cc1a6097f3fdb792..f81546c2a5b94851c0980b9472c4126291dcd10e 100644 --- a/MathLib/LinAlg/Eigen/EigenTools.cpp +++ b/MathLib/LinAlg/Eigen/EigenTools.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 482421c49132da80010f0e588dabafc29fa99124..917d4c63e2b75f10d0d381a105dc9c7322d9eb20 100644 --- a/MathLib/LinAlg/Eigen/EigenTools.h +++ b/MathLib/LinAlg/Eigen/EigenTools.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 07a3b22abc7c2520b33ce0c101b6f7149d2ba465..599096b5887e77c7d5195645d10e583c33a26f66 100644 --- a/MathLib/LinAlg/Eigen/EigenVector.cpp +++ b/MathLib/LinAlg/Eigen/EigenVector.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 50828cf5309dacb4bc7905248abd8a8f9514a826..e0b3ef97f10ee2139ec456601ff2671dfe677b12 100644 --- a/MathLib/LinAlg/Eigen/EigenVector.h +++ b/MathLib/LinAlg/Eigen/EigenVector.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 56d37a10e69a5fe7fcf26960b340c1d6b9d704ca..cf7888f2ebf640a3c24aaa7222f34c87e88fcac3 100644 --- a/MathLib/LinAlg/Eigen/LinearSolverOptionsParser.cpp +++ b/MathLib/LinAlg/Eigen/LinearSolverOptionsParser.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ef24f33e967afbda3e23f1ed32b28b6a6fe4046a..2b7841bf353c5036ab32cbd854c43f10d85664c0 100644 --- a/MathLib/LinAlg/Eigen/LinearSolverOptionsParser.h +++ b/MathLib/LinAlg/Eigen/LinearSolverOptionsParser.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1fe04dd0b11cd7ae3a569a99fe0ce2d0f0790b97..1b5319819d5c5a2336b539544bb8c2d37692a8ce 100644 --- a/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.cpp +++ b/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 41cc141fc8958587c462bca59ad747e8b20430d1..6cb8dde5e2b9eb5caafccad6de103e62ff700206 100644 --- a/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.h +++ b/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4066ef5c957d8c15c46a8ba8f928c2f9957a656a..d883780a922267f519985854c2c62245858cabb6 100644 --- a/MathLib/LinAlg/EigenLis/LinearSolverOptionsParser.cpp +++ b/MathLib/LinAlg/EigenLis/LinearSolverOptionsParser.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c5b49a4b7e59ad82b975de94280f57c8a0ef13ec..5856ae09bcd96c325bca8c379c690d8a4e17cc21 100644 --- a/MathLib/LinAlg/EigenLis/LinearSolverOptionsParser.h +++ b/MathLib/LinAlg/EigenLis/LinearSolverOptionsParser.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b0817d48f28e436d9805bc0353587105788030b6..b998846c64a264c9753c3e0115c1d29aa123309f 100644 --- a/MathLib/LinAlg/FinalizeMatrixAssembly.h +++ b/MathLib/LinAlg/FinalizeMatrixAssembly.h @@ -4,7 +4,7 @@ * \date Jun 11, 2013 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 79325c22b46cf81c41f3cfce9105934a8a78b1c0..eb1026d10189820fe419c764b592ab43ea42d1a9 100644 --- a/MathLib/LinAlg/FinalizeVectorAssembly.h +++ b/MathLib/LinAlg/FinalizeVectorAssembly.h @@ -4,7 +4,7 @@ * \date Oct, 2013 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 70f62b27825d5b35152552d04f7226c05f714857..e0fd3f1f1b636d34570ce8e8d565f26a7126023d 100644 --- a/MathLib/LinAlg/GlobalMatrixVectorTypes.h +++ b/MathLib/LinAlg/GlobalMatrixVectorTypes.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d530d87892c7554e3abac216dc806de48a38e2ec..b84c1e8a65554a7ca43e8f0dc83eb6e22e06ccfd 100644 --- a/MathLib/LinAlg/LinAlg.cpp +++ b/MathLib/LinAlg/LinAlg.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 36aed4e790c7080fdfbf4cfc6e0dee75fd39f43e..b96ddf4f9415252d659b50170f8e141c9cee48aa 100644 --- a/MathLib/LinAlg/LinAlg.h +++ b/MathLib/LinAlg/LinAlg.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ffb2eb5a811a0cf54e7a9d3dcff84087e3bed678..cb398b94f588998b2ca4cf3444c0fd4698469fb2 100644 --- a/MathLib/LinAlg/LinAlgEnums.cpp +++ b/MathLib/LinAlg/LinAlgEnums.cpp @@ -3,7 +3,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 61667fb44ce4d8ae52e66a2dc7897c62a6e5dfa0..32f7efddf7d3e619ea8e97e9299705ba4b6d8205 100644 --- a/MathLib/LinAlg/LinAlgEnums.h +++ b/MathLib/LinAlg/LinAlgEnums.h @@ -3,7 +3,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d57727f1b157529c8ed9718f0658cc745e7c29ee..9fa67b59ea25bf7e2f1abff18ae2b75b57abe95c 100644 --- a/MathLib/LinAlg/LinearSolverOptions.h +++ b/MathLib/LinAlg/LinearSolverOptions.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 042a7d90bd53ad4c3baedce0131edc7074241368..428912128b563f583ab2a09ff3e29d07c402ea1d 100644 --- a/MathLib/LinAlg/LinearSolverOptionsParser.h +++ b/MathLib/LinAlg/LinearSolverOptionsParser.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b767451d329bcaa288feb0e963021d63fe703591..595ea52b5314197808968f616d0c7d85843ed101 100644 --- a/MathLib/LinAlg/Lis/LisCheck.h +++ b/MathLib/LinAlg/Lis/LisCheck.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1ef4e56f4d15f2151796a3dd172fcdfbbb236fe7..4bb4db20fe93cbec5bd8f5e83795ced6371ab282 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 05d520ce2b773fb5dd0f973f4fc3626af897d5a6..688d8afd25dbe1342e4da9d10233e83a76f10c83 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 56b634d0e77cc2639d7cfb1bfea84cc30bd9ff1f..10cd8665de464c9b85bcedb4b631043628d5e349 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 32057dd37729c29758cc3bc4491da58c47c027b4..fac9729401b523885f568226f5d75360810582b8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4ae36ac7aade01e43adb21c04e3e20fd3846ee0d..3e4c77948f5f12315f54de64989021c667860b74 100644 --- a/MathLib/LinAlg/MatrixSpecifications.h +++ b/MathLib/LinAlg/MatrixSpecifications.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2cf45d73cf090f5337e0d1efe21cfd5e36758054..42f05b62e75e477ba11889de48f20e6b9019af8f 100644 --- a/MathLib/LinAlg/MatrixVectorTraits.cpp +++ b/MathLib/LinAlg/MatrixVectorTraits.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 840f8a3399a111695585ce92fb53d5794415311b..93946b7f309763686bd35c3c058fe15aacd867d8 100644 --- a/MathLib/LinAlg/MatrixVectorTraits.h +++ b/MathLib/LinAlg/MatrixVectorTraits.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ad9dd51a463e9240425657630f1590bad9841f1a..6d1e803d7912c53802b0514f2e8910e577bd9997 100644 --- a/MathLib/LinAlg/PETSc/LinearSolverOptionsParser.cpp +++ b/MathLib/LinAlg/PETSc/LinearSolverOptionsParser.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f0e09013180d603d551c3937e1db8043bb83571b..058cce62b756009e9ad189c5006a5d5358637e98 100644 --- a/MathLib/LinAlg/PETSc/LinearSolverOptionsParser.h +++ b/MathLib/LinAlg/PETSc/LinearSolverOptionsParser.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c605de0dbfe40f652ce25f5d6d7c6359f77e211f..cbddc69083a3b72eadffef1e666eda6b7e7625a7 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://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 21d3653eefc2243f7391c22df7cfc0361e782275..559024eba10b9df11f18abf482408edf6778415e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://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 66cb4dc1c4175eb612cb3e188d13eca1b575fc71..19104565e581d8e10bd2284e9d88b607bd2f804f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f72ea253fcb2026dc6529c84f77508d4ffc89d8d..665555c44113ef2b9789517ae472da94c1bde143 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4a7c87c376486b51c5c07aed6add86b9e113c7a8..b3a670eb292feab8636c46fd3b0c0c3ff0edf21c 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrixOption.h +++ b/MathLib/LinAlg/PETSc/PETScMatrixOption.h @@ -6,7 +6,7 @@ \date 02-2014 \copyright - Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6988492e9ca888547305b819386e21ab5dd3c30b..1a88cd977b11be895fa0d1075697db546b9110e3 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a12fc71bcd6f2c461b74bc6aa244d121a4d0ba91..fcc507a60ed82fce1ab915dd72abdcc9b767f7d2 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://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 06cb2c01cc3c6bc81dbc50a59a3dd1f4e51c84b0..85ba8a9a7bbcc41f0af5988df18e51ab1cdde5ca 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f31f1e35ede25609c8c23f58dade939a7e89f2a8..31c90cc9f40ee4133e17811882bbf8294ee5ec58 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 968277b88ff5dfef8c33cab55b670841f2a47fb6..f89aeef74eadad853d3712353d3479bc3adf8cc5 100644 --- a/MathLib/LinAlg/RowColumnIndices.h +++ b/MathLib/LinAlg/RowColumnIndices.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 787e2ecad827cccfd2020a4cfaba8bcaf07f0ce8..96f4bced0465120a6cc1b4e30ed57af1e1697a0a 100644 --- a/MathLib/LinAlg/SetMatrixSparsity.h +++ b/MathLib/LinAlg/SetMatrixSparsity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f0a9011323d14dcfc96e2af5534134cfad2d6f4b..266472ad38e84b4bb329b18fb54e38a55b0a2ee2 100644 --- a/MathLib/LinAlg/SparsityPattern.h +++ b/MathLib/LinAlg/SparsityPattern.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 72acd7306e5338bc26dc7d861dc04d19463a2477..d0182b913345c1c646307d6fc16d89e282199b91 100644 --- a/MathLib/LinAlg/UnifiedMatrixSetters.cpp +++ b/MathLib/LinAlg/UnifiedMatrixSetters.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f075b15d766c1e21b88e287804f2a00d81e38ddb..40cf75c57f0d7fffc93503789a2f0ba65dec69de 100644 --- a/MathLib/LinAlg/UnifiedMatrixSetters.h +++ b/MathLib/LinAlg/UnifiedMatrixSetters.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b3bfd7f9a1ccf3dc4b5c0b001cdf1b5afb4b0e68..bfb3fc086c752d870269260cd048d5e5bec8e373 100644 --- a/MathLib/MathTools.cpp +++ b/MathLib/MathTools.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ad0d1d3d445a0473d7bbde3208c34aed0b393953..2906713cc724b71288953ee0042e1c90e13b4d26 100644 --- a/MathLib/MathTools.h +++ b/MathLib/MathTools.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 62bf1693bb2fed90e1866db0bf6541c768393240..d49757a7f390c511736bc838ae867664a611f895 100644 --- a/MathLib/Nonlinear/Root1D.h +++ b/MathLib/Nonlinear/Root1D.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 16df089b28f99f9267a072c4b08f110e22344302..64da58c0bc8cf155c2b81210fd8548028c1355ee 100644 --- a/MathLib/ODE/CVodeSolver.cpp +++ b/MathLib/ODE/CVodeSolver.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f7b75c46f06cf21a27e84f1ad53bc060d3291b15..c948a63e2a71e5e7c84004a72020163c127ff31c 100644 --- a/MathLib/ODE/CVodeSolver.h +++ b/MathLib/ODE/CVodeSolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 59d64fb184522489ed14fe174d1abe76c15c5ebc..0a19e804e96506147e50a1721843784bbd74ae8b 100644 --- a/MathLib/ODE/ConcreteODESolver.h +++ b/MathLib/ODE/ConcreteODESolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0d2eb51dad12c09067a27de6e35f4cf011fcbe78..ffdc295c90434ae56c749d8e5d7902470f11afd2 100644 --- a/MathLib/ODE/FunctionHandles.h +++ b/MathLib/ODE/FunctionHandles.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d71d7406246caa71fcd7ff42d538c80793f6f4d8..bbd416ebbd4524c7b5fe59b44ff0dea74482a499 100644 --- a/MathLib/ODE/ODESolver.h +++ b/MathLib/ODE/ODESolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 89b7b5812db67e805073e346cb8d1a7b19157407..31a1429d3cfef09d8444e7ae3cabb6458d6348e8 100644 --- a/MathLib/ODE/ODESolverBuilder.h +++ b/MathLib/ODE/ODESolverBuilder.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 64994fd6eb2c56fb77c553b1282c0a5f2a098af7..0d0494db76ad2891303471e34a492e95a68070a4 100644 --- a/MathLib/ODE/ODESolverTypes.h +++ b/MathLib/ODE/ODESolverTypes.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d2e549aea4c7d594188548979ee8ea1b016da83a..636d3c547f8404a426f36f0c1359729c8ac47a85 100644 --- a/MathLib/Point3d.cpp +++ b/MathLib/Point3d.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 616f081dac4b3b74e1db957582bc89c0d6ad34fd..ebb16bf37fd6fa590c1f1f061c42f2e0df9e94e0 100644 --- a/MathLib/Point3d.h +++ b/MathLib/Point3d.h @@ -4,7 +4,7 @@ * \brief Definition of the Point3d class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 73c1e923bc40198ddbb6212f7e15d2543a98fc04..45eb063055d6f6d909f51303212886fabb7bddae 100644 --- a/MathLib/Point3dWithID.h +++ b/MathLib/Point3dWithID.h @@ -4,7 +4,7 @@ * \brief Definition of the Point3d class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2c28d700e1053cd6a4e8d710caa56f0fc60ff12e..626f4bc966077f40f5a311fa269cb18b0a1666ff 100644 --- a/MathLib/WeightedPoint.cpp +++ b/MathLib/WeightedPoint.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ca1a9fdee466cca9a334d0f0504b479ac016baed..a63e74fc00bdc8b87c9f23ba7f4d8a6b27503d07 100644 --- a/MathLib/WeightedPoint.h +++ b/MathLib/WeightedPoint.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6c6d58d70c416a835dcf9ebaa7ac677b757aa4f5..c9823eab3d2030384beb0d6405fbe93964957f70 100644 --- a/MeshGeoToolsLib/AppendLinesAlongPolyline.cpp +++ b/MeshGeoToolsLib/AppendLinesAlongPolyline.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 dab9be9ffc802165ba0a0e620d34d5713d9c2a1c..3c1c1c693ee721b057dbea31a927217455508a01 100644 --- a/MeshGeoToolsLib/AppendLinesAlongPolyline.h +++ b/MeshGeoToolsLib/AppendLinesAlongPolyline.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 72733ad0fce3fda7af7d8e5b64f3436a7c455777..ea5e57b47194958c02bd1b6cb077355beb0a78c4 100644 --- a/MeshGeoToolsLib/BoundaryElementsAlongPolyline.cpp +++ b/MeshGeoToolsLib/BoundaryElementsAlongPolyline.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4bcf01801dd46129de26fbf68e1f61c711d105a1..44b5ad16101094b3c4e8bb3b797eda6884a0b40a 100644 --- a/MeshGeoToolsLib/BoundaryElementsAlongPolyline.h +++ b/MeshGeoToolsLib/BoundaryElementsAlongPolyline.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8d75d4d558306c1b18aa7936ac151adc061942d5..472b938cd6bf65cb7d88775eb9ecf83fb82b6188 100644 --- a/MeshGeoToolsLib/BoundaryElementsAtPoint.cpp +++ b/MeshGeoToolsLib/BoundaryElementsAtPoint.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 166f2589cb4a322ba012147bdcf2d0da277beae1..4894112cd09413e214f92941c4552d05b20d2039 100644 --- a/MeshGeoToolsLib/BoundaryElementsAtPoint.h +++ b/MeshGeoToolsLib/BoundaryElementsAtPoint.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a6a492d6d7dd905ae12db62ff1b4bcb7a2bd0714..a28c042ff16a99f836489d6c5d9b28cb37f20e3c 100644 --- a/MeshGeoToolsLib/BoundaryElementsOnSurface.cpp +++ b/MeshGeoToolsLib/BoundaryElementsOnSurface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 27b3f24170136f4c9b53bde5751438827756bc2d..bf92f5107b59b06c3ff0c5bc933b8cb702306e5f 100644 --- a/MeshGeoToolsLib/BoundaryElementsOnSurface.h +++ b/MeshGeoToolsLib/BoundaryElementsOnSurface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8637ff7f80817c290e56e8542dcb2e9a1705e675..7344a803131b938bbc7c5cf0e37cfb5fcc74ef94 100644 --- a/MeshGeoToolsLib/BoundaryElementsSearcher.cpp +++ b/MeshGeoToolsLib/BoundaryElementsSearcher.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e70051e0c087532a05931f644f80505ccc484e28..c002bc6ce0e0ee55b71d2b3f17d46a0acdb0d312 100644 --- a/MeshGeoToolsLib/BoundaryElementsSearcher.h +++ b/MeshGeoToolsLib/BoundaryElementsSearcher.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 551a1f788ec411564b9ae56b2afa9632dd5d191c..6b6ad99bd139ea4d49b546199158084fef3afd6f 100644 --- a/MeshGeoToolsLib/ConstructMeshesFromGeometries.cpp +++ b/MeshGeoToolsLib/ConstructMeshesFromGeometries.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c9d720a3bdad98d716fe7a19fc6fb20808bc855b..53d79bcefb3f6c42fac3f5645114e5f89a860421 100644 --- a/MeshGeoToolsLib/ConstructMeshesFromGeometries.h +++ b/MeshGeoToolsLib/ConstructMeshesFromGeometries.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b839b7e66fd3e2beec687ef70a3575c36ae516ad..bc0bdb83a177f0395b2f0a78d3971a652b03a7b1 100644 --- a/MeshGeoToolsLib/CreateSearchLength.cpp +++ b/MeshGeoToolsLib/CreateSearchLength.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 693c9ba8710c0ff0e6d4bf8fd57e929ecf757823..5bbdde6f00c2d7fcc6734cdb9a7e591bc3f32760 100644 --- a/MeshGeoToolsLib/CreateSearchLength.h +++ b/MeshGeoToolsLib/CreateSearchLength.h @@ -4,7 +4,7 @@ * given config. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 85f54b5935719f3a5bb7a5f6e556160b6e52d185..0084f6ee3c2f729f9e0897248ae53caba1651d90 100644 --- a/MeshGeoToolsLib/GeoMapper.cpp +++ b/MeshGeoToolsLib/GeoMapper.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GeoMapper class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 31cf35a500a8e85ac8bcb624b1624d353f084b70..980b8317ecbdd6125087ec48ad8ef8741936c674 100644 --- a/MeshGeoToolsLib/GeoMapper.h +++ b/MeshGeoToolsLib/GeoMapper.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoMapper class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 59678b56b18f74e6bd83be53a6e96d51de86e149..54e268d42b25d2c172f7f3d4bb276f867afd1574 100644 --- a/MeshGeoToolsLib/HeuristicSearchLength.cpp +++ b/MeshGeoToolsLib/HeuristicSearchLength.cpp @@ -4,7 +4,7 @@ * \brief Implementation of heuristic search length strategy. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ce95f7b9cd168049a5233d84dd1730b1d13a8bd7..d2a47f46241469d076e15b970a5e9e33db26e52e 100644 --- a/MeshGeoToolsLib/HeuristicSearchLength.h +++ b/MeshGeoToolsLib/HeuristicSearchLength.h @@ -4,7 +4,7 @@ * \brief Interface for heuristic search length strategy. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5c14ffe90615667325933ada3c8dee54983f0164..322b4ee9b3828f36d8c21ddc6f7fc56f12a98323 100644 --- a/MeshGeoToolsLib/IdentifySubdomainMesh.cpp +++ b/MeshGeoToolsLib/IdentifySubdomainMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 05930206d584761b615447aa9c9d8b7093ed1e2b..f6d7ba9f822a165f76b41a7234025aea3b9eaecb 100644 --- a/MeshGeoToolsLib/IdentifySubdomainMesh.h +++ b/MeshGeoToolsLib/IdentifySubdomainMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 79c0aecabfe4da44b38c23e1599855cf7fb3433c..03f8e3470edd5960637fdb9ac0f68047dee2eca5 100644 --- a/MeshGeoToolsLib/MeshEditing/MarkNodesOutsideOfPolygon.h +++ b/MeshGeoToolsLib/MeshEditing/MarkNodesOutsideOfPolygon.h @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b0ed81d64412389ce34ce3275fb78634286b3d2d..9a889f1673c646c69b599fef442ebc7be5065ed2 100644 --- a/MeshGeoToolsLib/MeshEditing/ResetMeshElementProperty.h +++ b/MeshGeoToolsLib/MeshEditing/ResetMeshElementProperty.h @@ -1,7 +1,7 @@ /* * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 02911711e06a0c09e40c5293b74613245cab3090..e821d292763878f0e40c86d88bf6007f04f4a635 100644 --- a/MeshGeoToolsLib/MeshNodeSearcher.cpp +++ b/MeshGeoToolsLib/MeshNodeSearcher.cpp @@ -3,7 +3,7 @@ * \date Oct 24, 2013 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 64cf3a03e4dcb4cc3905e78e29cf9cddf34ff5cb..663f8249bc211312a408281e0bdd9e96dd79367d 100644 --- a/MeshGeoToolsLib/MeshNodeSearcher.h +++ b/MeshGeoToolsLib/MeshNodeSearcher.h @@ -3,7 +3,7 @@ * \date Oct 24, 2013 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8f3c86d2128bae7937f59d478e83246ba8417813..514223380ffa28bd4be198ba5269487a4097a084 100644 --- a/MeshGeoToolsLib/MeshNodesAlongPolyline.cpp +++ b/MeshGeoToolsLib/MeshNodesAlongPolyline.cpp @@ -3,7 +3,7 @@ * \date Aug 9, 2010 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b9157dd9ea8406801f1843cfa40db031a835ff39..b59238914879a1c0451ff74275eeb26929605952 100644 --- a/MeshGeoToolsLib/MeshNodesAlongPolyline.h +++ b/MeshGeoToolsLib/MeshNodesAlongPolyline.h @@ -3,7 +3,7 @@ * \date Aug 9, 2010 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f37d783e182c8c752a7bac153bc594bcd370213b..970fbcccf07c7381b008c0d7826017f39348131e 100644 --- a/MeshGeoToolsLib/MeshNodesAlongSurface.cpp +++ b/MeshGeoToolsLib/MeshNodesAlongSurface.cpp @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 010bd464609841868e7dd547fe74b492bef40b45..22fe69c981937f5806672375d316309e86a4aa62 100644 --- a/MeshGeoToolsLib/MeshNodesAlongSurface.h +++ b/MeshGeoToolsLib/MeshNodesAlongSurface.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 fdfa0d87c6c28844beaad766f7e9147e44717055..d3e123ad181887778939a19c87ab5dc0981ab553 100644 --- a/MeshGeoToolsLib/MeshNodesOnPoint.cpp +++ b/MeshGeoToolsLib/MeshNodesOnPoint.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d6fb3060f867ab8284e8b823f39cf1149e05ae10..fda06e9330d2ba4b9cb8616d9fa237920ef2ebf7 100644 --- a/MeshGeoToolsLib/MeshNodesOnPoint.h +++ b/MeshGeoToolsLib/MeshNodesOnPoint.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f10af4e86d0389667a17c15fcd22d78ed5655652..d2e4bb120409268165b8b6c17914c15d062322d3 100644 --- a/MeshGeoToolsLib/SearchAllNodes.h +++ b/MeshGeoToolsLib/SearchAllNodes.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 19ba2342d1298d4827f8f601a89c625ba3e65ba6..d5b9bb11ec70d45cf4e0d149a5b265a55046e1f9 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 74b48bf4a31fc7702610a0df3b2affe52b56cbb1..c2c7d85a173323bb512006b40f74fe0127a41ec4 100644 --- a/MeshLib/CoordinateSystem.cpp +++ b/MeshLib/CoordinateSystem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a0a37b06b01b272bf7f9f010b39b863c2ba41910..7df8ccb9bb8d506fc887d2b56cf6bcc4c98dc917 100644 --- a/MeshLib/CoordinateSystem.h +++ b/MeshLib/CoordinateSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 bac3131e117d0ae07c59cc14ba6656271f245851..397447d63682c825f1b67d66b2c288030920d701 100644 --- a/MeshLib/ElementCoordinatesMappingLocal.cpp +++ b/MeshLib/ElementCoordinatesMappingLocal.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e1fb19918f65cff1ddb68b0407c368b7f7b67960..1c57580217b5dc28dc9f8547bf77548acbfab7c1 100644 --- a/MeshLib/ElementCoordinatesMappingLocal.h +++ b/MeshLib/ElementCoordinatesMappingLocal.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 073f038d5461bba597c8dee38a06cefe13b345c4..5f599a88a5a9c0c1b77c03607032128a39ca84d0 100644 --- a/MeshLib/ElementStatus.cpp +++ b/MeshLib/ElementStatus.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementStatus class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b4891187adcb3127fe8dc2b17fc546fea45f4872..3b63a141fe9489b63f81e52e988b530f33b9f70b 100644 --- a/MeshLib/ElementStatus.h +++ b/MeshLib/ElementStatus.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementStatus class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b5a88a9ef13b269b870e66edb690488f724b1b8c..136bebd583dbf81cbe047decf937db3d80d90dc1 100644 --- a/MeshLib/Elements/CellRule.cpp +++ b/MeshLib/Elements/CellRule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6556808fe7f2d9de565cb66703749f4ac83744f6..99c6412ddec3620d0f54f94e18452f3910f6a4e2 100644 --- a/MeshLib/Elements/CellRule.h +++ b/MeshLib/Elements/CellRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 13f67ea9ea95e74cf8dc4302e7f9d325fad555c4..90a70af35261b2370547405a11192dd6824f52b2 100644 --- a/MeshLib/Elements/EdgeReturn.cpp +++ b/MeshLib/Elements/EdgeReturn.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a2382c86c24d845b5bf3617d9d4d61c0a7dddefa..41abfe48213c6f129aa93ca423121d451131b00d 100644 --- a/MeshLib/Elements/EdgeReturn.h +++ b/MeshLib/Elements/EdgeReturn.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 cd42fd218be76629fc42eb24f26e450e2a5088cd..91c9de3f184513d76f2c4bf5de6a4ee3f50712fb 100644 --- a/MeshLib/Elements/EdgeRule.h +++ b/MeshLib/Elements/EdgeRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 653c9b7ca04172a1ffdbbbf9d60b2c97c9cb4c20..46123104cc26ca589dca46269e399accde5e1736 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 11d216fb6cb980133777803d1223035e4af04f3f..7d05ee95fabd28a75121e51b4cff4a1e93b682ea 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6fc060c32d19e0de170e871dd4f3689c61d3276a..3ae9116011fa3ff52f241b30f16ff2c7c8b28662 100644 --- a/MeshLib/Elements/ElementErrorCode.h +++ b/MeshLib/Elements/ElementErrorCode.h @@ -5,7 +5,7 @@ * \brief Definition of ElementErrorCodes. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 610387a846814bd767f5a77a9dfdb39bf7eee754..3cf6df4b39efa393f4aeca46e32bc31e70611f4d 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 cecb930e0a61b272ae835052887f0eeebd284876..220b32978b524791873bae395d7477feff9a2cde 100644 --- a/MeshLib/Elements/FaceRule.cpp +++ b/MeshLib/Elements/FaceRule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2cf822dd8b78cdb91a38bb0c58cc881150a6b68d..d8d5b01b533b805399c4d34041fc66941fc378ba 100644 --- a/MeshLib/Elements/FaceRule.h +++ b/MeshLib/Elements/FaceRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b20cdfeaa1126fddb87b949e74340fd3eef31195..2676eb1c3da70df1be6ff9650a8bc11b991c089f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a9acb9583dc9380066d6f9d852d40de9446913b6..4eb8ab2c5f900a20c230c20b4e419b00588ccc77 100644 --- a/MeshLib/Elements/HexRule20.cpp +++ b/MeshLib/Elements/HexRule20.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e3c7478cb0a7f18fa7ace7ea0b58e65cf4676e23..7b4a6cbd91eec14156090496d22a3a2eada52352 100644 --- a/MeshLib/Elements/HexRule20.h +++ b/MeshLib/Elements/HexRule20.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b79235479237bec3eec6c23f96775b7f5f5a7214..1144c14a71e04639552e5b67f5ca7e0f74aa2405 100644 --- a/MeshLib/Elements/HexRule8.cpp +++ b/MeshLib/Elements/HexRule8.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7c69d00dbce70b10243b4a22509109fa737485d7..2192763903ba1a0282da66ab512e3a2de69cf7e0 100644 --- a/MeshLib/Elements/HexRule8.h +++ b/MeshLib/Elements/HexRule8.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 82159b340f286c47eecf89cef44ce0b4ba5c3ad5..c91c215aa7623d562f1d386f8012b3b118818972 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a9e1f24b4ef9f0b9c44830ecbab1726456de2a0b..999eea33fa80fb1c7f61da8735d898625cc7164c 100644 --- a/MeshLib/Elements/LineRule2.cpp +++ b/MeshLib/Elements/LineRule2.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 06aad1128a28e4e0ad33b1bc8e599fb4db439350..bc57d0ac186af68b85fe2bbb4a56285a1e8e20d0 100644 --- a/MeshLib/Elements/LineRule2.h +++ b/MeshLib/Elements/LineRule2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ebe1a2854432227c97be3697d5ca144c477c24d1..39bcb22307ecb23cf65561c6e4a305f86cd60833 100644 --- a/MeshLib/Elements/LineRule3.cpp +++ b/MeshLib/Elements/LineRule3.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9da6f6ad51fd65396539ae74fb303842571c0ffb..bde5a38125e1ed824ad2ae66e56fd73528d196c7 100644 --- a/MeshLib/Elements/LineRule3.h +++ b/MeshLib/Elements/LineRule3.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9024e01a193addd54020ac56559e182b7c0c7a5e..d9a5de82c390638195d829ad3197804ea3ab4bef 100644 --- a/MeshLib/Elements/MapBulkElementPoint.cpp +++ b/MeshLib/Elements/MapBulkElementPoint.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 616dc938e98253585826ec87e8dac5d5cb006d5f..f458db8a0003a26357536785a4b6949703107603 100644 --- a/MeshLib/Elements/MapBulkElementPoint.h +++ b/MeshLib/Elements/MapBulkElementPoint.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0db52c00089a006ec7486fec7dd8cb1a8b3cfaaf..c875dd47c9720f97bcd6dc3c019bb07eec4e3c71 100644 --- a/MeshLib/Elements/Point.h +++ b/MeshLib/Elements/Point.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1d2968986a47c41c20f0a16229179e11689bacce..38ec9c4c20539e805df138b4548c63dc1cd3c09b 100644 --- a/MeshLib/Elements/PointRule1.cpp +++ b/MeshLib/Elements/PointRule1.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 855e7663a860e964372bf028babc22368777b0f0..2fa7e57dd342b49a8e68e014cedfd8bdcb5741aa 100644 --- a/MeshLib/Elements/PointRule1.h +++ b/MeshLib/Elements/PointRule1.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d89aa494e83a61ae2db9ef874f993093fcf63b72..fe79a88b3ab2089faadd285dfde601c62a7fcdbf 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 213141de2c1c3f9610e1dde844969ba71677d532..901423bad1f25ed22f5dfe8487ca6b191803dca5 100644 --- a/MeshLib/Elements/PrismRule15.cpp +++ b/MeshLib/Elements/PrismRule15.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 831068f2ab3a0e92ac4e62ffca5499f0fdb94705..4a9d744456da1dc7e5a86fb82be6cb71bafb336f 100644 --- a/MeshLib/Elements/PrismRule15.h +++ b/MeshLib/Elements/PrismRule15.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 54f87fddfef93e561fb537bf003c25e74171ab83..df8df0f510d69b628ea917b04dec6eb1200750d0 100644 --- a/MeshLib/Elements/PrismRule6.cpp +++ b/MeshLib/Elements/PrismRule6.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4812fcf8e6d21795d1d303494678c2d7a32dfed4..0a23f592df6e5d1a1e59b0419e53ba08f35b1c4a 100644 --- a/MeshLib/Elements/PrismRule6.h +++ b/MeshLib/Elements/PrismRule6.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7163d42a2b82477db74fa35b3a2426262da10e51..896e3d33d2fb93490b2350b160e6e17684171115 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 29f94bccb613ad3eaaec5af4a8ddca4b47b06359..ffe9989de08fb66c41ee3c159d7473a342175090 100644 --- a/MeshLib/Elements/PyramidRule13.cpp +++ b/MeshLib/Elements/PyramidRule13.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e7e1369be2a130c5da395ffcddc87bf3781e7d45..b80ad85b19f26aa4e57f4dbe1986bbfb77ea99d7 100644 --- a/MeshLib/Elements/PyramidRule13.h +++ b/MeshLib/Elements/PyramidRule13.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 08daee027e3a94b72a4cdc18d865f9491dd8a038..87da73c71a35c21244b5565e76be373daeee5ea8 100644 --- a/MeshLib/Elements/PyramidRule5.cpp +++ b/MeshLib/Elements/PyramidRule5.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3648bb4daa1dfe27110c41984d88505a7b08ab43..336444ae26bdba41952613a5a3fb381ea3b04152 100644 --- a/MeshLib/Elements/PyramidRule5.h +++ b/MeshLib/Elements/PyramidRule5.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6d0cd7f400e134ad1adb5634555bb58641064149..ba6fc1ed8539d0aed712e1f964d1c8d36bb00ad8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 410eb1a4890352b3187a6ecf6049509e1579ba94..325cadbe35177179ec5469f3f68283e7d2345659 100644 --- a/MeshLib/Elements/QuadRule4.cpp +++ b/MeshLib/Elements/QuadRule4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e9272fcbbf82d1a7c2f5f1e9f2aee1b6f33bb68b..3b10b75ba51aa9755da2f0e2c37c368dd2870455 100644 --- a/MeshLib/Elements/QuadRule4.h +++ b/MeshLib/Elements/QuadRule4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7b0ca3a952f2c3030941137f87fc44a1ab121345..4866e7da967b6cec38a16f473f9b7d23774b7c5e 100644 --- a/MeshLib/Elements/QuadRule8.cpp +++ b/MeshLib/Elements/QuadRule8.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6880603fc9edc132bd4b227364016278be930150..b4b141b84e66cb2668ebd9bebfcb7a71b1107fc6 100644 --- a/MeshLib/Elements/QuadRule8.h +++ b/MeshLib/Elements/QuadRule8.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 aa33df5978fb705fb0121690964dded10cc071d0..bfefe156d52646d78a8069b4876525d18e50e2b5 100644 --- a/MeshLib/Elements/QuadRule9.h +++ b/MeshLib/Elements/QuadRule9.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3ca16039368cc4b981ff2ab694a8045efe4bbbc7..c0aa0f8fd067e900dec8d6b46de9bc4aa8ae9c28 100644 --- a/MeshLib/Elements/TemplateElement-impl.h +++ b/MeshLib/Elements/TemplateElement-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 83d5aaa14f0e3763b54fe4d752bde6b9d74336f7..6df115dc4cc257682b127f64d46cea57b5fccdc3 100644 --- a/MeshLib/Elements/TemplateElement.cpp +++ b/MeshLib/Elements/TemplateElement.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 aee75162976c21a41ac623639666e8edf5b4bb31..79c75a9b00ecea0e694820f0bcf143ec2c7e9f58 100644 --- a/MeshLib/Elements/TemplateElement.h +++ b/MeshLib/Elements/TemplateElement.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a5d915701e98ee75203bbaf24f9c871f3c3157e1..9726d9c0453915b3b570eb5f91ff1da1364dc965 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1046022d6b5211420fa91cca7092c920ace387bb..94a63dcc5b2ce88145ce2ec6f92d2948085ca567 100644 --- a/MeshLib/Elements/TetRule10.cpp +++ b/MeshLib/Elements/TetRule10.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b1d734bf424caf7e053715b7477ea222af86bbea..6cbb41c5a7b8f03c2800d381e0202446b5648526 100644 --- a/MeshLib/Elements/TetRule10.h +++ b/MeshLib/Elements/TetRule10.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c5c4be4d24670f48d85f0e2e20b229816ef1aabf..6f9ef0aa6fa49ff0c1b48a6a4e61515f2616fe4b 100644 --- a/MeshLib/Elements/TetRule4.cpp +++ b/MeshLib/Elements/TetRule4.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d43c0c0440ee57321dbbecc02f509ba710a0ec53..02d3203012c2270d6b5e1a064116d90a1beaf241 100644 --- a/MeshLib/Elements/TetRule4.h +++ b/MeshLib/Elements/TetRule4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1af1ae07796a81f5c312ef9cdf6464fbec2e4394..ca267a94a8cfbaa0853eb5d3a0c0e217db45484e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 bfba33e0169a00474d56984f1bd7e656979363e2..9ad1870d4b221fc491611fb4712f75b648793db5 100644 --- a/MeshLib/Elements/TriRule3.cpp +++ b/MeshLib/Elements/TriRule3.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 baf0cbc5d7e79449d0eaae038675679a1cd044fc..0119b73a276ff0f7bfcb3f398d4206c38e4f015d 100644 --- a/MeshLib/Elements/TriRule3.h +++ b/MeshLib/Elements/TriRule3.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e47128e50dd92c1557920422e38eff9024ac7913..8206646c5a9d0789e150d3fa6d92c349ca1fce08 100644 --- a/MeshLib/Elements/TriRule6.cpp +++ b/MeshLib/Elements/TriRule6.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5ef5e7649f517a0b006b907b75a346bf27914a1f..8ca4361246d0725199e6cec8ad76acf3de0025f9 100644 --- a/MeshLib/Elements/TriRule6.h +++ b/MeshLib/Elements/TriRule6.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a49d1f5b6ecd7af72b6c69818a06ca7d2b89dd88..68804dd700488398ea30452252982bfe3c4cf307 100644 --- a/MeshLib/Elements/Utils.h +++ b/MeshLib/Elements/Utils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6483b00a553d9ba54e3f0abea6ea743f847739d0..ab659c040518b32b4d9f30ed5b6fcedfd4d12f5c 100644 --- a/MeshLib/Elements/VertexRule.h +++ b/MeshLib/Elements/VertexRule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6cc4a378c3ac9ce2648d5d202e650e525dee4887..753f949196f6057cade265dfe7d8d3ed5c0010fa 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 56bdc8bc61fd747bdf671482a7beefd1f434f0e3..0154defad8ed2e555f1eda64b2b19b9f138bcfc3 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4e22f605758d601186077bc75ce7136704662635..97289c4842bd4ac61e509595cec46a15bb6a5c7f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://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 11fca14fdd69d38415c06f229cba30b1c0a1fc56..e4253eeef0432e52904219adb8af6a44fbfac9f4 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://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 60d8de694f0188655fc6637d50680e821c373ce1..d050b2f51b91d8d13ac848201a7ea8d4e0ecf452 100644 --- a/MeshLib/IO/MPI_IO/PropertyVectorMetaData.h +++ b/MeshLib/IO/MPI_IO/PropertyVectorMetaData.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e8fa6b26faadbdc1659103043b40f04d97970db0..a92ad1ab6558e0fc9c182af2051e59b5a1389d73 100644 --- a/MeshLib/IO/VtkIO/PVDFile.cpp +++ b/MeshLib/IO/VtkIO/PVDFile.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 92ceecb7d2350d597dd7d839a22591a0fd0b330a..90e089b94e1106817b7fdebd4b24349ab5362d6f 100644 --- a/MeshLib/IO/VtkIO/PVDFile.h +++ b/MeshLib/IO/VtkIO/PVDFile.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7275a022a9158a74d0db845669b8886e66afeac6..8ed26ce12a43ae45761cff64302649c86bd7e817 100644 --- a/MeshLib/IO/VtkIO/VtuInterface-impl.h +++ b/MeshLib/IO/VtkIO/VtuInterface-impl.h @@ -10,7 +10,7 @@ * of the vtu picess via pvtu. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 56a3b98c8b3fe6fe64d2c1d4e7735671ea7fa596..74e18d1f4356ebd884ce1b290f0eee0c0a10639e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 85833198e0dc37f866feba0703e082d47d3447fe..25b805e8057e1b89060fb35249ca8b571749879e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 79c5c5e1cb00a971e3bee38181556a68c46bed4e..d14870f9ed7a97de22cce2ad4a2012c8f5286692 100644 --- a/MeshLib/IO/XDMF/HdfData.cpp +++ b/MeshLib/IO/XDMF/HdfData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7f6445a690b0dcfeb67f76e6f5c2810bc2070fdb..82a4a7f7adb66d2de48606e6364e951feafb1fac 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6e5c1b8cdf67edfa7955d45ae2be3f4669a7b755..2728c1d1637d825653397c019464a583045e5a8f 100644 --- a/MeshLib/IO/XDMF/HdfWriter.cpp +++ b/MeshLib/IO/XDMF/HdfWriter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f350c29c3903080c280ed1d74c2ccce00b5747c4..3e400b8e4036786c5435a07e5f48e0c339f70c18 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 92c2b0a96d9dd06351edb03e8da02383b795388e..b6700afacf8f7d637d402efe30f3c90fe3b744a2 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3093bda5af8d2dbb686f8a420a5f32e04a8f9912..69cbd0f7751eea4b4185e3f3d4867bca4e1951df 100644 --- a/MeshLib/IO/XDMF/XdmfData.cpp +++ b/MeshLib/IO/XDMF/XdmfData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 efa88f323d9d768de0ea50af03aec2f91378703a..e2c6a67787f5ecd4113be999ecdc942a9a879145 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f8d60b885865789dc62461686a8043a6dd82f3e0..edaa2cac71bd0cd4170f3d954cbadfd5a46973a0 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 59abd5dd01be6869ac1c6e8b0c60a914bac2ae3c..a28ad9b4be317ebab1b76187e9bc76958996d195 100644 --- a/MeshLib/IO/XDMF/XdmfHdfWriter.cpp +++ b/MeshLib/IO/XDMF/XdmfHdfWriter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4d17b2119279ea5fed02d2b7e870da87781b2c89..80e53e682173046589f42367910bf6601ceea126 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 971b54a7463fcdff6fff3459de721835ad4aef4a..7a0f8b1705eb7c6d5cb895d544e25ed3b62c0b18 100644 --- a/MeshLib/IO/XDMF/XdmfWriter.cpp +++ b/MeshLib/IO/XDMF/XdmfWriter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b20fdacafd2cfc22f3488bdf3b47249858874ba8..c8e332073ae5b963d3058ac92b597e4aaa7b299c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 501fc7cdf70903c8cb2fbfe6da2f7e46ffff1a56..114d4ede62a77074a505f1012ef3de381a43c233 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 af37d0508810c624553f4741d3fb129a03989b09..b42fbf50ada8a4a1900d5a0f52744f77be9288b2 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3ea88009c96172414b67c0456a139081121bffdb..bf4f0e4cbbafc4f5a4597abe7b63631703dc37d8 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8d66cfe14455227f14115712973723a3aab98b32..c501bcac7d62ca43b35cbe65a159f3f698b7f6c0 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9dc5d80eaa8407b4435090ecd7e58f973bd6095a..14cafa086e4a618e724ea3296714260e5910cc48 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 84541224be8b0142fdd3fc48b1e8dada4ff5bbc9..10a3cdba6bdeec75e6fcdc8c00bf5c50c8eef283 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 93834976a0b01aeb9a2dafebf8127abe1019e7e9..0460f1116a9fbbed8511cf86b88767662abefe0a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 55b63adf0f3d7dbdba88549dff289e5b85594197..4d42d980bc16f864aed13cf7ae807ac9f1ffc83b 100644 --- a/MeshLib/IO/XDMF/posix/partition.cpp +++ b/MeshLib/IO/XDMF/posix/partition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a17f0d2b76bd2e863bee80e6dad36d6af50ca478..77df3c0bd8917717db8062f892219ebfb89b0791 100644 --- a/MeshLib/IO/XDMF/transformData.cpp +++ b/MeshLib/IO/XDMF/transformData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d568e6b877e10a832baf9a614ec22f03add7ea48..1d13018045a4dfa3d6df48e82f7e3717712cf6fb 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 741eed581835e79faa96830d62ba8ed502e75b45..3159e5a0e00be48fc3f8a597ecbe3f57bc829e6d 100644 --- a/MeshLib/IO/XDMF/writeXdmf.cpp +++ b/MeshLib/IO/XDMF/writeXdmf.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d265b788b877cfb9535aa6c9b8aa45191025c0e9..e6a4df81e427106f83d97ce2ef23940134b26469 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c002fea7856671ee7d958613d6aac0dfc1128b99..60d00c74261c2abc7b3a2c9de40514676bddb933 100644 --- a/MeshLib/IO/readMeshFromFile.cpp +++ b/MeshLib/IO/readMeshFromFile.cpp @@ -5,7 +5,7 @@ * \brief Implementation of readMeshFromFile function. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c21ba4f19e6ce5c862aea78b1af4f884efbea514..920ac37991fd245f789260527090ce5f4c869c52 100644 --- a/MeshLib/IO/readMeshFromFile.h +++ b/MeshLib/IO/readMeshFromFile.h @@ -5,7 +5,7 @@ * \brief Definition of readMeshFromFile function. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d5e35983f04db298d97ef1e364d7fb7c1a2766b2..0fca1a97fefce31ca9ab9b635fce8986b4543903 100644 --- a/MeshLib/IO/writeMeshToFile.cpp +++ b/MeshLib/IO/writeMeshToFile.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b5ac1b336e56d45880ab78951c24a915574ed01a..d7f780ce3b2667a70cf95658c0a7a2cdc2a0992e 100644 --- a/MeshLib/IO/writeMeshToFile.h +++ b/MeshLib/IO/writeMeshToFile.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9bfad452bdd89510900e1852fcf426678a6b5eb4..b13f2f15f5792d9a9dc143920d2898c810e141be 100644 --- a/MeshLib/Location.cpp +++ b/MeshLib/Location.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 65df1c65de1d752170b1f14d62446cfdedfb9223..2254c2da582db704a7c238c3c8bfcb5dbd7ddd2e 100644 --- a/MeshLib/Location.h +++ b/MeshLib/Location.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a4c7438d03a4891a233d00097a2a63b61bcc3cc9..d9202386511f2a80ae89fd62b083319db6e3ca28 100644 --- a/MeshLib/Mesh.cpp +++ b/MeshLib/Mesh.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Mesh class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 571eaabf7d8f83a1e5b4b4602d321b208dac00f8..fc70f2d7832240371c0ff84ea5aba8d566314995 100644 --- a/MeshLib/Mesh.h +++ b/MeshLib/Mesh.h @@ -5,7 +5,7 @@ * \brief Definition of the Mesh class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/AddLayerToMesh.cpp b/MeshLib/MeshEditing/AddLayerToMesh.cpp index 79440dac5e21d5cc7c09b66bdb464720ff441daf..58dd13e342731d6d158fb88fe6d75cf510c96049 100644 --- a/MeshLib/MeshEditing/AddLayerToMesh.cpp +++ b/MeshLib/MeshEditing/AddLayerToMesh.cpp @@ -4,7 +4,7 @@ * \brief Implementation of AddLayerToMesh class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/AddLayerToMesh.h b/MeshLib/MeshEditing/AddLayerToMesh.h index b052533bed228626cc4c3e1e77ec36523ab587ec..320b16d4f4abe2efd39b4e3c12d3e84d5a52b9d5 100644 --- a/MeshLib/MeshEditing/AddLayerToMesh.h +++ b/MeshLib/MeshEditing/AddLayerToMesh.h @@ -5,7 +5,7 @@ * \brief Definition of AddLayerToMesh class * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/ConvertToLinearMesh.cpp b/MeshLib/MeshEditing/ConvertToLinearMesh.cpp index 0fc8199fe4a0b60848d324993c0bceb3f75e9787..d867c8ae12e604adfbde726930525bb0774329c5 100644 --- a/MeshLib/MeshEditing/ConvertToLinearMesh.cpp +++ b/MeshLib/MeshEditing/ConvertToLinearMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/ConvertToLinearMesh.h b/MeshLib/MeshEditing/ConvertToLinearMesh.h index 8f0c7da002182f87a5f85c76bd608ab681db07dd..cab8fa4c7e8249925bb80c65a2faa110b7ea5f09 100644 --- a/MeshLib/MeshEditing/ConvertToLinearMesh.h +++ b/MeshLib/MeshEditing/ConvertToLinearMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/DuplicateMeshComponents.cpp b/MeshLib/MeshEditing/DuplicateMeshComponents.cpp index 96c3b7488f3451f4f29ea1184afb0755a401e4e0..181d8b5b2b1d2848af8ee0d2701a95f02e019499 100644 --- a/MeshLib/MeshEditing/DuplicateMeshComponents.cpp +++ b/MeshLib/MeshEditing/DuplicateMeshComponents.cpp @@ -5,7 +5,7 @@ * \brief Implementation of Duplicate functions. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/DuplicateMeshComponents.h b/MeshLib/MeshEditing/DuplicateMeshComponents.h index 7d7036961f786d42cc88f35067c0b74d6b0e6df4..8bd57090bd9c8845a0bb448c3981d4d47db3b2a2 100644 --- a/MeshLib/MeshEditing/DuplicateMeshComponents.h +++ b/MeshLib/MeshEditing/DuplicateMeshComponents.h @@ -5,7 +5,7 @@ * \brief Definition of Duplicate functions * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/ElementValueModification.cpp b/MeshLib/MeshEditing/ElementValueModification.cpp index c873874e189926d9ab6e5b3abac90d1034de4cff..0b96adcf5e53a11f12357585740e884fdfc06d68 100644 --- a/MeshLib/MeshEditing/ElementValueModification.cpp +++ b/MeshLib/MeshEditing/ElementValueModification.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementValueModification class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/ElementValueModification.h b/MeshLib/MeshEditing/ElementValueModification.h index cf4e658c14432f49f4571eaaa67e46d0b170f976..571cf05c4ed7deea33ee8561c0fcb25fb0cd1a5f 100644 --- a/MeshLib/MeshEditing/ElementValueModification.h +++ b/MeshLib/MeshEditing/ElementValueModification.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementValueModification class * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/FlipElements.cpp b/MeshLib/MeshEditing/FlipElements.cpp index 535dc25667990307dd3706723ed6ac8c4f930324..f3a1914c6abf99504dbb5485ca1ad1776bb8175d 100644 --- a/MeshLib/MeshEditing/FlipElements.cpp +++ b/MeshLib/MeshEditing/FlipElements.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/FlipElements.h b/MeshLib/MeshEditing/FlipElements.h index 9e8d09e68230d67746c4b68295040784014aaa43..966abbb7a0fa6f82b4c385cccb4c2bfb30a07719 100644 --- a/MeshLib/MeshEditing/FlipElements.h +++ b/MeshLib/MeshEditing/FlipElements.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/Mesh2MeshPropertyInterpolation.cpp b/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.cpp index 7ed1e2a3faf24249ae2a229e0e783a7289199d22..06661b7628f050427b442353b644f5f435e6afa5 100644 --- a/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.cpp +++ b/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Mesh2MeshPropertyInterpolation class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/Mesh2MeshPropertyInterpolation.h b/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.h index f4c96419d3e378f50923197865b9ca94122f2cd2..55925564223cb07ae4f66a878635fa18c0001acd 100644 --- a/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.h +++ b/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.h @@ -5,7 +5,7 @@ * \brief Implementation of the Mesh2MeshPropertyInterpolation class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/MeshRevision.cpp b/MeshLib/MeshEditing/MeshRevision.cpp index 965c60da5ae8eab89bd330ec46057f7d86776474..8276f89cd6759e68303945fa16afe1b36e281fcb 100644 --- a/MeshLib/MeshEditing/MeshRevision.cpp +++ b/MeshLib/MeshEditing/MeshRevision.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshRevision class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/MeshRevision.h b/MeshLib/MeshEditing/MeshRevision.h index 52e1ad6f91fda7cd68e757dca2abefc38d7d1f38..bda7cf6845a65dd5f629fd66cb036c9d9178ef77 100644 --- a/MeshLib/MeshEditing/MeshRevision.h +++ b/MeshLib/MeshEditing/MeshRevision.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshRevision class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/ProjectPointOnMesh.cpp b/MeshLib/MeshEditing/ProjectPointOnMesh.cpp index 553f90bd020e2e7c21cd61bb7d54e30dc58b13c1..8ba2382ea073458786ba4faca35379b644bb67b7 100644 --- a/MeshLib/MeshEditing/ProjectPointOnMesh.cpp +++ b/MeshLib/MeshEditing/ProjectPointOnMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/ProjectPointOnMesh.h b/MeshLib/MeshEditing/ProjectPointOnMesh.h index 38bf4a6dc99f04250d06fb543c9b83659958885d..25dd706be28b8d71f0086b7b844cf87c0a3c8ef1 100644 --- a/MeshLib/MeshEditing/ProjectPointOnMesh.h +++ b/MeshLib/MeshEditing/ProjectPointOnMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/RasterDataToMesh.cpp b/MeshLib/MeshEditing/RasterDataToMesh.cpp index dfbcbec36a5f3da719e10a3c462e2901897747b6..f14ff97f1ba453ced9ffc5109d8f28d6a044acff 100644 --- a/MeshLib/MeshEditing/RasterDataToMesh.cpp +++ b/MeshLib/MeshEditing/RasterDataToMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/RasterDataToMesh.h b/MeshLib/MeshEditing/RasterDataToMesh.h index f69dd45d7e6d038eba7639b9178f313c06a39e1e..91fc6254161586df364458ac43abc6b083056112 100644 --- a/MeshLib/MeshEditing/RasterDataToMesh.h +++ b/MeshLib/MeshEditing/RasterDataToMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/RemoveMeshComponents.cpp b/MeshLib/MeshEditing/RemoveMeshComponents.cpp index fd9e564621e44000c8f72f0eb4c0ee7dd8afbaa2..d0a24871209255fd92a3ce50f822b3bdb4e09a16 100644 --- a/MeshLib/MeshEditing/RemoveMeshComponents.cpp +++ b/MeshLib/MeshEditing/RemoveMeshComponents.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/RemoveMeshComponents.h b/MeshLib/MeshEditing/RemoveMeshComponents.h index e27fd9f735546b4d9b171a2cadf2a6da793c706c..b823a313b19d3d402fc549e8a796b8dc7f49d418 100644 --- a/MeshLib/MeshEditing/RemoveMeshComponents.h +++ b/MeshLib/MeshEditing/RemoveMeshComponents.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshEditing/moveMeshNodes.h b/MeshLib/MeshEditing/moveMeshNodes.h index 66e200d4fc390790c39d7d5547e32b01216f6946..e012306ed42c486505a10f5a5967b711785805fb 100644 --- a/MeshLib/MeshEditing/moveMeshNodes.h +++ b/MeshLib/MeshEditing/moveMeshNodes.h @@ -6,7 +6,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5c5374b7153c79a868bf7c9bcba929eca5c95427..d2ed35c931cc21721507188ab2365ba61bd98924 100644 --- a/MeshLib/MeshEnums.cpp +++ b/MeshLib/MeshEnums.cpp @@ -5,7 +5,7 @@ * \brief Implementation of mesh-related enumerations. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 cfcae685e388498a3871191de084e721835896e4..dd1b8b665f4341c9a9be45c40bd3d4de0002aba1 100644 --- a/MeshLib/MeshEnums.h +++ b/MeshLib/MeshEnums.h @@ -5,7 +5,7 @@ * \brief Definition of mesh-related Enumerations. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/LayeredMeshGenerator.cpp b/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp index 2378112c554c71e9456434eff9a2cd70f8247208..7f1a9a0e35c2f7c00502801f7fc2369a815e1694 100644 --- a/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp +++ b/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SubsurfaceMapper class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/LayeredMeshGenerator.h b/MeshLib/MeshGenerators/LayeredMeshGenerator.h index 1f5a1f76719252a15b7e4cceee5525a1dbc98dd9..d6104144d1c87a1257c8427a670fcd1975649df6 100644 --- a/MeshLib/MeshGenerators/LayeredMeshGenerator.h +++ b/MeshLib/MeshGenerators/LayeredMeshGenerator.h @@ -5,7 +5,7 @@ * \brief Definition of the SubsurfaceMapper class * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/LayeredVolume.cpp b/MeshLib/MeshGenerators/LayeredVolume.cpp index 36f96911aca5c3c83d8d7e73e237295fc860aa0c..54993f80d8023a9749566945b48783aef4149fdb 100644 --- a/MeshLib/MeshGenerators/LayeredVolume.cpp +++ b/MeshLib/MeshGenerators/LayeredVolume.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LayeredVolume class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/LayeredVolume.h b/MeshLib/MeshGenerators/LayeredVolume.h index 5c91836d10bdd2c007251e636723970be14b0742..cf758a5ab345055b4441d35528442bb00101b961 100644 --- a/MeshLib/MeshGenerators/LayeredVolume.h +++ b/MeshLib/MeshGenerators/LayeredVolume.h @@ -5,7 +5,7 @@ * \brief Definition of the LayeredVolume class * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/MeshGenerator.cpp b/MeshLib/MeshGenerators/MeshGenerator.cpp index 665b0d86158e1e091f2c803a4af407c63b5ea324..598067f717fcc7a07eb86b0b3ec251f2ecec27fe 100644 --- a/MeshLib/MeshGenerators/MeshGenerator.cpp +++ b/MeshLib/MeshGenerators/MeshGenerator.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/MeshGenerator.h b/MeshLib/MeshGenerators/MeshGenerator.h index 8da85a3b8aaa0a9260a27b9dc0d7964ef938fa71..a107632e5a5844556531c217feef7c6a5415eb81 100644 --- a/MeshLib/MeshGenerators/MeshGenerator.h +++ b/MeshLib/MeshGenerators/MeshGenerator.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/MeshLayerMapper.cpp b/MeshLib/MeshGenerators/MeshLayerMapper.cpp index b52f0f864408fb5922f2c3b8e12005b0a6ae1c4a..a5f64449ce7e572b89b0fee27a7947402589c00d 100644 --- a/MeshLib/MeshGenerators/MeshLayerMapper.cpp +++ b/MeshLib/MeshGenerators/MeshLayerMapper.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshLayerMapper class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/MeshLayerMapper.h b/MeshLib/MeshGenerators/MeshLayerMapper.h index 376602c8ab3d6acc07d20d61ab0436ba5df4790d..ca74dabf42e5d7e4f956ba227a1faab84d6012a8 100644 --- a/MeshLib/MeshGenerators/MeshLayerMapper.h +++ b/MeshLib/MeshGenerators/MeshLayerMapper.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshLayerMapper class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/QuadraticMeshGenerator.cpp b/MeshLib/MeshGenerators/QuadraticMeshGenerator.cpp index 5a675fe437446486f3577bf4c37e2e864110194a..73850edd6d42ab4f692ea2ed83df6c69747dc769 100644 --- a/MeshLib/MeshGenerators/QuadraticMeshGenerator.cpp +++ b/MeshLib/MeshGenerators/QuadraticMeshGenerator.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/QuadraticMeshGenerator.h b/MeshLib/MeshGenerators/QuadraticMeshGenerator.h index bf5764f9b66b0929ff32ff74fb2dc16f65210dfc..81b05eb618436d6beb87963e852413cc9534821b 100644 --- a/MeshLib/MeshGenerators/QuadraticMeshGenerator.h +++ b/MeshLib/MeshGenerators/QuadraticMeshGenerator.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/RasterToMesh.cpp b/MeshLib/MeshGenerators/RasterToMesh.cpp index f2cbd36fc6efb77a8ec9d504a1ff134a80097de8..4c8860a68c45a739b233365150914107a6f8937e 100644 --- a/MeshLib/MeshGenerators/RasterToMesh.cpp +++ b/MeshLib/MeshGenerators/RasterToMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/RasterToMesh.h b/MeshLib/MeshGenerators/RasterToMesh.h index 656aaad94a098aa982ccff4a288772ee65b143e3..71b973f4d60b0542f7573298614989d400ff70f3 100644 --- a/MeshLib/MeshGenerators/RasterToMesh.h +++ b/MeshLib/MeshGenerators/RasterToMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/VtkMeshConverter.cpp b/MeshLib/MeshGenerators/VtkMeshConverter.cpp index eea5d05e7077f1383d5221158e8cf278587563c4..450d1e688aebd15b2c93e183e3f9ca4434186754 100644 --- a/MeshLib/MeshGenerators/VtkMeshConverter.cpp +++ b/MeshLib/MeshGenerators/VtkMeshConverter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkMeshConverter class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshGenerators/VtkMeshConverter.h b/MeshLib/MeshGenerators/VtkMeshConverter.h index 89558d1d05e59f1a5594ae0943ebb645ce86c4dc..d6d2ef5be4e7f1070749e0fd73202c9b938959c2 100644 --- a/MeshLib/MeshGenerators/VtkMeshConverter.h +++ b/MeshLib/MeshGenerators/VtkMeshConverter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkMeshConverter class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshInformation.cpp b/MeshLib/MeshInformation.cpp index 4afdc1779354f9aa93d6ec817e1fc839a2b3413a..4c244d2df50dfc6915bdf496b117a4e78512e873 100644 --- a/MeshLib/MeshInformation.cpp +++ b/MeshLib/MeshInformation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshInformation class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshInformation.h b/MeshLib/MeshInformation.h index 0e23772427dcb96eef107b9b280bc8e721999d84..d8febac72615dcf0171e7af4446bedd3b8c9b125 100644 --- a/MeshLib/MeshInformation.h +++ b/MeshLib/MeshInformation.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshInformation class * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/AngleSkewMetric.cpp b/MeshLib/MeshQuality/AngleSkewMetric.cpp index 783b83be4c0d075afd59c6fd92dae4415c593202..f00208ec5ef8a029f9fe90733a0560a2f79df931 100644 --- a/MeshLib/MeshQuality/AngleSkewMetric.cpp +++ b/MeshLib/MeshQuality/AngleSkewMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the AngleSkewMetric class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/AngleSkewMetric.h b/MeshLib/MeshQuality/AngleSkewMetric.h index 9e50fe662fa83df5206f62131b0be90ece4c0635..a7d1d3c75de0b515c25df39d96232c1118460522 100644 --- a/MeshLib/MeshQuality/AngleSkewMetric.h +++ b/MeshLib/MeshQuality/AngleSkewMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the AngleSkewMetric class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/EdgeRatioMetric.cpp b/MeshLib/MeshQuality/EdgeRatioMetric.cpp index 3c1e4bcab64f1906a18bebd1bfd545ba9ecf4075..bc359286e23563fa30f2cfd291fb496b3f69b962 100644 --- a/MeshLib/MeshQuality/EdgeRatioMetric.cpp +++ b/MeshLib/MeshQuality/EdgeRatioMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the EdgeRatioMetric class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/EdgeRatioMetric.h b/MeshLib/MeshQuality/EdgeRatioMetric.h index 89be326d3ddb2f025854fe0841f3f2a7c74fb08a..9385007fec239ff292e059a620ecef5b843414aa 100644 --- a/MeshLib/MeshQuality/EdgeRatioMetric.h +++ b/MeshLib/MeshQuality/EdgeRatioMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the EdgeRatioMetric class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/ElementQualityInterface.h b/MeshLib/MeshQuality/ElementQualityInterface.h index ef77f021458eeac5d69debaea90c2cb8b514df15..8e8cb279a71e3d32e40bcdc96ccf693e706dc1f2 100644 --- a/MeshLib/MeshQuality/ElementQualityInterface.h +++ b/MeshLib/MeshQuality/ElementQualityInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementQualityInterface class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/ElementQualityMetric.cpp b/MeshLib/MeshQuality/ElementQualityMetric.cpp index f07923ccb716267bf825da035691826a41364c5c..9041912115c41d7ab4926237c7d99fb55edb4b5e 100644 --- a/MeshLib/MeshQuality/ElementQualityMetric.cpp +++ b/MeshLib/MeshQuality/ElementQualityMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementQualityMetricBase class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/ElementQualityMetric.h b/MeshLib/MeshQuality/ElementQualityMetric.h index 7e6cea463b50a268727dfb8090054c7066159f1e..8c078251b74de20a7e81c28606a534cf060fc8b5 100644 --- a/MeshLib/MeshQuality/ElementQualityMetric.h +++ b/MeshLib/MeshQuality/ElementQualityMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementQualityMetricBase class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/ElementSizeMetric.cpp b/MeshLib/MeshQuality/ElementSizeMetric.cpp index 73355ae1f8c04abac44bfa6201c305b07fe9d7e7..a97fd6072fbab9c098cd080c4c093b55c8533708 100644 --- a/MeshLib/MeshQuality/ElementSizeMetric.cpp +++ b/MeshLib/MeshQuality/ElementSizeMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementSizeMetric class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/ElementSizeMetric.h b/MeshLib/MeshQuality/ElementSizeMetric.h index 612a9287a60a7c4e407a769bb75147fc6bed857c..dcfa4b7480e17503f38fe5bf60ef7e75ebe6bdc4 100644 --- a/MeshLib/MeshQuality/ElementSizeMetric.h +++ b/MeshLib/MeshQuality/ElementSizeMetric.h @@ -5,7 +5,7 @@ * \brief Implementation of the AreaMetric class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/MeshValidation.cpp b/MeshLib/MeshQuality/MeshValidation.cpp index d778a32e0a5d2d79a0ef813f17e479a9fa2b42cf..b07f1a5a294eed3d3c4b88d0d32cf9c3cbdde321 100644 --- a/MeshLib/MeshQuality/MeshValidation.cpp +++ b/MeshLib/MeshQuality/MeshValidation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshValidation class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/MeshValidation.h b/MeshLib/MeshQuality/MeshValidation.h index 5659caa5a6cae9399b22d84cfa2aefa65935dc07..539acb45fe73b3b53c006716c116b47934fba63c 100644 --- a/MeshLib/MeshQuality/MeshValidation.h +++ b/MeshLib/MeshQuality/MeshValidation.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshValidation class * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/RadiusEdgeRatioMetric.cpp b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp index 1fdbe5286306ed4e80c2fb84103507d924646d6f..ea2648703c00fdf804dbeb3d492a7d7c16f961b4 100644 --- a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp +++ b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the RadiusEdgeRadioMetric class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/RadiusEdgeRatioMetric.h b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h index 326d7648bbb4ec955ec1ab152a66c446c7af3b69..f0a9afbaa88111027c1d60271e80bf748beaeae8 100644 --- a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h +++ b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the RadiusEdgeRatioMetric class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/SizeDifferenceMetric.cpp b/MeshLib/MeshQuality/SizeDifferenceMetric.cpp index c36b1bd3204476edd81320a9c8b12e84c7ed315b..1cfcb01c8ebd7a885ca2b599474d5787a86bba8a 100644 --- a/MeshLib/MeshQuality/SizeDifferenceMetric.cpp +++ b/MeshLib/MeshQuality/SizeDifferenceMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SizeDifferenceMetric class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshQuality/SizeDifferenceMetric.h b/MeshLib/MeshQuality/SizeDifferenceMetric.h index 00d5e0f2d718c5fa4f80e1a538d06a23f8ffbab4..b5387153ca4ffae706c70a38be0267b41fe169ab 100644 --- a/MeshLib/MeshQuality/SizeDifferenceMetric.h +++ b/MeshLib/MeshQuality/SizeDifferenceMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the SizeDifferenceMetric class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 65899d24c256bdbba83f86bfeda09448fc07e9d4..7df4438e3c0e344c5fea44264fcb063a68a7b570 100644 --- a/MeshLib/MeshSearch/ElementSearch.cpp +++ b/MeshLib/MeshSearch/ElementSearch.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 cb84f4b43bcb935c3dde6a39336f88d668c22f45..49aa0ef3a0f76aa7cb5decb1926c2634db9fa9c9 100644 --- a/MeshLib/MeshSearch/ElementSearch.h +++ b/MeshLib/MeshSearch/ElementSearch.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7c3e4389f02be153e38b5cf9f5451326bfeb4ff3..df2f969eaae49f4cdbf05277b0e4363a52bee509 100644 --- a/MeshLib/MeshSearch/MeshElementGrid.cpp +++ b/MeshLib/MeshSearch/MeshElementGrid.cpp @@ -3,7 +3,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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 4f11188fc81f40986a7ecb30dc9ab2f0bd99e7e8..23f69f6cdb21907c9140046a9d879278a064ff57 100644 --- a/MeshLib/MeshSearch/MeshElementGrid.h +++ b/MeshLib/MeshSearch/MeshElementGrid.h @@ -3,7 +3,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 cca22ab0b451b9e856dccfa899f8f23f25bb1bb2..9411793cd7822ebb085d20bf1d2af66f86c10ed5 100644 --- a/MeshLib/MeshSearch/NodeSearch.cpp +++ b/MeshLib/MeshSearch/NodeSearch.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 db2eda4f795db45cf6deb9d845d9a092c736dc1c..56064bc1a5f401f72e059c0375a7cf08bf839061 100644 --- a/MeshLib/MeshSearch/NodeSearch.h +++ b/MeshLib/MeshSearch/NodeSearch.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c356d101cd009b44bbf3054ccafa25d0ce3d5e34..5bf01da361cf4f6fdf125c4d8db1c8ac5daa0c69 100644 --- a/MeshLib/MeshSubset.h +++ b/MeshLib/MeshSubset.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshSurfaceExtraction.cpp b/MeshLib/MeshSurfaceExtraction.cpp index af800df826fa7a6b529befbabd8050d1a9cd82e9..4760fc43817f3f916440bd79b24b3590d4eda9b5 100644 --- a/MeshLib/MeshSurfaceExtraction.cpp +++ b/MeshLib/MeshSurfaceExtraction.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshSurfaceExtraction class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/MeshSurfaceExtraction.h b/MeshLib/MeshSurfaceExtraction.h index f7cf57e200f81b31f35f1348feb6fed4038b0c4a..6c6c2975dca701c87593e8640220a4d1b8365894 100644 --- a/MeshLib/MeshSurfaceExtraction.h +++ b/MeshLib/MeshSurfaceExtraction.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshSurfaceExtraction class * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0b3d037bfe42111a4b72ae2e6020cd21a1127c79..98c784f0ea6bdb8f5c26568980d5affe06ba2729 100644 --- a/MeshLib/Node.cpp +++ b/MeshLib/Node.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Node class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3f34c388878037aadee8e340c715ede8a89ac5e6..1358bb97731dca40ed6ed7bdb2599fbc9b6677b3 100644 --- a/MeshLib/Node.h +++ b/MeshLib/Node.h @@ -5,7 +5,7 @@ * \brief Definition of the Node class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 71da21213e25a07fe3d9aefdbb1ae779a56c0b54..8a646d08d583e855d87a0ea63e14e616ad390a27 100644 --- a/MeshLib/NodeAdjacencyTable.h +++ b/MeshLib/NodeAdjacencyTable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 583dbdb39ba271a3565873c5f975a0596316a4bf..eca33be71e4844ee3ef111f76a210c5354b69934 100644 --- a/MeshLib/NodePartitionedMesh.cpp +++ b/MeshLib/NodePartitionedMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 68ec1c1e534a68a0acc4d5c05814d859cd0fedc0..d23b71c60a18bae8e160047c29877b08c8981030 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6e8e630adad871935e1eaafe246693e2e1e3412c..d85e2f18d63fc2912c28fc474a4b6fefd89ff3ae 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8f60493e93665f74424f7cbb74b65b48276f70cd..621a5627da2f577ba3817b7b1de63491231cf4b4 100644 --- a/MeshLib/Properties.cpp +++ b/MeshLib/Properties.cpp @@ -4,7 +4,7 @@ * properties. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ab09ccf3724839af528119d39d947bb255fddfe3..94043d16e1589c1cf4415ff7eb0c3148de29261d 100644 --- a/MeshLib/Properties.h +++ b/MeshLib/Properties.h @@ -4,7 +4,7 @@ * properties. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0eb345ea0dcdb490796e9f7c291fa2c3e4411699..df8d9991ce65f4589109c2baf6368756c57a1936 100644 --- a/MeshLib/PropertyVector.h +++ b/MeshLib/PropertyVector.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 53d93a7a0d4ae11258d683334ade26a84c0fad47..0c07fa3fc33c9ffa66751fa50be87ec286256f86 100644 --- a/MeshLib/Utils/GetElementRotationMatrices.cpp +++ b/MeshLib/Utils/GetElementRotationMatrices.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3d436d395468590d9bd9d39bc13ebb8df17a13b8..4a06ab888515ddd6b04f6022bb0675c4d0b9c8d0 100644 --- a/MeshLib/Utils/GetElementRotationMatrices.h +++ b/MeshLib/Utils/GetElementRotationMatrices.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a0c9f3d673365e6568afb656a922fa441c3882af..f7ce4d3a789834d473fcb4bda46cf842b1888761 100644 --- a/MeshLib/Utils/GetSpaceDimension.cpp +++ b/MeshLib/Utils/GetSpaceDimension.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 40767b36013e0f9188622e3f97c7d2a3f20bb57f..aa9fd6e1847b4233869cc14a4363ba8bc444f96e 100644 --- a/MeshLib/Utils/GetSpaceDimension.h +++ b/MeshLib/Utils/GetSpaceDimension.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3df1a38703ce46ca6faab157270b4d82b0109166..db45a4b313b3cb8672799e56c0892c43c5f45cff 100644 --- a/MeshLib/Utils/IntegrationPointWriter.cpp +++ b/MeshLib/Utils/IntegrationPointWriter.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ae3e6723fdd5eba8a55f4a6f038f3d6c679c1e73..e6c9a466d891c235e172f359db01ab1a9d473232 100644 --- a/MeshLib/Utils/IntegrationPointWriter.h +++ b/MeshLib/Utils/IntegrationPointWriter.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2180dfeaa0f7af5f96bdf3c3b95b1df08c8e5156..d3ae56f29496c71ac95d7140606cfc8254494f8a 100644 --- a/MeshLib/Utils/Is2DMeshOnRotatedVerticalPlane.cpp +++ b/MeshLib/Utils/Is2DMeshOnRotatedVerticalPlane.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7de8b9bc1eb2ed15e65ab24696547ce675eaf8fe..9ec1153c67c4d1cb1514bfcbebb007668796a82b 100644 --- a/MeshLib/Utils/Is2DMeshOnRotatedVerticalPlane.h +++ b/MeshLib/Utils/Is2DMeshOnRotatedVerticalPlane.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a1ba9428cb22768346dca6be4092060b88d6d801..b95626f2d004d75b896e98d51743c9b461e0f69f 100644 --- a/MeshLib/Utils/SetMeshSpaceDimension.cpp +++ b/MeshLib/Utils/SetMeshSpaceDimension.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a19a01cc1ee1c5db29d4ee2e8918adf57fdd90b3..6d5b1dc33e5c42b03be6e13820c19bb05596895c 100644 --- a/MeshLib/Utils/SetMeshSpaceDimension.h +++ b/MeshLib/Utils/SetMeshSpaceDimension.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7f05c526ae6cd9db9a2ffc169f5e010f8696633c..477945f1b75f6f3fd4060471413845c5cac00aa1 100644 --- a/MeshLib/Utils/getMaxiumElementEdgeLengths.cpp +++ b/MeshLib/Utils/getMaxiumElementEdgeLengths.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8aa1cd3bdaf37fb5d0b15f88fb1057f0f0055f20..373fcec612f1cbb4dbfb1ba145a59f528b29e05a 100644 --- a/MeshLib/Utils/getMaxiumElementEdgeLengths.h +++ b/MeshLib/Utils/getMaxiumElementEdgeLengths.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4b30f72d0d6626f9264a64ed13bfea59429c500f..739aee68d26aa58a577eb186ba65fbb1e4a127f3 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 861d0d4caa3a10e78bba0b328c0b8ce246044384..b840e3eb6640e8a87dc38cf7f8f1f485b827a8d5 100644 --- a/MeshLib/Vtk/VtkMappedMeshSource.h +++ b/MeshLib/Vtk/VtkMappedMeshSource.h @@ -11,7 +11,7 @@ * \endcode * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 dea6c6a3e1b4626d8b64b340f62916298aa41cfe..b045cf8c43fb16ea9fc14f1d47c662694d614780 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 40d5b0b1848beed01414c19f79b2e52a62b4f629..b7b0288a34abbf462b830995f07c666e85b107bd 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0aac059f6cb14c4526b7718ac9772bfb5a6646e0..2e9ad2ba064590261c1ad1883bf5f58f338fb5d3 100644 --- a/MeshLib/VtkOGSEnum.cpp +++ b/MeshLib/VtkOGSEnum.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 aa7adda2583fd0c7a1f0271d82eafe7eaed868af..2e94e69081fa9ebd4ee9ba0d24f11d6bd6d9ca81 100644 --- a/MeshLib/VtkOGSEnum.h +++ b/MeshLib/VtkOGSEnum.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/convertMeshToGeo.cpp b/MeshLib/convertMeshToGeo.cpp index c75b8fdfa9b728ea3965a4c274883d3ca5116bc9..8d93959e5c2d06638c6bec998bb33e5511e767dd 100644 --- a/MeshLib/convertMeshToGeo.cpp +++ b/MeshLib/convertMeshToGeo.cpp @@ -5,7 +5,7 @@ * \brief Implementation of of mesh to geometry conversion. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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/convertMeshToGeo.h b/MeshLib/convertMeshToGeo.h index b39bca105ebb3bb505e801ef53845646381b9430..38a569f6cd96dbaf1a6aabf65af19d1f804221a2 100644 --- a/MeshLib/convertMeshToGeo.h +++ b/MeshLib/convertMeshToGeo.h @@ -5,7 +5,7 @@ * \brief Definition of mesh to geometry conversion. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2c94d9ad9d73d77dc47d720161577003275b6a68..d84eb7a3722e071ff45727316f23d50ac0de12d2 100644 --- a/MeshLib/findElementsWithinRadius.cpp +++ b/MeshLib/findElementsWithinRadius.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e15376a176978d6b45cb8a5aa39c00fd4d0892dc..ad0ee97de1e0d142eb53280349c3d0af402df9e1 100644 --- a/MeshLib/findElementsWithinRadius.h +++ b/MeshLib/findElementsWithinRadius.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 667561e0fd90da76fc5f46c4925bebdff1baf2de..e7565fe8ede3ed0821b3c6624da3c4525c53b3e1 100644 --- a/NumLib/Assembler/SerialExecutor.h +++ b/NumLib/Assembler/SerialExecutor.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 768957eeacc303fe648c232b9f38c7d8b59334b0..e995b877e7e576b61aa0da44ad79995764ed956e 100644 --- a/NumLib/CreateNewtonRaphsonSolverParameters.cpp +++ b/NumLib/CreateNewtonRaphsonSolverParameters.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 767983cb86c3ccabc27c6003142c8b7be7f09bff..5fb18ba89ca6179931b0a308497592b04b0ce05f 100644 --- a/NumLib/CreateNewtonRaphsonSolverParameters.h +++ b/NumLib/CreateNewtonRaphsonSolverParameters.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e1a6dbb1fe8f4378d46bcc346489a7cfac74a8c8..4d2335a5b52aa3e91d203b60329257c34a29f707 100644 --- a/NumLib/DOF/ComponentGlobalIndexDict.h +++ b/NumLib/DOF/ComponentGlobalIndexDict.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d390659a9a2f8f3c476270ee947415e5ae230c5d..b573aaf3e76aad074e8bf4b9ed22c83f32babf01 100644 --- a/NumLib/DOF/ComputeSparsityPattern.cpp +++ b/NumLib/DOF/ComputeSparsityPattern.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 fa4f7897c5142711c2625eb63c91a24170fc0fd3..ebd5e73f30c7ac85fdba0321136a216ceca70018 100644 --- a/NumLib/DOF/ComputeSparsityPattern.h +++ b/NumLib/DOF/ComputeSparsityPattern.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 bddfdd3185a03110b42583ef085ac398485b0c0b..7d3e22bbb4735d313daf12c5464c82ebd187e742 100644 --- a/NumLib/DOF/DOFTableUtil.cpp +++ b/NumLib/DOF/DOFTableUtil.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 61fd475821cefd3b75a1f8118d71a36ba09053e6..81ae77628f12da0230deac128f70ac0996f2e1b3 100644 --- a/NumLib/DOF/DOFTableUtil.h +++ b/NumLib/DOF/DOFTableUtil.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7b01c260efacc88b946a1a70e140a8150ac52250..f5f8fd7ed65d2c3173012dc3e15f5ce1ba5f9973 100644 --- a/NumLib/DOF/GlobalMatrixProviders.cpp +++ b/NumLib/DOF/GlobalMatrixProviders.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 efdcda6ca375b1c0610307ba4c7638a7184feef7..2ad1b63cbd5f1a75c61b2d703484d2fd98281ead 100644 --- a/NumLib/DOF/GlobalMatrixProviders.h +++ b/NumLib/DOF/GlobalMatrixProviders.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e1f4bed36f06f0d23ae3854e7d179f635f6e09d9..2a457255a2ef46c7a870e0ce7df06d2c281203ac 100644 --- a/NumLib/DOF/LocalToGlobalIndexMap.cpp +++ b/NumLib/DOF/LocalToGlobalIndexMap.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a7f41ae0fc762667320cf515d50166ade3f3351a..cd481acf356176ef3c8911a755ebe86a6fc14806 100644 --- a/NumLib/DOF/LocalToGlobalIndexMap.h +++ b/NumLib/DOF/LocalToGlobalIndexMap.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9830b47378628a003ab4827d81f5097e8dcffc59..b20e1475bcf5b868ee6e6df7a0923232479d4b14 100644 --- a/NumLib/DOF/MatrixProvider.h +++ b/NumLib/DOF/MatrixProvider.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e94ff31131236723ce6ecf50a2529e9682116986..cdbcb1b58eaef16a8a360d78a3e434ed7f09e568 100644 --- a/NumLib/DOF/MeshComponentMap.cpp +++ b/NumLib/DOF/MeshComponentMap.cpp @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 33e96bb4c49028f4ea84898dd1e45e9e7575e2a8..7aab973f96b694a0b1fc9e91643879d7344aeaed 100644 --- a/NumLib/DOF/MeshComponentMap.h +++ b/NumLib/DOF/MeshComponentMap.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2c9a8e3bc93ab888b512ec9c14bef8ee342b3db7..ffa3122d6e7eeb45327e220d10e2ee9e277d400c 100644 --- a/NumLib/DOF/SimpleMatrixVectorProvider.cpp +++ b/NumLib/DOF/SimpleMatrixVectorProvider.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2480ff06d911942094957f76bd2dd5c78bf97079..bebd61cd486e68128487ab02feaff0d9c97b7d0e 100644 --- a/NumLib/DOF/SimpleMatrixVectorProvider.h +++ b/NumLib/DOF/SimpleMatrixVectorProvider.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c97e28429e6a5c354ffc87f74cca964a031cb7aa..a8248dfe06e4c980ed57687034561b29d1500ad3 100644 --- a/NumLib/DOF/VectorProvider.h +++ b/NumLib/DOF/VectorProvider.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 cb10f8ea7f20d95d2b40fb259811f17bd8d7b8e3..97ecddf8beb8d17a4aec444b9e5b6a15486bbca0 100644 --- a/NumLib/Exceptions.h +++ b/NumLib/Exceptions.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 98e481358ff9941f2d448d46f917d59e29879fda..0a04a6f9cc484e774272e91e663159e4e8cba3c3 100644 --- a/NumLib/Extrapolation/ExtrapolatableElement.h +++ b/NumLib/Extrapolation/ExtrapolatableElement.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c7ea2b1be8c3dbc42be1299d5f2dec3a018d4aec..45cbae1970249a314c3c235223a12bfa702c09f1 100644 --- a/NumLib/Extrapolation/ExtrapolatableElementCollection.h +++ b/NumLib/Extrapolation/ExtrapolatableElementCollection.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5940f4f5a81a5717882f49064ee227dc55b1a443..c857544f84079ec18932410752733d242aad559d 100644 --- a/NumLib/Extrapolation/Extrapolator.h +++ b/NumLib/Extrapolation/Extrapolator.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b3655824cd945bc5c37a3f02def6ff90b13352bc..beb1a2ee18c11816700929ae6dbeadc96c8a05f7 100644 --- a/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.cpp +++ b/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0c6ea9306bab094307b8641ad4075f3da5c256fc..45d358ca46bcc26fca5db97874e8b6918131f60c 100644 --- a/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.h +++ b/NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2bdffe8385603ce7a7a637ad4ec31432768d3f8f..c9cda9695771787979c0e12297bcb058465a6f60 100644 --- a/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.cpp +++ b/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 1180f4ce0d072a2d6060f1f23d20d816737b7021..bd5f3192ceebfda108c76e18f32d6fd3edbb72dd 100644 --- a/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h +++ b/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 390bd944ce22820ce6f2a48f5fe2a913e7bcf475..294d27c48844d2e95abd99f9e461fd8ffa05ce7f 100644 --- a/NumLib/Fem/CoordinatesMapping/NaturalNodeCoordinates.cpp +++ b/NumLib/Fem/CoordinatesMapping/NaturalNodeCoordinates.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 760f0948b1c2f70f06579a673a459134dbfe4baa..9d333d47620d30015b6d1ca9b1506bc664adefd4 100644 --- a/NumLib/Fem/CoordinatesMapping/NaturalNodeCoordinates.h +++ b/NumLib/Fem/CoordinatesMapping/NaturalNodeCoordinates.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a78c6a697562598586e63f590b53e84fa332a58b..ecea053c494f64d51e5d659da210db0b10e1723b 100644 --- a/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h +++ b/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 556eff411197a2864f81f5d1ad769281e4f236d9..5e0cbff7e4a2d122cd631929280f220025e83941 100644 --- a/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h +++ b/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 163ee098467b467702dea07f24d4488b881f22a1..99a2dd8820642ec00b8221ea96a28bc9297e58e9 100644 --- a/NumLib/Fem/FiniteElement/C0IsoparametricElements.h +++ b/NumLib/Fem/FiniteElement/C0IsoparametricElements.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 89e0dec0dc678356ffcac7aff49581bb9cf86b87..8656bab637bace6db0690a5b00e756d3f9ceed17 100644 --- a/NumLib/Fem/FiniteElement/ElementTraitsLagrange.h +++ b/NumLib/Fem/FiniteElement/ElementTraitsLagrange.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d8be77b855cef12c7f9d088ee1356e8ee9c48922..9c43c3f93931cef2817987600d0805f828403816 100644 --- a/NumLib/Fem/FiniteElement/LowerDimShapeTable.h +++ b/NumLib/Fem/FiniteElement/LowerDimShapeTable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 24ff4ae19280782bbcf4d461e9a58c1d48a02e21..7d0bb3251b9b42b4fa6eab8273cecb478eb28a27 100644 --- a/NumLib/Fem/FiniteElement/TemplateIsoparametric.h +++ b/NumLib/Fem/FiniteElement/TemplateIsoparametric.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7e076ee4e82fae8c02150bbd717a624a29e0f1c2..0769dd48ed12fe580662e7efba6205090184e444 100644 --- a/NumLib/Fem/InitShapeMatrices.h +++ b/NumLib/Fem/InitShapeMatrices.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 176cc6bf7f8c99c26d895fd4152249d9a241e480..2b7acd20b7e5a3101a3820ca6909586dc83549ac 100644 --- a/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h +++ b/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b20030db9ecab9f5c5b1edc0bbf55787af3ab88b..c0fec58fd96133e929a54ca370437dd1f36c00c3 100644 --- a/NumLib/Fem/Integration/GenericIntegrationMethod.h +++ b/NumLib/Fem/Integration/GenericIntegrationMethod.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b1ade01284ec16088292915fa9733276986209a8..9c9cdb78807b951a03ee3305e4f556731adf5515 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.cpp +++ b/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 fef20534d29ae763804e1c7943c82ceeb727b1be..fc3fca74b5b3921531dc62813d747e77069eeeb9 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendrePrism.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f967295801d127710fd27dda47450575cb75ab30..54ba28933cdd750824547af6587d8431d4e6bbaa 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendrePyramid.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendrePyramid.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7b5141840590786519435c8b9725060489c53211..c6c5cbc71b1468fca91ad64ae2230d9ed3639157 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3ff2856bf820313e01344246e128a40a554b7b4e..ced5ac81062e9d030022040a549548c811b6ce6f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 03b54e073a5419ac40e5bbf62651bf40f367042b..15f2a474521d4008215ee7c60447427307296df9 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendreTet.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendreTet.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e74fb0dd25e4377d0233e1c082106dea9630ff00..76c6604f36962db7f0e3fa14e714a5b25d729831 100644 --- a/NumLib/Fem/Integration/IntegrationGaussLegendreTri.h +++ b/NumLib/Fem/Integration/IntegrationGaussLegendreTri.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3db9c6ca5745ab4347f68e9f0bd111d307f94df2..f6427805e33278a354725d640e4773308c98e8bc 100644 --- a/NumLib/Fem/Integration/IntegrationMethodProvider.h +++ b/NumLib/Fem/Integration/IntegrationMethodProvider.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 14e0546c444308b081644d1dc49f7b2ffce4c51a..b16d98b40b9ec7365f8d797c9f77b3be25109ef0 100644 --- a/NumLib/Fem/Integration/IntegrationMethodRegistry.cpp +++ b/NumLib/Fem/Integration/IntegrationMethodRegistry.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 186af1c0a2bcb0aaf414beec4813ca1684ace7ff..d01e0297380b9e1254bc15ef240a558905be7047 100644 --- a/NumLib/Fem/Integration/IntegrationMethodRegistry.h +++ b/NumLib/Fem/Integration/IntegrationMethodRegistry.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f031d9bec3144e0b19b8116ac6adeea7f710921e..2065190d1e5fdd3340aacdee26e2d9277aef928f 100644 --- a/NumLib/Fem/Integration/IntegrationPoint.h +++ b/NumLib/Fem/Integration/IntegrationPoint.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 49b7391f752346aa145ebf4de303ad42458e60dc..457d11b4bff29f9499323acd9490626e75764a74 100644 --- a/NumLib/Fem/ReferenceElement.h +++ b/NumLib/Fem/ReferenceElement.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 4dd68c5fad5b0f7bb8132d91c130b04d4a54b006..304d12c3306b13f09ed9dc98ece63079a142e748 100644 --- a/NumLib/Fem/ShapeFunction/ShapeHex20-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeHex20-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 19f570b7a734ca42786c75f5fb3b9cc3ce6fc39c..9ccd0c335cf7421a20c238c5ea678c8e86081aae 100644 --- a/NumLib/Fem/ShapeFunction/ShapeHex20.h +++ b/NumLib/Fem/ShapeFunction/ShapeHex20.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 947fad3f239c43eb5adcb6439f9b5fabba1fe56a..9628bc20d8cca17335c5dc52ad49301dcaa2d4f6 100644 --- a/NumLib/Fem/ShapeFunction/ShapeHex8-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeHex8-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 96118e78f46d1b8feeecc4ac458d9719252014c9..1516c5de194ac7f61d159bceec34dd8585bbbf68 100644 --- a/NumLib/Fem/ShapeFunction/ShapeHex8.h +++ b/NumLib/Fem/ShapeFunction/ShapeHex8.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 bf86db34ba3e51f9c96e85c14f1d1e5186943250..3ec4929337bcc5fb8a71b370ab690277840161a4 100644 --- a/NumLib/Fem/ShapeFunction/ShapeLine2-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeLine2-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7c86f75cbe6ee442eb168dec8150c7cb9aa6582e..924568e4a85b1c2b2ee7ca3087b768f7b07cae35 100644 --- a/NumLib/Fem/ShapeFunction/ShapeLine2.h +++ b/NumLib/Fem/ShapeFunction/ShapeLine2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0c4e9f4c8111282e051f3e5d225afde8fd51013c..1bbee1abc52345a1d61e850c7c688a3bb061221d 100644 --- a/NumLib/Fem/ShapeFunction/ShapeLine3-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeLine3-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 39a14ccc5efe7ee12bedcfcc7ab8df88ac31f3a4..8271f98c8729305e5308abf0330323c0c0e4dd44 100644 --- a/NumLib/Fem/ShapeFunction/ShapeLine3.h +++ b/NumLib/Fem/ShapeFunction/ShapeLine3.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 dc5840284200be9f92981e3e07db331110442392..192efeafd0bc83a0c7927ffecbece8cfe89c4a2c 100644 --- a/NumLib/Fem/ShapeFunction/ShapePoint1-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePoint1-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a8870c88b281f840d05a8be80c1bf50f2dd7fb68..e7e2c6ef4689d52417f86f992a8469cc645bb53b 100644 --- a/NumLib/Fem/ShapeFunction/ShapePoint1.h +++ b/NumLib/Fem/ShapeFunction/ShapePoint1.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 272eb34eab61e835b8d9a6470aad3355f044c250..93ba99a2c71c33b5125012cb9db76a0d04a563e0 100644 --- a/NumLib/Fem/ShapeFunction/ShapePrism15-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePrism15-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3973946c9720b0695a8cfdf34f034624106e7e65..db911ff555f2ac008e2fbc053d6bdf24bb1a900b 100644 --- a/NumLib/Fem/ShapeFunction/ShapePrism15.h +++ b/NumLib/Fem/ShapeFunction/ShapePrism15.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 dc69f0f7ca8094c571ee339bd98e1270feb5a4fc..06eb2b7c79579d6dd3f0889b5a6ce9572234fa21 100644 --- a/NumLib/Fem/ShapeFunction/ShapePrism6-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePrism6-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 04b1647f4b8ad3e6c902604502da36c445e9e363..5c562e72c7c4a6efc8fea9e44387f42139e60030 100644 --- a/NumLib/Fem/ShapeFunction/ShapePrism6.h +++ b/NumLib/Fem/ShapeFunction/ShapePrism6.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7aaf9d22a9f39e2c90665c7a500c0c38d33e7184..b89d4d498728830c033c4a0d4913634dce483c0e 100644 --- a/NumLib/Fem/ShapeFunction/ShapePyra13-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePyra13-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 80cbdbe446ce6b2d2ac829392e8b05f09b28cceb..3686f221f2c159f2048ed7548bec9e496da6987b 100644 --- a/NumLib/Fem/ShapeFunction/ShapePyra13.h +++ b/NumLib/Fem/ShapeFunction/ShapePyra13.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8e274e43e33913e744690a608453edd363d516c1..b979de1f0bab814368cadff993313b0d7d784a8c 100644 --- a/NumLib/Fem/ShapeFunction/ShapePyra5-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePyra5-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ff89f6c6895d52ac13eefc1bd9d64cc8608fc411..09a7de90ea4666dafa179bfadf6d990af32f36ef 100644 --- a/NumLib/Fem/ShapeFunction/ShapePyra5.h +++ b/NumLib/Fem/ShapeFunction/ShapePyra5.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 dea0c0e1deae76b8ea0eab0e5a01f8234104146e..a7264b12e4c4780d5766c785a744f9e02bf77233 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0341aed2830c3e440d9e9691967d713adf5f86e5..12967b33a04b23870296ff272e9828bccc3df44d 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad4.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad4.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 37299f921460d592f25cdca13b4abb77e0660d5b..d20a875eac2040a167b4358ae147606b0e5ced97 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad8-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad8-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a576029430b52a5d65c23057d561c0ec6e74942f..ad74f0a53a752ee20e36e33554d103952783e431 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad8.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad8.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 dd08b0ff49bcb6ce2a971363d0921ec0f5f58fc6..025354f54cffb61a9d6ce266913fec4bc3480885 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad9-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad9-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c5fb5a95b4aa3a2477ead02920fb3178bcadb2fe..647aebecae07b11c7585e8df746b89a45510952c 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad9.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad9.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 03108a2ac25a711f2d5c1aef58bfd6f090fc5455..9b20e9d5e58717cf9a7e8dcf51ba2696a76e4a37 100644 --- a/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp +++ b/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 851129b4ca3196de3f3c2a3957406c0febe6835d..4cfe2a44a2444d62e3fd59473be505c75d4fa9e3 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTet10-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeTet10-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2f368b798543ecf9f61d4aab33180c59b00d33c2..96d4cc88b48bd411715a7a8224b96ff848f9afd3 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTet10.h +++ b/NumLib/Fem/ShapeFunction/ShapeTet10.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 bb319c28a0785eaa5c0e0f00faf3c2b7ec451abf..c7bc2945c67e6d8a54d2a97ad61db843560f096e 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTet4-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeTet4-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 12e3297699073c0003de7710dc4bd5c3d06d152f..bb430dc00a793b83e7fef698b8f997dc0743b1da 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTet4.h +++ b/NumLib/Fem/ShapeFunction/ShapeTet4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c1eb467586a2289adeda0d3de8e4c805589c1eeb..e5f26e655f4d8cf99ae072b9ed6f3ea4dbe3b55f 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2bf2fe1bdc8818fd1d386b45d8931e83d457876c..ee68863448ab18e7ab2afb86bd5583ebe4f261f6 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTri3.h +++ b/NumLib/Fem/ShapeFunction/ShapeTri3.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5b977e98eeeba61d57f12d684ac75658c27aa445..a397d7d3febe191a5a4eb8a572a3acf8a2f45aa1 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTri6-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeTri6-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0b0734c5efacf577bfdde48c96053d035032e59a..89af3d61bd3d4e1a89f3ab9f50d423bc34d5ecc8 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTri6.h +++ b/NumLib/Fem/ShapeFunction/ShapeTri6.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8047b48e229a788b77059da24e15bcfa40e2453f..8e15f48f5678bebae5686585da3122192905fed3 100644 --- a/NumLib/Fem/ShapeMatrixCache.cpp +++ b/NumLib/Fem/ShapeMatrixCache.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 8f758f638b5ab43f0e3842c7ba5c982cb209c7e7..e59d9baae5091cbe84dd2272a725bf30fab5c3c4 100644 --- a/NumLib/Fem/ShapeMatrixCache.h +++ b/NumLib/Fem/ShapeMatrixCache.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c8dcd1ce6a00dbc060ccb39a3a827b59f0c60bd3..98f9875ddd38fc022d04b39ed9266386b7d45fe4 100644 --- a/NumLib/Fem/ShapeMatrixPolicy.h +++ b/NumLib/Fem/ShapeMatrixPolicy.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 545450fb0916e9776841c57ebffda1e3c549e048..a3f6b5c693052c5b5a3acba7c495cec10f40daec 100644 --- a/NumLib/Function/ISpatialFunction.h +++ b/NumLib/Function/ISpatialFunction.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d71bfa3fb26c27e1da5ee71112d740ba379dbfd7..4164bcab0b5e78f4c91883b6bccbde126457efe8 100644 --- a/NumLib/Function/Interpolation.h +++ b/NumLib/Function/Interpolation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e8d686faec6a1dd850bb194a9ba4ef66b18aa060..c5f0f6a62af5d698f42755d9ca1476cacf204bca 100644 --- a/NumLib/IndexValueVector.h +++ b/NumLib/IndexValueVector.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b37dc2d59cd8a2eeb6654f69eb780ce5f9897d5d..d2b75a70097445bce456037b7f60b6d89e7cbf72 100644 --- a/NumLib/NewtonRaphson.h +++ b/NumLib/NewtonRaphson.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b297b02a4e7fcb3489ef0b16c498be098ed19304..9b2602e0af9cb13fc02654f02252ef43595dd4b9 100644 --- a/NumLib/NumericalStability/NumericalStabilization.cpp +++ b/NumLib/NumericalStability/NumericalStabilization.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f227028f3d48cc6cf353fb522b19b56de39559b1..b66efbfef6e9fbf550ce96fd44f1a3b2c5dd07b3 100644 --- a/NumLib/NumericalStability/NumericalStabilization.h +++ b/NumLib/NumericalStability/NumericalStabilization.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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_impl.h b/NumLib/NumericalStability/NumericalStabilization_impl.h index 2c063c9120b443ffc4fe1ac986037c1795f5280f..ac5188cba693abaef040f8be87bd094f803d0361 100644 --- a/NumLib/NumericalStability/NumericalStabilization_impl.h +++ b/NumLib/NumericalStability/NumericalStabilization_impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c2f3bb607e42b50b1fbb4ab6be0526c87b9ee62f..88dbdf4edcff8199b267ecabc21aeb66bf2c18cf 100644 --- a/NumLib/NumericsConfig.h +++ b/NumLib/NumericsConfig.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6371568018b7844def1f3543678ef1daab4d533d..6716873bd65519b778bdf5472d2ac2807c96ffd3 100644 --- a/NumLib/ODESolver/ConvergenceCriterion.cpp +++ b/NumLib/ODESolver/ConvergenceCriterion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5e86e3e07d1f711d28781dfd6f994664494209b0..ab8d46de325d4224c20d5fabffc9dbc8b38b65fd 100644 --- a/NumLib/ODESolver/ConvergenceCriterion.h +++ b/NumLib/ODESolver/ConvergenceCriterion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e7fb8241dcd5ab7ec86ffe128017bc4f36a62888..197120a1165e988aea91d082b0257f932d616c8e 100644 --- a/NumLib/ODESolver/ConvergenceCriterionDeltaX.cpp +++ b/NumLib/ODESolver/ConvergenceCriterionDeltaX.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6909269246516684c8a8e793eeae65d5c048b588..8f0b179ef93223e6809b791fbfd577ad67c89989 100644 --- a/NumLib/ODESolver/ConvergenceCriterionDeltaX.h +++ b/NumLib/ODESolver/ConvergenceCriterionDeltaX.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 cbed58afde1ac7c3a7653f2be3f82779dbf0df99..dcbfcc96935d6c34326d4f41b2ccc741b4f1960f 100644 --- a/NumLib/ODESolver/ConvergenceCriterionPerComponent.h +++ b/NumLib/ODESolver/ConvergenceCriterionPerComponent.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 85e36ead812bce5d8f3781f7716b59b75847c95f..d1d36e70105222e6650ac82a1086199d2e10ad57 100644 --- a/NumLib/ODESolver/ConvergenceCriterionPerComponentDeltaX.cpp +++ b/NumLib/ODESolver/ConvergenceCriterionPerComponentDeltaX.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 fa21303b596595f706defd214d1a42392175de9b..c32106a0074a321964b611a1c21d5b480ef24f7b 100644 --- a/NumLib/ODESolver/ConvergenceCriterionPerComponentDeltaX.h +++ b/NumLib/ODESolver/ConvergenceCriterionPerComponentDeltaX.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 54b03217fa7acfe8faeb24d3755ffc84f092e168..8e9116093311ef8918185a7803c99c5d87d3237e 100644 --- a/NumLib/ODESolver/ConvergenceCriterionPerComponentResidual.cpp +++ b/NumLib/ODESolver/ConvergenceCriterionPerComponentResidual.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e35107488fb33e3dee39c47aff0b04270ea9d6a3..bdf0dd1a59c0dfbec1925852d7768c4500b06288 100644 --- a/NumLib/ODESolver/ConvergenceCriterionPerComponentResidual.h +++ b/NumLib/ODESolver/ConvergenceCriterionPerComponentResidual.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d5693063a87b645669c68af1e4feed15011702eb..90e23668a12a1fed1dcee5017147c14c704d5c4c 100644 --- a/NumLib/ODESolver/ConvergenceCriterionResidual.cpp +++ b/NumLib/ODESolver/ConvergenceCriterionResidual.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7962f21eb3793593173e540621183d4a79d77fd6..f6dc06eb146d2ffa13c9dd2609cd072b0ecf48a5 100644 --- a/NumLib/ODESolver/ConvergenceCriterionResidual.h +++ b/NumLib/ODESolver/ConvergenceCriterionResidual.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 e78d7b36320b50de0fa2546417dbd3ea0680b247..41f93f2846724127f9362a5b6ed7bad6cde3123d 100644 --- a/NumLib/ODESolver/EquationSystem.h +++ b/NumLib/ODESolver/EquationSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f00b8ee7427f59aebdcd15530bf1397798fae632..f1e3d4a35b0548f21657ec7e69381dc9f1ca722a 100644 --- a/NumLib/ODESolver/MatrixTranslator.cpp +++ b/NumLib/ODESolver/MatrixTranslator.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5d916e47e97e5eebcf2487a6376a9f4df3e5f7ba..da5f69463b578efe7c2eafa59447cba284a1be82 100644 --- a/NumLib/ODESolver/MatrixTranslator.h +++ b/NumLib/ODESolver/MatrixTranslator.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 93ca4a375f14ad707f409f97760913d1fef07bde..29b4e69ffeb971c8ce65faa5a1d87df837474cbb 100644 --- a/NumLib/ODESolver/NonlinearSolver.cpp +++ b/NumLib/ODESolver/NonlinearSolver.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 84f8947cd1c78a8916ea6db28248c6dedc655a69..94e17e425470d0a8a5a6b4214bbf9ae2f1cfb18f 100644 --- a/NumLib/ODESolver/NonlinearSolver.h +++ b/NumLib/ODESolver/NonlinearSolver.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0eba3a7e789eebd2b0a0e7a2c86ef2f8324cf5c9..7097d9beedf7b4fbe88b7ff3361e4261b43bc5a3 100644 --- a/NumLib/ODESolver/NonlinearSolverStatus.h +++ b/NumLib/ODESolver/NonlinearSolverStatus.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b2d629b8cdcaa095edd3328846c6bd3d148e28e6..138cd7e4d9fefbf24bd48b77f91b7e90263abbba 100644 --- a/NumLib/ODESolver/NonlinearSystem.h +++ b/NumLib/ODESolver/NonlinearSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9c8f392a2628957140c186cf7507e8ee89b748ac..d5fb018996b653a53667276885041187a4955c34 100644 --- a/NumLib/ODESolver/ODESystem.h +++ b/NumLib/ODESolver/ODESystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 12f50ee7a36c4596d9ac67f99a2eee6e9bd70579..65e40ed0fb14e62d9e76e9ede6755614cf350dff 100644 --- a/NumLib/ODESolver/PETScNonlinearSolver.cpp +++ b/NumLib/ODESolver/PETScNonlinearSolver.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 214b1dda3524c980ccd179c88800313f99603f3b..b75617bbb7b7aedf6f00157e82327e4c487322a1 100644 --- a/NumLib/ODESolver/PETScNonlinearSolver.h +++ b/NumLib/ODESolver/PETScNonlinearSolver.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 99511caa4d368aacbafc4ad3c351cb78fe80d9c3..512b3a7769f6772f25632f27e4f3f22f8dcd1d96 100644 --- a/NumLib/ODESolver/TimeDiscretization.cpp +++ b/NumLib/ODESolver/TimeDiscretization.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6ad98e921ce518263cf83174710fabab6f96795b..1469c910e570ff8df07826780e3b346bc8b1c204 100644 --- a/NumLib/ODESolver/TimeDiscretization.h +++ b/NumLib/ODESolver/TimeDiscretization.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2bec95c3490acb7a0a4837c428687241f73d9efb..0138585dcb61e61f61dbd0a5c81c20c05e129cef 100644 --- a/NumLib/ODESolver/TimeDiscretizationBuilder.cpp +++ b/NumLib/ODESolver/TimeDiscretizationBuilder.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2a5d8f7b0a39b1034c12b295d988daf8465bf595..a8e20acf4d9a668997da298a032fdd2ae8f7b301 100644 --- a/NumLib/ODESolver/TimeDiscretizationBuilder.h +++ b/NumLib/ODESolver/TimeDiscretizationBuilder.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6afcaa1e27d5aaef442ff65c92d485291e44a693..f00c53ff121be2cf63c40383c2c922509e392c79 100644 --- a/NumLib/ODESolver/TimeDiscretizedODESystem.cpp +++ b/NumLib/ODESolver/TimeDiscretizedODESystem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 979494da0b3a7479a4ab7fed9136b3c8568e8fa4..ac4a97290b45b309244c83e089762ebd69f19f2c 100644 --- a/NumLib/ODESolver/TimeDiscretizedODESystem.h +++ b/NumLib/ODESolver/TimeDiscretizedODESystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ef8f77bea92881432fb259c21a4a5d49e4f16644..a1ebee35228f99b76bb5b76fbe843a2eb64273e3 100644 --- a/NumLib/ODESolver/Types.h +++ b/NumLib/ODESolver/Types.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 084d9c1639dfb08f072be906e53f6e889f5d2492..d3d487af038c9da4edc029a243fa08da07d2efae 100644 --- a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp +++ b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0290eea1ba7bd6479b72e31efba1b14e52f3f507..8b13819ed8cc70c1b7385a64a9267a959868d5f2 100644 --- a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h +++ b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 d90d4137b3d93f72f5671fedc5fe2dec02692c8a..a0947c45065c7ad941cc7b1f1d5bda4bcac85e3c 100644 --- a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp +++ b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7ae0aaad9ad60cd207c0c331133ea72640b3becc..ac125d0fba5798cb33328080bda9b0887ca4fcd0 100644 --- a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h +++ b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0c0f4552a449dbc2e64ca5f2c524426ef673c16d..8373e967fb1d992bd79efd752ada6d617af09f12 100644 --- a/NumLib/TimeStepping/Algorithms/CreateIterationNumberBasedTimeStepping.cpp +++ b/NumLib/TimeStepping/Algorithms/CreateIterationNumberBasedTimeStepping.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6b51245d986020a5c8921598a1d8c7090b982ec5..a5a224a08bc517b01a926f32f85f0a1c9f3218cf 100644 --- a/NumLib/TimeStepping/Algorithms/CreateIterationNumberBasedTimeStepping.h +++ b/NumLib/TimeStepping/Algorithms/CreateIterationNumberBasedTimeStepping.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7120a738f6043a964b6e0a688c2df67a2a7d9cb0..f0845eb8c0dfe89ea24a611fad9f21d9859c5ce2 100644 --- a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp +++ b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7d15b49f533c464cab01f23043a07b3c1510ea12..87a297cd051c4ba0eeaea921606f3c4ed91894cb 100644 --- a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h +++ b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0a8813daf1d8e29e41ccffed3a56c3e478d5490b..facd7079568ca5d7b404f27dab64e27e722242c2 100644 --- a/NumLib/TimeStepping/Algorithms/FixedTimeStepping.cpp +++ b/NumLib/TimeStepping/Algorithms/FixedTimeStepping.cpp @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3723ad3fcd98b08c3c0075594e9162305bf987da..d435e00f6eaf772670e368f5f3acc44186b5e9f2 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 cdf0e3d4586877dbbae7731464161d0dbba9ad6e..ca1115bba7b50c4fab66b3b514c61c730826756f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a5e0bb102887e5fc218d7dcb753723241cc70cf7..a6952f0cc81a668d5d4a04b8e3b5318b469b496e 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9eb57b240b27db88289a48db321a44f5cdaa89de..091be8a48c3dd0e2a9bf730e15fa2435305731bd 100644 --- a/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.cpp +++ b/NumLib/TimeStepping/Algorithms/TimeStepAlgorithm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2aa1dcfb8703c514e3231b506a63cad19e2fd156..411a459ea8dfa381a5be12bd7ba2013738a862cc 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 04bf871f58c3969fec460e1f8b75afc3de399f1f..a79ab793f63b0b711c8580fa7a7093f4772b3af1 100644 --- a/NumLib/TimeStepping/CreateTimeStepper.cpp +++ b/NumLib/TimeStepping/CreateTimeStepper.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 3d3838ac8bd77dedb7da0a004799120a59c056a5..317912738dcbfde501df6404eaf99fbe78ad39b8 100644 --- a/NumLib/TimeStepping/CreateTimeStepper.h +++ b/NumLib/TimeStepping/CreateTimeStepper.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 7a0476fd2e8e7ae81f016d3cd0da15514612be11..9e236b1aacc3a53e5c24b13d348dee1a2bd40b2b 100644 --- a/NumLib/TimeStepping/TimeStep.h +++ b/NumLib/TimeStepping/TimeStep.h @@ -4,7 +4,7 @@ * * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 82f8efdea2bca6a1226a14af518d835c46894994..4204f733c7c9f235a02deec88cec7bd50955f885 100644 --- a/ParameterLib/ConstantParameter.cpp +++ b/ParameterLib/ConstantParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a146e42dc63e0c7d703728a4ccad2234ea5d9189..89ba8481c3051666fa72e90b12fd858354d2c0b2 100644 --- a/ParameterLib/ConstantParameter.h +++ b/ParameterLib/ConstantParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f5267a2be40de1cd799a9b3d831876c535b06109..f8efa6d0bbad2914a97e8e536c04893a711b135b 100644 --- a/ParameterLib/CoordinateSystem.cpp +++ b/ParameterLib/CoordinateSystem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 2dbfb511b9d30e23d8efa8501acb76b22fdec6cd..e991be917bbc015b33ee4f68204cb7c3d25a9ef1 100644 --- a/ParameterLib/CoordinateSystem.h +++ b/ParameterLib/CoordinateSystem.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5fe436d9f338ad3fa0d3d2e4a48882da2fb54c81..ae21c73af3f2d23161b723d3cce3bb7304b3d12f 100644 --- a/ParameterLib/CurveScaledParameter.cpp +++ b/ParameterLib/CurveScaledParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 ebf2fb47f3335ded6aafc3856888adbd1508c32d..e08b53234837c07f412885757b81d1c8ffaa5761 100644 --- a/ParameterLib/CurveScaledParameter.h +++ b/ParameterLib/CurveScaledParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 6e64f60cebe6d1ac17841a5924f0b74e0435587c..e0e40cb5c55ab2559cb40ace474c653d54285f3d 100644 --- a/ParameterLib/FunctionParameter.cpp +++ b/ParameterLib/FunctionParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 b3a01d6690b41023e9f5a75ee31fa219aa65d2e8..e919d56d42139fd30eb7ef5678a9f528d084873d 100644 --- a/ParameterLib/FunctionParameter.h +++ b/ParameterLib/FunctionParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c826b28ba5a2ff5f8434b47edb0dfc5ddeca88cd..31100befe85b6d6d630ad731bd4ecb8037c6bb87 100644 --- a/ParameterLib/GroupBasedParameter.cpp +++ b/ParameterLib/GroupBasedParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 348124b1573fb30420fe85a7ab5d6850e3bc2b7f..17a937b8afb70507519aa494899a0fce091507ec 100644 --- a/ParameterLib/GroupBasedParameter.h +++ b/ParameterLib/GroupBasedParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 fa290ac5af5b063fdf9d06a83f0792fc251db190..411e071c0e22b81538477db8162e264e416c3ff7 100644 --- a/ParameterLib/MeshElementParameter.cpp +++ b/ParameterLib/MeshElementParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c8e2ad3bc33e0af03b1ba84dd18a5151fb6c53f2..39331dbb6709baf42ca55c1f9c1b43b87d0f6fa5 100644 --- a/ParameterLib/MeshElementParameter.h +++ b/ParameterLib/MeshElementParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 68ddfd22c0b94fb9b16e295cfe41af9dfa006f65..6beb15b6c311f0a4a796948f85cbd0e7beb41b78 100644 --- a/ParameterLib/MeshNodeParameter.cpp +++ b/ParameterLib/MeshNodeParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a1c1e618d06cfef8f69c2a57d981bbb30a3e5c1c..a36e9efbb5b871ae2c0749c31d666cf91e3fccff 100644 --- a/ParameterLib/MeshNodeParameter.h +++ b/ParameterLib/MeshNodeParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 f7fe4e45bbee2e2e327609f6c8b5968f517f5900..dd6d7669f5ce72974f3f8aa3398663845602b30f 100644 --- a/ParameterLib/Parameter.cpp +++ b/ParameterLib/Parameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 9ca0e938004d0af625660005972d5e12c7ff86d9..2d540a3b1370de5438d7f003e7503407db5f10c0 100644 --- a/ParameterLib/Parameter.h +++ b/ParameterLib/Parameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 5cb25b00b4e2cea9e2b3f7fc21642f3649df6c75..f642d2f8c5b5dda1af15fe37de6734f38a60c873 100644 --- a/ParameterLib/RandomFieldMeshElementParameter.cpp +++ b/ParameterLib/RandomFieldMeshElementParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 dbad9ad8e07622dba0f6e9478dd8442bf202ada4..eafc52868dc0344d66e2d70529745730195780a0 100644 --- a/ParameterLib/RandomFieldMeshElementParameter.h +++ b/ParameterLib/RandomFieldMeshElementParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 de8054942c05b0c8e5f38be3edb5eb9fbcab3c13..f8f89ad87acfde22b0341acd1659544ced1b7170 100644 --- a/ParameterLib/SpatialPosition.h +++ b/ParameterLib/SpatialPosition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 209f1c1c4fb29caf4543c45afb72a1fd4247f61b..007c45d9db318c0599cae9ae00a44833c8154fa8 100644 --- a/ParameterLib/TimeDependentHeterogeneousParameter.cpp +++ b/ParameterLib/TimeDependentHeterogeneousParameter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 0e78513a5214575e56aa8fc65838c7572bdf07f6..83d13fb59613c974e300d8f7249c998c62f2e0c8 100644 --- a/ParameterLib/TimeDependentHeterogeneousParameter.h +++ b/ParameterLib/TimeDependentHeterogeneousParameter.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 c6e464e46d6a0433bb2b68c68401c6368d6a99de..1284800b77b8b1a328e40ccd1f506950ebb0d4ba 100644 --- a/ParameterLib/Utils.cpp +++ b/ParameterLib/Utils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://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 a85208aa459c4837f9cc135c2fe8b0b5630352c4..5acb9f4a62ccda52dec10b67156db396edd1591e 100644 --- a/ParameterLib/Utils.h +++ b/ParameterLib/Utils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 97f0de9d39247398eb717bcb394e187f020344b0..b589df0aff89b41e72e6614a077bf5551e396999 100644 --- a/ProcessLib/AbstractJacobianAssembler.h +++ b/ProcessLib/AbstractJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ab1c1ed42f87492405b09f30cb54e52b580c1778..cc62365c52960f78feb0dbb1d15afaa34fe81441 100644 --- a/ProcessLib/AnalyticalJacobianAssembler.cpp +++ b/ProcessLib/AnalyticalJacobianAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0e8df3e2fb297863aa1cfe25230388e1303c9f55..a5b9f092f994b6544acb70c9a035a5beb8d905ac 100644 --- a/ProcessLib/AnalyticalJacobianAssembler.h +++ b/ProcessLib/AnalyticalJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4178bc616c11696a7ca84d924664a4d3b568a39a..8a2d550d9b9b64bdbcece69ffb8c705c2ff7dfaa 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6315ca6bf5039355f61bf339a1e1b7805064c02e..769f29d8f1ba59b548c4bd7208f294fa15bad77c 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionCollection.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionCollection.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 056a282bd26765f97b0d0a3673a3756531c634dd..cdc9bbff0021ab743dcd8d5b63a48e2d15d0d321 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionCollection.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionCollection.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d3a82cb7910ec4a2e71e094803edb82be2d041a8..e7093199080addbd5be0bd28a843bffa349b6445 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionConfig.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/BoundaryConditionConfig.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5a94a91ba6bf16f9fd530bc2800767a10a360837..a6d57e6ef6a1eeeba8d5b3d689006a6f79e68f91 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8dc3a88b52a56e345fa536b34a494ce29c293475..dc49a52e87136e3f32836a5ca8f1168369de6fb9 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1bb63c9fef5a6cc4c9459bbb2999478dfccf3fc6..abd8f813db8f5c5266ca4352395414758a3b7b98 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/ConstraintDirichletBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 59c59523e043af5eb0c5457e8943d90ad6862b11..1709b7ad38b2bcb4bd38c1e46fcf0f6470e231a1 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fd69b2c27e746b16105be8bdae1ce87e29e75912..d3ba048f884b4b185ebfff5440b92db5f206cf3c 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 370dc0c5cdc29cff9ac4e3a849b6bcf6261a6dd4..6cfe339664b81cc7017cc878af97f8acbed4e7d2 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateDirichletBoundaryConditionWithinTimeInterval.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateDirichletBoundaryConditionWithinTimeInterval.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 43371b5da0063c64d20a779b4bd5fae62c2984b0..81ce57c06110567da7d94b3eb0580bbbd23b0bd9 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateDirichletBoundaryConditionWithinTimeInterval.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateDirichletBoundaryConditionWithinTimeInterval.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c268f9dbe151b45cbf322359358f8445a8972fd2..0eadea43c9963d6031a9ec8e38fe2ff28f6ce719 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateNodalSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateNodalSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 94ae8a535afceb20cc27cb48dd38c4fc6ed64509..46448b84ec6c6d4022b5b9fc30d818c81ae171fa 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateNodalSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateNodalSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c7565d0c3ba5dc239063f5a9d8c1cfc04d4d75af..5836ef35f19425c67043f0612d7afe6e48887b9a 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c44ef9c7feb737c98ee470f582ee4261733b9361..c42bf27933758bba906003b5655a6d18524acc0e 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5a6aa5f8d9be84ca5f2f715bdde47ce8a436bfe9..b119caa2a6c6a5cec7a0708a2fdd54c4466eae72 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateVolumetricSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateVolumetricSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 808eade896e1bfdbeec2913a13d09d5917c3ada4..7b006e56d724c9054931921e35bd53c9aca7464d 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/CreateVolumetricSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/CreateVolumetricSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7fa39ce62c0d203f1390089d8b0cfd522ff14257..91407e7df1a1a5a69f00f17b51dc811e31ac1449 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DeactivatedSubdomainDirichlet.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DeactivatedSubdomainDirichlet.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ae4b340c39416655e9c8200253bf186ed4f99690..cedfb554da78850efb4ff62552f08e3b78c27872 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DeactivatedSubdomainDirichlet.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DeactivatedSubdomainDirichlet.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c54b99d95fab81ce3577dbadda137dbf92107bd0..9378dfd8cfd973ecf6c97fb0725c42d8011da6a9 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 bf84bca15e5fcab56e427a2a3a78949c6564d47a..7b312710250dac912710d84b9f2bd66423ff8bb1 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9c94d397854dd5920cf7181a4edc136a0997292c..8b189144842a8e6107d26dfaca038558ed09f920 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionAuxiliaryFunctions.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionAuxiliaryFunctions.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e81cb802f2e0773815301b42901a5617ba2cd9d0..67493bf67b3151bfd2c8c2c0588cd2b96cf03627 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionAuxiliaryFunctions.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionAuxiliaryFunctions.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 753548673dddee2cc3ce262e1b8c3b6187ef28e2..e415bdd961f4157c1b88f24e2be4a7b609a4012d 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionWithinTimeInterval.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionWithinTimeInterval.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b3ef7bdc30a6d2f2ececafea490ab516b310686a..bb640303762a329ff024a27e62dd85f9d21b45ed 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionWithinTimeInterval.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/DirichletBoundaryConditionWithinTimeInterval.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b8e8707b06a8fe00f93a442f1fe594ea93bb2bd9..bb9ffdd3876212d8fd44508afe073ceb1e180be4 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryCondition-impl.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryCondition-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ec51063aeea378980624c7e0abe6086646505a38..18bfc72d5a9bbd28449608f2326625418323b330 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9d64fb3a5fabc6feba4d3a2388158894f76037d2..580bc2aa8e939a38c764a0ed936c1c4e8c47a04e 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/GenericNaturalBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2a18c7d1de6cf2725b59138c62eda7985af91743..0b7423b66d25e0677fc381bae9827e0979d06a34 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5177dba09febd11dccea9e74559e713e55169e43..91b31d83bdae4126b648c5bf00fa71ec66a20afc 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 17fe9739ccb2fe05d5711dd654083789b8deb61d..9c8abaadef57faaf9f1833c1698dc3db3dc11f39 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/HCNonAdvectiveFreeComponentFlowBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 008c09d785a43c2afd871919b9ee45737b5bc04c..f7a89bfaa9e81e3cbb5188aea1ea374c4bf88dc5 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 edb58881f0757780784b100b9ab3a99dbd3f2696..8a9761772c7febc2c40b2cf73fba1e27727f6f0c 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 607237481eab4becd6ec920ceddace6a0792ca26..b610fd255190e8b25793377fe22b5ffb4450f71e 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NeumannBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 198f9be497299a4039651a8eb5112737c29382a5..6835d906fe5ba094514d75ec5c979a5a4dafa9a7 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NodalSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NodalSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4e93b54de5b2a6e8fa579a251d4bf7630f5dc786..66cf2fc2f61b44e0efc517bf4b9780c109dad45a 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NodalSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NodalSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 272bd0618e193f7df3b3dc08c160636cca73889f..74a842950fbf273e4edeb147fffb04cf3e8b425a 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryCondition-impl.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryCondition-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 41f0c39908604c6e53965f9515c94bd26343d3d0..c7502b79e6f55ea022e1c7633e8dde1cee368e90 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 297d1b2550d5f5ddc58fb5a0d3ff6b3ce366ec1c..2a1ed86e7bf13121e70604235a8079c8467a0581 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/NormalTractionBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 55221da50b31a3b20f08eab544d839d91dd7779b..0f20f5aab22d7692c2750b5a9830733a4512b85b 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/PhaseFieldIrreversibleDamageOracleBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/PhaseFieldIrreversibleDamageOracleBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 14c3a92dfadfd92fcef9a63641a80cfcef16d397..b1bde53695cd1e8c60425d20fa67f01beff950b2 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/PhaseFieldIrreversibleDamageOracleBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/PhaseFieldIrreversibleDamageOracleBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 616c4bdf1145c2f5ce60722cd2b6403da539154b..d5cb062e9b64dc241f264f303ccb0497a61e3d97 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/PrimaryVariableConstraintDirichletBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/PrimaryVariableConstraintDirichletBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2ff5494217b5bf077eb14cf1c64146cf8794301e..64603a28fffb5167711f51b1afcca9b2ea55f4d9 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/PrimaryVariableConstraintDirichletBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/PrimaryVariableConstraintDirichletBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2ba00a2bdf466442ccf9a4d1d918396f12210633..002527818f1e4da08f2d0232c77e37f4f10ee997 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9cb70a7da4e05d82ec2cbc2624d82b1efbb6309e..bc2f3c7d817be911fceb0121c255fda31eb89657 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionModule.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionModule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 eaa9f3f75823846cb327ea227a942a4dd746c2f7..b347ee735a2e05dc156151578caf9939c32c8417 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionModule.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionModule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8bb325c364e7674e33f1dd8c7357f0f03cba13a5..00122ffdf2a48895bb127362886b712f112f7906 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionPythonSideInterface.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/BHEInflowPythonBoundaryConditionPythonSideInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6ee5d79df623a881fe18cc6b9975104a09b47658..3ef981b676ae04de024067b70d9c603eb3bf0070 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/CreatePythonSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/CreatePythonSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 35e643ab0585a195d6093dc08d8e002fd1423c02..0cfbc0f46150d8fb8d4bf585e392e85b92fc4455 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/CreatePythonSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/CreatePythonSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5b56a30080187ac0fc706b7722f7206db524ae87..4441ea38ab7f31f0c44d9c5a4f8f0f64537dd2ab 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/FlushStdoutGuard.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/FlushStdoutGuard.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2e58f68075cce12e785e66ab151e28e9b5a61ecc..c0589587cc89393182dcd27fc39cdfa3973fb95b 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2cfead7547fa5b5466797365a7cb13c418c2051a..f2d43716f3f8e21f195c7b21a6102ab55b402973 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 087b601ccc250c6d8e46f59eb9384e6e3739fc58..8a90cfeadc62fd7d3ca51dcaaefa3b099a6ec483 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8a4b635cdd6ce9f1d158846efef57960f6019eed..2acbbdfed26a7ec10c83602d98fe75fe348388c1 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionLocalAssemblerInterface.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionLocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9edeca2869d146d22028409547570882079c1c30..6bb88f3b23b0efdc78fefdea6f721c906e9e9725 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionModule.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionModule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1d82cc947d3d0941be0d19e634756c99c935dbc9..fe008e9254f8ed026ab9a01a015d0e789044a9e4 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionModule.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionModule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8c98e790f05cc9670c8459435503439a9225aa46..87ac564ee10b8261c5ea674bb310101f8edcc172 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionPythonSideInterface.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonBoundaryConditionPythonSideInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e29d59c1582b3e08578fc3845d030e67ce55796d..0f9c59f0b4f0cb6f27bf75ea96b04fa52a185a13 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a37ed4dadf769be82e9613772be505fb07fa1024..8a2037e16c737b4721deefbea9586f13a44fbffc 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 99576995cc985e59e21e5e2ff50de40139d9ba20..5f2c229728f2f6be0f2c1536505275e6f39ad48c 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 704a1dccc6704a80b7a6b3f0764b5af93a2c7b69..e2c8c2d0c9cd3d9ce2a4a3f0d083947b4a0e52bf 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermLocalAssemblerInterface.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermLocalAssemblerInterface.h @@ -2,7 +2,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7c932d3a898d0d98ec03596ef12ad99720bc58c6..bf9ea3d809c78f9f017966ebc3b04ffb0f7a365f 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermModule.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermModule.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ac8f50db4fc6a8b7c5e5c186779e5dd28474e595..77c1d6c41ce87291b5a21ba051ea150c19a33eb6 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermModule.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermModule.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8e454a480845197dbde9d62854a047afffe48584..e57fea1412d72c4d718fde7d593b557068dbacd3 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermPythonSideInterface.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/PythonSourceTermPythonSideInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 264277c043113850b91f98e1b734e17865216d2e..63b8b156d1cef6c79d6034c57647463cc99f904b 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/BcAndStLocalAssemblerImpl.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/BcAndStLocalAssemblerImpl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b68dcd0520f28f73fe2b8500f5eb0cc5ac3cf187..f3ebad8258caedb776211a3e73ad7e922e90d7f9 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/BcOrStData.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/BcOrStData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7cc34c4b1a7c62cc5993ece7b0a997ecbac8e63d..95add9872792e6d5402ac370161d88965357acf6 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CollectAndInterpolateNodalDof.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CollectAndInterpolateNodalDof.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e36365ad71c164800c0d622e773c20ac6cb27ebe..a5026a75af4ac0f61ac39626f81a2d358a0c3f7c 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CollectAndInterpolateNodalDof.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CollectAndInterpolateNodalDof.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 06dff7d3905ea6a0da5d33d1c0661fd87fda83fd..b17efb608fd88ba4393f4d88066c9c49f73d074e 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CreateLocalAssemblers.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 413c613b2a8698e34a00f05b6985ae578cfbd9ef..c1e03a8bb950ab4be9a8200e7efe49c1a966a954 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/LocalAssemblerFactoryPython.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/LocalAssemblerFactoryPython.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2bb2becf5565d3c31ea611fe5c13d742442fe70a..16930a577abb5acc0a0333ab88aade63be169e8a 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/NsAndWeight.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Python/Utils/NsAndWeight.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d36fbcb6cd1753b01ade8f6a1d724301d9519613..ae613dce791e2eb4b8c21450dfe2d3c5b2b316b2 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 22e8cdeeccf4aa11e74b75ee71bec6f21ee9db58..b3b088ba1bd06605aef0247471dd1b5d27cea342 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 19673763b66f0b61ecf0ef4fd980a8e3e9cb6ccf..7f44da8fa336fdd539566db943a6503fc09362c2 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/RobinBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 bea84d502b71f5f708ef7e068dc5b5f13a75a2cc..386d3b7d19a39da38cb29b8012e832f69c29c534 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SolutionDependentDirichletBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SolutionDependentDirichletBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3c2f69bda62ce119874847a4fd627e1f2ee35435..fbab26bedabde1413d3fc6de09550247b9b18c0f 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SolutionDependentDirichletBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SolutionDependentDirichletBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d1131d9f5772b0141018673ffe83420766ee79d1..db6c1cc33a268064dd8ee14cfba58c1a411dbc51 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fb028dfe233fb07627fdeb5a17c03d7317d8ac57..4f7de2dda65e6040b675e1597775839884a7b930 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermCollection.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermCollection.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f8c465d1396eec30bf7125c60b5232ea745aa293..23bbed35c89a9ac433b6487f1e7282fa621ddf23 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermCollection.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermCollection.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e3f8a194e21d287709de519e4495457c42275b02..60f7cb2854997c7de951139c674523e6997af286 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermConfig.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermConfig.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 33f29bdc2142c935cd256d3172ec34ce16221c52..c29c642d6ab0e73e275f8f717e1f65fd68884f4a 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermIntegrationPointData.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/SourceTermIntegrationPointData.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e6acc67ef39ef95efdd1260012b91cad1d619146..aa7d9b40588c51b605fff27e409d416d90478c64 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Utils/CreateLocalAssemblers.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Utils/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 876fbdc2e3489a128fd8f784cca7107947ca0af6..fe9a295b22faf6fe252723533214bb0a801a6b93 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/Utils/LocalAssemblerFactory.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/Utils/LocalAssemblerFactory.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5fd598ed225a40708419625e89f6fe602f18ead7..5cee41ecbd01f6b6419be4f27ba684729919ce40 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryCondition.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 db1a8eda649a1f102d0afb124f56f164aeee23bc..50caa9df1a075c06bc9486bad94889532231c4e8 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryCondition.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c7e9eb3c2fc2af630953d4ff8ec48d31b9ac7678..6fded9260be9074e1c0f79122e9ad51ce60aefb1 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryConditionLocalAssembler.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/VariableDependentNeumannBoundaryConditionLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6b9a4043e6659e4df96351ea246c5559ffc240a0..68917750110c7fe99334254eb65af813d21d06db 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTerm.cpp +++ b/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTerm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 96cab2244830d9df9950f53d44bc9336c61c0600..e36cf984d8484ec819e6ced43cf8ae6a24e0e4b6 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTerm.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTerm.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 888ccc52925562e7e8426d400a7e29b0781aeda6..5e30105807c90e3bf3d2f39cee9a476716cdb074 100644 --- a/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTermFEM.h +++ b/ProcessLib/BoundaryConditionAndSourceTerm/VolumetricSourceTermFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 63ae69343fa5a0bb3847a7009c92d32e59931748..82eb141334c79e2b7b0c2bc769888d56af52b3a5 100644 --- a/ProcessLib/CentralDifferencesJacobianAssembler.cpp +++ b/ProcessLib/CentralDifferencesJacobianAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8c7e6e06eb053513c2417996a37d34323b031825..2b1bec489fabb18076b4c40169fb19d80216dceb 100644 --- a/ProcessLib/CentralDifferencesJacobianAssembler.h +++ b/ProcessLib/CentralDifferencesJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4c41b2ccf6140e76352c789d83cc3182481fc064..45afa470eeebf2378beb2e75c9fa6267fe9e3b60 100644 --- a/ProcessLib/CompareJacobiansJacobianAssembler.cpp +++ b/ProcessLib/CompareJacobiansJacobianAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 efb43f4dbf4df7bea0a5c12f32e6e38acc623052..29579a7d59577ea0170238bbadebe67fdaedaba4 100644 --- a/ProcessLib/CompareJacobiansJacobianAssembler.h +++ b/ProcessLib/CompareJacobiansJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c9439e615417b7ab01b7d82deab3fd1929d4a155..3dea72cda58768c197b973dfcfea5844edb4eed5 100644 --- a/ProcessLib/ComponentTransport/ComponentTransportFEM.h +++ b/ProcessLib/ComponentTransport/ComponentTransportFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 bf313e3192688e0bf9bba1366e73485c67845ded..85d12f1cc0f472887b32e7118fbd72d406ca9af8 100644 --- a/ProcessLib/ComponentTransport/ComponentTransportProcess.cpp +++ b/ProcessLib/ComponentTransport/ComponentTransportProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f71cdcc0d81b2c25697d1c90b3144fe7b6d75874..8c48ca410fbd6023a4e633e9530b633ea6b74390 100644 --- a/ProcessLib/ComponentTransport/ComponentTransportProcess.h +++ b/ProcessLib/ComponentTransport/ComponentTransportProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 33d3f91cd660c098f71146bf3de3d4b51b136e1e..a5c38a1b7f5a06d60aa0664253b447358b654600 100644 --- a/ProcessLib/ComponentTransport/ComponentTransportProcessData.h +++ b/ProcessLib/ComponentTransport/ComponentTransportProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e525ac72e62e10c5226ec9046e05e52f055aa1f0..2b6dd33cf5eb46344fb3c56602a981351f0c49b0 100644 --- a/ProcessLib/ComponentTransport/CreateComponentTransportProcess.cpp +++ b/ProcessLib/ComponentTransport/CreateComponentTransportProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d9d15e185f158fa4e55e0314d2e68537d75c1e5e..060dcfcd175f4ab07a6c49be5ffef772ab15ce22 100644 --- a/ProcessLib/ComponentTransport/CreateComponentTransportProcess.h +++ b/ProcessLib/ComponentTransport/CreateComponentTransportProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8ffb09853af6d35bf263b1f84d849f5dcc5f4348..0fb534475fb05c959de482ef1d3da2e3028208d3 100644 --- a/ProcessLib/ComponentTransport/CreateLookupTable.cpp +++ b/ProcessLib/ComponentTransport/CreateLookupTable.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a34efd2837c28d7da3ca969943a47966fb1a9b87..dbecb6716817e4b30ec3ccb47f159fac74f8003a 100644 --- a/ProcessLib/ComponentTransport/CreateLookupTable.h +++ b/ProcessLib/ComponentTransport/CreateLookupTable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f6cc84f815d6fdc28b49d523c960b34cb7259814..39f64ead08978918538c8c957a8f5e592d802e31 100644 --- a/ProcessLib/ComponentTransport/LookupTable.cpp +++ b/ProcessLib/ComponentTransport/LookupTable.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 da2dac31f43e45d547ca77d22a968c18e96e7949..74321c1beb13d1fd8a448b8e61876fa1a99e2028 100644 --- a/ProcessLib/ComponentTransport/LookupTable.h +++ b/ProcessLib/ComponentTransport/LookupTable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 09a502b608dda402244ef08fc70b1341551de53e..489c2351caf8a91f6cc93694eca779e4d1aad89f 100644 --- a/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp +++ b/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f356d5794cbfe061309ffa3787608fd489e51a89..bb872a9471cb40390b6dc9ab2b4edfd819eb06a1 100644 --- a/ProcessLib/CoupledSolutionsForStaggeredScheme.h +++ b/ProcessLib/CoupledSolutionsForStaggeredScheme.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b64a3f3107f3148cf8d05331bee3991988d4e207..b54049ca6c2f66730f962d3d4677278ea55baac3 100644 --- a/ProcessLib/CreateDeactivatedSubdomain.cpp +++ b/ProcessLib/CreateDeactivatedSubdomain.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0acce2a05ec5581affb71b52b93ee30d5b98cb42..d7970cfdc5e32a6ccdf53f4b73dcb70c43c30b4a 100644 --- a/ProcessLib/CreateDeactivatedSubdomain.h +++ b/ProcessLib/CreateDeactivatedSubdomain.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b1b7e09bfff626a5bec452d6b3953ba41b0f42ed..70550752f88eb3c157f133edcd5bd469937fc50b 100644 --- a/ProcessLib/CreateForwardDifferencesJacobianAssembler.cpp +++ b/ProcessLib/CreateForwardDifferencesJacobianAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3c09b46c7a19d9765495ddd2ab58976c21b6fe4b..b05efb16b566a3ff4ae28d3ace873f1f5d911c46 100644 --- a/ProcessLib/CreateForwardDifferencesJacobianAssembler.h +++ b/ProcessLib/CreateForwardDifferencesJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 954788ad1b7595f35f1c565f68215d04ad2aec2d..fbb5939d4e59da180858960795d2a304c27db479 100644 --- a/ProcessLib/CreateJacobianAssembler.cpp +++ b/ProcessLib/CreateJacobianAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 91e9d3758b5ec44b3f67f934718918f666b3d38c..6a63ba3607452981c28bc9d74275675708b47cfe 100644 --- a/ProcessLib/CreateJacobianAssembler.h +++ b/ProcessLib/CreateJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1df579479a1e75d7cdef65f01fa747f910b2dd16..f0af74ac6b1974eea1bf9c748db5242dc7f4fa06 100644 --- a/ProcessLib/CreateProcessData.cpp +++ b/ProcessLib/CreateProcessData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b790acafb5c2b817e00328412b2a89c29041b3c4..f00cd5b1535a777defa0d7a1c1023bddfa2f0b7d 100644 --- a/ProcessLib/CreateProcessData.h +++ b/ProcessLib/CreateProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9a44b5c49a5e3dd7847ffa6663297148cd66237e..2e3bd214184bf8cf18d9eea6af9114efb3b3dda6 100644 --- a/ProcessLib/CreateTimeLoop.cpp +++ b/ProcessLib/CreateTimeLoop.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f99f2cc1eba4ecffb5fe9cfb281edc21ea96db9c..2e4e86ae472764cc74b1867debc1d45fd4f108a4 100644 --- a/ProcessLib/CreateTimeLoop.h +++ b/ProcessLib/CreateTimeLoop.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 40bc97cfa9dfd6d219686bb0fa0da5b55a4a6331..cec7c1030a1ed7a833f5c5f34dbe764ef9fdbc84 100644 --- a/ProcessLib/DeactivatedSubdomain.cpp +++ b/ProcessLib/DeactivatedSubdomain.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6f65ccfb2dc29ba7da16c099e36c725b15d8b85b..9729d162e3cfa1546b7c119514970a229f847080 100644 --- a/ProcessLib/DeactivatedSubdomain.h +++ b/ProcessLib/DeactivatedSubdomain.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9bc52d1170141852e03bb3813355b6f41ed371af..02005774c9a8cb6d9f527e05bc9c209dc4ed3519 100644 --- a/ProcessLib/Deformation/BMatrixPolicy.h +++ b/ProcessLib/Deformation/BMatrixPolicy.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1cd592ff0acfac8cca4c2b3961eaf36acd7d46a4..a177aeded0d4a82f87008c26b519607f19112fe7 100644 --- a/ProcessLib/Deformation/Divergence.h +++ b/ProcessLib/Deformation/Divergence.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4bb3d7b3961047ec0366a1125911bc79c87657f8..fcad5c8a23aae2adaeadeebc99c96db185f31cfc 100644 --- a/ProcessLib/Deformation/GMatrix.h +++ b/ProcessLib/Deformation/GMatrix.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5aa12b05501760f6a4476a829d0b9811e57585cf..363222a461b0e803ae6d91340e32e09601152bc4 100644 --- a/ProcessLib/Deformation/GMatrixPolicy.h +++ b/ProcessLib/Deformation/GMatrixPolicy.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ac4c42bb9dffdc29b92ad202dc91b48ce3a90b69..1286ee94dcf89154a80f3fe2c641dc1354dbf578 100644 --- a/ProcessLib/Deformation/LinearBMatrix.h +++ b/ProcessLib/Deformation/LinearBMatrix.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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/MaterialForces.h b/ProcessLib/Deformation/MaterialForces.h index b7e35bfc00e9e51d66c5d68b2c7bd8f9177a9945..0ae7b3638362e78f88da5d00a5ccd969769bebbc 100644 --- a/ProcessLib/Deformation/MaterialForces.h +++ b/ProcessLib/Deformation/MaterialForces.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a7fbf520e0fb86f56c1022a265ecb01a4409a7cd..3e936daf17450cf6fbe333f383b5c0bb9f87d526 100644 --- a/ProcessLib/Deformation/SolidMaterialInternalToSecondaryVariables.h +++ b/ProcessLib/Deformation/SolidMaterialInternalToSecondaryVariables.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 407de138b7c8f8f2a00b705ca7ea5a5fcb51aa81..067b71fb7bb1685c4d920b3fffec304f0d7dcff4 100644 --- a/ProcessLib/ForwardDifferencesJacobianAssembler.cpp +++ b/ProcessLib/ForwardDifferencesJacobianAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 69679112faab1e07847a2b80e9f2512856e7f110..a7045aa6c39796cf233d043a72a6e9cd08f9fe71 100644 --- a/ProcessLib/ForwardDifferencesJacobianAssembler.h +++ b/ProcessLib/ForwardDifferencesJacobianAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ba13d07438e2a043e8b77c5496e5fdf0408570bf..ebe4b91007496b64b42b49da9fd60defd8b59e2d 100644 --- a/ProcessLib/HT/CreateHTProcess.cpp +++ b/ProcessLib/HT/CreateHTProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1bb136bc6947708b50c6163d0f3edc3ab7228b65..70fe85f3b8df06fa421d9787d4909b2e70ac47c1 100644 --- a/ProcessLib/HT/CreateHTProcess.h +++ b/ProcessLib/HT/CreateHTProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d8aa7c3aadd371ed732f20a5b1b0a50cf99f0077..39b4e200a40d1a0ff93d4ffca77454e300660b4e 100644 --- a/ProcessLib/HT/HTFEM.h +++ b/ProcessLib/HT/HTFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5d3551c16b3f96af80d961311e6d2685a99486a4..57eae99628f62995b556323273b525ff6ec5b51a 100644 --- a/ProcessLib/HT/HTLocalAssemblerInterface.h +++ b/ProcessLib/HT/HTLocalAssemblerInterface.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 42f48f6f8c4aa5d7fc91c8b50b900e1fd68f2d0a..aed6f24a42a0b3e80c0c01b7211efb67be23344a 100644 --- a/ProcessLib/HT/HTProcess.cpp +++ b/ProcessLib/HT/HTProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 460625e69c0e3dbe4044efdd0bc64333fe150e70..ff595a6b664f9c8e76b7ede1d027e13c5bbb2446 100644 --- a/ProcessLib/HT/HTProcess.h +++ b/ProcessLib/HT/HTProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b5a5e4e48b4edd24d78c49f909ddfd1b25c8efe8..c4e258e65d7d9c747049c131b695fb71c293757c 100644 --- a/ProcessLib/HT/HTProcessData.h +++ b/ProcessLib/HT/HTProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1fceb311a7df33831bde7959b7fd2f9d9e4f55f1..e1caec97499a0dfc449a59524ab354bda182193d 100644 --- a/ProcessLib/HT/MonolithicHTFEM.h +++ b/ProcessLib/HT/MonolithicHTFEM.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5c47be9efb57499fab55226efe8a42846ee82bef..9c44806d3468c75912e7653873e20d166080c8e5 100644 --- a/ProcessLib/HT/StaggeredHTFEM-impl.h +++ b/ProcessLib/HT/StaggeredHTFEM-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a7680ab3ba4c5bef4b73a5d27867353ba6424cc5..68c81961e788cee9ccc65c4ef60b139a86e388b3 100644 --- a/ProcessLib/HT/StaggeredHTFEM.h +++ b/ProcessLib/HT/StaggeredHTFEM.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cbb90807072af247f218807fdccff16d832fd749..55609f3352274523a35f20d6691814e18f6b1d9b 100644 --- a/ProcessLib/HeatConduction/CreateHeatConductionProcess.cpp +++ b/ProcessLib/HeatConduction/CreateHeatConductionProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a048f2c6344f6227b4d2323cb40feabc9fcb210d..11d1ed854047f4b753a432ba7c7a36786b2d4f77 100644 --- a/ProcessLib/HeatConduction/CreateHeatConductionProcess.h +++ b/ProcessLib/HeatConduction/CreateHeatConductionProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fb49666465b5011fe9a069cb47c34a5ac3f6827b..550272aac6ad966ec4fc1bb370dff9ae765916b6 100644 --- a/ProcessLib/HeatConduction/HeatConductionFEM.h +++ b/ProcessLib/HeatConduction/HeatConductionFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 30e699962c8dec09acccd3a73436940db1545fe5..f77e770877577163c915e812bc3448e5236da417 100644 --- a/ProcessLib/HeatConduction/HeatConductionProcess.cpp +++ b/ProcessLib/HeatConduction/HeatConductionProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9a0abcfb5e6226220cd92e718a11960e6780dd19..7d044a6654bc755619558cf61b7831fe0fda86bc 100644 --- a/ProcessLib/HeatConduction/HeatConductionProcess.h +++ b/ProcessLib/HeatConduction/HeatConductionProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 00802e5a2713ed7e7aeed903f101bd9bd3d3a982..714ddf6c349a658a1d5d1c3158fd83daf8ff48a4 100644 --- a/ProcessLib/HeatConduction/HeatConductionProcessData.h +++ b/ProcessLib/HeatConduction/HeatConductionProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9f7808cb25388b41668ea0f81becd803bac860aa..3086d8228fb6d179cb662209f40da32192a1ae52 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0e3686bacb7c1bfeaa1bccf2aaf6c716349233ce..98b24d5c432352196263ee5e67c39b7db64ab784 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 42c9087d21dfcddceb7a5b678a109d33c710fb67..ea4fbf1dde03bcfcdb268671c1519b8e8baf64a0 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHECommonCoaxial.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 930be0ee1aa4cd1289a2a7861d4502920b07848b..87dba071c561c15087b20ea336af80c22f815cf5 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHECommonUType.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHECommonUType.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 12cbeb5a39f6d18f9b38a9c8281d6de33762bc76..d3ceac772717fb6970f5a325835ded8a146ced63 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHETypes.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHETypes.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4787755b93e803a17de5e96639d76ecfcf447aaa..53d6625e54456181d1a0f14c6c764b8060a92d82 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_1P.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_1P.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0f13adcd487516350ecc69d436cafb8cd69d3ae4..8b4005a4fa66851fe20a58e45b9f9da9f984c360 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_1P.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_1P.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6b1130abb91d88ccdfdd0823a4dfdf4349ddf69a..a82f033e54f9d7bcf86ee089447e7b585c4e4e8d 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_1U.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_1U.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5e134ca796fec0cbb4dca7427c4c3a205505c0cc..83ec63e978d433e186407ed021aad7f7468f5ead 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_1U.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_1U.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0b0745e74be51fd224ef4f36b58753b4a87d0387..99041ad4c9a2801bca2c141aca1db0161accb08a 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_2U.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_2U.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 481ab833f729f27af17ae9d76f249e5fc62ad6dc..34dd566638d3ee676b3dbed995fd53272cc51be6 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_2U.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_2U.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 668af67febe7cd4b9aa729a1bfb8bc0a32c73729..2f652c438e92923388c460654f7576a644c818fa 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_CXA.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_CXA.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 93a2724d5fcc88697248fbf07682b828a6b1a17b..3c27dcfd6110b45cadb566414383d15af817e283 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_CXC.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_CXC.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7a35a7f644dfade9a644214da09b3ee29dc2a853..6c52884a32d6bb2fc688abb3bde5da3322ed8ae8 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0031f50f6da5c934f8b43c229da128fabbec4b9f..303b850cc3f0d879b0c07e67cc6a98645d31e7e3 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.h +++ b/ProcessLib/HeatTransportBHE/BHE/BoreholeGeometry.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c4bb110c8e8bfc4a6bdada70a2154ab1f311e22b..7c40e01a42a011a14eb94ac792fb030c45488a5b 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BuildingPowerCurves.h +++ b/ProcessLib/HeatTransportBHE/BHE/BuildingPowerCurves.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d213b750b319ae94b60d23e935f179c8009ba34f..0be7d812dfdbec35b5b3e43cddaea959bc0d9799 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHE1PType.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHE1PType.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 95b2d97aea80bc47a3615050dec6324173860004..0eb2f69e3ea24492a4520583a28d794c720861c7 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHE1PType.h +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHE1PType.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 306d2e651e003741a9a26d374db14f9d2d92f4c9..654e3a358e8fdcf8a4e894c2d6f718ad18a441aa 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7a750bcf6818b9e8de0d46c929e548e342483af4..57b360885c1e32a72feed1f5c295b8a628af9fe3 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.h +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHECoaxial.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 76a9816f29e5e361f3237c6bf3adf1f0975ab3e2..da57e16f6ad4c5d0bcb8c4b22381511a98dcce36 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHEUType.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHEUType.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9e4c220d0cbddbf3eaea9bcf3ab8af4f8557bbff..03096daa838ebf25cbe675a34805b35e3ec0a85c 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateBHEUType.h +++ b/ProcessLib/HeatTransportBHE/BHE/CreateBHEUType.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 813cad12ff787f4f2075094b69389cd475b57f06..67a299584cd61a9c2103872981aeeb12adb923fa 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a6a56849f7f0031728212f7f19b518695be3bbd6..f1bc57934eb9b2a45c50b6e64c5fbc7797b88326 100644 --- a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h +++ b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e39e08cea0e69920968f1dce352db78be2b9dc98..b30aa0c36fe7e7e9d9ef8569bce4cf023929090a 100644 --- a/ProcessLib/HeatTransportBHE/BHE/FlowAndTemperatureControl.h +++ b/ProcessLib/HeatTransportBHE/BHE/FlowAndTemperatureControl.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b7179fe0c93b388581eeaa84db3c0533fb4a43aa..6dea2699bb45d42a540dbbd485614e01690b4e95 100644 --- a/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 92888421a64450c090a99f79a72df8ca3433e86d..69a49c050b32a8209a9eb0b3c0f3d88d834b7126 100644 --- a/ProcessLib/HeatTransportBHE/BHE/GroutParameters.h +++ b/ProcessLib/HeatTransportBHE/BHE/GroutParameters.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d2f2c73f61cec12e8ed33e17e3c01fe74063799d..2b460264534cc98a4a839bb62be2cb3b2644540d 100644 --- a/ProcessLib/HeatTransportBHE/BHE/MeshUtils.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/MeshUtils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e40d62766c49215402ea75dc3a132fae3993f44e..73aaf5e94e00eeb7537417347d9c7b94f2038d8d 100644 --- a/ProcessLib/HeatTransportBHE/BHE/MeshUtils.h +++ b/ProcessLib/HeatTransportBHE/BHE/MeshUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0e56a32608d45afa871a58cfa2da7dcd61fd7c16..9be2b80218240be8996805d329aecff61aee37c5 100644 --- a/ProcessLib/HeatTransportBHE/BHE/Physics.h +++ b/ProcessLib/HeatTransportBHE/BHE/Physics.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fef5cfda065a6515fe9a70b5f5b8e55264347538..a0cfafe6e60c98c41c71b4e7961a53dbced3060f 100644 --- a/ProcessLib/HeatTransportBHE/BHE/Pipe.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/Pipe.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 13bc0c18efed067abba8c2b72f38bbf4f406bc8e..b141c1b541f9aaf992b86563bcc6f5caa1ea73ec 100644 --- a/ProcessLib/HeatTransportBHE/BHE/Pipe.h +++ b/ProcessLib/HeatTransportBHE/BHE/Pipe.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f7bab9bd2c3bd2bb89c8481620d8e9fef42fcf7a..cfa137fed87dd1bafc45622c22b5355dd0e70dd8 100644 --- a/ProcessLib/HeatTransportBHE/BHE/PipeConfiguration1PType.h +++ b/ProcessLib/HeatTransportBHE/BHE/PipeConfiguration1PType.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 17d779824650bb6c404a68fa539d898532753b9a..caa53e915a6eab1537e4e129863213d9a4e97d2d 100644 --- a/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationCoaxial.h +++ b/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationCoaxial.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0d3309456f2fc395d8f164e1dbf96d97ed6dfe8c..1ad497cdf2365e99e783da6c433651e699c61510 100644 --- a/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationUType.h +++ b/ProcessLib/HeatTransportBHE/BHE/PipeConfigurationUType.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3f2f8cffb4030fcc5ba65b5e262369782eb87723..00db4cab301e7b54594221f05757ca4fd9d08bff 100644 --- a/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.cpp +++ b/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fa9bcfff51457d2971e1e4c14c0f9d954ad4657d..db6e292a6756a13483269c3ec89dcad6d3ab5846 100644 --- a/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.h +++ b/ProcessLib/HeatTransportBHE/BHE/RefrigerantProperties.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2283d38eccd5125159dbba09df45b2f7b149ab68..b97e6511606cc62a6cb67a8857bbdaa2e0cd1e11 100644 --- a/ProcessLib/HeatTransportBHE/BHE/ThermalResistancesCoaxial.h +++ b/ProcessLib/HeatTransportBHE/BHE/ThermalResistancesCoaxial.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6d0a583ed110e4c0a573ec7e4abfce5d2c45905a..3d16d1286f01b33a90ffa44a7a56a3826bef0201 100644 --- a/ProcessLib/HeatTransportBHE/BHE/ThermoMechanicalFlowProperties.h +++ b/ProcessLib/HeatTransportBHE/BHE/ThermoMechanicalFlowProperties.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 45f710e9f4a078c3ecf5f6c98cd332ef866595f9..8135be457b5f05313b3c689c3f6795a0d8b941d0 100644 --- a/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEBottomDirichletBoundaryCondition.cpp +++ b/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEBottomDirichletBoundaryCondition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 15ecd31516bc9bbbb24ca1d81f5a1bd800d19014..6cf7949575a1d28b688e8de114296a8d05491c5a 100644 --- a/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEBottomDirichletBoundaryCondition.h +++ b/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEBottomDirichletBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0df7666492c5a13c14cb0ad68395f9c649536f79..93c4092c1d42debdb71206a99c0ab40f8e459e18 100644 --- a/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEInflowDirichletBoundaryCondition.h +++ b/ProcessLib/HeatTransportBHE/BoundaryConditions/BHEInflowDirichletBoundaryCondition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d9eec79de648c961fc1e4ae45cccaa67199e8fb2..de1c87f3a351fab1c424f98b2059678b387cd5fc 100644 --- a/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.cpp +++ b/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1ab5a86b7b1ca051ed1f20014a519a4c9ad423e2..c5f0a0328dff12a2dea768bf4b2cfbcafae43a1d 100644 --- a/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.h +++ b/ProcessLib/HeatTransportBHE/CreateHeatTransportBHEProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d0c98f49afd78a9de707868c2c516c5e8801560b..2fa58409ca1674bd1f1a0655a8e9683aa293cb03 100644 --- a/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.cpp +++ b/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1d87ca88894e90ad6f417f680ce626af1b568189..c46b4e69efc2cb25ec0b03ac2a46a65ab999f1b4 100644 --- a/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.h +++ b/ProcessLib/HeatTransportBHE/HeatTransportBHEProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f4cfb25a5e32afc8b4ae88c36a159a567bd5264d..d8af776ae2ea97ba17420f77117d0602c096e402 100644 --- a/ProcessLib/HeatTransportBHE/HeatTransportBHEProcessData.h +++ b/ProcessLib/HeatTransportBHE/HeatTransportBHEProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9261bd418d2ad23d185ddeb033943ef2e2b47a93..48249f2e816c9f1465e71c48d7189b40c7672ca0 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/CreateLocalAssemblers.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 28b87bd93fdcc1c3b9599ed6704cb5cc54003053..f1e32c3714ba8bbfb1279a57c5c8a74eff9b9956 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerBHE-impl.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerBHE-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d4951419c6de38e1d4fb6b6f3d671c1cb6390e11..a1a6af3a630576802d2e44264d7c361334cf7578 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerBHE.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerBHE.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 df254a3991daae309997d605663dd871d1163982..d5820cf1b8e73324e7fa2e867aff0df201cbc28c 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil-impl.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2645af37bd9f6c23e312700ee7cbf83179ff0482..79fae5c438b671d857e895d2a48b8b3b2ccdb1e8 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d44b9c3e5021568a69dbf6a8dcb82951c85a0b3e..35ac97165720b0afc2d3c4f7a8936f781b2905b6 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHEProcessAssemblerInterface.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHEProcessAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0c3c36b40674480279d7e6b2d24977e4813460a5..da85c6125c9ff5e1d7df517a915487ffa88edfb1 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/IntegrationPointDataBHE.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/IntegrationPointDataBHE.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 964440132b825ffe07dae3c72d3aa27c47361cc2..a2cb6b46e7259a4dfb53928125ab9ec057202297 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/IntegrationPointDataSoil.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/IntegrationPointDataSoil.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7160214d11aae4e18df1a1a410c5baf8990be631..4a3f2a33ade43d0c9bf4473fe0ed827deead1e40 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/LocalDataInitializer.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/LocalDataInitializer.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c19748ad81bc9aa6b92aad59b858553df42b95bb..fc40c61dd20c7b36a19efa5e0b06ae8ce27d86dc 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/SecondaryData.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/SecondaryData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3d705b5400049d2dd96cf4197751d0f6b9f0789e..01322c1948e9d1440fd38c7ee31ca44668dcd648 100644 --- a/ProcessLib/HydroMechanics/CreateHydroMechanicsProcess.cpp +++ b/ProcessLib/HydroMechanics/CreateHydroMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2093ab597914b45cdcac8638b56da178399ed3c0..5d7ce89899f65c0fdcb76875b130b217fb16cc9e 100644 --- a/ProcessLib/HydroMechanics/CreateHydroMechanicsProcess.h +++ b/ProcessLib/HydroMechanics/CreateHydroMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ea391ab7c7692ea09ff90f5333f4e19886c02ce3..f5ade99d566574a9caf90d0c2a382cda30452028 100644 --- a/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h +++ b/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fbff4739dd01a1440681b02fb360ae2e71f9792a..ba3031b2f9aea48728c7ab852687757d9c2532bd 100644 --- a/ProcessLib/HydroMechanics/HydroMechanicsFEM.h +++ b/ProcessLib/HydroMechanics/HydroMechanicsFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e989d23aadd5a895a459d69c286f467ea53e2dda..b0b018f65b417c5f48d2f8f793fa4d14af940478 100644 --- a/ProcessLib/HydroMechanics/HydroMechanicsProcess.cpp +++ b/ProcessLib/HydroMechanics/HydroMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6fe09c92aa3c1d8e3f2e6942e75f3c36196386bf..6aa4c45fc878407b03b333f86fe3882eb381a9de 100644 --- a/ProcessLib/HydroMechanics/HydroMechanicsProcess.h +++ b/ProcessLib/HydroMechanics/HydroMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e7fca00fc212db30a8615b30920c92d11bb8bbe0..b8e543718f1c7e9843bac4460240f46403ca121f 100644 --- a/ProcessLib/HydroMechanics/HydroMechanicsProcessData.h +++ b/ProcessLib/HydroMechanics/HydroMechanicsProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1898a2b2af158e7f3324cea2b59525df2dc63f90..8d2c771760eef97681ffe23fbb98809a9d5b7356 100644 --- a/ProcessLib/HydroMechanics/LocalAssemblerInterface.h +++ b/ProcessLib/HydroMechanics/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a1f1c2187bed3a45d82d2fcc54b8ad1466956f83..aca8281a7a590e7319a47abe95e7257e88bf0455 100644 --- a/ProcessLib/LIE/Common/BranchProperty.h +++ b/ProcessLib/LIE/Common/BranchProperty.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a3c88a519bec4db6408e30caa45c7b34543cf92b..ab8bd37a980446ff41e008edcdf0c8d9439da183 100644 --- a/ProcessLib/LIE/Common/FractureProperty.h +++ b/ProcessLib/LIE/Common/FractureProperty.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a570093dea94f1305ec13ee2a2697aed605cf897..7d81b7dca84f80677076390d58302ccd3ff2f42e 100644 --- a/ProcessLib/LIE/Common/HMatrixUtils.h +++ b/ProcessLib/LIE/Common/HMatrixUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 861f273ba81d70be3275bd4fbb661540df074f39..13840ad876a6cfc751c5eb1488787a1e28217045 100644 --- a/ProcessLib/LIE/Common/JunctionProperty.h +++ b/ProcessLib/LIE/Common/JunctionProperty.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7298254587ea4da276e294705be9d21295205ba0..d95aa00f0f722e34b10e3756a0cbfe73fade0be2 100644 --- a/ProcessLib/LIE/Common/LevelSetFunction.cpp +++ b/ProcessLib/LIE/Common/LevelSetFunction.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 32242a1435c199f636f49d755b9fe12ca0f9a01d..f658b1de08150668c80d38aaaadb42f619de962f 100644 --- a/ProcessLib/LIE/Common/LevelSetFunction.h +++ b/ProcessLib/LIE/Common/LevelSetFunction.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4dba45ebb62a69bd632fa4482b106280059187ba..eac158b064a7bf2b207e561f39f00910e2111591 100644 --- a/ProcessLib/LIE/Common/MeshUtils.cpp +++ b/ProcessLib/LIE/Common/MeshUtils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d721a5101d62dab1b69a6ff7a8fb2f48d5a18b49..ba118349685ea00260803d9f39d8c791b1090dfb 100644 --- a/ProcessLib/LIE/Common/MeshUtils.h +++ b/ProcessLib/LIE/Common/MeshUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e155d67af99f7c7e52e40cbb9b03eafbee87efe8..62f49cb6d1de310ce8ca27c34eefbde4a1cf9655 100644 --- a/ProcessLib/LIE/Common/PostUtils.cpp +++ b/ProcessLib/LIE/Common/PostUtils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d575a9a69338717d8ceca57cb0820db00fbd8ecc..19ae20510073c97cba810689146cea90b22a5c9c 100644 --- a/ProcessLib/LIE/Common/PostUtils.h +++ b/ProcessLib/LIE/Common/PostUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fb9a289eba2346d33e4cd0510609295ccd02af90..ac303c1d88d416690806227b97b8959dfebe81dd 100644 --- a/ProcessLib/LIE/Common/Utils.h +++ b/ProcessLib/LIE/Common/Utils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1acb8891f9c705511804e156e514e0e420c92d16..6d433e1aca7f8d01dd868c88614ec6584bf1d2ea 100644 --- a/ProcessLib/LIE/HydroMechanics/CreateHydroMechanicsProcess.cpp +++ b/ProcessLib/LIE/HydroMechanics/CreateHydroMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 78348a918d9c657d02b3333f4cb942618aad9bda..33a0f1579b824d0db6954b1647ba90643503a1c3 100644 --- a/ProcessLib/LIE/HydroMechanics/CreateHydroMechanicsProcess.h +++ b/ProcessLib/LIE/HydroMechanics/CreateHydroMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 09eae8d86d335198eca88d6dd4518230aa5c5b96..2824e8b091de5e68aff64a5aae9fe6043e967ff6 100644 --- a/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcess.cpp +++ b/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e463100322c234777f8feaa7e05db467bf535e14..bf6f6ead0da89e2bee931d9763ee89f40a47e50a 100644 --- a/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcess.h +++ b/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6ece07fb4fab93e7fe3ea522e8f2f5dacafefc75..26b1c6267069a538f7b79057cd9303311fa24344 100644 --- a/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcessData.h +++ b/ProcessLib/LIE/HydroMechanics/HydroMechanicsProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3d4fc619215b330a24dde644632fbddc15ba3569..72b01d9c504420d2e381a16fad593c985e56df67 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/CreateLocalAssemblers.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4172aad8f3eabec09dee2348ef2c7177b6c832b6..6694e2a1a2fd32de91391f8b18a8f627b3842257 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 90336f9a9b4016f48edc40ee594eaa22677a118b..b5589d69c3f9475d5185c64fc30e8707f7190daf 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerFracture.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerFracture.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 22d74ea75f39a3d9eae581d1a163ebbdf08880ca..e3f5c12c1395047e1a64b03684f2761694100a24 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerInterface.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6cd55636203cc37eb06e53c45e5add1f1db7827a..a1fa05c0b735c62d487676fb30baf603f008a15f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2e30cb26ea4a6ce23968815b3783e8a5db0aa121..8df4a70b1282a9bcb50a7f3a34981b5b810cc6c9 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrix.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrix.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 014a75f7514c8398de088cc0c8fbaed28d265831..7c80bcd2cc42130c9df0d093f87b68878e99a017 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b4464cd0622658c7091b0afdd6c4d8e3188adfc0..55e04aca4316a10b642398cb4f89d07d882d3c1a 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrixNearFracture.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/HydroMechanicsLocalAssemblerMatrixNearFracture.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0971204afeadd21ed20a9f7f7fe7117ddb788f2e..12dfc36a41d6f195c147edd506d62aac81ace644 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/IntegrationPointDataFracture.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/IntegrationPointDataFracture.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2ad07635119896a1d03c7266b8dd1abbaf83eff1..c131ecd098bcde5f2bf1afa02fc09eeb8442c728 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/IntegrationPointDataMatrix.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/IntegrationPointDataMatrix.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cceca81bc8e6affa031bebfb9c4398be80da2c47..08498e893b04786af6e73498d483e9236984df95 100644 --- a/ProcessLib/LIE/HydroMechanics/LocalAssembler/LocalDataInitializer.h +++ b/ProcessLib/LIE/HydroMechanics/LocalAssembler/LocalDataInitializer.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2e2241fcd2c0bbb0b554aa44dec13e630200427f..bf363e329c4c67bdbc00beafc8b1e80b6445f772 100644 --- a/ProcessLib/LIE/SmallDeformation/CreateSmallDeformationProcess.cpp +++ b/ProcessLib/LIE/SmallDeformation/CreateSmallDeformationProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 660b211c9cfb07a17e5ac03809c4d6acd9e6781f..ebb0a5858970bb053f43e2cf4c9c6f01a474d1c7 100644 --- a/ProcessLib/LIE/SmallDeformation/CreateSmallDeformationProcess.h +++ b/ProcessLib/LIE/SmallDeformation/CreateSmallDeformationProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 dec59ee6693ce6ce030f601e40207b0ed8177dda..210225c1ca5800845c2183fb0b67e7c118581e30 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/CreateLocalAssemblers.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b45989f04a74252dcff55c91404af4326ecb89d6..eaa6016c67499dda5e20fb64a3ac26005becbfbf 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataFracture.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataFracture.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a4cca1740a2cc3352a564862a4b6bdc26f37bee6..225844b9157ceedfcdfb569e62914c2e571f0ffd 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/IntegrationPointDataMatrix.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 505a4dab073177899505667785bd7be631447694..765c416ce60fa562882e01d1b011ba8bcc572a1e 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/LocalDataInitializer.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/LocalDataInitializer.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 17db428bc2349c987df08a735f892292fe410644..806c3711eb020516040b698d90cb97be7ea39788 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SecondaryData.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SecondaryData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 24bee702efb5cd3699782f6df05702166444616b..a1e2da74c286ba02d76740f360caaa116be839f9 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3891b74e93ed51873bd896cfb6a56618d283fff6..fff4ccad50afcaf174bfad4ff8207a04caf39592 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerFracture.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerFracture.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1092323469d987dc7bc8ffe84f07696516742b0a..801b5d3226255102b9108e385b91f462c2a2cb8b 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerInterface.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 de76eaf0ddfeae28dd89eb704b1b19e71eee202b..a4c616ed74b085a52f00dc95c37ca11cc0541d8a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 35ed1a8bcd4e2a4faff1a0524ba969770f49747d..244c1a2843725e4a9092af4659725d01adce15f1 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrix.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrix.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b65a3448a4a7fae3d65a34746f43ce03ecfcf3d1..ad101a3be4d4fb38d683f4cfa313c564ed143da5 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 be9abcdae48a1f546319d336af67b7118277fccf..117b8ca9ea661fe38ac25bffe36273e986c6865f 100644 --- a/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrixNearFracture.h +++ b/ProcessLib/LIE/SmallDeformation/LocalAssembler/SmallDeformationLocalAssemblerMatrixNearFracture.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 52d7bcffb42346d62d573b3fb31e5df3927b4443..2dc874be5715518fed138c6518ae6082a2fb2efb 100644 --- a/ProcessLib/LIE/SmallDeformation/SmallDeformationProcess.cpp +++ b/ProcessLib/LIE/SmallDeformation/SmallDeformationProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5be047d169f5e5b8b4ae4066e12d3a9a26c1c032..8677f2f6e4e8008f0861e658eb5b91e0bb48bbe9 100644 --- a/ProcessLib/LIE/SmallDeformation/SmallDeformationProcess.h +++ b/ProcessLib/LIE/SmallDeformation/SmallDeformationProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2cdcd25400003dd6250d057944c660cde6403bcd..83593bb610f1c7250b6998a5ed58d8f6401e4265 100644 --- a/ProcessLib/LIE/SmallDeformation/SmallDeformationProcessData.h +++ b/ProcessLib/LIE/SmallDeformation/SmallDeformationProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ca44615d6d5452b364c61b3644f43cb594930a6c..bc0d9112b22ca43bcb4c6f4ebc35658148ebf7be 100644 --- a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp +++ b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b9c1451a42f256ff45ba8e947d67c6c67df60196..32ff5e7e818cff2c6174c685f3da5e84d22f2487 100644 --- a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h +++ b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ebb234f356995653eac93fc1dbd1e2766bde8dbc..bf8a1bd327893875c4bcdf17f1f62ac1b8d2f4a9 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowData.h +++ b/ProcessLib/LiquidFlow/LiquidFlowData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 03669674eb1ce605ec881bd99ae251d4451b2d59..636a49c86386e7ae2ea41430daef77754266ef77 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler-impl.h +++ b/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 161bc154cbfea19ec5c21e2c1ef082243e68b5ce..5c26200d8cc5435bd599f98d42a9f31c74489426 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h +++ b/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3f7210ed98a378b5b9d909eae3e193d98a504d07..e775c5c1fb6661af24edb5f0eabfaec9ced642e9 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp +++ b/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 836e1f35f7988078181cf4834b0d0138ab03231f..0e7fe884809a9bcfc6b1238258482612795ba12b 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowProcess.h +++ b/ProcessLib/LiquidFlow/LiquidFlowProcess.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9255947f2402e8b217dd894e3501d3a07e65ff7f..cc1052e14bc616bdc82b96f784aeecf3c52a9727 100644 --- a/ProcessLib/LocalAssemblerInterface.cpp +++ b/ProcessLib/LocalAssemblerInterface.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9583f947da5ccc4cfa793094a4cdf7368e334b4b..1442c3bf242973441e790a1e64c608e33bba3bcd 100644 --- a/ProcessLib/LocalAssemblerInterface.h +++ b/ProcessLib/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e86230b04cc54ef16bc987cdb1c764bd80ec3d08..ae42d4d5de93212e13ed7fd973ea7eee25452f0b 100644 --- a/ProcessLib/LocalAssemblerTraits.h +++ b/ProcessLib/LocalAssemblerTraits.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b70a16e0d6d96071f02ca221abb228fe95690f60..b1866521d90b530fd0f01283483887395dea6d58 100644 --- a/ProcessLib/Output/AddProcessDataToMesh.cpp +++ b/ProcessLib/Output/AddProcessDataToMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0f084627fb8298f7cf931fab1055424037a03f17..2ec43ab75af3c77fd41e9d8b02c3ffba5e42b53c 100644 --- a/ProcessLib/Output/AddProcessDataToMesh.h +++ b/ProcessLib/Output/AddProcessDataToMesh.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5e91292ad24a8a151087aa416505971080f4bd5e..5fb6788f87aa9b47a9389c5a8d1da95bdc0633a2 100644 --- a/ProcessLib/Output/CreateOutput.cpp +++ b/ProcessLib/Output/CreateOutput.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d243bb1662a68e5662f6d0e6c4e0f205541329d2..92ff21196e7c350b6bbdbb372311875e26e77fe6 100644 --- a/ProcessLib/Output/CreateOutput.h +++ b/ProcessLib/Output/CreateOutput.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d88ecc02e97a22552e5f7407aa57b0b3af81b5da..c93e6cb6c33d77d023e37cfaf3a24c00c7938ef9 100644 --- a/ProcessLib/Output/CreateSecondaryVariables.cpp +++ b/ProcessLib/Output/CreateSecondaryVariables.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2854a46e8c5026ba4b6bf7ff0df9372d58454094..465820061cbb70bcd7cc3b8a10378e0809a8b887 100644 --- a/ProcessLib/Output/CreateSecondaryVariables.h +++ b/ProcessLib/Output/CreateSecondaryVariables.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a5cd14e4db28550ca997c8dba985845f5a9b0bae..af6a9628197372008d8ed1ce5ee4be5b6c6db526 100644 --- a/ProcessLib/Output/ExtrapolatorData.h +++ b/ProcessLib/Output/ExtrapolatorData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9f8daa8aaaeb0edad58cddcefb9ef2fbe9104108..f3620474837e3a1825d70576336a2e3790f4d23b 100644 --- a/ProcessLib/Output/Output.cpp +++ b/ProcessLib/Output/Output.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a36a911610c188942a5852d7deb4c372fd7d8107..94775d5f0056a2d38f6d10121f09b5f5c17405e4 100644 --- a/ProcessLib/Output/Output.h +++ b/ProcessLib/Output/Output.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5b19b17ac95af3bb0981991c5041b31ad42ea7a5..e25a83da8cb48cb9e40f6bbb7900e92435ebbbd6 100644 --- a/ProcessLib/Output/OutputDataSpecification.cpp +++ b/ProcessLib/Output/OutputDataSpecification.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8ff12ec469ce4d55e3cb492347522bd8e287df80..6c8a76070d2f18241279b33de3097a112dbc751b 100644 --- a/ProcessLib/Output/OutputDataSpecification.h +++ b/ProcessLib/Output/OutputDataSpecification.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fdbc4c046ed82f3dfeeb0333847c4f3226329267..f0d752d3d4100944602c83b278a53996f42fd123 100644 --- a/ProcessLib/Output/OutputFormat.cpp +++ b/ProcessLib/Output/OutputFormat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 23f3fbb69311999c6c21053d7e01161ccda5de88..65917d6ad0db63ac71460735454185b0fed7278d 100644 --- a/ProcessLib/Output/OutputFormat.h +++ b/ProcessLib/Output/OutputFormat.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7c72e99af38fd6e6b0a272e487a292aefaf34f9e..0d2a155af26c58f68b4094b1bb25e91870b3c4a9 100644 --- a/ProcessLib/Output/ProcessOutputData.cpp +++ b/ProcessLib/Output/ProcessOutputData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 733d7271be8722e545a502ad0312330a9febaa75..f84c68f95ed7c78f1bf83825d10319af11379bdf 100644 --- a/ProcessLib/Output/ProcessOutputData.h +++ b/ProcessLib/Output/ProcessOutputData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 608bc413e4bdd1634b97bbac78d669b6a875f3d0..b19e9370943c5083ac50fb7424b58e29a029b531 100644 --- a/ProcessLib/Output/SecondaryVariable.cpp +++ b/ProcessLib/Output/SecondaryVariable.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 213fabc981b292d6e07310de21fe2d9811c5ebee..a5326c84ee100700415a8b20ae6304e9eb0d7f24 100644 --- a/ProcessLib/Output/SecondaryVariable.h +++ b/ProcessLib/Output/SecondaryVariable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 234a2e879f63fe6e60be4352de2aa4d031782884..8bafb7080c2d51d960d7c77dfd3bb1066f7847db 100644 --- a/ProcessLib/PhaseField/CreatePhaseFieldProcess.cpp +++ b/ProcessLib/PhaseField/CreatePhaseFieldProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fb1661f30844ab31c4da5d646d885870e595850e..bc3d99285a1b3bc9c5f0330679b9114635825ba4 100644 --- a/ProcessLib/PhaseField/CreatePhaseFieldProcess.h +++ b/ProcessLib/PhaseField/CreatePhaseFieldProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 28915ce8aa65217a33c3835d4a0e7916137b0fb1..70fbb391f904c32e5aab13ea1e78ed89bf471bf6 100644 --- a/ProcessLib/PhaseField/LocalAssemblerInterface.h +++ b/ProcessLib/PhaseField/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4ec10f1f0325ce645ad9b05f35dd0f1ccc87e6ef..bd8ee0f683c63eb04e00d951f9fb4c6bcd020441 100644 --- a/ProcessLib/PhaseField/PhaseFieldFEM-impl.h +++ b/ProcessLib/PhaseField/PhaseFieldFEM-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 bc17b8c8e01519585c22aa775b934c92630d15e6..e0f79d5df360499a1e0466ed4eef19d7203b3d57 100644 --- a/ProcessLib/PhaseField/PhaseFieldFEM.h +++ b/ProcessLib/PhaseField/PhaseFieldFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fde23f865104a6df173e8a062163a5a1bb6f18cb..1869285d7e6dce5c39e59ad7f3fcfdea255136ca 100644 --- a/ProcessLib/PhaseField/PhaseFieldProcess.cpp +++ b/ProcessLib/PhaseField/PhaseFieldProcess.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e0168f861954f6273ecc8d6be6c8c885f35d7563..875032dfbbce06a51a7b48dae26c59cddc8ada95 100644 --- a/ProcessLib/PhaseField/PhaseFieldProcess.h +++ b/ProcessLib/PhaseField/PhaseFieldProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 02ad9db92a1573182e74687a2050bfb6885dc80c..4414c6863b8835224d0807a8e733163df5ca54bd 100644 --- a/ProcessLib/PhaseField/PhaseFieldProcessData.h +++ b/ProcessLib/PhaseField/PhaseFieldProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 762aac76e13e99e36d54f9ba3606bc8b13d11538..a1ca553e86ffeee1b3142c9377a192961b91c5bc 100644 --- a/ProcessLib/Process.cpp +++ b/ProcessLib/Process.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2a37aa8f1860f000f9c684cb438417fc32f632f6..e03de38d46613dd1db076ba5a930474bc2ee68fe 100644 --- a/ProcessLib/Process.h +++ b/ProcessLib/Process.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c79f54d8faece5b48b060c741ae99a4930814ceb..f1bd670e7b764b6ec8b4741306cda2b347a65b8c 100644 --- a/ProcessLib/ProcessData.cpp +++ b/ProcessLib/ProcessData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ce2f9f4a423418ac3e58a63e6cdcf69cd15be89b..7aa2c9c4204e5f05a878a64480e2dc926f9de8d6 100644 --- a/ProcessLib/ProcessData.h +++ b/ProcessLib/ProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 872968ca35520c7950d671a8ec00dc7303feba6a..0b825b7c488f27fcc30c9358b833d0f497f86206 100644 --- a/ProcessLib/ProcessVariable.cpp +++ b/ProcessLib/ProcessVariable.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e1c5e55a83268320ba413cfe1b5f9ded446af94b..fcdc12d6738255630287b5417aa5d17c22138f2d 100644 --- a/ProcessLib/ProcessVariable.h +++ b/ProcessLib/ProcessVariable.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 eecdc2b39d533e62cf22a557dc64d13115b2c2e8..fd26fd50d2ca053c4fc41e9b4913c3faacb45a1d 100644 --- a/ProcessLib/Reflection/ReflectionData.h +++ b/ProcessLib/Reflection/ReflectionData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a8dac205cd1db2329791c999a86b78d2eb062ad3..07456fad5dbcd30a09838f863873319df551471a 100644 --- a/ProcessLib/Reflection/ReflectionForExtrapolation.h +++ b/ProcessLib/Reflection/ReflectionForExtrapolation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 dc7a202b2a09ec849630040cc09bd39d1ed24bee..e96728ffbf8861e0cdb5fa03e20900f84e959c4d 100644 --- a/ProcessLib/Reflection/ReflectionForIPWriters.h +++ b/ProcessLib/Reflection/ReflectionForIPWriters.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a71ce46fd9ed542691b22d1b29cfd79d59d9a6bb..9fdc4b66fe068231461c30e39ec9c81648c9d7be 100644 --- a/ProcessLib/Reflection/ReflectionIPData.h +++ b/ProcessLib/Reflection/ReflectionIPData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b62acb76d1115a98c483f4ad4349ce1c033491f6..69a15e97d62df1d25593595976d28b6ad5000708 100644 --- a/ProcessLib/Reflection/ReflectionSetIPData.h +++ b/ProcessLib/Reflection/ReflectionSetIPData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5f1559bac0d30f38049f8f801d3bd6259059e1b2..71ab59ce43901e5db1e03b3b5b12c7aefb7e4b2a 100644 --- a/ProcessLib/RichardsComponentTransport/CreateRichardsComponentTransportProcess.cpp +++ b/ProcessLib/RichardsComponentTransport/CreateRichardsComponentTransportProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a3461fa28d0c95724308617f4067e7d5f753b670..62dbda48b54ee410ca251b4ea33ab1815f0b634c 100644 --- a/ProcessLib/RichardsComponentTransport/CreateRichardsComponentTransportProcess.h +++ b/ProcessLib/RichardsComponentTransport/CreateRichardsComponentTransportProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0a04f6a6aaaba85536b087231662475e634710a9..65fe5f2c2ca707240bbdf60dbac266a3c3c4ab5f 100644 --- a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportFEM-impl.h +++ b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 779eec1b3b8640e7a2c931cfa012ec677eec4298..122e130ce49a929f659950912955c53e4502f09e 100644 --- a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportFEM.h +++ b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 dc299302fce93c662b59422067c1fb33c4270d14..3c3d8bb79633bf4479bcee140f79f81e023e33ad 100644 --- a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcess.cpp +++ b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 23142e914d590eda067dedece8550805e90cd95a..5f09434464167803725c1b71088150816bdda1a0 100644 --- a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcess.h +++ b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9c3c56ec0820f7bd68a7bcf79ccc8279f76ea183..85448a28922c50b2e770d614a11d406942bd2fc9 100644 --- a/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcessData.h +++ b/ProcessLib/RichardsComponentTransport/RichardsComponentTransportProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f32e7396950050e981e329df9d145703905486b1..e91927e5c15447a8fef85468570edc7d04209f32 100644 --- a/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.cpp +++ b/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 19d64de693607538dc936b2fb1fa586737d8f9be..dddefcff8f7082b797cadf25cf4d63d769c624ec 100644 --- a/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.h +++ b/ProcessLib/RichardsFlow/CreateRichardsFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 698f33f2e7d61a594b8b7ea6351b6043eeb99741..e007643ae2f1d9110ee1d3b43ffb8aa2561b88ed 100644 --- a/ProcessLib/RichardsFlow/RichardsFlowFEM.h +++ b/ProcessLib/RichardsFlow/RichardsFlowFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 48d27b357aed87cc2a9c1a8688c6129d171215a1..0878652ab9fdc70cb1bf4c91964f42ecd47c8536 100644 --- a/ProcessLib/RichardsFlow/RichardsFlowProcess.cpp +++ b/ProcessLib/RichardsFlow/RichardsFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cd129664e70d596b6e756a932e4d0d4a96e65892..83aac3a00366615161ba63241088a162227f10ad 100644 --- a/ProcessLib/RichardsFlow/RichardsFlowProcess.h +++ b/ProcessLib/RichardsFlow/RichardsFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9b09c9c91c8ee4c00aa4bffb66954bc042736226..95d2fb5aab2091976cc7114f798584eaca3dd33b 100644 --- a/ProcessLib/RichardsFlow/RichardsFlowProcessData.h +++ b/ProcessLib/RichardsFlow/RichardsFlowProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7596c26d78e1e4f7de50596b32efdd4e22615140..f30382b1f580a39952311d367c81c31486e4d087 100644 --- a/ProcessLib/RichardsMechanics/ComputeMicroPorosity.h +++ b/ProcessLib/RichardsMechanics/ComputeMicroPorosity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 989de4711131286fe4608ef973bbc74ca5e95583..0d77b0d18990a0e931a46ceadc10a4193f0537ad 100644 --- a/ProcessLib/RichardsMechanics/CreateRichardsMechanicsProcess.cpp +++ b/ProcessLib/RichardsMechanics/CreateRichardsMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2c217c10a42424f11cde0f1499aa5d29743e7c52..0657170f92147175d7ef7dfa8525c32c46703b81 100644 --- a/ProcessLib/RichardsMechanics/CreateRichardsMechanicsProcess.h +++ b/ProcessLib/RichardsMechanics/CreateRichardsMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8abb39d4c7cc77c84fec60945dbefa24f4784703..64971c5bfc50759cc9a1207aa8fa83bdbf4a9eff 100644 --- a/ProcessLib/RichardsMechanics/IntegrationPointData.h +++ b/ProcessLib/RichardsMechanics/IntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9036044d81ed71ddcbacc02b14754a7680657ff1..c237aa9b55f779be6aa61c0200d92f21c910cb6b 100644 --- a/ProcessLib/RichardsMechanics/LocalAssemblerInterface.h +++ b/ProcessLib/RichardsMechanics/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8ba904a13c9c53b3014d36d636fa103a60d25541..72c4d99b0fdc1c53931dc27135136cf014ad1a1b 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1c76b8b88c39628f9b2aa7a098e73692ca8436c5..bc11433f465f5467860e3dea463a4f24ae328f34 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsFEM.h +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5060e3df9dbf89f9bb7879a7d9f47c5f094200f1..a9603cf2e2676e8c5dc1655865fcd962dbc40613 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.cpp +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 944b683e89ae25fefbc939211d7d327a2e0e29dc..4128105bdaafab50ce1e8f5e90d0b53cc8cd64e7 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.h +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 43b912517f01e58640f85ff8924c1ac4e545ff92..bf7c803f2692ea83ff94fbc13ebcc073c86ddb33 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsProcessData.h +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 189fffdadd032b49ead210b46315ec64786ff4a2..370be501438c76627394a48fd0a21af747970704 100644 --- a/ProcessLib/SmallDeformation/CreateLocalAssemblers.h +++ b/ProcessLib/SmallDeformation/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 889b06fa13f176945593145ef798f10742cc020f..1ec05ff5627d3fe6559cfaf236103a640fb68864 100644 --- a/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.cpp +++ b/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6a34f9fe5608e46e197595e7ca20f5f78d149140..bcd1b88f57455571cc5849c7409025b1b374db45 100644 --- a/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.h +++ b/ProcessLib/SmallDeformation/CreateSmallDeformationProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0fa385f5839b092ad7bb9c93c0f260e63f843e4a..4283802ef2bde261e3c15d7d4b0279598c51e6a9 100644 --- a/ProcessLib/SmallDeformation/LocalAssemblerInterface.h +++ b/ProcessLib/SmallDeformation/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a3d0ce2f99a15d1e66f0b5b335574eeb9ab385d3..3e8353b8c1adcc5ef412f3c57997d93f27858686 100644 --- a/ProcessLib/SmallDeformation/SmallDeformationFEM.h +++ b/ProcessLib/SmallDeformation/SmallDeformationFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4090646ce948a521179b9461f16025dbeb096366..e5b00677d862d89afaf2dcb72145cdd8471a421c 100644 --- a/ProcessLib/SmallDeformation/SmallDeformationProcess.cpp +++ b/ProcessLib/SmallDeformation/SmallDeformationProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 87be392358d868a1e01c795812ffae985d6f7020..0d0ae5107b181c5f05b64d24bce4bd0eeac2b9f9 100644 --- a/ProcessLib/SmallDeformation/SmallDeformationProcess.h +++ b/ProcessLib/SmallDeformation/SmallDeformationProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 da527c2591fd295951618e85d9e195840ca81b51..8b8fb76cf3b69575f15b59d80ec9da1b8eb0e5b4 100644 --- a/ProcessLib/SmallDeformation/SmallDeformationProcessData.h +++ b/ProcessLib/SmallDeformation/SmallDeformationProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 875d35c45e24c2ab6dd4b9410db424640e52d9d8..f52d00d3fccd22fab9a9c6e15692b3c0acef34f7 100644 --- a/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.cpp +++ b/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 739f6b2931d35f72dde3249ee112509074473da6..e53ddfdbcc90b6d469bc110e53507c44931c98c4 100644 --- a/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.h +++ b/ProcessLib/SmallDeformationNonlocal/CreateSmallDeformationNonlocalProcess.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 383980f8e43b6d789e4ef11869063845d8c4e503..544d420f3a24c08f4d804f54363c98b626fd2fd5 100644 --- a/ProcessLib/SmallDeformationNonlocal/Damage.h +++ b/ProcessLib/SmallDeformationNonlocal/Damage.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 13de374583d816f61a5b2aec6db9b3730f45e41d..bc2c91f617ed340d1ce1dba3cdf357b7ebdbd187 100644 --- a/ProcessLib/SmallDeformationNonlocal/IntegrationPointData.h +++ b/ProcessLib/SmallDeformationNonlocal/IntegrationPointData.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 40045d6a6413985caf6bbe9ec74838c4fe0b95f4..1fa0dd3fb57bc6bac7af9bfb1416e76613ecd1b0 100644 --- a/ProcessLib/SmallDeformationNonlocal/IntegrationPointDataNonlocalInterface.h +++ b/ProcessLib/SmallDeformationNonlocal/IntegrationPointDataNonlocalInterface.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0f21d792cedf1cadd4c7e66d2e16074e5045b47f..75bc1a3ba8126c533447d81c16f04f8e5035d716 100644 --- a/ProcessLib/SmallDeformationNonlocal/LocalAssemblerInterface.h +++ b/ProcessLib/SmallDeformationNonlocal/LocalAssemblerInterface.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 402ade7fbeca417a0f749615d6c519dff384cd34..acc4c2d6bc7629794f84ec07d4d2e4a003046abf 100644 --- a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalFEM.h +++ b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalFEM.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 634d0d0de0e1cc658eee80708f24810444384fe4..d1fcf282a317ca979b4782250e4653533629308f 100644 --- a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.cpp +++ b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f0f8425804a486f6c19857da056d03d0315b71fc..d2abf804576cd9e8c9a089f37c41fa96fd1001c4 100644 --- a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h +++ b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 34d82979282d0b506aa7b3f83df34a1e35820771..b90037fe5235e8a62b2de48669d996bec259ce3e 100644 --- a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcessData.h +++ b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcessData.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 81179dce34ee92ca3d45f38f3a07f16128b74a65..701fc67b45c85cab1bcd508f0c16176e61270011 100644 --- a/ProcessLib/SteadyStateDiffusion/CreateSteadyStateDiffusion.cpp +++ b/ProcessLib/SteadyStateDiffusion/CreateSteadyStateDiffusion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 03be0a4fc98d69948a8f7331c98061baf0e67ac1..74572e2585a56905ff1036e9acd67f982b2ab249 100644 --- a/ProcessLib/SteadyStateDiffusion/CreateSteadyStateDiffusion.h +++ b/ProcessLib/SteadyStateDiffusion/CreateSteadyStateDiffusion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d90ba5afccb99280305a2fd528ff5961451333eb..d68c1fdc885de80bc141667c2094b00e9861b2f0 100644 --- a/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusion.cpp +++ b/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a822872d1135fa3d93977cff757b70a650bd1009..9847c46880cf5491df657cf67e73e3cc61c7a40b 100644 --- a/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusion.h +++ b/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 66e1d8f90e004fb12bd6849c332458f13b022cd2..a7b2f2e55c8fa0c1fc9664ed1eda012b0249af35 100644 --- a/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusionData.h +++ b/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusionData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a9c893f849031800c15d23c29e9830e47f4469a0..c653ad13b861e47d1e40610187b273470ef19252 100644 --- a/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusionFEM.h +++ b/ProcessLib/SteadyStateDiffusion/SteadyStateDiffusionFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cf4691665f82007cc17ea57f6a0f7e83220e482b..91cea3678a8d74028dc1dc1b0e4eea5261ff3850 100644 --- a/ProcessLib/StokesFlow/CreateStokesFlowProcess.cpp +++ b/ProcessLib/StokesFlow/CreateStokesFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ae0e95bad3043191a9c32a7adad35a89831b5b05..16065a8e3fd36329b7d171fd178e49cd0affea96 100644 --- a/ProcessLib/StokesFlow/CreateStokesFlowProcess.h +++ b/ProcessLib/StokesFlow/CreateStokesFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5958df16b304b7a03d548ea644e607be500eba7b..7ef848ffab5069dee3c05b3832f8a7196d9b43f5 100644 --- a/ProcessLib/StokesFlow/IntegrationPointData.h +++ b/ProcessLib/StokesFlow/IntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3ab9d34a9f7c4c852f82e755bb3d8bd6c3ee5b60..1c9b3c7a57e12a94c26623992bdab390261529fa 100644 --- a/ProcessLib/StokesFlow/LocalAssemblerInterface.h +++ b/ProcessLib/StokesFlow/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 50671009794eb5074477bd6f9376bc0c92d335f6..aa38f4e72c181c3dfb613ccaae3d0ea820d63a34 100644 --- a/ProcessLib/StokesFlow/StokesFlowFEM.h +++ b/ProcessLib/StokesFlow/StokesFlowFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2f22d355227d86a1809805bb12076990e22c96a8..5cc64069193e7bc27407bbf5a927efe552c2494d 100644 --- a/ProcessLib/StokesFlow/StokesFlowProcess.cpp +++ b/ProcessLib/StokesFlow/StokesFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a7fbe88e188c747081fe9ae22d0b273c7ab5c6d7..c16b3fa9a15cd5fa5804e117b85f02291168e567 100644 --- a/ProcessLib/StokesFlow/StokesFlowProcess.h +++ b/ProcessLib/StokesFlow/StokesFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 47ff2400bb7605d327173b493c9360cf95d6cad7..2e3f392bfaf23ca5ad1e1c661eb1c81fd9daffe3 100644 --- a/ProcessLib/StokesFlow/StokesFlowProcessData.h +++ b/ProcessLib/StokesFlow/StokesFlowProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 da6cd312a118d8930166b94ec8d290824f681b39..e35feea93c1fce081ef81792c825719fb0ef337b 100644 --- a/ProcessLib/SurfaceFlux/SurfaceFlux.cpp +++ b/ProcessLib/SurfaceFlux/SurfaceFlux.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 63a6f1a529e99268c7c97dd13c13f23ea1e1efa6..c5cf43a51cb7821a4a4b6950d2d5f5e18cb3bcf6 100644 --- a/ProcessLib/SurfaceFlux/SurfaceFlux.h +++ b/ProcessLib/SurfaceFlux/SurfaceFlux.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b1c52da415b99a95254a610ff8fab9149b2ba6c9..a61816d4a948692aea623f076dd829b1b716d3eb 100644 --- a/ProcessLib/SurfaceFlux/SurfaceFluxData.cpp +++ b/ProcessLib/SurfaceFlux/SurfaceFluxData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 99c0fdcd986deee904e4be58ca7a87556acf8807..706abeb1ac2e2c118fa3cc70237d0268f26f5ae0 100644 --- a/ProcessLib/SurfaceFlux/SurfaceFluxData.h +++ b/ProcessLib/SurfaceFlux/SurfaceFluxData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 60d9c8ed28232719ab6cff22ea9c3d420b3045f1..65e9d56bed578ea362149efc20ea32ef72df2277 100644 --- a/ProcessLib/SurfaceFlux/SurfaceFluxLocalAssembler.h +++ b/ProcessLib/SurfaceFlux/SurfaceFluxLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 75787fd4c6bfebd84f21ab8383b1770bda576eca..dc628569649bd6dedf4fc3898ddc5e36366d5dbc 100644 --- a/ProcessLib/TES/CreateTESProcess.cpp +++ b/ProcessLib/TES/CreateTESProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 000261e446eec6a40679d4b7b8075e2a151d4be9..eecd6ff78a3a725dcab6b5cb2c7186aeacd9973a 100644 --- a/ProcessLib/TES/CreateTESProcess.h +++ b/ProcessLib/TES/CreateTESProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 613fb97ee175d08225674607a28038a9d89f22f4..0fe96728811c05ca94a345c6c954371b8b6ffafe 100644 --- a/ProcessLib/TES/TESAssemblyParams.h +++ b/ProcessLib/TES/TESAssemblyParams.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0b9df7077f1c77aa446368584741fc4bbc7d063f..8848f8c29bf9768e70f0d80e92c9a5a386516d19 100644 --- a/ProcessLib/TES/TESLocalAssembler-impl.h +++ b/ProcessLib/TES/TESLocalAssembler-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 34db554b8438710ff699c3a0a08fec5a370d7522..7b2710013ea1c8ffce9238247e798fbd8cb90472 100644 --- a/ProcessLib/TES/TESLocalAssembler.h +++ b/ProcessLib/TES/TESLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4e301ac40e5ab02ec906b9163e3930b5b04fb15a..1f134a235b776c4a9365f7af36abb5d9114ba435 100644 --- a/ProcessLib/TES/TESLocalAssemblerData.cpp +++ b/ProcessLib/TES/TESLocalAssemblerData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8aacb6cb4811f03f85654dab02706a401af8a46a..3e3e8ca7ec497f4f0b46b65c517e51aefe115ebb 100644 --- a/ProcessLib/TES/TESLocalAssemblerData.h +++ b/ProcessLib/TES/TESLocalAssemblerData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 104e722b34b0ad473d21c4ec1022c17d97b70c41..6fe5565f4def838b66e4eda7768e04ad046953c1 100644 --- a/ProcessLib/TES/TESLocalAssemblerInner-fwd.h +++ b/ProcessLib/TES/TESLocalAssemblerInner-fwd.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 208eca9274f534aafd22daca33c725a21b4a32e2..9465f1787a3cde50fe0eba429d905599721ca9e1 100644 --- a/ProcessLib/TES/TESLocalAssemblerInner-impl.h +++ b/ProcessLib/TES/TESLocalAssemblerInner-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e48c8d6edd76821937bc8d9371a5f7c2160d1b07..cdcf2105c1fab26b8fc972581216bc7327f6b1e5 100644 --- a/ProcessLib/TES/TESLocalAssemblerInner.cpp +++ b/ProcessLib/TES/TESLocalAssemblerInner.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4929936175ff47ec457943f983396ef71b179e50..c3cb1f65038a882802b53fe78b462fac86bedbe3 100644 --- a/ProcessLib/TES/TESLocalAssemblerInner.h +++ b/ProcessLib/TES/TESLocalAssemblerInner.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2222b6cb195c7b730f7c8ce6481826c0f434a904..2b896991d79470875d61c7b98b5f104daed5fac6 100644 --- a/ProcessLib/TES/TESOGS5MaterialModels.cpp +++ b/ProcessLib/TES/TESOGS5MaterialModels.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 093a316e1fbda295cccc40ccd9807c1013276c68..158b63f017490cb55a6aa88bccf2a7de76c99d6e 100644 --- a/ProcessLib/TES/TESOGS5MaterialModels.h +++ b/ProcessLib/TES/TESOGS5MaterialModels.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ecafa5a07b7ed41f49058a809f87c2a80d18e03d..708b06956b2788ea66c26e8b3c410132b90e9e8f 100644 --- a/ProcessLib/TES/TESProcess.cpp +++ b/ProcessLib/TES/TESProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 69bcbcfd71a1c14d3d38707eb55208534616670d..1196fad272c92e03d4983f0b471aff7f679da9dd 100644 --- a/ProcessLib/TES/TESProcess.h +++ b/ProcessLib/TES/TESProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 37543364dfd1b505cd9970763363c386d25ac2ae..32adaf87857f4057935b5359f98db2f1bcb77e07 100644 --- a/ProcessLib/TES/TESReactionAdaptor.cpp +++ b/ProcessLib/TES/TESReactionAdaptor.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 45d3e242657558c31cda3c7408795538878e1051..71f211dc084257006c8f6bdba5a689e5dd3fa343 100644 --- a/ProcessLib/TES/TESReactionAdaptor.h +++ b/ProcessLib/TES/TESReactionAdaptor.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f00114478258d5e452258502663dfc703fb07a47..90ede730b040fed274e73d40742c067e5316cdf2 100644 --- a/ProcessLib/TH2M/ConstitutiveVariables.h +++ b/ProcessLib/TH2M/ConstitutiveVariables.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8940b03215b51a437bc9f614e80e7e31ba164207..a6bb403f2aea37e73fd7bed38410b0028465bd69 100644 --- a/ProcessLib/TH2M/CreateTH2MProcess.cpp +++ b/ProcessLib/TH2M/CreateTH2MProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 62da3f688e8a8477b93fb0083bb6b0b46425f5a0..f2b3a5f110afb9927e1bca69b5874b1d581eed54 100644 --- a/ProcessLib/TH2M/CreateTH2MProcess.h +++ b/ProcessLib/TH2M/CreateTH2MProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 131c83860000b4b68270d841493b8f7feaacda28..9b85ad46c76949a87aeacd7b600515ca802989e5 100644 --- a/ProcessLib/TH2M/IntegrationPointData.h +++ b/ProcessLib/TH2M/IntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d584d9c734df5dabd16d37d22b1d600f8bbe814a..5050930616d76339e46c4a225a600cfa7d6f6ba9 100644 --- a/ProcessLib/TH2M/LocalAssemblerInterface.h +++ b/ProcessLib/TH2M/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7235dd9bf297691b6b194cdfb800f9870a60cc75..d5fc22546f1eb2bce29c356ac7623f512128de5c 100644 --- a/ProcessLib/TH2M/PhaseTransitionModels/NoPhaseTransition.cpp +++ b/ProcessLib/TH2M/PhaseTransitionModels/NoPhaseTransition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ef2456f8cb96f13839023e9e95de6c80b81cc559..e7afe70d75a63e602ea9897d7346280ba74bfd03 100644 --- a/ProcessLib/TH2M/PhaseTransitionModels/NoPhaseTransition.h +++ b/ProcessLib/TH2M/PhaseTransitionModels/NoPhaseTransition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fb1464735c6a996002b6f986a4e7c75419933140..ea5d99ec6f8eb2a9df9c5f924ca797041db67dbd 100644 --- a/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransition.cpp +++ b/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransition.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ae4bf6f1447be06b95f00890181fe5f0f2dfe8ce..58bef2f6b32e203c7deed6eef2532ca07eedcdba 100644 --- a/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransition.h +++ b/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransition.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 89153bcd9f4aa013203b20d0a8ff09b61824ba1a..cdb9556e9e4c8dce4fbc2a3a173ac0656631dbd6 100644 --- a/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransitionModel.cpp +++ b/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransitionModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8b0c9adad2c4548197253f08370ef980b49d11e8..82799cd7990d9863189b37e16c871e206501a0ca 100644 --- a/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransitionModel.h +++ b/ProcessLib/TH2M/PhaseTransitionModels/PhaseTransitionModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3fbfb9d289d7e05e625144dfe18a59dafabcd1ea..58849432443a78bd11d13b3efef6abf483328b86 100644 --- a/ProcessLib/TH2M/TH2MFEM-impl.h +++ b/ProcessLib/TH2M/TH2MFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4535cd2f03d45c363773fae001f6cfff97242235..09fc3854c29383c87557b2dc7c8435641aa6d1b1 100644 --- a/ProcessLib/TH2M/TH2MFEM.h +++ b/ProcessLib/TH2M/TH2MFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cc84177261fc97ba2f5d94838e26a6a819130fbe..10fa5d69e7a934e7fe39f1c0845e06bc1db2dece 100644 --- a/ProcessLib/TH2M/TH2MProcess.cpp +++ b/ProcessLib/TH2M/TH2MProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e94b0bfd685ea8922462410b5f667a5794ee41ac..088e3b262d81553bcb14caef0eb186d03e03093f 100644 --- a/ProcessLib/TH2M/TH2MProcess.h +++ b/ProcessLib/TH2M/TH2MProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cbe87bd22c46065f7cd4c909202fd1582134540a..f2912a08ef7e08ee866ae5d5fb87a32ce0ff2b45 100644 --- a/ProcessLib/TH2M/TH2MProcessData.h +++ b/ProcessLib/TH2M/TH2MProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4003021fb833fc9e0c9205e608baed91c223cf24..229e9cb6719a5d6808489f57a33497eb8eea41c4 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.cpp +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d5adf1836c16ac6cec6693931330d147457e7d9d..0857171bd65bcddc02670a8d1a7aff0cc0b31031 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.h +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b3809402c9b17cd54c81290cf3f7e77a92a5995a..98350d372e99b78870995110ede94fa7ff0c8493 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPLocalAssembler-impl.h +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPLocalAssembler-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0b7fef2384ff0855dcb18bb6f11af12657ecf041..4c5fb8c521470dd733b75b9d66ea5646f95bda15 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPLocalAssembler.h +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c594159de17bfa63419ad1873e225fe2fbaaa224..6d5ec24c89692c803fd8d404b25ddd5b9c21972f 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcess.cpp +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d55ad0e6d30a1d7da978e8b2ff508c27cfb9d9fa..3c61a15a20f608c171ea665a75a013ff475ac7c8 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcess.h +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 86aedd4bf12c2ca54a1f0682408a373d1494951b..14e478a676f6125807e8161365c20c74e3784562 100644 --- a/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcessData.h +++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/ThermalTwoPhaseFlowWithPPProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 58eda7fae945182163d587d297fbb550e74fed9d..14d6c68101ec12bc68b1c7324b3f1eb0f6b26eed 100644 --- a/ProcessLib/ThermoHydroMechanics/CreateThermoHydroMechanicsProcess.cpp +++ b/ProcessLib/ThermoHydroMechanics/CreateThermoHydroMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b45155d5e6e2dec481a654b64786b27dca7cf508..53b0218fedbbd8ecb557d66b06a0c2ad496d12eb 100644 --- a/ProcessLib/ThermoHydroMechanics/CreateThermoHydroMechanicsProcess.h +++ b/ProcessLib/ThermoHydroMechanics/CreateThermoHydroMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8145f6f44dc258fae0378db16bfaba9b133f98b4..d32c31db896c6834a97716b489b19574acbaf9ee 100644 --- a/ProcessLib/ThermoHydroMechanics/IntegrationPointData.h +++ b/ProcessLib/ThermoHydroMechanics/IntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 35659c419c8809bac6d9bd91c5d9e0557c006c94..4d63814a87f1df4478af051176250227ae107f78 100644 --- a/ProcessLib/ThermoHydroMechanics/LocalAssemblerInterface.h +++ b/ProcessLib/ThermoHydroMechanics/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a91ac8f4b794ff1cce9773e609f75c3335af1082..e1e695a9d18656795a5d700d26f8ba6a191eea59 100644 --- a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsFEM-impl.h +++ b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 090782f44b1ae8e8fb23513c1125d1b2d7437baf..01487f32c7ef33e332ddbe1ea6d821b4a44f9d3d 100644 --- a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsFEM.h +++ b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 04ab885ef4e705400451bd5fd1cdc922ac2f50bb..93f76a2bed6f153e96021c624a9d18e37186a1dd 100644 --- a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.cpp +++ b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 da73e873105f2e4f023d026f945cc1b334d339f5..a2a548a619c39d154f3f72f7e7c4cb3ecb5bc0f9 100644 --- a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.h +++ b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 74f77a19200c9d4ec34512e7fd341ebf7b3a3de7..2886f9fbca8aa18b2898c16064db61fd71eb4f39 100644 --- a/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcessData.h +++ b/ProcessLib/ThermoHydroMechanics/ThermoHydroMechanicsProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0dfb9881a55508ea22189c80dd3b89df88b72c88..866126aab172cac3883439b4c8943fa5a5995509 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/CreateThermoMechanicalPhaseFieldProcess.cpp +++ b/ProcessLib/ThermoMechanicalPhaseField/CreateThermoMechanicalPhaseFieldProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5e70711836a55d106a72712ffcf2b875871ef881..770b7802a805471510f880e57c7fd6ed009dcab7 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/CreateThermoMechanicalPhaseFieldProcess.h +++ b/ProcessLib/ThermoMechanicalPhaseField/CreateThermoMechanicalPhaseFieldProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8bfe30d61aabea4a0f8f8471b6618703b999550f..fdb5b7a9504288d2d6ebcf769dc7e35dd485b5a4 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/LocalAssemblerInterface.h +++ b/ProcessLib/ThermoMechanicalPhaseField/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b63db08a064bd6d832c68e83ab2d7a3a397c3968..c4f202551f56d526462d11ab156b7a7d0f44be6b 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h +++ b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a22e9b7788e92b7c1e6dd552c7baf343669b3ccf..4a2391e1169876550d8899644d8c12263a8b9392 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM.h +++ b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7091f4f75ff3cc4beb2033ba0c2833422725210f..d71643e77802c1cd050dce2bb50e00827dadda96 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcess.cpp +++ b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e29b88842f0fe72f2ae2c163f2e2a4e3233944be..3a7967474fbd1897b025fc0b82db5c8abdf70ba9 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcess.h +++ b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d350d52d3b748a1c049d6576ad8c6f3e4e159d61..2fc9784905af2295fdae583c486cde2a94c92f79 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcessData.h +++ b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b759469e0326029ddd800d767015054d125eea72..daff8c8f7a4d3394e3026f88f8667d1d190c91f2 100644 --- a/ProcessLib/ThermoMechanics/CreateThermoMechanicsProcess.cpp +++ b/ProcessLib/ThermoMechanics/CreateThermoMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ecf1a90b6faf862dd6f2e78d2f7df5dcdf94ff9e..4fd2e31dfc62004276895e96256d1d4ec8ecec7a 100644 --- a/ProcessLib/ThermoMechanics/CreateThermoMechanicsProcess.h +++ b/ProcessLib/ThermoMechanics/CreateThermoMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f1551258faad91356abc20ff51140567d381fd5e..e1c04261fff2d69bd9b65c2df4068db5d5f6f2f9 100644 --- a/ProcessLib/ThermoMechanics/LocalAssemblerInterface.h +++ b/ProcessLib/ThermoMechanics/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5f5cf782eb62f408d89182878730d7208333ab44..b681cad430c4974bac0948b3f7c2a06488ffc8e3 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6a25133a4b7a95e35677ed4ee81f8a279c1cf78f..5ae326c6f771a13820aa22727242ee5416da0920 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0af03c075478b38449df36f747b5d46d21175322..3d7f94b91c16347ad64bb39fab8ff29a792ed443 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8d728b911a523fdbaadb4eb0468bf46e575c9f2f..4ecb93d8650db949d104f76b42c595f94f7715bf 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.h +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 90f0302add255af76479d5ca66346e196739f847..2a284319889234410bb5ea18f2de9691d87e4bbf 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsProcessData.h +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b0e4972e13f7c3a1a7664c7c5bbd61537c0928c6..14dd6986f8bf750161b5502af71109eda24ce080 100644 --- a/ProcessLib/ThermoRichardsFlow/CreateSimplifiedElasticityModel.cpp +++ b/ProcessLib/ThermoRichardsFlow/CreateSimplifiedElasticityModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fec35ed1d7806d786fd6f8784c766f83f7e2d54d..000be113b7d7e941e41b2113a6e576f07f3957d7 100644 --- a/ProcessLib/ThermoRichardsFlow/CreateSimplifiedElasticityModel.h +++ b/ProcessLib/ThermoRichardsFlow/CreateSimplifiedElasticityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 30cb947c29122c2703ad724df89c6a1e27c30cd9..664b1f64af796a9e0b48500fa5f91b900a3d2cd3 100644 --- a/ProcessLib/ThermoRichardsFlow/CreateThermoRichardsFlowProcess.cpp +++ b/ProcessLib/ThermoRichardsFlow/CreateThermoRichardsFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e42aca1210146f301f7e17b5500a4ee192444fe8..cad36d142506358154a1c1dd8dc4dc22f9433cc0 100644 --- a/ProcessLib/ThermoRichardsFlow/CreateThermoRichardsFlowProcess.h +++ b/ProcessLib/ThermoRichardsFlow/CreateThermoRichardsFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f4cdaeafbc42431bcaa79b8a7a861baa934c5e8c..71c811bc3dd3e9fffcf1180b1e582a94931c5f1a 100644 --- a/ProcessLib/ThermoRichardsFlow/HydrostaticElasticityModel.h +++ b/ProcessLib/ThermoRichardsFlow/HydrostaticElasticityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 04c87cfeb6e1f7583841fa3c1cd40d1a57813d74..dfc4adce728669925eed193358e29250078fd208 100644 --- a/ProcessLib/ThermoRichardsFlow/IntegrationPointData.h +++ b/ProcessLib/ThermoRichardsFlow/IntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6e4eb466b67d227bc889f953ae0bee14f00462a7..214b6cc7045a01830fe77f1e9050b8e4dd3b8fd3 100644 --- a/ProcessLib/ThermoRichardsFlow/LocalAssemblerInterface.h +++ b/ProcessLib/ThermoRichardsFlow/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 623e786751b6664433abbd084f79bc61019168cb..1567d71df1266fce7ae76fb06e922774d7eb385f 100644 --- a/ProcessLib/ThermoRichardsFlow/RigidElasticityModel.h +++ b/ProcessLib/ThermoRichardsFlow/RigidElasticityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d60887377d25edc360f45920835f609908e554f9..9656a2b26a5b4117c3ed57e05f089fc25378409e 100644 --- a/ProcessLib/ThermoRichardsFlow/SimplifiedElasticityModel.h +++ b/ProcessLib/ThermoRichardsFlow/SimplifiedElasticityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a66a24acffe5b7e341bbb708b1d2d2f75f5b8279..f282dac53d20835f04ba94fff4f1f3bda8229982 100644 --- a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowFEM-impl.h +++ b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowFEM-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c837ab50cc72ac723d8cc918e31b84226ab733df..f6a5b081f9ca34488b431c66305237f237da297a 100644 --- a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowFEM.h +++ b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 46f60823411bc4085cae0ed7c05671149b65c67e..207d5463b76734308f47f5e60b974cb4856f5789 100644 --- a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcess.cpp +++ b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5bae62ea5af2ee4c7240aa0ccfe7d5e320241ee5..a2b2397fb04477ca54b5213ce33e180831658c85 100644 --- a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcess.h +++ b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 eeaa5be4bc605f7b8a31ba18300fddc814fe8a29..3d5d9cd7c956b3ee38d874240072052844b9763c 100644 --- a/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcessData.h +++ b/ProcessLib/ThermoRichardsFlow/ThermoRichardsFlowProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fd1fd20693df06b45b5fd302b07a3f98bca304ff..656a831c8d69947e38d12794f6c6a1d958f42082 100644 --- a/ProcessLib/ThermoRichardsFlow/UniaxialElasticityModel.h +++ b/ProcessLib/ThermoRichardsFlow/UniaxialElasticityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d553977c1d359adf55363a7f6c5e3ffe6419729b..0e5edb262b2b490a0494b4d503c791fb3e3690c7 100644 --- a/ProcessLib/ThermoRichardsFlow/UserDefinedElasticityModel.h +++ b/ProcessLib/ThermoRichardsFlow/UserDefinedElasticityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 10a8ffc179aca6860aab1e6ffa47e28be079ffda..2966a2c82264ed73b02c08dce628a079f935e2d8 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Base.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Base.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 bdcf92c568d8a4d9b9c441636efaf66839d711c1..7e50fc590269ecefd334b0cc23adf81c835153aa 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Biot.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Biot.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 451ffce2f70f75981a82f998bacf5748b25a962b..26fa1ec9ba1ac32443990459472de13f07381a0a 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Biot.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Biot.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ace6dbe912760c2f843f5089761a99da28c106f1..bc40e9b5953b5a5c2ed3b675d21585e533c2a5f1 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Bishops.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Bishops.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fc93022afe8e7ae67f507030191a812f9d863902..0edf3578b27a66d9b3463803aed6254fd5b09264 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Bishops.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Bishops.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8979a2b68546f85b683364ca65464d4904e369b5..b437a2249de80d4291a6e5805d814166ded33237 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/DarcyLaw.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/DarcyLaw.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9f584b208ae86ac4d541e813a1b1256b0343b273..fb2f110b314e3401e21e45c4e7209e299847c762 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/DarcyLaw.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/DarcyLaw.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ed360ae83d1d601eaccf37c930d7db0ece1bd03e..02f9663a2c5e1fed56d7a8f9e7ff1c576c7bf638 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ElasticTangentStiffnessData.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ElasticTangentStiffnessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9a1b9c758010577d57dcc7b7ebd4c0d1ad1b151d..1a5e7af523bf5efade2cd9a2e02c8d3e2f0f6215 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqP.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqP.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e52e1b1426891db1b0a7f002eb9d3707bce66ed9..60ae8f2e798978ae537a745e7453b3a70742fdc0 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqP.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqP.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0e780f83329ff6e8d833ff45e86a4d7e0945d5f5..5987ec4694c02c84f4f630785874c0456787cf81 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqT.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqT.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3eec5119c3057772cfa71c8ca8386f27bdfa71b4..018f35a6f52d373683aa55880b3f726a81fbe959 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqT.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EqT.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1001e8bf519910235e226bb8018c630e0542de61..3d81715c41d4ba56f30df7e76bb39fd3a88e1ab3 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EquivalentPlasticStrainData.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/EquivalentPlasticStrainData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4c9f04b1303687d8b417cdc3799cc30100f2071e..a1e98740d3cebbf54cb8e6ad69f72190530bec14 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/FluidThermalExpansion.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/FluidThermalExpansion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 35569660c475bf574b57b2ace97e7ebb4b213792..53ac75e2503d6f0205a40d2309eee135041e2c11 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/FluidThermalExpansion.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/FluidThermalExpansion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cad9183ab6c325e687c46f534ccb799bfabe9066..cf97b0ef0618eb4c6cc8d1537c416920af0d1642 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Gravity.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Gravity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5100d4803d519d05e16549fcd3ee45890d6a93aa..e1520cae31a1770c0b8b1629616473eb3acc292d 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Gravity.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Gravity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e7b98a44120f18f3915f7e3ee6a33d5b3a961d21..e30fccfbcc7ea2eafb35e30975a50acd3c1a72d4 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidDensity.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidDensity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9ca326252dba2d2ac459802ca3346367890e419e..ba0fdfe0c95fb60986187525755d0e06d95a40b4 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidDensity.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 013639f689f65c91e5c35a13327f84210af7a785..4d212d03112ee5879318a7f33c51974c959c3ddb 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidViscosity.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidViscosity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 60bd035961a9a8cf9d63cdce279c82f440d3dabb..e70dd7eabec754f62754227a541080424c46198b 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidViscosity.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/LiquidViscosity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2cb6cdfceb7321cf41c54d860c707c3eefe192a3..c1cbaede76f68c8b76bb760184e99bd8367fb8dc 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/MaterialState.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/MaterialState.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b43cf3bed32c0627f3cce0954fef2da8d2bdbcc6..a3e88159602c54de12c2d3663da3d4b2e504bd91 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityData.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 42ce02a497959aa42574792c1ae9445be1fb2e47..42d3c98b3c274466284a67ada5a18db7cc1e1924 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityModel.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 176482a9989caa307f8c61cbfa2c27d6048b9ea0..545a67b8fb83e6a0871a7eff5aaa1f39292f886d 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityModel.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3638775b4a2bfe8f2e3eb173324e5c3b2e44b90b..3fb541021ffa1354f72c37dcbf168c5306e71e04 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Porosity.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Porosity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 edbb8aaffaab51aa0e6d04cb8b88fc36f1d629bd..d447bd5a81d40334df0aafc2850ea308fba1c6b7 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Porosity.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Porosity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 90e1facb99cc0a8ed516a39cf8e263feb2e56c5a..a3139194d3abf5455873af071f654a0ed1a8ffd9 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Saturation.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Saturation.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 589c87ecb4cc417c28b8669d8a6b688ea9c7fb45..88975e31aeebea4c52734ae097c7f7125568b3f1 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Saturation.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Saturation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ea0331b1a8cf1b1da3269d0ca32ef94b98194a6f..7f2f1e4e983916e13ab8ca7aef452adad07e586e 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidCompressibility.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidCompressibility.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 75475dc945d5a8b58b5c47b34a108edd57bc797e..7e6eb4c58cab1b60640971453fedbe8ac66a3df7 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidDensity.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidDensity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fb13c344fa11b36143bcba33171881c159705d4f..664f52f5ed60cdbf4b79751109ed54c6e39814f1 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidDensity.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidDensity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a0a7259ab9050368c4bad52cab4abdd441468852..e7cc364a94034ffb24d3d01ad41b09e3dd8d6113 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidThermalExpansion.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidThermalExpansion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a4df279245e5b624d346285789d11071f4596caf..7ea76c1e345e001393322360a50454616415972f 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidThermalExpansion.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/SolidThermalExpansion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 21575c61fb2797e033071296fa1fae0cd4064a4c..2f9302bc209ca86b086c9d3c29422662fbe98be3 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Swelling.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Swelling.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ca44e96e572f16e11e3168dbb6ad9a352c24bfdb..62e4251584b88dd28e9d80870d7c037d625eea65 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Swelling.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/Swelling.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1ae6faaaa8db7c75d7edfa0386ee743e957ac8c5..0cf573983e076fce181b34bd78aedf659a1a52c3 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMHeatStorageAndFlux.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMHeatStorageAndFlux.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e9c29b2f4ab7b462736a8790363465d14e11d1f8..a1f08c7e25c12b191af9cb3662de6150ccb014e6 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMHeatStorageAndFlux.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMHeatStorageAndFlux.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 66d97fe3cc2e01a3e13d64b2eb0cba0c80ae3a87..a9fbf70fa0ecea4bc71356f0331a9417c2fec9b4 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMStorage.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMStorage.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a555aa047c4e9539fbe0dbdc617bf6c0d0160e5c..977176a89ae3b349a6cc790277e15d62a844dca4 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMStorage.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMStorage.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a9b224d833a3a0d08c8269c45e81c296dfce3d8e..160a0d4de7025ef22281eb8f9b324d074d918b5d 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMVaporDiffusion.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMVaporDiffusion.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ab710215bfbcc34882cf924ce51f35139634e1f7..50b650e57ee50c8f6a52c438e85581272ccff655 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMVaporDiffusion.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TRMVaporDiffusion.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6fad35a66aef12698a5ca27f6a62f67e36b935c4..ab5130c55db7fb5c078a8e0bb8a6549afe5a734f 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ThermoOsmosis.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ThermoOsmosis.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 acd8c372de782e686729f26e8f9e00afe3459120..ca7ad7ff0a8f330b61763564c0d8ef4d5dba57e3 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ThermoOsmosis.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/ThermoOsmosis.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b1761f715051e295738c4abaf2930068b9a639a8..557e50e7324e40be8d1ded548ebc6d09e7ab6fed 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TotalStressData.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TotalStressData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9473708eb9c841ad9cd56bbc07342e9e3d15e8a6..be18fd70a131cc0a75c3f93c4f825fc2d4132ef2 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TransportPorosity.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TransportPorosity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 58b7f532cc800dcd5eb90f3a630a64b7b7cf5a9f..cda01fcf5c55f5adeee8043b8f833c29983f1d9d 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TransportPorosity.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveCommon/TransportPorosity.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 43aae988cd2e31784d0147fd867e2566acc56d6c..18624c918e922f07462852551260c56e6e6a2eb1 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveData.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 eca3ee2e10556d4cd67a899b783947db19b1ec33..392115e61873e90041048dd154e81d35aa31d4ed 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveModels.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveModels.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 dc020cadb950e54d933cbbcd3e912096f3b73e93..c837f60f387964422924a3542c744c641d7169b2 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveSetting.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveSetting.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ffbd51f096990ac4fb50a79ab6ecd1b1f1bdef5f..480f4d4fe946ef9f3656e98b0a16813d196b32fb 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveSetting.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ConstitutiveSetting.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ded7fd312b4e1f25ebb385a6a7db7b0b7f8622ec..42c617d1c15b4c2a02e4112ced4f1b40021817f6 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/CreateConstitutiveSetting.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/CreateConstitutiveSetting.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b01480309a899bd441ae07012bdf4fa52e10904d..d3dad843564dfb4ee9665c8c7637f8f4848862be 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/CreateConstitutiveSetting.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/CreateConstitutiveSetting.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 25cfc7b9cc574e0e52cc7808c581640ae2afe341..8e0dbdc015fc0dfaf2b6a2df552110f89f4999a4 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ElasticTangentStiffnessModel.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ElasticTangentStiffnessModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4c6df86aa4bbad24dfec23ab783fd651cab5584a..008b4eea01d448a3b9bf09aa6a9ad3aca7c52d8d 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ElasticTangentStiffnessModel.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/ElasticTangentStiffnessModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4d416c34cb36a8f138eb1b8d3dfdc659bb775475..735c2a9924a566c45285c5ea899276addce1b351 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/SolidMechanics.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/SolidMechanics.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e73629b78329b0d678b191d142ef1c02a8ad9593..01b039de2b20dc1935c25c9cf592bd09793ab8d6 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/SolidMechanics.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/SolidMechanics.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2c411a805c3138f2c2741ac48dd74f0162692f91..74281aaf97ebc5d94a1dcd8d8a070e197dbce0dd 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/Traits.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/Traits.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 003e2c3c7c78b6fbfde2cf5b8218a86229af933d..09fb830437c295689baf8d0f4a163fabc4d7a2da 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/TraitsBase.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStressSaturation_StrainPressureTemperature/TraitsBase.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e0933e12624a18c7d130da6f6c42adafbe76322b..7ad8db13f76fdc3ef130df8afb0e0dd778316e2b 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveData.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2eb0eedfce790954da8d832b38684956426358f0..7186044c0eb42cfe9372d3abc1febeec16a19639 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveModels.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveModels.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0e54662f1bd1147d7d9712a488363bdaf7bd401e..b86610a736c82863d21db634809a40e4d3d89380 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveSetting.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveSetting.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 034b45d6da2b01ee50d8f291d1850f74303d7b60..c9483476854af9b3a37a7853fdf05785ba46ba7a 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveSetting.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ConstitutiveSetting.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 40b3d6b10a112aff73c996e78fbf3d2308d2adba..62cf6d8448077a9a6019a1be731dd6dd1a6e9b30 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/CreateConstitutiveSetting.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/CreateConstitutiveSetting.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6a8593b46546ff2bb92c0ca7764ccdcd0023fb13..681410b3693777f8bb21a6c86cdc50fc77e620a2 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/CreateConstitutiveSetting.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/CreateConstitutiveSetting.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5ace84816a40f571e24dbe86fd1c8ef047c2219c..c4613ee651965eacae9c9240c5f345f426b49067 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ElasticTangentStiffnessModel.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ElasticTangentStiffnessModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 dd86cd361e413a6b84e6cd2f5a66dad8ffc7dd87..b1fad612ba5765512c1f400ddbeb60a00acd6a0b 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ElasticTangentStiffnessModel.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/ElasticTangentStiffnessModel.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1201934076107e1a2be88b5bc15d6fd7251bf779..24463135e04cb9921d46dda0f1d14e93c9a74f7f 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/SolidMechanics.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/SolidMechanics.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f4d6a58cbdb6e379b29e7512b574f1b2832fcef4..2277e0052b915cc6caf24f1ba9313aab5570ca4c 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/SolidMechanics.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/SolidMechanics.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 836b1cecb9465cf795a8c25c735b348ceb53eec3..9897d66e4201c763ee6eba4a31c85ab35f721dd0 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/Traits.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/Traits.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 80ffe07ae920308c870aad68f3a1c0e5660b0993..246d3dcdb3b77f78781f5d13693652d2e6e13bdd 100644 --- a/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/TraitsBase.h +++ b/ProcessLib/ThermoRichardsMechanics/ConstitutiveStress_StrainTemperature/TraitsBase.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 44a60ccd9a029fbadd9d2a2ff1365c36724a3527..505714afbac23fa969463c866e424cc4c2627c00 100644 --- a/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsProcess.cpp +++ b/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 33698343d5b17986fbc4f6fed0e370e6fedb9c07..2c0626f37f40ae790788b2aed37b9cc02dae29a7 100644 --- a/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsProcess.h +++ b/ProcessLib/ThermoRichardsMechanics/CreateThermoRichardsMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e8931e21d74d582f2a0538a7c0b47c3c48eb837c..e7a31d16bea9540f6bb165498f9e22ff4da4470e 100644 --- a/ProcessLib/ThermoRichardsMechanics/IntegrationPointData.h +++ b/ProcessLib/ThermoRichardsMechanics/IntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 01bc3ce15936190a53dfeb2c8a1ca8f06c781fc2..f02332a6d8f05b90776cdf85d0b94225532bc347 100644 --- a/ProcessLib/ThermoRichardsMechanics/LocalAssemblerInterface.h +++ b/ProcessLib/ThermoRichardsMechanics/LocalAssemblerInterface.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3d26851f45f527a2d6af57992885f75945b4f62c..19e618a14d47d88041cc8fcfcb64c8c053f5c523 100644 --- a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM-impl.h +++ b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d32911a7d25c13a915ae573ca0bf86846a3b897f..45b30aef7df0dc4dc0de90d852a54b21d66422ee 100644 --- a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM.h +++ b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsFEM.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e1a016cd04549ae8fc6209c3dcbcc56804bdd99c..dcb7c2c76b6055a965e7994f848dcff41ebe217f 100644 --- a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.cpp +++ b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f4ad5b1e18bd15c05ea37e6b24ded23847598f44..4d8cd9ccee9e077d7967893af7ab1857d2854718 100644 --- a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.h +++ b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c463e3328b0e86a2e9d29bf5635759ff035b0c00..60648ebf4c8925537e0f95af11042060415c52dd 100644 --- a/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcessData.h +++ b/ProcessLib/ThermoRichardsMechanics/ThermoRichardsMechanicsProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 863e18cd0f5f6b1fdaa475452ff87d610cf798ea..f53c88c0c060882ae4e4cb132d4e575cd93142f6 100644 --- a/ProcessLib/TimeLoop.cpp +++ b/ProcessLib/TimeLoop.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8e6a156691579b037a515cdd689f7758a78332e1..5c74901e88d65bd4c4904f2c7594c489abcbe3e5 100644 --- a/ProcessLib/TimeLoop.h +++ b/ProcessLib/TimeLoop.h @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3e11e9a1aa1f2762104c23ba58425f6f8d00c273..13075941f4c51ae4c355d912a91deb7665de5d7f 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/CreateTwoPhaseFlowWithPPProcess.cpp +++ b/ProcessLib/TwoPhaseFlowWithPP/CreateTwoPhaseFlowWithPPProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e76a85b02bffd3b36ff3cec8b720663856118ff7..792dcbc3f8899734bda2fc33a96a9b0ed6d45c3f 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/CreateTwoPhaseFlowWithPPProcess.h +++ b/ProcessLib/TwoPhaseFlowWithPP/CreateTwoPhaseFlowWithPPProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 45ffe05120d7bee1234785810f33c8a2dd666646..08aa5a51dfe2e26d113d35b2eaf2d8d3ecfafd04 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPLocalAssembler-impl.h +++ b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPLocalAssembler-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2a8fdbe4ff5cb6a0a5f4e32acf514698afb990d0..ea0feb6509c02ce5425ae1790b3e660522ad2bdd 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPLocalAssembler.h +++ b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ff857e2dd5d69b3e0ac59133bfa9bffacd518d5d..0325c9715adede9f50217effef228b804a21e15f 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcess.cpp +++ b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6a705605ed4703ca04018ac082063782f5bbe313..c5ed09e88702019417f762b896d798f0f77b659a 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcess.h +++ b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7a08ab17c34bcc6e68d54a083f72f3bcf39f4523..074b0d730ff886ac0326c39fb3d628ca238256f4 100644 --- a/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcessData.h +++ b/ProcessLib/TwoPhaseFlowWithPP/TwoPhaseFlowWithPPProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b7569a7b03a6b4143367bee57afbde9b7e591693..e0c17ebdf2c3639a219860f1a7311487cfc96ab6 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.cpp +++ b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 de0392cc6746b1da7bf376461350e5aa6bd1fbff..7c8befed2e75deb5482fbe7af056d8d064516276 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowPrhoMaterialProperties.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a0dcb08561a16e7201264bb3dc323b47d688be04..7a7f75d34c21be846a3d0158d3a86805fb84bd68 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.cpp +++ b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3fe387a878a7578b6618c00cb8201a863dd10d7a..55b2aecdb8c9d4e4ae05593b57e61295e00fbd62 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 52e9bcb079952ea44accabe9841496f1db93cd21..e8d98f33186e53e6c45b1a4d94b3fc5d2b20f820 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoLocalAssembler-impl.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoLocalAssembler-impl.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e4ba62715c21db934c3f7c83dbb453d43b91f4b6..1c17583145008ba46b6db08c4f2c1db1a56d3b8c 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoLocalAssembler.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoLocalAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 90fe6eb0586936bbb3bab97df9854694f1b4bed8..8266768f021e5396c4a488414b6ebef632994b5d 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoMaterialProperties.cpp +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoMaterialProperties.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 783798b877661794bb07f7494732d694bd93dfac..a5294d8998acf23e7bd217bcf382589cd19601a1 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoMaterialProperties.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoMaterialProperties.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c1964cde812fd16d7620210508a1713aed9deb74..7aa3887723e205cc2d85678bb6d252356b391db2 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcess.cpp +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ac6495b8c88df9f3619e963a097cf38fe6156f69..d2f7946bb6664a286945d6297b762aff841ffbe7 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcess.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcess.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cac4c9654554d1aa1b12a209ed92e2cfcb6d516f..dac4d0dd04a8fe84739e7228e91c12421a488475 100644 --- a/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcessData.h +++ b/ProcessLib/TwoPhaseFlowWithPrho/TwoPhaseFlowWithPrhoProcessData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6ff1d63f7f3b8594f9ec22362d2c22c10237b4a2..76d04020439b8d06459640c75a857ac8462602cf 100644 --- a/ProcessLib/Utils/ComputeResiduum.cpp +++ b/ProcessLib/Utils/ComputeResiduum.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 89c4affa9b37586af3f554c39b0535ae08922877..07612699b16f53287d3fd7124ac6069f325927c8 100644 --- a/ProcessLib/Utils/ComputeResiduum.h +++ b/ProcessLib/Utils/ComputeResiduum.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 95764250def4d454ef0d49640a977da165026706..21305c00c2ed7b5944dd484d2ed22df93bd6b9d9 100644 --- a/ProcessLib/Utils/CreateLocalAssemblers.h +++ b/ProcessLib/Utils/CreateLocalAssemblers.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b9bded569ee7734e593191f61006aaf2e652c649..138ad80a1671088841ef489ee2c7c0fdb66afed9 100644 --- a/ProcessLib/Utils/CreateLocalAssemblersTaylorHood.h +++ b/ProcessLib/Utils/CreateLocalAssemblersTaylorHood.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 53d564b7215defdac2fd80656ccb6de3f03d6061..6a5532ce6a6e1583eea53dacbb29972177d244a5 100644 --- a/ProcessLib/Utils/EnabledElements.h +++ b/ProcessLib/Utils/EnabledElements.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a70317993e39339aa2d3e0f055a8e0b643e1d14e..54529f72dbde3065eab1605fb8a1a4a95074e744 100644 --- a/ProcessLib/Utils/GenericLocalAssemblerFactory.h +++ b/ProcessLib/Utils/GenericLocalAssemblerFactory.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f05174d54c5be02c4d252212a372cebb2bde16a4..3d9ed788c6e491f714eb60ea1089e4fcd43c632f 100644 --- a/ProcessLib/Utils/LocalAssemblerFactoryForDimGreaterEqualN.h +++ b/ProcessLib/Utils/LocalAssemblerFactoryForDimGreaterEqualN.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8ab793656b1f64ff51691dd5ff804d4c68c3d3e7..1560c30771b18ac453e93a3bdc7a1d7209817d2e 100644 --- a/ProcessLib/Utils/LocalAssemblerFactoryTaylorHood.h +++ b/ProcessLib/Utils/LocalAssemblerFactoryTaylorHood.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 81833dea11278ba32c8b4fa92cedb9b4b861bad7..434101ddf3ebe6f1de8b302e6d03e00c8365e132 100644 --- a/ProcessLib/Utils/ProcessUtils.cpp +++ b/ProcessLib/Utils/ProcessUtils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 108b7e2ab787c246556a6900370f58eb37c82aa2..04abc2fdde589898e1527f49d3b6e5be9dfd9ac9 100644 --- a/ProcessLib/Utils/ProcessUtils.h +++ b/ProcessLib/Utils/ProcessUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9918ded749cd73ed9c3e730798a7f51637ba9f26..58c06d48f2428deaffbdd2fd2cf601fd21ffc231 100644 --- a/ProcessLib/Utils/SetIPDataInitialConditions.h +++ b/ProcessLib/Utils/SetIPDataInitialConditions.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f036c807fece2f38c755f60fd4bd648db0a93e5e..56cc581dd36aa88f7dc8348b0dac8aa60c60cf3c 100644 --- a/ProcessLib/Utils/SetOrGetIntegrationPointData.h +++ b/ProcessLib/Utils/SetOrGetIntegrationPointData.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6b8b338ef5a58f1d940a9ca8885465aee3397336..1e3896fd592a8de1c61e83a14c51f203e32ca6d1 100644 --- a/ProcessLib/Utils/TransposeInPlace.h +++ b/ProcessLib/Utils/TransposeInPlace.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0a622b1b37ff10ea72cd69d84f2a5d28f666b767..98d9bb06c6123c9c36c1c666b5ea67ca1a9fe238 100644 --- a/ProcessLib/VariableTransformation.h +++ b/ProcessLib/VariableTransformation.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d3ae979e12074707b3d9fddb3c89225d1b262d75..6d2c4d2f628abf3cbab5d052c85ed02c33f1646f 100644 --- a/ProcessLib/VectorMatrixAssembler.cpp +++ b/ProcessLib/VectorMatrixAssembler.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2d10f63f0b4f651b1f2b1ae347a27dcfa13fd953..39f2f25f374c35f9a9ba01e06f447e607146ec4c 100644 --- a/ProcessLib/VectorMatrixAssembler.h +++ b/ProcessLib/VectorMatrixAssembler.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ApplicationsLib/TestProjectData.cpp b/Tests/ApplicationsLib/TestProjectData.cpp index b530e0b302a3b105b95c2edc0f0a891ba22b22fb..0843c569619413b607046ee17461fca27e11c034 100644 --- a/Tests/ApplicationsLib/TestProjectData.cpp +++ b/Tests/ApplicationsLib/TestProjectData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4fb88106f3d4b55d9f5a88a6f49fe2119ddd82aa..a2c2f0931efaeba4d4a38bd515124024d73e31cf 100644 --- a/Tests/AutoCheckTools.h +++ b/Tests/AutoCheckTools.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2af4eafb3c68ee0082f2227fc01ca638167698a7..2be2488b3bf49e3d6fc7ea2955730155c8a78404 100644 --- a/Tests/BaseLib/TestAlgorithm.cpp +++ b/Tests/BaseLib/TestAlgorithm.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5964d36aab8b7917df0a42865486a6866ae5210c..1990ea7745623cae05e4b771e2d130a462bec7d2 100644 --- a/Tests/BaseLib/TestConfigTree.cpp +++ b/Tests/BaseLib/TestConfigTree.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9013df66c4da85476289693dd58ea318860c04b0..802cc6ea66a49ec3df98e0c59d9b6715507f55e0 100644 --- a/Tests/BaseLib/TestConstructFormattedFileName.cpp +++ b/Tests/BaseLib/TestConstructFormattedFileName.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 57d3d11ce094b54197818bb54c20626bf0102868..e3fe2d62012111e778a7c98d1523131ad666d026 100644 --- a/Tests/BaseLib/TestFilePathStringManipulation.cpp +++ b/Tests/BaseLib/TestFilePathStringManipulation.cpp @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 36eb117fa566ed47d2e82f0a7a6664e7910cbfb0..3ccf301282eede1ce32917bb5cf29dc604a0b049 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a8ebb5f4d13a953d6df6b2e0928c9b877dbdbbe0..877d7c89e0f94ce200ff54fa9f17cb30e64c941d 100644 --- a/Tests/BaseLib/TestReadStringListFromFile.cpp +++ b/Tests/BaseLib/TestReadStringListFromFile.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 38c36ef9c2fc2f95b5f4c99e01792f056ac3fe9b..5d80dda7eb353c4c3e46b29311dea6879c470524 100644 --- a/Tests/BaseLib/TestStringTools.cpp +++ b/Tests/BaseLib/TestStringTools.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 bd2acf5be81068bd53fce73ab6ecf06d53e28d48..2ab6989ca5669c8cdeccee4eaa6674ad0884c11b 100644 --- a/Tests/BaseLib/TestTMP.cpp +++ b/Tests/BaseLib/TestTMP.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 14ba994b80b0ad97a31c2e610729b8573756d62c..791639649fc870856361f8758193f58360a5d6e7 100644 --- a/Tests/BaseLib/TestgetParenthesizedString.cpp +++ b/Tests/BaseLib/TestgetParenthesizedString.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 781dc36d1654404a577ce1c0ffad237985718847..f1cf83110dbe3a3ab39fa696740bbbebac123e75 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-2022, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e1a1aa2361bf19d23905c2bc2833d0d750d99b23..c3d901101c977e951d103b463dabd9a01bd57c70 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-2022, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ed5af970f5b3df6a694d8f0e717c4d703c462ef8..c63a38bbb9f2d2ca85eabcf8520da99b2f1e5c1c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3ababa56a23165c818f717a6f0f1ac8bf68817a6..75b5c1210310fbc1aacdef859871f7bf0866759f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 193e4d0e339a8dd1b03f6c6a98cecdd17b3cd475..16b769337c77531f8979f988578062e01da3ac37 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-2022, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ed5af970f5b3df6a694d8f0e717c4d703c462ef8..c63a38bbb9f2d2ca85eabcf8520da99b2f1e5c1c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3ababa56a23165c818f717a6f0f1ac8bf68817a6..75b5c1210310fbc1aacdef859871f7bf0866759f 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-2022, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 01149940c534e7998374ac07d88c9a12b3713b19..6a3f65af942d355fcd9d6017ea304ec5157c16da 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-2022, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d67d2c80008d2da24d42f61890f205801a70f72b..7f705a3c0d15d83bed1fc50d1316030c0d6a91e1 100644 --- a/Tests/FileIO/TestBoostGmlInterface.cpp +++ b/Tests/FileIO/TestBoostGmlInterface.cpp @@ -4,7 +4,7 @@ * \date 2016-02-16 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a2b005cb7bbdcd4c76b8f239ed6a12618e0c49e3..7a591512d7ab6ca0cfdda9e16e4c5da09a4c05b4 100644 --- a/Tests/FileIO/TestCsvReader.cpp +++ b/Tests/FileIO/TestCsvReader.cpp @@ -4,7 +4,7 @@ * \date 2015-04-09 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 429161db000abf1981954fba7cecb70a576d46f6..3d8b60413ecfc42c6398da224b2d1bf8a44e283d 100644 --- a/Tests/FileIO/TestCsvWriter.cpp +++ b/Tests/FileIO/TestCsvWriter.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f739ce05c18b981eb803764788a6ebbed08b907e..fc4d18e64b49af817d56a711c4227bb290383254 100644 --- a/Tests/FileIO/TestGmlInterface.h +++ b/Tests/FileIO/TestGmlInterface.h @@ -4,7 +4,7 @@ * \date 2016-02-21 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 344c5074e35ae391886f23008dd25a3bd93da2de..160d2ff5b30f9ae641e81b87ad037958368ac6e9 100644 --- a/Tests/FileIO/TestGmsInterface.cpp +++ b/Tests/FileIO/TestGmsInterface.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 674cd38a57e58e498d1adbf95d7e4097dfc1b33d..dad5531a4bf5240db41dcb61947f0ffa90452d4d 100644 --- a/Tests/FileIO/TestTetGenInterface.cpp +++ b/Tests/FileIO/TestTetGenInterface.cpp @@ -4,7 +4,7 @@ * \date 2016-02-19 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 185415aafbe5436043632677686e974ab1fbba3b..dfea520e2b39c314a1fe4a17d6833ef4b476c6a3 100644 --- a/Tests/FileIO_Qt/TestFEFLOWInterface.cpp +++ b/Tests/FileIO_Qt/TestFEFLOWInterface.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2fd1315f6644c75b0f64b521bba686ae5352aabc..4b54adf92588e4a1d5d4861d2f1b14d82ebfeb82 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 039c98b441661331caa3a184f4e3ac10873ec1bc..8aab614366cd869b57345ef628b402495c3cee0f 100644 --- a/Tests/FileIO_Qt/TestQtPrjInterface.cpp +++ b/Tests/FileIO_Qt/TestQtPrjInterface.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a6872f6c58206cf33b1fd181d4ae497e90934d13..0628eb9e1ef03e2658ecae65156453becf939841 100644 --- a/Tests/FileIO_Qt/TestVtkRaster.cpp +++ b/Tests/FileIO_Qt/TestVtkRaster.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e300d332c4e29ca237348032884d9709f5c323ba..5123c44971806eba947f7df688a0f0b4dcc96a12 100644 --- a/Tests/GeoLib/AutoCheckGenerators.cpp +++ b/Tests/GeoLib/AutoCheckGenerators.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 08ef194907a92c1c4b7d2e57a8aadf2116aa99f6..2147daed96baa10d7650f5d6958afd49dea8c8f7 100644 --- a/Tests/GeoLib/AutoCheckGenerators.h +++ b/Tests/GeoLib/AutoCheckGenerators.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 60aa287c29a9a5da7c61c21d255bf71bd7233a1c..5c2445a5675117280ec4ea4847050a59a81a42f1 100644 --- a/Tests/GeoLib/CreateTestPoints.cpp +++ b/Tests/GeoLib/CreateTestPoints.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cfaa42a94be43a0d9c2b5b92c25e42a32899b9d2..04518c0e9380558c3da8ff17acb1092805f3dc64 100644 --- a/Tests/GeoLib/CreateTestPoints.h +++ b/Tests/GeoLib/CreateTestPoints.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 565de20e3ce20011bd4fd32f590bbad28e0b3369..51d38eb7ed18d0a677be8e3831dc11734ae9ad6e 100644 --- a/Tests/GeoLib/IO/TestGLIReader.cpp +++ b/Tests/GeoLib/IO/TestGLIReader.cpp @@ -2,7 +2,7 @@ * \date 2014-10-14 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fa894dddfee595355ec628b759c0d2a4cdd20c71..032f88fa86e8070ac7d8485ff459a9cf6aea4224 100644 --- a/Tests/GeoLib/TestAABB.cpp +++ b/Tests/GeoLib/TestAABB.cpp @@ -5,7 +5,7 @@ * \brief Tests of AABB class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7939a6fcdc4390242f106c2b62466ca98feb12ec..665f357f996d7ed6974db94a52ba7c94140a8153 100644 --- a/Tests/GeoLib/TestBoundingSphere.cpp +++ b/Tests/GeoLib/TestBoundingSphere.cpp @@ -4,7 +4,7 @@ * \date 2014-08-29 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1b4399e7836fc830f9ce1fb13faa3c9c066e42a8..541a1ef064a8ba5ae053a4076f466748f2bc58bb 100644 --- a/Tests/GeoLib/TestComputeAndInsertAllIntersectionPoints.cpp +++ b/Tests/GeoLib/TestComputeAndInsertAllIntersectionPoints.cpp @@ -3,7 +3,7 @@ * @date 2014-05-09 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7394876eacb3a3b59a93b23ca6953ce68ec508f4..51f890ae707a18198d0cca74f41c5adb04e8b685 100644 --- a/Tests/GeoLib/TestComputeRotationMatrix.cpp +++ b/Tests/GeoLib/TestComputeRotationMatrix.cpp @@ -3,7 +3,7 @@ * @date 2015-04-23 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 49c4f423692b30e152556a49831d4fa2ccd7c15e..31ca838503fb79140da980d2ff0c2974f8ee91a6 100644 --- a/Tests/GeoLib/TestCreatePolyline.cpp +++ b/Tests/GeoLib/TestCreatePolyline.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8f6115726a5f4f2740d4c791a9e9394bed728d3a..9388bf3f16b456e1b761cce8b0847bb84673a94f 100644 --- a/Tests/GeoLib/TestDuplicateGeometry.cpp +++ b/Tests/GeoLib/TestDuplicateGeometry.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 976214489ee912981d44a6e964f0e743ef4c5f0b..42bf605b3270d809af6d2a9daa2d7a3de8e71b42 100644 --- a/Tests/GeoLib/TestEquidistantPointGeneration.cpp +++ b/Tests/GeoLib/TestEquidistantPointGeneration.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c858bfa579d9a4ab3b67929fa1fb4fd8cb1db908..59e924b34c3dbaabf62aaed93e8be63df6d2a256 100644 --- a/Tests/GeoLib/TestGEOObjectsMerge.cpp +++ b/Tests/GeoLib/TestGEOObjectsMerge.cpp @@ -4,7 +4,7 @@ * \date May 21, 2013 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 898dc3152d852caf657745991c75359a299d7b10..a9d010b445d496d3c9e0d27a14348de9ba807956 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 13ffd0416e46642347baac91ab13e32682d174b9..0c6a53684043b3b327ddb4bf0a94a1487f2f4e55 100644 --- a/Tests/GeoLib/TestLineSegmentIntersect.cpp +++ b/Tests/GeoLib/TestLineSegmentIntersect.cpp @@ -3,7 +3,7 @@ * \date Dec 2, 2013 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0bc9e9a302be1aff0cda4a2e206e98ad708c0249..f8f18e6c8bca3d7ff4f23f4aac6b8e01d2270d42 100644 --- a/Tests/GeoLib/TestLineSegmentIntersect2d.cpp +++ b/Tests/GeoLib/TestLineSegmentIntersect2d.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f51d10c756df8027ab79739c2576b63db4e73157..30bb1bcc3d29ed8e7ad88910b872d6209acee102 100644 --- a/Tests/GeoLib/TestOctTree.cpp +++ b/Tests/GeoLib/TestOctTree.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 af8d668d95c3f23eebcb06dd4954d220b42630a4..b9447f85382656ce8eb2697eac852a8b4042b02b 100644 --- a/Tests/GeoLib/TestParallel.cpp +++ b/Tests/GeoLib/TestParallel.cpp @@ -3,7 +3,7 @@ * @date Feb 26, 2014 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a0cf68be2c3710d605f6a4584bdc8a238f3a32bd..4ff9da685549f1fd44044c83c928036bc8fc0ac6 100644 --- a/Tests/GeoLib/TestPointToStationConversion.cpp +++ b/Tests/GeoLib/TestPointToStationConversion.cpp @@ -3,7 +3,7 @@ * \brief Tests for geoPointsToStations() * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f95b80f516ee7f90a1da429649aaf28a67d5ae97..ac5c257ba701f1fe886c7a7675c3304a59500c37 100644 --- a/Tests/GeoLib/TestPointVec.cpp +++ b/Tests/GeoLib/TestPointVec.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 681e5f8b19d4ce4cf7ef1fde0a31583fa741907c..e8abf901e4c5c590036add07f5af6774e421b8a3 100644 --- a/Tests/GeoLib/TestPointsOnAPlane.cpp +++ b/Tests/GeoLib/TestPointsOnAPlane.cpp @@ -4,7 +4,7 @@ * \date 2014-02-26 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 66e711941f4fdea1db7d88a908294452e511906b..3a57a218ba3d54a726fee4d39ad415af658fe60a 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d158a1bb2b4e937e70e9b9a1270661d1ac651f0e..e7088bea04e2e99d10022f31b0a168f8c7d7aa68 100644 --- a/Tests/GeoLib/TestPolyline.cpp +++ b/Tests/GeoLib/TestPolyline.cpp @@ -4,7 +4,7 @@ * \date Jan 7, 2013 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e9569f5ffe019acd2f5fc33dd87abd93c9d58882..62cd46a4f05751482bee46fcf14a605471c27652 100644 --- a/Tests/GeoLib/TestRaster.cpp +++ b/Tests/GeoLib/TestRaster.cpp @@ -3,7 +3,7 @@ * \brief Tests of Raster class. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 00c6bd9df76051ce4e83aa9c27d64e3b203a039f..c386f4439598350082a4b42d1b4af1dd56fdbcf4 100644 --- a/Tests/GeoLib/TestSimplePolygonTree.cpp +++ b/Tests/GeoLib/TestSimplePolygonTree.cpp @@ -5,7 +5,7 @@ * @brief Test functionality of class SimplePolygonTree. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 28a08d51e9d912583ad36f5fdf636d8b64edd5c9..c235d432d7c03c66e0fffa0cdfc2ad6ba2a6dfda 100644 --- a/Tests/GeoLib/TestSortSegments.cpp +++ b/Tests/GeoLib/TestSortSegments.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 412368f6c6ae083c76752c61ce5453e8a10623e3..bb6bc7b3c0415da6a26c84cf173459a3927e3ced 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 310038a391552fb048a65297144ee2c4628662fb..6245ed04e242d22f124db2b57b6b83739c2bc9eb 100644 --- a/Tests/MaterialLib/CheckParamPassingMFront.cpp +++ b/Tests/MaterialLib/CheckParamPassingMFront.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8abc3a6b2b4eecec4460b286ca4d0e78754e22ee..818d1c7bad1cfddadd7795e0897c25ea72b266a0 100644 --- a/Tests/MaterialLib/CheckStiffnessMatrixMFront.cpp +++ b/Tests/MaterialLib/CheckStiffnessMatrixMFront.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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.cpp b/Tests/MaterialLib/MFront.cpp index caaa9c12eb6bb24a8e82fe310deb794df02a8ec6..afb426a93e8fca97b5c693792862484520b36178 100644 --- a/Tests/MaterialLib/MFront.cpp +++ b/Tests/MaterialLib/MFront.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 151bca90e34452c50855704b81ea3da62d8e95d7..c212b8c21767e81e205d89ed9eace17cc88cb8b1 100644 --- a/Tests/MaterialLib/OGSMFrontTestVariables.h +++ b/Tests/MaterialLib/OGSMFrontTestVariables.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4ee5286e7675789171e0c086a38e01c7cd41fad3..c0c8e3a87b23fda87a18fe5054171d77735cdf99 100644 --- a/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp +++ b/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 17c6cd2d250dbc505072696a2931835586dee5ce..b6c65d88ca24f7644146c036cd26ece24ff946d7 100644 --- a/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp +++ b/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0b3cc195a918555fb63e0023cb620947208f208b..80e70a68fd5eb9e75b68822f93d0c18b963e2f6b 100644 --- a/Tests/MaterialLib/TestEffectiveThermalConductivityPorosityMixing.cpp +++ b/Tests/MaterialLib/TestEffectiveThermalConductivityPorosityMixing.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 efd453f4e67c696ed44c7af8595d565df533e6e5..9b8d1069b7623b49f5cccc3d72c97c700664a403 100644 --- a/Tests/MaterialLib/TestFluidDensity.cpp +++ b/Tests/MaterialLib/TestFluidDensity.cpp @@ -6,7 +6,7 @@ \date Jan 2015 \copyright - Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b3513325c603ea5aea25de6f2611710a3d585085..a8f9c03f9a5e8b4cb4db75093d9bd8d871887e2a 100644 --- a/Tests/MaterialLib/TestFluidProperties.cpp +++ b/Tests/MaterialLib/TestFluidProperties.cpp @@ -2,7 +2,7 @@ * \brief Test the creator of FluidProperties * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 bc5ca17327fdbb8d9184ff73999a673f4ee813ca..cf739ce616f64af937b94c98e5723f58ab4b1f1e 100644 --- a/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp +++ b/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c4f900db3bfe9dd6a68096a770febca0ac03f278..8e99fce61e34fe4f3127aa36d41cb212e4bab6b5 100644 --- a/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp +++ b/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 149b9f4cbd61a6b34ec702683687f7bf1084bb41..dc4c394c0088b6bf8185fe4a8ae09759d588c85a 100644 --- a/Tests/MaterialLib/TestFluidViscosity.cpp +++ b/Tests/MaterialLib/TestFluidViscosity.cpp @@ -2,7 +2,7 @@ * \brief Test viscosity models * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d242d658681c8d766c33b3b9c69c512a21e6f58c..09558415f71379c611a40b5b0c54601d4a2566f1 100644 --- a/Tests/MaterialLib/TestFractureModels.cpp +++ b/Tests/MaterialLib/TestFractureModels.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c846937fa6caf0812de4ccbd7f526b23236a8def..9b3dfec994aaef5f42505ea672668e1a0c3c8cd8 100644 --- a/Tests/MaterialLib/TestGasPressureDependentPermeability.cpp +++ b/Tests/MaterialLib/TestGasPressureDependentPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b6f196b5c61af29a9edd259beb65e83fb63c787d..d74857a50935b1ba4aa589519d23cd042d769ecd 100644 --- a/Tests/MaterialLib/TestMPL.cpp +++ b/Tests/MaterialLib/TestMPL.cpp @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 352848274675b1b58e0dcc486fce08ecdf5c9192..27feb46b6e76869a1297ffde3c527b27f05e2c38 100644 --- a/Tests/MaterialLib/TestMPL.h +++ b/Tests/MaterialLib/TestMPL.h @@ -4,7 +4,7 @@ * \date Oct 22, 2018 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5b4cc62ad4e4e1b5c0ad3b216924d2ad7c56cff7..121bbd8cae717654c89b4de7457cdc18d6e237e4 100644 --- a/Tests/MaterialLib/TestMPLAverageMolarMass.cpp +++ b/Tests/MaterialLib/TestMPLAverageMolarMass.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d1f4a30aa6b5bdf671b4116935ddff3ecf7f63e3..6b7274cd3e0e0d466a185676ebd854e52a632654 100644 --- a/Tests/MaterialLib/TestMPLCapillaryPressureRegularizedVanGenuchten.cpp +++ b/Tests/MaterialLib/TestMPLCapillaryPressureRegularizedVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cae4f2219b48d065308aa9e80cec05093578ba19..53095f214eebae8084a61c8adaf0c800d530afe1 100644 --- a/Tests/MaterialLib/TestMPLCapillaryPressureVanGenuchten.cpp +++ b/Tests/MaterialLib/TestMPLCapillaryPressureVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b97ec21cd5d1be7948f124b3383e1725f23a19a1..4ca5ff977046cc74c6408156b1c5644feb1e0b23 100644 --- a/Tests/MaterialLib/TestMPLClausiusClapeyron.cpp +++ b/Tests/MaterialLib/TestMPLClausiusClapeyron.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 06a5b5cbe407153c6e9aba959fef903304453bb2..f877ab748c56c852d00ecec0b79e7cf0908d1619 100644 --- a/Tests/MaterialLib/TestMPLConvertProperties.cpp +++ b/Tests/MaterialLib/TestMPLConvertProperties.cpp @@ -4,7 +4,7 @@ * \date Sep 22, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 eab33a0cda56de756f725637850ed7aba4e0f457..bca348531d64ec33b771e170634474eeb840e278 100644 --- a/Tests/MaterialLib/TestMPLExponential.cpp +++ b/Tests/MaterialLib/TestMPLExponential.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2859393b47993ab3bb90639961835f7f65556875..be73bf8fdbf69e0fa2e32aeb4d6c805c5767ec0f 100644 --- a/Tests/MaterialLib/TestMPLIdealGasLaw.cpp +++ b/Tests/MaterialLib/TestMPLIdealGasLaw.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ce356524d8ec1a76833e4fd02ed3fbbf858c1d9d..ddec11402d062309d3e264b3305659ea41dac124 100644 --- a/Tests/MaterialLib/TestMPLIdealGasLawBinaryMixture.cpp +++ b/Tests/MaterialLib/TestMPLIdealGasLawBinaryMixture.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cf7807cb579eb7d2c1ca4c72a21d61025a1130bb..fbe75374a7c3d09b371b968681cd35db2c9049e5 100644 --- a/Tests/MaterialLib/TestMPLLinear.cpp +++ b/Tests/MaterialLib/TestMPLLinear.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 29c022dab69f87e5d2e2132d7276b8254dab0f7f..9875292d10b145d344260050168b5c9865b11c1a 100644 --- a/Tests/MaterialLib/TestMPLLinearSaturationSwellingStress.cpp +++ b/Tests/MaterialLib/TestMPLLinearSaturationSwellingStress.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 187b163d4f7dc3e3cb5b2c8fc00fb8274a83f9f0..a93ac0c9692f369ad402d43246ca30e034077881 100644 --- a/Tests/MaterialLib/TestMPLParseMaterial.cpp +++ b/Tests/MaterialLib/TestMPLParseMaterial.cpp @@ -4,7 +4,7 @@ * \date Sep 22, 2017 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c8cd8a3e4dd617847303c9b4e738cc394962310c..cc9ce8a73db4f70b120e919ebd6d8d2c767e1ffe 100644 --- a/Tests/MaterialLib/TestMPLPermeabilityMohrCoulombFailureIndexModel.cpp +++ b/Tests/MaterialLib/TestMPLPermeabilityMohrCoulombFailureIndexModel.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 36f71cc402fd50edc5afe858c55693c639c30d38..fc856a3263eb5ba3ffc492b40009e30c1f6758cc 100644 --- a/Tests/MaterialLib/TestMPLPermeabilityVermaPruessModel.cpp +++ b/Tests/MaterialLib/TestMPLPermeabilityVermaPruessModel.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b89e83fcc2cf03a0b53b6d6ac41edcedebe7fecd..c6f1b9bf7c446a1f60f6d2d8c5671c3ebf5818fc 100644 --- a/Tests/MaterialLib/TestMPLProperty.cpp +++ b/Tests/MaterialLib/TestMPLProperty.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7b9c6f6654cee29ceffdc7a95349d59d41a6ca76..0969fec37851f9b8aaf7ceb894988e24073f9176 100644 --- a/Tests/MaterialLib/TestMPLRelPermBrooksCorey.cpp +++ b/Tests/MaterialLib/TestMPLRelPermBrooksCorey.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4a3f466098f3de9197865459848fc9af1cf90c09..77c9cde5ac5433e4562a06e787d9f7ad9c042308 100644 --- a/Tests/MaterialLib/TestMPLRelPermBrooksCoreyNonwettingPhase.cpp +++ b/Tests/MaterialLib/TestMPLRelPermBrooksCoreyNonwettingPhase.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 39e5d552760d960f8239739112c06bf442806794..f46e2d3896d4073a0c6908abf2c9b09f49e2f1a6 100644 --- a/Tests/MaterialLib/TestMPLRelPermLiakopoulos.cpp +++ b/Tests/MaterialLib/TestMPLRelPermLiakopoulos.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4ee8f4ab23a545e4defdabfa7ffbba35fc3cf325..1e1fad5d72abcc864a175d25f7b5dd5f0b6a12b8 100644 --- a/Tests/MaterialLib/TestMPLRelPermNonWettingPhaseVanGenuchtenMualem.cpp +++ b/Tests/MaterialLib/TestMPLRelPermNonWettingPhaseVanGenuchtenMualem.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 43ee437044ac7642f96cd20fd6b3248a42971d30..02c34a43444ab0fbbc5c9ad90e750bc167db1d99 100644 --- a/Tests/MaterialLib/TestMPLRelPermUdell.cpp +++ b/Tests/MaterialLib/TestMPLRelPermUdell.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 68e379f295321145b0ca30a5da1c746979d0d79e..ed1770800b71c4d062f5a4a4d313677c53f63b4c 100644 --- a/Tests/MaterialLib/TestMPLRelPermUdellNonwettingPhase.cpp +++ b/Tests/MaterialLib/TestMPLRelPermUdellNonwettingPhase.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b0fbd51d95ebee4b24f1af99f70596761624ea74..6694c753f596b4a193df1ddf47f271c49578c101 100644 --- a/Tests/MaterialLib/TestMPLRelPermVanGenuchten.cpp +++ b/Tests/MaterialLib/TestMPLRelPermVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d307a49d6bf427379523407ff5955622355e8af6..47df2fc6c195302dc8b8d3eb6e9052aa761d21d7 100644 --- a/Tests/MaterialLib/TestMPLSaturationBrooksCorey.cpp +++ b/Tests/MaterialLib/TestMPLSaturationBrooksCorey.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7299c693dc2aa1a3eb40ed8267d3845a281b6fad..19600012d58e7b8d47877936df80a9a3e0377d49 100644 --- a/Tests/MaterialLib/TestMPLSaturationExponential.cpp +++ b/Tests/MaterialLib/TestMPLSaturationExponential.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 387b977953552b41931b2d4face29abf030148ed..30573da889025efeeb086740ee1a7537ba777b57 100644 --- a/Tests/MaterialLib/TestMPLSaturationLiakopoulos.cpp +++ b/Tests/MaterialLib/TestMPLSaturationLiakopoulos.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0e45ce7cd5b0180bd6986103a879d2234a27977f..4c481ef97c1628a57f0e8f89ecbe65b206513d60 100644 --- a/Tests/MaterialLib/TestMPLSaturationVanGenuchten.cpp +++ b/Tests/MaterialLib/TestMPLSaturationVanGenuchten.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e7f3191b32bfd02d6a6def4e5994a0a3a9018b9c..2c9fdc377b7dfcfaadeb8fab7b5bb26db521cef3 100644 --- a/Tests/MaterialLib/TestMPLSaturationWeightedThermalConductivity.cpp +++ b/Tests/MaterialLib/TestMPLSaturationWeightedThermalConductivity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7ce2bbcb484946c4f38a1e7287e4b62d5e9fd545..8bdabb4691b5d818733a4142d617d0cf18aefe84 100644 --- a/Tests/MaterialLib/TestMPLVapourDiffusionFEBEX.cpp +++ b/Tests/MaterialLib/TestMPLVapourDiffusionFEBEX.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3716d7f6c3a7c627951fffb4b1572855d4f22c35..1770f4a3a8b4a93b13557a3b0e58aa302a0a6789 100644 --- a/Tests/MaterialLib/TestMPLVapourDiffusionPMQ.cpp +++ b/Tests/MaterialLib/TestMPLVapourDiffusionPMQ.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3c23337300d1e4fe90bafb354a531daac8c01a3c..c47123d8bce27b65c62bc8d02aff18348312c1bb 100644 --- a/Tests/MaterialLib/TestMPLWaterDensity.cpp +++ b/Tests/MaterialLib/TestMPLWaterDensity.cpp @@ -6,7 +6,7 @@ \date Jan 2015 \copyright - Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b2902a5a07b9f60ff3fc61259f4874d96a5bec97..91298e57935aabbb0f7fb359ce66fd9f4e4871e1 100644 --- a/Tests/MaterialLib/TestMPLWaterVapourDensity.cpp +++ b/Tests/MaterialLib/TestMPLWaterVapourDensity.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2e5075f38c2974153b460d622f81d85319da089a..85103641c93b5e93fabefa9488a60ac7bbacc957 100644 --- a/Tests/MaterialLib/TestMPLWaterVapourLatentHeat.cpp +++ b/Tests/MaterialLib/TestMPLWaterVapourLatentHeat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 431000a6782c9da05a25ed3773a315f927f15366..949b6489bb228db976fe49f461a20a864fdc5c36 100644 --- a/Tests/MaterialLib/TestMPLWaterVapourLatentHeatWithCriticalTemperature.cpp +++ b/Tests/MaterialLib/TestMPLWaterVapourLatentHeatWithCriticalTemperature.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 bb8b7cb14f2dd725ca3327c0c09c96f5c74c0537..0251b9fcf1f9e1ac378a1cf8ce65787b4409a20b 100644 --- a/Tests/MaterialLib/TestMPLWaterViscosity.cpp +++ b/Tests/MaterialLib/TestMPLWaterViscosity.cpp @@ -3,7 +3,7 @@ * \brief Test viscosity models * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e739cce923e49ae984b7cc739e73d23aa770ae08..dc5eb33ad81908fc522487a1f03fb9d4948df225 100644 --- a/Tests/MaterialLib/TestRelativePermeabilityModel.cpp +++ b/Tests/MaterialLib/TestRelativePermeabilityModel.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f0c7c67b441b9c476c0065553733c21cd727b957..4fd74d5a48f0e5386e8c8682ff62c441964b0600 100644 --- a/Tests/MaterialLib/TestSpecificHeatCapacityWithLatentHeat.cpp +++ b/Tests/MaterialLib/TestSpecificHeatCapacityWithLatentHeat.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2719a4c332afc8313c46dc5be054b059ddc95b3d..a3ec058ac460f9022d61faa0c3b2319880e79d12 100644 --- a/Tests/MaterialLib/TestStrainDependentPermeability.cpp +++ b/Tests/MaterialLib/TestStrainDependentPermeability.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9d2cccb4e27a5f496c9eaf5e714b610c4aee3eb3..e3926289f9ed6a84973c52b38ae1e822b4935e77 100644 --- a/Tests/MaterialLib/TestTangentOperatorBlocksView.cpp +++ b/Tests/MaterialLib/TestTangentOperatorBlocksView.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 848b468c9966e385b816221bab6f05b36beb6857..057ef0b9532e8e9cbec79339bd66eee6fae1d7c9 100644 --- a/Tests/MaterialLib/TestTemperatureDependentFraction.cpp +++ b/Tests/MaterialLib/TestTemperatureDependentFraction.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a937c8be6253aedb28ef3059714a32858a609da8..00339a49183bf89ba3c96aa3b5597b550feeb696 100644 --- a/Tests/MaterialLib/TestThermodynamicForcesView.cpp +++ b/Tests/MaterialLib/TestThermodynamicForcesView.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 37fac9b2248eb64a8ab753ef974a377dceae5586..24cb64bdb31a65ca01e883e278568081f26418b2 100644 --- a/Tests/MaterialLib/TestVolumeFractionAverage.cpp +++ b/Tests/MaterialLib/TestVolumeFractionAverage.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4becaa5bc0891cdc7646e162f12e43e3bbd18a37..74221fa0c5fb081f3dbc5ef619d57b79691c1c07 100644 --- a/Tests/MaterialLib/ThermoporoelasticityMFront.cpp +++ b/Tests/MaterialLib/ThermoporoelasticityMFront.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 45ca0b9837b0879a833097f4ac8351cc6b52c228..03aec990ef02cbf66d3b881e28fd5aaa957aecb4 100644 --- a/Tests/MathLib/KelvinVector.cpp +++ b/Tests/MathLib/KelvinVector.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e2a3b12631d0378b1a5e42334ed64520dc224e8b..7a2f36c2370c77d2db1def6a33f589b14a83902d 100644 --- a/Tests/MathLib/PointUtils.h +++ b/Tests/MathLib/PointUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e0372d375abb7c455114e2a88c87e4c15c09837f..2f39d2f3b91f2e73278fe932342d3610b63ed31d 100644 --- a/Tests/MathLib/Polynomials.h +++ b/Tests/MathLib/Polynomials.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c7f131ef798657f0176f7d1f001c192bc67fd9a2..41258a555a49fa1f10d058c38f4815878ef04f50 100644 --- a/Tests/MathLib/SimpleTestsPoint3d.cpp +++ b/Tests/MathLib/SimpleTestsPoint3d.cpp @@ -3,7 +3,7 @@ * @date Mar 13, 2014 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2fea3bf9c8632edc78739c3b31e7b010dbee243d..4954507bea716b21c50bb51c4321e00235f2d110 100644 --- a/Tests/MathLib/TestDividedByPlane.cpp +++ b/Tests/MathLib/TestDividedByPlane.cpp @@ -4,7 +4,7 @@ * \date 2014-02-26 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4b93415942abb7ed9520bc6aecc4daf8b3b8abd7..0307ff2d658e890f5ff0f096393ff17f3dca2e04 100644 --- a/Tests/MathLib/TestEigenCSR.cpp +++ b/Tests/MathLib/TestEigenCSR.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 dbdb24fdf7582bb7935199ae07070689c1c8b2dd..1a0d35ab17795ecac093a7c862853be155053811 100644 --- a/Tests/MathLib/TestGaussLegendreIntegration.cpp +++ b/Tests/MathLib/TestGaussLegendreIntegration.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 aa25b9b4b0e1c4a4e3bacaa263546e933bc72d53..99af7fd551c926b7a3789b1e440e77166b1bf8f6 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b8974bf4dbd593b79e1796d1708fd3d6b70891ed..3b67a4878fb5ddff7ccf26487054985c04658e35 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e7f7060fd3d702561eb9b4b30cf4123e58b50819..b7c21a2e20baac8a372dffef59bb8aa22ca20c23 100644 --- a/Tests/MathLib/TestIntegration.cpp +++ b/Tests/MathLib/TestIntegration.cpp @@ -4,7 +4,7 @@ * \date 2013-08-29 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b255e804045e310f02081198acd1acfafb738386..585246203f99412844d76e11d3c32b36475a6778 100644 --- a/Tests/MathLib/TestIsPointInTriangle.cpp +++ b/Tests/MathLib/TestIsPointInTriangle.cpp @@ -3,7 +3,7 @@ * @date 2014-05-27 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f1e909315cf425d1b190a6935f85bc47206ff158..5594ed3c43e9a05dbfe7ebb9c1d259233afd90a1 100644 --- a/Tests/MathLib/TestLinearSolver.cpp +++ b/Tests/MathLib/TestLinearSolver.cpp @@ -6,7 +6,7 @@ * \brief Implementation tests. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2b3ba3756b49e5a501f960d5bfd670842340a36d..885758ff97e935c02fd6e92d97865c76a33ce4c4 100644 --- a/Tests/MathLib/TestNonlinear1D.cpp +++ b/Tests/MathLib/TestNonlinear1D.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8e35e2f7f524d3c957eb96adc90059a3b2e77aa9..c6605de8091938e0e3d52bf60567687eebec13ef 100644 --- a/Tests/MathLib/TestODESolver.cpp +++ b/Tests/MathLib/TestODESolver.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4199d6cb45c17466357b6e5334b5959f06418c11..fd432e4fd7959c44126445f50c9ec3b7ec91f613 100644 --- a/Tests/MathLib/TestPiecewiseLinearCurve.cpp +++ b/Tests/MathLib/TestPiecewiseLinearCurve.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b4e9b26060ac5aafa95c1515d9034d1a6fdbf097..c1674f32cb73bbc285469d10413ef868ad7fbd5b 100644 --- a/Tests/MathLib/TestPiecewiseLinearInterpolation.cpp +++ b/Tests/MathLib/TestPiecewiseLinearInterpolation.cpp @@ -4,7 +4,7 @@ * \date Feb 12, 2013 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e10ee57f693e34f1b8cc14dab9adf7565748ce9f..eb12d1a72794c73be47de7abaf9c52bef50a5975 100644 --- a/Tests/MathLib/TestPoint3d.cpp +++ b/Tests/MathLib/TestPoint3d.cpp @@ -4,7 +4,7 @@ * \date Nov 8, 2012 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 495f1390450c7f6259c0a224b601f0c36e50029d..3869d0e518bb4aba8e5ee85dbdc92045c8f107ff 100644 --- a/Tests/MathLib/TestPoint3dWithID.cpp +++ b/Tests/MathLib/TestPoint3dWithID.cpp @@ -3,7 +3,7 @@ * \date 2015-05-21 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 89498c6f28685af640114997ee616f671c3fc993..37c9ef06cb1078e245f4ee94278500bad42d578c 100644 --- a/Tests/MathLib/TestWeightedPoint.cpp +++ b/Tests/MathLib/TestWeightedPoint.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c5fb4caab2ad79dc4cbf8d229cb3343474bffcf7..af94c0233c22d3fcd16527d1abecec2e6cb85358 100644 --- a/Tests/MeshGeoToolsLib/TestConstructAdditionalMeshesFromGeoObjects.cpp +++ b/Tests/MeshGeoToolsLib/TestConstructAdditionalMeshesFromGeoObjects.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1aa858ec6a7d2a855c182c5bd364a669fa7e1c98..84473dc113bd4fd667447f9fbfccb9ce6464110e 100644 --- a/Tests/MeshGeoToolsLib/TestEarClipping.cpp +++ b/Tests/MeshGeoToolsLib/TestEarClipping.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f5a2b915e8933c76ed6d7709ba39414b087b38a1..425a79cb777f5302e18676d837eb1313fcd457e3 100644 --- a/Tests/MeshGeoToolsLib/TestGeoMapper.cpp +++ b/Tests/MeshGeoToolsLib/TestGeoMapper.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f0065a12d07e32ebe770b8cb9a1be6d86e57dbb0..f6c23fd9d5b66fd09246180d2cb946d09d0be9de 100644 --- a/Tests/MeshLib/ConvertToLinearMesh.cpp +++ b/Tests/MeshLib/ConvertToLinearMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 374417fe4c2ab71438b976497fc0a997a14da733..407f605577cdf75ee102bb7194c5a415d704fa2b 100644 --- a/Tests/MeshLib/ElementUtils.h +++ b/Tests/MeshLib/ElementUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4ef2dad27b18f99f9d82edf5e01cc8c950460e58..21374f5765da09515b1ed123f7c9ad7de6216953 100644 --- a/Tests/MeshLib/MeshProperties.cpp +++ b/Tests/MeshLib/MeshProperties.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 00d4d2f6045815a4b7b92264fa2e25b58353cde5..32f2dbc1d8ef1d689fbac934cc5d58c95b71c81c 100644 --- a/Tests/MeshLib/TestAddLayerToMesh.cpp +++ b/Tests/MeshLib/TestAddLayerToMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e3c4900e17e6471933b3eeeb8153350b8b0617d6..c6fdda0cd846ab9ec416c9a22aae19059e03a149 100644 --- a/Tests/MeshLib/TestBoundaryElementSearch.cpp +++ b/Tests/MeshLib/TestBoundaryElementSearch.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 95292e6dd9116d766f555477ac58b895f23a713a..18562229a41220952f92e2b244929c12d0418da1 100644 --- a/Tests/MeshLib/TestCoordinatesMappingLocal.cpp +++ b/Tests/MeshLib/TestCoordinatesMappingLocal.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 351b0fe4034a1656c0220add3cf5bd0b470ac58b..f97d8915fa755a9bf9ef2e7d93f146d6b67247d6 100644 --- a/Tests/MeshLib/TestCreateQuadraticOrderMesh.cpp +++ b/Tests/MeshLib/TestCreateQuadraticOrderMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 9e1ee13ec2fd67e2edcab2adc0e9932fff105be6..ae26b404dcced3c44a78fd41200cd529edf1014b 100644 --- a/Tests/MeshLib/TestDuplicate.cpp +++ b/Tests/MeshLib/TestDuplicate.cpp @@ -5,7 +5,7 @@ * \brief Tests for Duplicate functions * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 54380287fc7bfa5a258af0f5677496b897b8d3de..b0e30868827aed76589746c41b15c744890aaa7e 100644 --- a/Tests/MeshLib/TestElementConstants.cpp +++ b/Tests/MeshLib/TestElementConstants.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 918a5a398d5dadef1b2e7d779c7b2b8d5516f9fb..86a09052535c845b9c20dbef3ae614178f564596 100644 --- a/Tests/MeshLib/TestElementStatus.cpp +++ b/Tests/MeshLib/TestElementStatus.cpp @@ -5,7 +5,7 @@ * \brief Tests for ElementStatus class * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 82f0112aaf966b8d14e7ee6bada3ec145a1e83de..c4c4aaba901ab84597539639957c5062a08f7ff9 100644 --- a/Tests/MeshLib/TestFindElementsWithinRadius.cpp +++ b/Tests/MeshLib/TestFindElementsWithinRadius.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 89f1ab2d3af9540f98b8cca52df488f0c1f12a12..97ea77f87e1d5b157fa8d4bff4a94b550256df59 100644 --- a/Tests/MeshLib/TestFlipElements.cpp +++ b/Tests/MeshLib/TestFlipElements.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 508dc8b55bc5787085aa36749acc9376e0744a83..5ed4c81eb4d51fa80c6d16cf02ad6f797439b425 100644 --- a/Tests/MeshLib/TestGetElementRotationMatrices.cpp +++ b/Tests/MeshLib/TestGetElementRotationMatrices.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b28a20d27160529ce2633b716d8df471fda564bf..3de6ae0cc22dd93f2730d45f484a505853938595 100644 --- a/Tests/MeshLib/TestGetSpaceDimension.cpp +++ b/Tests/MeshLib/TestGetSpaceDimension.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7513b642b2f5197b77ecc021d969949388d61a7f..42fb735a895a74426891bc6a239f166f879ff3a3 100644 --- a/Tests/MeshLib/TestHexQualityCriteria.cpp +++ b/Tests/MeshLib/TestHexQualityCriteria.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 da868c43567545c661508e9b299d5149769614e5..5bc4ddeeedb6aa09ce5b3e8281ac65d4e9e18473 100644 --- a/Tests/MeshLib/TestIs2DMeshOnRotatedVerticalPlane.cpp +++ b/Tests/MeshLib/TestIs2DMeshOnRotatedVerticalPlane.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d36c3e85b9ab64e1e662b48a400d3d9246c20c07..49c045baf2b9038b9ff19ac466babfbd14c91ea7 100644 --- a/Tests/MeshLib/TestLineMesh.cpp +++ b/Tests/MeshLib/TestLineMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e342a30e36c0c86f681be1732dbd5a3bf2e3f6c0..a1dd3b21e303105e638fbb2587bc3ea578c91425 100644 --- a/Tests/MeshLib/TestMapBulkElementPoint.cpp +++ b/Tests/MeshLib/TestMapBulkElementPoint.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a7f2be9dbed491254de01c2a76ed15413052faaa..886f635fd2d9627225f4b9951d6ccd6386d96016 100644 --- a/Tests/MeshLib/TestMeshGenerator.cpp +++ b/Tests/MeshLib/TestMeshGenerator.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 de026b41967a1c3c3e3deeb3e50b1677aa917cf7..afce7392e77c55cd5edf9cf9145f54c3a0843f7b 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c5e1ea5fc9766bb2c87d7e232fe4122b1b84a222..6f636695a8b7b28c492caa8aa9b27a60fff329f0 100644 --- a/Tests/MeshLib/TestMeshRevision.cpp +++ b/Tests/MeshLib/TestMeshRevision.cpp @@ -5,7 +5,7 @@ * \brief Tests for MeshRevision class * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6f6fb3dacdc72e8d64e8d4c01e1090125c00483e..5293ebbcadd7cf09e95726cddea56c314942abf1 100644 --- a/Tests/MeshLib/TestMeshValidation.cpp +++ b/Tests/MeshLib/TestMeshValidation.cpp @@ -5,7 +5,7 @@ * \brief Tests for MeshRevision class * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a8516b1cc172fdac9a9a30a00a723ea005d6c566..2495315c2e7d3c54da464fbde4cbeb82ff655157 100644 --- a/Tests/MeshLib/TestMoveMeshNodes.cpp +++ b/Tests/MeshLib/TestMoveMeshNodes.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 35d3473ea7d6ff57aec9fce803a053a8c6cb8158..7d8166f5e2defea25cf6f9820625f531f7b57e5d 100644 --- a/Tests/MeshLib/TestNodeAdjacencyTable.cpp +++ b/Tests/MeshLib/TestNodeAdjacencyTable.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 89883ce49b40f82bd86ffcf66dc76fc5ff57fa88..c40d8fe3ff4862b82454504b0bc52ed862ab4383 100644 --- a/Tests/MeshLib/TestNodeSearch.cpp +++ b/Tests/MeshLib/TestNodeSearch.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a239bc508278b59b78c88503ea2a39a6ca8b5135..a10855934cffeef3681e3a9dbc870766432f3de4 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3724e70679d6a13ab9ba85adea892a42634b076a..531c642589a5d9d6a32148b3728a08cb6b97b1d4 100644 --- a/Tests/MeshLib/TestPrismQualityCriteria.cpp +++ b/Tests/MeshLib/TestPrismQualityCriteria.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a3e6271142bb56d7f9bcd1c000d6441db142fc8d..d5b7ed231c337560393d5cb9fdb2556afcc89638 100644 --- a/Tests/MeshLib/TestPyramidQualityCriteria.cpp +++ b/Tests/MeshLib/TestPyramidQualityCriteria.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b1f712b2f9da192a0facf810ea186269b533b53f..b734bb1a40e4b81eba61a73ee81b976d141627b5 100644 --- a/Tests/MeshLib/TestQuadMesh.cpp +++ b/Tests/MeshLib/TestQuadMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5a29126aa7f299b456fc868a8fb76ab3a09838a4..73acc77e29afedd925278661ef9761307b6b1653 100644 --- a/Tests/MeshLib/TestQuadQualityCriteria.cpp +++ b/Tests/MeshLib/TestQuadQualityCriteria.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 77ec6a2850610abe1fc9e27ee6457fbf33e62465..f15aa53cc2afaacfb4372ba2852f54c477363bd3 100644 --- a/Tests/MeshLib/TestRasterDataToMesh.cpp +++ b/Tests/MeshLib/TestRasterDataToMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d82abfb0752093b32770fa002ae4df1b125fd981..f8e3b73fdd4deb62235528d4312dd42c675db443 100644 --- a/Tests/MeshLib/TestRasterToMesh.cpp +++ b/Tests/MeshLib/TestRasterToMesh.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 80e8164173dcb2decc4b280db1f2f10a7f746a16..7a34e68c6dc0326aa571de2d8c2441e3bd28418e 100644 --- a/Tests/MeshLib/TestRemove.cpp +++ b/Tests/MeshLib/TestRemove.cpp @@ -5,7 +5,7 @@ * \brief Tests for Duplicate functions * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6096d529bc248f3a9a7d35b66f9ec6fc58eefdf7..e442112739dc43544468d77056d16112f77a93b1 100644 --- a/Tests/MeshLib/TestSurfaceNormals.cpp +++ b/Tests/MeshLib/TestSurfaceNormals.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5564f6ec6c38b3e6481384095b04d92905b7be1a..1b57a0236813d3b54682a4a3d802d7add644afa3 100644 --- a/Tests/MeshLib/TestTetQualityCriteria.cpp +++ b/Tests/MeshLib/TestTetQualityCriteria.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d026846c98e7a4690c5e6f9461f8eae2b458f274..83f0288b804b09f8974d50b054bc92c31607162c 100644 --- a/Tests/MeshLib/TestTriLineMesh.cpp +++ b/Tests/MeshLib/TestTriLineMesh.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 72aa041adbcd9b9af57b6d80634016c7dfbc88a6..0e5e08694af832a1e2a625877783b7948c46b32d 100644 --- a/Tests/MeshLib/TestTriQualityCriteria.cpp +++ b/Tests/MeshLib/TestTriQualityCriteria.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0124401610ba9c4eb63033f9541f789a8602580e..5890b7531990fa4fb664bb41c834c6f59370bf1c 100644 --- a/Tests/MeshLib/TestUniqueMeshId.cpp +++ b/Tests/MeshLib/TestUniqueMeshId.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 05beb327fafb383e2443762aef983a33762f21ca..1efe8d222a299f37074f5a44a5da43f5418d9f6c 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 f828794de4038ea9b3185a078925804750499ffa..7dfb7bb9e55352e298c40b404ca718ba23a34adb 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7707e09b88c3aeda86512722354f717d752bfeb2..9fe67e1826f12d41db7ab8c6ff48b5cf76af4092 100644 --- a/Tests/MeshLib/TestVtkMeshConverter.cpp +++ b/Tests/MeshLib/TestVtkMeshConverter.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7241655adcd0c0d5361a26114382b506d968141e..d1842f4a053a592bdd3d181c4b21937a0a60e250 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-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 81fffcb2762daa1174a80262372fc9481b6141a2..23becc155c349d2db0a3e6ece818389fdf3e4fde 100644 --- a/Tests/MeshLib/TestgetMaxiumElementEdgeLengths.cpp +++ b/Tests/MeshLib/TestgetMaxiumElementEdgeLengths.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 bfbbdf08021ef91870b7d87e33cd5d5c70f70349..1764b2f07fb58a0639d3269c9923e76103fdaa35 100644 --- a/Tests/MeshLib/UnitCube.h +++ b/Tests/MeshLib/UnitCube.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8562133890e5aacc318932a3b904a5be547f3023..54485ce8a3e5a056deec16797a609517b0b5f2ef 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0be99a919cc35e6d6bee8fa235f94a424faa8e45..3811a9f1b69b8cdc24b7fab50e29d39a3aa01b72 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e7188bdf6ebc155e7569bc9afeaa93509ae7ecd1..cbdc3b40c2053ac1ad90701ff86e887ddea08a01 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestLine3.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestLine3.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fd10ce1da9474a163c2878e70a3c801cc145fe96..b736e3de65f95c9795eeda5ada4f23aaba0bce11 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 98b31434cede2b9c64771fe6e5e661594e0990ed..e2845d2354cc28049c84df46c93af974b1d0672f 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b66d90ce8ead2fbd31c08444b51811ff74a84209..b15cfa7e5f59706d690e2b83ae65fecae15b75ea 100644 --- a/Tests/NumLib/FeTestData/MatrixTools.h +++ b/Tests/NumLib/FeTestData/MatrixTools.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 717639ae7b1627da8aa7bdab21dce51e3e5dbad9..eed2db95513bcd0a0f9ee0b3837b9e637a28a2ef 100644 --- a/Tests/NumLib/FeTestData/TestFeHEX20.h +++ b/Tests/NumLib/FeTestData/TestFeHEX20.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5c243e94b4dece4c0aa775d3ca4ac0e6bac35c3c..8296a0f2cdb6c50fcb7bc34c4dc65c687d0b98cd 100644 --- a/Tests/NumLib/FeTestData/TestFeHEX8.h +++ b/Tests/NumLib/FeTestData/TestFeHEX8.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 76c8f76ee894d05569d2046a33df5a22b8fb050c..fb79b04064bb2c8a04ed3ed178b282597a3c4b6b 100644 --- a/Tests/NumLib/FeTestData/TestFeLINE2.h +++ b/Tests/NumLib/FeTestData/TestFeLINE2.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2e3884ac308eb463476ea6e5906c4abcaa8e8083..c92aa4875cb562de0e02cb719991b68ac57eb998 100644 --- a/Tests/NumLib/FeTestData/TestFeLINE2Y.h +++ b/Tests/NumLib/FeTestData/TestFeLINE2Y.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a812313a67b20b760d16b8e23e68e6ebfe69e4fb..4f3960b1cbd9f70879e58189df33154d9bf93704 100644 --- a/Tests/NumLib/FeTestData/TestFeLINE3.h +++ b/Tests/NumLib/FeTestData/TestFeLINE3.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 847302e74258b49d9171993e0dd43f233541fa37..34fde1b2ced8fff9d30eae8f7ba1b18d315f4425 100644 --- a/Tests/NumLib/FeTestData/TestFePRISM15.h +++ b/Tests/NumLib/FeTestData/TestFePRISM15.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 1dfa5f56d17c01bc59808cb783676b42b21f0b92..c4ea556d787604fd5947abfa8348b15e768da84c 100644 --- a/Tests/NumLib/FeTestData/TestFePRISM6.h +++ b/Tests/NumLib/FeTestData/TestFePRISM6.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d66d54a2aefa70771b1ac4e030d5e1b438c1e925..ab9dda433aadff46562d2f994debc0ff39525549 100644 --- a/Tests/NumLib/FeTestData/TestFePYRA13.h +++ b/Tests/NumLib/FeTestData/TestFePYRA13.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4a95cc7b3deff88d0eaf41c3e75eb06d12348cfd..8584900664ee461c8c08ab38dd48497e0d9658a3 100644 --- a/Tests/NumLib/FeTestData/TestFePYRA5.h +++ b/Tests/NumLib/FeTestData/TestFePYRA5.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 501dc75ac6baf7407870fdf175e7ff589c62d32a..435b60a6ff3c22717dd4a016608c0ed10deb1790 100644 --- a/Tests/NumLib/FeTestData/TestFeQUAD4.h +++ b/Tests/NumLib/FeTestData/TestFeQUAD4.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2d080c6521782a00983aeff45fe8c1efb6d0f244..b4027618aaf8edfb9d821287e3a652a266f6aef4 100644 --- a/Tests/NumLib/FeTestData/TestFeQUAD8.h +++ b/Tests/NumLib/FeTestData/TestFeQUAD8.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 942712c04d7a4de7595a3f3499d2e2a79f0b4aa8..c4115e18f978526ce4e16dc401784457e3affb00 100644 --- a/Tests/NumLib/FeTestData/TestFeQUAD9.h +++ b/Tests/NumLib/FeTestData/TestFeQUAD9.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 180e1b7a1089193826335771541f0cdada7fc93a..4b95aa5e1fc63b28e1dcf1a674acc5cadcbfaf3f 100644 --- a/Tests/NumLib/FeTestData/TestFeTET10.h +++ b/Tests/NumLib/FeTestData/TestFeTET10.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c62f4a3ffd80e0aaa4c5cb0b9f7421d471858a79..3ad3d252a59e3ad1b9feb3d9d7b411ea958f18a8 100644 --- a/Tests/NumLib/FeTestData/TestFeTET4.h +++ b/Tests/NumLib/FeTestData/TestFeTET4.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 478d7511d35eb671eb53691a3e48bff68a4341c8..6813e41110390da13faa5d3853100b0336cf7a3b 100644 --- a/Tests/NumLib/FeTestData/TestFeTRI3.h +++ b/Tests/NumLib/FeTestData/TestFeTRI3.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 614f444fa0316479947b1586eb4abb87457318b0..737ffea401d30586fda85a167d8fb610264a4666 100644 --- a/Tests/NumLib/FeTestData/TestFeTRI6.h +++ b/Tests/NumLib/FeTestData/TestFeTRI6.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b22bdf6339596798e21c2f6906d3d60835ddacf4..b57b9f1725d0f8c06089a67a2260af962a966ef3 100644 --- a/Tests/NumLib/LocalToGlobalIndexMap.cpp +++ b/Tests/NumLib/LocalToGlobalIndexMap.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e95bbb00b66821eba3bdd351760987840413c8fb..53e1d3cb33116102d283fb583d7b9ba1e3a10f6e 100644 --- a/Tests/NumLib/LocalToGlobalIndexMapMultiComponent.cpp +++ b/Tests/NumLib/LocalToGlobalIndexMapMultiComponent.cpp @@ -1,6 +1,6 @@ /* * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c6d24f5db13879a5620c6d5ae526d62daa37ab9b..be6c61844ba2e6deebe53d61e4e8d4b901f1df8b 100644 --- a/Tests/NumLib/NaturalNodeCoordinates.cpp +++ b/Tests/NumLib/NaturalNodeCoordinates.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 11885bc29a3dd10b1bbc32d38fd8a448e518d033..f31f117edede1917406f15f1f451d1d5acbf2f75 100644 --- a/Tests/NumLib/NewtonRaphson.cpp +++ b/Tests/NumLib/NewtonRaphson.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c3df0a4e1931bfcb0a281374108bd12ea5105f90..15c98d5eb3aa6b71a8be4326312a1194b25ea900 100644 --- a/Tests/NumLib/ODEs.h +++ b/Tests/NumLib/ODEs.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a041fbfc242d8cd3240c3793918dbf662d76560f..76ac9fa3b89d82f07c8b5f24efb98f9524a26cfc 100644 --- a/Tests/NumLib/ReferenceElementUtils.cpp +++ b/Tests/NumLib/ReferenceElementUtils.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 0156e9709abb48b429a3b6e2cfd6e31b07bdaa4e..5424f90701ce27b99131b3bec0c5b7f0ee57d1e4 100644 --- a/Tests/NumLib/ReferenceElementUtils.h +++ b/Tests/NumLib/ReferenceElementUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 8f4174e56806bc942603ec7ed808c52b5b6b9f26..73e464670fb2c7a16e2a0fa056c0f5e9916d9888 100644 --- a/Tests/NumLib/ShapeFunctionUtils.h +++ b/Tests/NumLib/ShapeFunctionUtils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7e56b83e83907ef8b0e3f83f7964176a19bbcbe6..e15880720543c792b124255072b33a7ab5f00968 100644 --- a/Tests/NumLib/SteadyDiffusion2DExample1.h +++ b/Tests/NumLib/SteadyDiffusion2DExample1.h @@ -3,7 +3,7 @@ * \date 2013-04-18 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 573dbb7ceabe5a611440371a878ecddd2d183df0..660e73dd1a6e809900ca9eb80303217c84d57724 100644 --- a/Tests/NumLib/TestComponentNorms.cpp +++ b/Tests/NumLib/TestComponentNorms.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 bbd79ee1a34a52fb3e8866d111c58ba538f66c8c..8c8535d980698a9f95aaa4f19bec8a4ac498adf9 100644 --- a/Tests/NumLib/TestCoordinatesMapping.cpp +++ b/Tests/NumLib/TestCoordinatesMapping.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 15285c2e9ca6392cfe1f0800442324175619ba9d..e7372048944c499c053acd86b3ad73ac285e3b16 100644 --- a/Tests/NumLib/TestExtrapolation.cpp +++ b/Tests/NumLib/TestExtrapolation.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 274d0c4b1b71be363f05d065c630823639ff1400..86878c96bbc0dbb82812d672efba197cb4b9926c 100644 --- a/Tests/NumLib/TestFe.cpp +++ b/Tests/NumLib/TestFe.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ee4257eb5ce42ceb0c0c4cab1ee6affea8c139a9..2140e207467021eaecf6f3f68e98183505d14c5e 100644 --- a/Tests/NumLib/TestFemIntegration.cpp +++ b/Tests/NumLib/TestFemIntegration.cpp @@ -4,7 +4,7 @@ * \date 2013-08-29 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 c449a61a4f94f6429f74b6ce23aa3cf894402bd0..6c935555789ddd35d586947b462f2c8c24a51eef 100644 --- a/Tests/NumLib/TestFunctionInterpolation.cpp +++ b/Tests/NumLib/TestFunctionInterpolation.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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/TestGradShapeFunction.cpp b/Tests/NumLib/TestGradShapeFunction.cpp index 5028da28d7fa5c686a4c4f43995c35d15b4c1e73..175d6d9c723d18cb6f7006e4cc6cd610e1b501a0 100644 --- a/Tests/NumLib/TestGradShapeFunction.cpp +++ b/Tests/NumLib/TestGradShapeFunction.cpp @@ -3,7 +3,7 @@ * integration. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2a32dc84859b7e069231461996fa97b9112def6d..3695a0bac64b3df639c4fa552fe415100f5a22ce 100644 --- a/Tests/NumLib/TestIntegrationMethodRegistry.cpp +++ b/Tests/NumLib/TestIntegrationMethodRegistry.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2f550c172d351e1edace3ae919c5a0e6a5763a9a..64ca0bb4d5b5b20a95a0714bdd0c53483d2e48f5 100644 --- a/Tests/NumLib/TestMeshComponentMap.cpp +++ b/Tests/NumLib/TestMeshComponentMap.cpp @@ -3,7 +3,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d688484d9a7d946b2d595ece49d001431e7db201..ea508c88b7832caec932a41056350169e18b7844 100644 --- a/Tests/NumLib/TestODEInt.cpp +++ b/Tests/NumLib/TestODEInt.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 54819fc1a9a857e28f3c85fa7b2914136ff5540b..41586bbcb7f2733c385dfd64308a29ced9c46c1a 100644 --- a/Tests/NumLib/TestReferenceElement.cpp +++ b/Tests/NumLib/TestReferenceElement.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 58549572123b2fb75bcf0898244b748c37a52ef5..606371d0be3bcd8ad0d6ed99df241b1d0a605b2f 100644 --- a/Tests/NumLib/TestSerialExecutor.cpp +++ b/Tests/NumLib/TestSerialExecutor.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e81d7397e68cf90f7b24219d619ad0b5b4ff3f1e..69d07e6c0a8b3b2433739fe48ce7a50fb9537d4e 100644 --- a/Tests/NumLib/TestSerialLinearSolver.cpp +++ b/Tests/NumLib/TestSerialLinearSolver.cpp @@ -3,7 +3,7 @@ * \date 2013-04-18 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 94cf310a5ca3c98f25e0b84796ca2c31fd9f9975..eeee0a3668c8ad59ad1ab79c5afa891cc194064a 100644 --- a/Tests/NumLib/TestShapeFunctions.cpp +++ b/Tests/NumLib/TestShapeFunctions.cpp @@ -4,7 +4,7 @@ * \date 2013-09-03 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 eeec0bfa85e607b160e51db6a2bc5c603748e1dd..99e478969ef666d731a2307d0731ebd4c1578f2e 100644 --- a/Tests/NumLib/TestShapeMatrices.cpp +++ b/Tests/NumLib/TestShapeMatrices.cpp @@ -4,7 +4,7 @@ * \date 2013-09-06 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 653747d6632325d823d72ea04bf769ea01e1dd28..703c66855bfaefa95dd588f4c267794e1a0d9adb 100644 --- a/Tests/NumLib/TestSparsityPattern.cpp +++ b/Tests/NumLib/TestSparsityPattern.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 adbf4c8a753e2d4deeed13a207550969a1bdc9f1..e5ed79a72bf2993a40ca114e4dfd1947b349758a 100644 --- a/Tests/NumLib/TestTimeStep.cpp +++ b/Tests/NumLib/TestTimeStep.cpp @@ -3,7 +3,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2893d30e786de49bd9c4b7466ddee31df9ed8a13..555f48b2639d47fe541911bc9e4c87a80f7af516 100644 --- a/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp +++ b/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d9a8762c7a87ed67bd3222bb72bd3bbe2d97e700..d03e15ba5d9197a2f44b58d72ffb09b7e090057d 100644 --- a/Tests/NumLib/TestTimeSteppingFixed.cpp +++ b/Tests/NumLib/TestTimeSteppingFixed.cpp @@ -3,7 +3,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 4ea40aec2052bc9aae302a1e791d6725fb0cefda..429dc28474c03a884716c0db0faf6f3ff4aa4b82 100644 --- a/Tests/NumLib/TestTimeSteppingIterationNumber.cpp +++ b/Tests/NumLib/TestTimeSteppingIterationNumber.cpp @@ -3,7 +3,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 2cab673c6555486e80c2ee7475dacc3d50846eed..0d08494b077e2ce9cbe31c1c8b62edc804262252 100644 --- a/Tests/NumLib/TimeLoopSingleODE.h +++ b/Tests/NumLib/TimeLoopSingleODE.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 6f4e1b5745861ba4507a8495922f55dc37779338..83a2be181205ecf549226ba6200b672c99dbcb7e 100644 --- a/Tests/NumLib/TimeSteppingTestingTools.h +++ b/Tests/NumLib/TimeSteppingTestingTools.h @@ -3,7 +3,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 fd5f7419b9824e95c41c7daf1a78b39412cb7ec9..99438d20decd2d8e1a0d187ee30cef8ea9b2c91f 100644 --- a/Tests/ParameterLib/Parameter.cpp +++ b/Tests/ParameterLib/Parameter.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3f09a8f6c1dfe3e2cd20c8bce400abcc0dcc0990..de6708c29794a17eedcc77d63d700c72fa68dcd5 100644 --- a/Tests/ProcessLib/ComponentTransport/TestLookupTable.cpp +++ b/Tests/ProcessLib/ComponentTransport/TestLookupTable.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 e93357417e2c441e2676e60391bcd827234b2a47..a43a2e27bc7f4f5c58cae82a036e75298162cb48 100644 --- a/Tests/ProcessLib/RichardsMechanics/MicroporosityComputation.cpp +++ b/Tests/ProcessLib/RichardsMechanics/MicroporosityComputation.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 a1de608aa469a1ee12f0dea2550f4ff24e2017d7..e50514172e8c37d1e17da8040d85a0bec602b0ae 100644 --- a/Tests/ProcessLib/TH2M/TestTH2MNoPhaseTransition.cpp +++ b/Tests/ProcessLib/TH2M/TestTH2MNoPhaseTransition.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 410d8062efb5a1466d99abd871dbc75de940c514..857174ed2c8b5413697aeea2d1688999335fc185 100644 --- a/Tests/ProcessLib/TH2M/TestTH2MPhaseTransition.cpp +++ b/Tests/ProcessLib/TH2M/TestTH2MPhaseTransition.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 5f8a3d162b58e468068668088b3a2f457d6bd3fb..df6eda233b83ed8b35fecf1381999a6f84ae8185 100644 --- a/Tests/ProcessLib/TestIPDataAccess.cpp +++ b/Tests/ProcessLib/TestIPDataAccess.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7dd41871aa481c878272caca9806a5f14b450664..1abb373aa5483b10f3d9b995c9a12b3b9eb28613 100644 --- a/Tests/ProcessLib/TestJacobianAssembler.cpp +++ b/Tests/ProcessLib/TestJacobianAssembler.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 7aebc35335600dab554fb6af3a5ba03920616448..c8c082c64914df0ccf27b71dacb5423280db217d 100644 --- a/Tests/ProcessLib/TestProcessLibOutput.cpp +++ b/Tests/ProcessLib/TestProcessLibOutput.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 cb9f9a16c5da0352e3c9c3012a9e149d42c7ea8c..9f59f8790085b1f90f2bdb8da707ea828a45d224 100644 --- a/Tests/ProcessLib/TestReflectIPData.cpp +++ b/Tests/ProcessLib/TestReflectIPData.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 d35bc7abe6e9ccf84fbc8e8f52c1ff399d772acc..de33c45cc0b36d37fa8d7553269500bbafa4b2c1 100644 --- a/Tests/ProcessLib/TestTransposeInplace.cpp +++ b/Tests/ProcessLib/TestTransposeInplace.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 edf961bb674b765cf7f2bc4f9183aabd3821588b..2ffa5706565124373f79b5fa177e2a1ff9f6b4fd 100644 --- a/Tests/TestTestTools.cpp +++ b/Tests/TestTestTools.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 3634f01ec1a0165dcdd1b958d2e390f0035e26da..451326c7b78e744630e51b4357004802f4d3906a 100644 --- a/Tests/TestTools.cpp +++ b/Tests/TestTools.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 ac551c91563f5a07019f7d44b2c047b2d78ac72b..98bfe70fa989c0e9bff40c974bf3390396fd21a0 100644 --- a/Tests/TestTools.h +++ b/Tests/TestTools.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 094fa17b4de5e8d39b9867bc3e283a608ec49999..2d19b75dd43d76fb4dfc15adf87e96360c014483 100644 --- a/Tests/Utils.h +++ b/Tests/Utils.h @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 78cba91f96f0356091697305bfade2236f55d8e7..ed4cac860e09805723d7d0dd52b29f4893d3b10e 100644 --- a/Tests/VectorUtils.h +++ b/Tests/VectorUtils.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 04ee0641012abada5858ec1fdba60dedec9737ef..132010978789539612440d29f20f388102347e80 100644 --- a/Tests/testrunner.cpp +++ b/Tests/testrunner.cpp @@ -5,7 +5,7 @@ * \brief GTest test executables main function. * * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.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 b3e93b9758ef5997bbb622efe0793308457d79f4..173bdde118486b11c41c07687d750f1f64377656 100644 --- a/Tests/xdmfdiff/xdmfdiff.cpp +++ b/Tests/xdmfdiff/xdmfdiff.cpp @@ -1,7 +1,7 @@ /** * \file * \copyright - * Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2023, 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-2022, OpenGeoSys Community " + "Copyright (c) 2012-2023, OpenGeoSys Community " "(http://www.opengeosys.org)", ' ', GitInfoLib::GitInfo::ogs_version); diff --git a/scripts/test/gmldiff.py b/scripts/test/gmldiff.py index 9a23449e8606906281d3d887f6f2cab7698c475c..e9729607d84a238de82ea990b571a90d97b2faba 100755 --- a/scripts/test/gmldiff.py +++ b/scripts/test/gmldiff.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2023, OpenGeoSys Community (http://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 131fe80146366cc94c738f352bf2165edc323706..3ca9ad077b75ff2471e733b3aa694ce1f9b1f3ea 100644 --- a/web/assets/js/osselector.js +++ b/web/assets/js/osselector.js @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2022, OpenGeoSys Community (http://www.opengeosys.org) +// Copyright (c) 2012-2023, OpenGeoSys Community (http://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 985dfc88935e950627ed059f3036e549d2246929..b3602fa076d0be70cef521f3d5eea1d7f4b931e5 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-2022, OpenGeoSys Community (http://www.opengeosys.org) +# Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org) # Distributed under a Modified BSD License. # See accompanying file LICENSE.txt or # http://www.opengeosys.org/project/license