Skip to content

Commit 533967f

Browse files
Dmitri NaumovDmitri Naumov
authored andcommitted
Update copyright years to 2025
1 parent 88ce811 commit 533967f

File tree

2,680 files changed

+2755
-2755
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,680 files changed

+2755
-2755
lines changed

Applications/ApplicationsLib/LinearSolverLibrarySetup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \file
33
* \copyright
4-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
4+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
55
* Distributed under a Modified BSD License.
66
* See accompanying file LICENSE.txt or
77
* http://www.opengeosys.org/project/license

Applications/ApplicationsLib/ProjectData.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Implementation of the project data class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/ApplicationsLib/ProjectData.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* \date 2010-08-25
55
*
66
* \copyright
7-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
7+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
88
* Distributed under a Modified BSD License.
99
* See accompanying file LICENSE.txt or
1010
* http://www.opengeosys.org/project/license

Applications/ApplicationsLib/Simulation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief Implementation of class Simulation
44
*
55
* \copyright
6-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
6+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
77
* Distributed under a Modified BSD License.
88
* See accompanying file LICENSE.txt or
99
* http://www.opengeosys.org/project/license

Applications/ApplicationsLib/Simulation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief Declaration of class Simulation
44
*
55
* \copyright
6-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
6+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
77
* Distributed under a Modified BSD License.
88
* See accompanying file LICENSE.txt or
99
* http://www.opengeosys.org/project/license

Applications/ApplicationsLib/TestDefinition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file
33
*
44
* \copyright
5-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
5+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
66
* Distributed under a Modified BSD License.
77
* See accompanying file LICENSE.txt or
88
* http://www.opengeosys.org/project/license

Applications/ApplicationsLib/TestDefinition.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file
33
*
44
* \copyright
5-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
5+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
66
* Distributed under a Modified BSD License.
77
* See accompanying file LICENSE.txt or
88
* http://www.opengeosys.org/project/license

Applications/CLI/CommandLineArgumentParser.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief Implementation of CommandLineArgumentParser.
44
*
55
* \copyright
6-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
6+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
77
* Distributed under a Modified BSD License.
88
* See accompanying file LICENSE.txt or
99
* http://www.opengeosys.org/project/license
@@ -25,7 +25,7 @@ CommandLineArguments parseCommandLineArguments(int argc, char* argv[],
2525
TCLAP::CmdLine cmd(
2626
"OpenGeoSys-6 software."
2727
"\n"
28-
"Copyright (c) 2012-2024, OpenGeoSys Community "
28+
"Copyright (c) 2012-2025, OpenGeoSys Community "
2929
"(https://www.opengeosys.org) "
3030
"\n"
3131
"Distributed under a Modified BSD License. "

Applications/CLI/CommandLineArgumentParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief Declaration of CommandLineArgumentParser.
44
*
55
* \copyright
6-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
6+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
77
* Distributed under a Modified BSD License.
88
* See accompanying file LICENSE.txt or
99
* http://www.opengeosys.org/project/license

Applications/CLI/ogs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* \brief Implementation of OpenGeoSys simulation application
55
*
66
* \copyright
7-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
7+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
88
* Distributed under a Modified BSD License.
99
* See accompanying file LICENSE.txt or
1010
* http://www.opengeosys.org/project/license

Applications/CLI/ogs_embedded_python.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \file
33
* \copyright
4-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
4+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
55
* Distributed under a Modified BSD License.
66
* See accompanying file LICENSE.txt or
77
* http://www.opengeosys.org/project/license

Applications/CLI/ogs_embedded_python.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \file
33
* \copyright
4-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
4+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
55
* Distributed under a Modified BSD License.
66
* See accompanying file LICENSE.txt or
77
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/CheckboxDelegate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Implementation of the CheckboxDelegate class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/CheckboxDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the CheckboxDelegate class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/ColorPickerPushButton.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Implementation of the ColorPickerPushButton class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/ColorPickerPushButton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the ColorPickerPushButton class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/ImportFileTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the ImportFileTypes enumeration.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/LastSavedFileDirectory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Manages the last directory used for saving a file
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/OGSError.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Implementation of the OGSError class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/OGSError.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the OGSError class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Implementation of the QNonScalableGraphicsTextItem class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the QNonScalableGraphicsTextItem class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/QValueTooltipSlider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Implementation of the QValueTooltipSlider class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/QValueTooltipSlider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the QValueTooltipSlider class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/RecentFiles.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Implementation of the RecentFiles class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (https://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (https://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/RecentFiles.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the RecentFiles class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/StrictDoubleValidator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Implementation of the StrictDoubleValidator class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/StrictIntValidator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the StrictIntValidator class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/TreeItem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Implementation of the TreeItem class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/TreeItem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the TreeItem class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/TreeModel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Implementation of the TreeModel class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/TreeModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the TreeModel class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/TreeModelIterator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Implementation of the TreeModelIterator class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/TreeModelIterator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the TreeModelIterator class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/Utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \file
33
* \copyright
4-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
4+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
55
* Distributed under a Modified BSD License.
66
* See accompanying file LICENSE.txt or
77
* http://www.opengeosys.org/project/license

Applications/DataExplorer/Base/Utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \file
33
* \copyright
4-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
4+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
55
* Distributed under a Modified BSD License.
66
* See accompanying file LICENSE.txt or
77
* http://www.opengeosys.org/project/license

Applications/DataExplorer/DataView/AddFaultsToVoxelGridDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* \brief Implementation of the AddFaultsToVoxelGridDialog class.
55
*
66
* \copyright
7-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
7+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
88
* Distributed under a Modified BSD License.
99
* See accompanying file LICENSE.txt or
1010
* http://www.opengeosys.org/project/license

Applications/DataExplorer/DataView/AddFaultsToVoxelGridDialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* \brief Definition of the AddFaultsToVoxelGridDialog class.
55
*
66
* \copyright
7-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
7+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
88
* Distributed under a Modified BSD License.
99
* See accompanying file LICENSE.txt or
1010
* http://www.opengeosys.org/project/license

Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Implementation of the AddLayerToMeshDialog class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/DataView/AddLayerToMeshDialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the AddLayerToMeshDialog class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/DataView/BaseItem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the BaseItem class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/DataView/ColorTableModel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Implementation of the ColorTableModel class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

Applications/DataExplorer/DataView/ColorTableModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* \brief Definition of the ColorTableModel class.
66
*
77
* \copyright
8-
* Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
8+
* Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org)
99
* Distributed under a Modified BSD License.
1010
* See accompanying file LICENSE.txt or
1111
* http://www.opengeosys.org/project/license

0 commit comments

Comments
 (0)