Skip to content

Commit e4deca8

Browse files
authored
Clarify license, change version to 1.0.0
1 parent 1616600 commit e4deca8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vtkdiff.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* \copyright
33
* Copyright (c) 2015-2025, OpenGeoSys Community (http://www.opengeosys.org)
4-
* Distributed under a Modified BSD License.
4+
* Distributed under the BSD 3-Clause "New" or "Revised" license.
55
* See accompanying file LICENSE.txt or
66
* http://www.opengeosys.org/project/license
77
*/
@@ -87,11 +87,11 @@ auto parseCommandLine(int argc, char* argv[]) -> Args
8787
"VtkDiff software.\n"
8888
"Copyright (c) 2015-2025, OpenGeoSys Community "
8989
"(http://www.opengeosys.org) "
90-
"Distributed under a Modified BSD License. "
90+
"Distributed under the BSD 3-Clause 'New' or 'Revised' License. "
9191
"See accompanying file LICENSE.txt or "
9292
"http://www.opengeosys.org/project/license",
9393
' ',
94-
"0.1");
94+
"1.0.0");
9595

9696
TCLAP::UnlabeledValueArg<std::string> vtk_input_a_arg(
9797
"input-file-a",

0 commit comments

Comments
 (0)