From 400eb0d924b49e8917777cc1a06efcd3507db94a Mon Sep 17 00:00:00 2001 From: MelchiorSchuh Date: Mon, 6 Jan 2025 16:12:25 +0100 Subject: [PATCH] fix(year): Happy new year ! --- CMakeLists.txt | 2 +- COPYLEFT | 2 +- LICENSE | 2 +- README.md | 2 +- bindings/python/CMakeLists.txt | 2 +- bindings/python/explicit.py | 2 +- bindings/python/implicit.py | 2 +- bindings/python/src/CMakeLists.txt | 2 +- bindings/python/src/common.hpp | 2 +- bindings/python/src/explicit/CMakeLists.txt | 2 +- bindings/python/src/explicit/explicit.cpp | 2 +- bindings/python/src/explicit/geometry/crs.hpp | 2 +- bindings/python/src/explicit/geometry/crs_helper.hpp | 2 +- .../python/src/explicit/mixin/builder/fault_blocks_builder.hpp | 2 +- bindings/python/src/explicit/mixin/builder/faults_builder.hpp | 2 +- bindings/python/src/explicit/mixin/builder/horizons_builder.hpp | 2 +- .../src/explicit/mixin/builder/stratigraphic_units_builder.hpp | 2 +- bindings/python/src/explicit/mixin/core/fault.hpp | 2 +- bindings/python/src/explicit/mixin/core/fault_block.hpp | 2 +- bindings/python/src/explicit/mixin/core/fault_blocks.hpp | 2 +- bindings/python/src/explicit/mixin/core/faults.hpp | 2 +- bindings/python/src/explicit/mixin/core/horizon.hpp | 2 +- bindings/python/src/explicit/mixin/core/horizons.hpp | 2 +- bindings/python/src/explicit/mixin/core/stratigraphic_unit.hpp | 2 +- bindings/python/src/explicit/mixin/core/stratigraphic_units.hpp | 2 +- .../explicit/representation/builder/cross_section_builder.hpp | 2 +- .../representation/builder/structural_model_builder.hpp | 2 +- .../python/src/explicit/representation/core/cross_section.hpp | 2 +- .../src/explicit/representation/core/structural_model.hpp | 2 +- .../python/src/explicit/representation/io/cross_section.hpp | 2 +- .../python/src/explicit/representation/io/structural_model.hpp | 2 +- bindings/python/src/factory.hpp | 2 +- bindings/python/src/implicit/CMakeLists.txt | 2 +- bindings/python/src/implicit/geometry/stratigraphic_point.hpp | 2 +- bindings/python/src/implicit/implicit.cpp | 2 +- .../mixin/builder/stratigraphic_relationships_builder.hpp | 2 +- .../src/implicit/mixin/core/stratigraphic_relationships.hpp | 2 +- .../implicit/representation/builder/horizons_stack_builder.hpp | 2 +- .../representation/builder/implicit_cross_section_builder.hpp | 2 +- .../builder/implicit_structural_model_builder.hpp | 2 +- .../representation/builder/stratigraphic_model_builder.hpp | 2 +- .../representation/builder/stratigraphic_section_builder.hpp | 2 +- bindings/python/src/implicit/representation/core/helpers.hpp | 2 +- .../python/src/implicit/representation/core/horizons_stack.hpp | 2 +- .../src/implicit/representation/core/implicit_cross_section.hpp | 2 +- .../implicit/representation/core/implicit_structural_model.hpp | 2 +- .../src/implicit/representation/core/stratigraphic_model.hpp | 2 +- .../src/implicit/representation/core/stratigraphic_section.hpp | 2 +- .../python/src/implicit/representation/io/horizons_stack.hpp | 2 +- .../src/implicit/representation/io/implicit_cross_section.hpp | 2 +- .../implicit/representation/io/implicit_structural_model.hpp | 2 +- .../src/implicit/representation/io/stratigraphic_model.hpp | 2 +- .../src/implicit/representation/io/stratigraphic_section.hpp | 2 +- bindings/python/src/input.hpp | 2 +- bindings/python/tests/CMakeLists.txt | 2 +- bindings/python/tests/explicit/CMakeLists.txt | 2 +- bindings/python/tests/explicit/test-py-cross-section.py | 2 +- .../tests/explicit/test-py-geographic-coordinate-system.py | 2 +- bindings/python/tests/explicit/test-py-structural-model.py | 2 +- bindings/python/tests/implicit/CMakeLists.txt | 2 +- bindings/python/tests/implicit/test-py-horizons-stack.py | 2 +- bindings/python/tests/implicit/test-py-stratigraphic-model.py | 2 +- bindings/python/tests/implicit/test-py-stratigraphic-section.py | 2 +- cmake/Doxyfile.in | 2 +- cmake/OpenGeode-GeosciencesConfig.cmake.in | 2 +- include/geode/geosciences/explicit/common.hpp | 2 +- .../explicit/geometry/geographic_coordinate_system.hpp | 2 +- .../explicit/geometry/geographic_coordinate_system_helper.hpp | 2 +- .../geosciences/explicit/mixin/builder/fault_blocks_builder.hpp | 2 +- .../geode/geosciences/explicit/mixin/builder/faults_builder.hpp | 2 +- .../geosciences/explicit/mixin/builder/horizons_builder.hpp | 2 +- .../explicit/mixin/builder/stratigraphic_units_builder.hpp | 2 +- .../geode/geosciences/explicit/mixin/core/bitsery_archive.hpp | 2 +- include/geode/geosciences/explicit/mixin/core/fault.hpp | 2 +- include/geode/geosciences/explicit/mixin/core/fault_block.hpp | 2 +- include/geode/geosciences/explicit/mixin/core/fault_blocks.hpp | 2 +- include/geode/geosciences/explicit/mixin/core/faults.hpp | 2 +- include/geode/geosciences/explicit/mixin/core/horizon.hpp | 2 +- include/geode/geosciences/explicit/mixin/core/horizons.hpp | 2 +- .../geosciences/explicit/mixin/core/stratigraphic_unit.hpp | 2 +- .../geosciences/explicit/mixin/core/stratigraphic_units.hpp | 2 +- .../explicit/representation/builder/cross_section_builder.hpp | 2 +- .../geosciences/explicit/representation/builder/detail/copy.hpp | 2 +- .../representation/builder/structural_model_builder.hpp | 2 +- .../geosciences/explicit/representation/core/cross_section.hpp | 2 +- .../geosciences/explicit/representation/core/detail/clone.hpp | 2 +- .../explicit/representation/core/structural_model.hpp | 2 +- .../explicit/representation/io/cross_section_input.hpp | 2 +- .../explicit/representation/io/cross_section_output.hpp | 2 +- .../representation/io/geode/geode_cross_section_input.hpp | 2 +- .../representation/io/geode/geode_cross_section_output.hpp | 2 +- .../representation/io/geode/geode_structural_model_input.hpp | 2 +- .../representation/io/geode/geode_structural_model_output.hpp | 2 +- .../explicit/representation/io/structural_model_input.hpp | 2 +- .../explicit/representation/io/structural_model_output.hpp | 2 +- include/geode/geosciences/implicit/common.hpp | 2 +- .../geode/geosciences/implicit/geometry/stratigraphic_point.hpp | 2 +- .../mixin/builder/stratigraphic_relationships_builder.hpp | 2 +- .../implicit/mixin/core/stratigraphic_relationships.hpp | 2 +- .../implicit/representation/builder/horizons_stack_builder.hpp | 2 +- .../representation/builder/implicit_cross_section_builder.hpp | 2 +- .../builder/implicit_structural_model_builder.hpp | 2 +- .../representation/builder/stratigraphic_model_builder.hpp | 2 +- .../representation/builder/stratigraphic_section_builder.hpp | 2 +- .../geosciences/implicit/representation/core/detail/helpers.hpp | 2 +- .../geosciences/implicit/representation/core/horizons_stack.hpp | 2 +- .../implicit/representation/core/implicit_cross_section.hpp | 2 +- .../implicit/representation/core/implicit_structural_model.hpp | 2 +- .../implicit/representation/core/stratigraphic_model.hpp | 2 +- .../implicit/representation/core/stratigraphic_section.hpp | 2 +- .../representation/io/geode/geode_horizons_stack_input.hpp | 2 +- .../representation/io/geode/geode_horizons_stack_output.hpp | 2 +- .../io/geode/geode_implicit_cross_section_input.hpp | 2 +- .../io/geode/geode_implicit_cross_section_output.hpp | 2 +- .../io/geode/geode_implicit_structural_model_input.hpp | 2 +- .../io/geode/geode_implicit_structural_model_output.hpp | 2 +- .../implicit/representation/io/horizons_stack_input.hpp | 2 +- .../implicit/representation/io/horizons_stack_output.hpp | 2 +- .../implicit/representation/io/implicit_cross_section_input.hpp | 2 +- .../representation/io/implicit_cross_section_output.hpp | 2 +- .../representation/io/implicit_structural_model_input.hpp | 2 +- .../representation/io/implicit_structural_model_output.hpp | 2 +- .../implicit/representation/io/stratigraphic_model_input.hpp | 2 +- .../implicit/representation/io/stratigraphic_model_output.hpp | 2 +- .../implicit/representation/io/stratigraphic_section_input.hpp | 2 +- .../implicit/representation/io/stratigraphic_section_output.hpp | 2 +- src/geode/CMakeLists.txt | 2 +- src/geode/geosciences/CMakeLists.txt | 2 +- src/geode/geosciences/explicit/CMakeLists.txt | 2 +- src/geode/geosciences/explicit/common.cpp | 2 +- .../explicit/geometry/geographic_coordinate_system.cpp | 2 +- .../explicit/geometry/geographic_coordinate_system_helper.cpp | 2 +- .../geosciences/explicit/mixin/builder/fault_blocks_builder.cpp | 2 +- src/geode/geosciences/explicit/mixin/builder/faults_builder.cpp | 2 +- .../geosciences/explicit/mixin/builder/horizons_builder.cpp | 2 +- .../explicit/mixin/builder/stratigraphic_units_builder.cpp | 2 +- src/geode/geosciences/explicit/mixin/core/bitsery_archive.cpp | 2 +- src/geode/geosciences/explicit/mixin/core/fault.cpp | 2 +- src/geode/geosciences/explicit/mixin/core/fault_block.cpp | 2 +- src/geode/geosciences/explicit/mixin/core/fault_blocks.cpp | 2 +- src/geode/geosciences/explicit/mixin/core/faults.cpp | 2 +- src/geode/geosciences/explicit/mixin/core/horizon.cpp | 2 +- src/geode/geosciences/explicit/mixin/core/horizons.cpp | 2 +- .../geosciences/explicit/mixin/core/stratigraphic_unit.cpp | 2 +- .../geosciences/explicit/mixin/core/stratigraphic_units.cpp | 2 +- .../explicit/representation/builder/cross_section_builder.cpp | 2 +- .../representation/builder/structural_model_builder.cpp | 2 +- .../geosciences/explicit/representation/core/cross_section.cpp | 2 +- .../geosciences/explicit/representation/core/detail/clone.cpp | 2 +- .../explicit/representation/core/structural_model.cpp | 2 +- .../explicit/representation/io/cross_section_input.cpp | 2 +- .../explicit/representation/io/cross_section_output.cpp | 2 +- .../representation/io/geode/geode_cross_section_input.cpp | 2 +- .../representation/io/geode/geode_cross_section_output.cpp | 2 +- .../representation/io/geode/geode_structural_model_input.cpp | 2 +- .../representation/io/geode/geode_structural_model_output.cpp | 2 +- .../explicit/representation/io/structural_model_input.cpp | 2 +- .../explicit/representation/io/structural_model_output.cpp | 2 +- src/geode/geosciences/implicit/CMakeLists.txt | 2 +- src/geode/geosciences/implicit/common.cpp | 2 +- .../mixin/builder/stratigraphic_relationships_builder.cpp | 2 +- .../implicit/mixin/core/stratigraphic_relationships.cpp | 2 +- .../implicit/representation/builder/horizons_stack_builder.cpp | 2 +- .../representation/builder/implicit_cross_section_builder.cpp | 2 +- .../builder/implicit_structural_model_builder.cpp | 2 +- .../representation/builder/stratigraphic_model_builder.cpp | 2 +- .../representation/builder/stratigraphic_section_builder.cpp | 2 +- .../geosciences/implicit/representation/core/detail/helpers.cpp | 2 +- .../geosciences/implicit/representation/core/horizons_stack.cpp | 2 +- .../implicit/representation/core/implicit_cross_section.cpp | 2 +- .../implicit/representation/core/implicit_structural_model.cpp | 2 +- .../implicit/representation/core/stratigraphic_model.cpp | 2 +- .../implicit/representation/core/stratigraphic_section.cpp | 2 +- .../representation/io/geode/geode_horizons_stack_input.cpp | 2 +- .../io/geode/geode_implicit_cross_section_input.cpp | 2 +- .../io/geode/geode_implicit_cross_section_output.cpp | 2 +- .../io/geode/geode_implicit_structural_model_input.cpp | 2 +- .../io/geode/geode_implicit_structural_model_output.cpp | 2 +- .../implicit/representation/io/horizons_stack_input.cpp | 2 +- .../implicit/representation/io/horizons_stack_output.cpp | 2 +- .../implicit/representation/io/implicit_cross_section_input.cpp | 2 +- .../representation/io/implicit_cross_section_output.cpp | 2 +- .../representation/io/implicit_structural_model_input.cpp | 2 +- .../representation/io/implicit_structural_model_output.cpp | 2 +- .../implicit/representation/io/stratigraphic_model_input.cpp | 2 +- .../implicit/representation/io/stratigraphic_model_output.cpp | 2 +- .../implicit/representation/io/stratigraphic_section_input.cpp | 2 +- .../implicit/representation/io/stratigraphic_section_output.cpp | 2 +- tests/CMakeLists.txt | 2 +- tests/explicit/CMakeLists.txt | 2 +- tests/explicit/test-cross-section.cpp | 2 +- tests/explicit/test-geographic-coordinate-system.cpp | 2 +- tests/explicit/test-structural-model.cpp | 2 +- tests/implicit/CMakeLists.txt | 2 +- tests/implicit/test-horizons-stack.cpp | 2 +- tests/implicit/test-stratigraphic-model.cpp | 2 +- tests/implicit/test-stratigraphic-section.cpp | 2 +- tests/tests_config.hpp.in | 2 +- 198 files changed, 198 insertions(+), 198 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42804d1a..cb71bb93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/COPYLEFT b/COPYLEFT index a9c77e00..95d6dc93 100644 --- a/COPYLEFT +++ b/COPYLEFT @@ -1,4 +1,4 @@ ## Dependencies OpenGeode: MIT -Copyright (c) 2019 - 2024 Geode-solutions +Copyright (c) 2019 - 2025 Geode-solutions diff --git a/LICENSE b/LICENSE index 0a95b614..08f58b94 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 - 2024 Geode-solutions +Copyright (c) 2019 - 2025 Geode-solutions Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 40cf9b36..e5874f03 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,4 @@ Detailed changes for each release are documented in the [release notes](https:// [MIT](https://opensource.org/licenses/MIT) -Copyright (c) 2019 - 2024, Geode-solutions +Copyright (c) 2019 - 2025, Geode-solutions diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index 46366ac5..e7df118c 100644 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/explicit.py b/bindings/python/explicit.py index 140f763d..85578a18 100644 --- a/bindings/python/explicit.py +++ b/bindings/python/explicit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/implicit.py b/bindings/python/implicit.py index c9e76d7a..a82893b7 100644 --- a/bindings/python/implicit.py +++ b/bindings/python/implicit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/CMakeLists.txt b/bindings/python/src/CMakeLists.txt index e7dd1d4f..14a5eea5 100644 --- a/bindings/python/src/CMakeLists.txt +++ b/bindings/python/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/common.hpp b/bindings/python/src/common.hpp index 66704ac1..6733afc3 100644 --- a/bindings/python/src/common.hpp +++ b/bindings/python/src/common.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/CMakeLists.txt b/bindings/python/src/explicit/CMakeLists.txt index 970f0277..38a37221 100644 --- a/bindings/python/src/explicit/CMakeLists.txt +++ b/bindings/python/src/explicit/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/explicit.cpp b/bindings/python/src/explicit/explicit.cpp index 9136c1e6..ce677cdc 100644 --- a/bindings/python/src/explicit/explicit.cpp +++ b/bindings/python/src/explicit/explicit.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/geometry/crs.hpp b/bindings/python/src/explicit/geometry/crs.hpp index 21689a40..a654fc60 100644 --- a/bindings/python/src/explicit/geometry/crs.hpp +++ b/bindings/python/src/explicit/geometry/crs.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/geometry/crs_helper.hpp b/bindings/python/src/explicit/geometry/crs_helper.hpp index 744c8d11..f1e8aeff 100644 --- a/bindings/python/src/explicit/geometry/crs_helper.hpp +++ b/bindings/python/src/explicit/geometry/crs_helper.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/mixin/builder/fault_blocks_builder.hpp b/bindings/python/src/explicit/mixin/builder/fault_blocks_builder.hpp index 225b358e..76c02d0c 100644 --- a/bindings/python/src/explicit/mixin/builder/fault_blocks_builder.hpp +++ b/bindings/python/src/explicit/mixin/builder/fault_blocks_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/mixin/builder/faults_builder.hpp b/bindings/python/src/explicit/mixin/builder/faults_builder.hpp index 49791d1f..74bd73c1 100644 --- a/bindings/python/src/explicit/mixin/builder/faults_builder.hpp +++ b/bindings/python/src/explicit/mixin/builder/faults_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/mixin/builder/horizons_builder.hpp b/bindings/python/src/explicit/mixin/builder/horizons_builder.hpp index df78e380..21d952c2 100644 --- a/bindings/python/src/explicit/mixin/builder/horizons_builder.hpp +++ b/bindings/python/src/explicit/mixin/builder/horizons_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/mixin/builder/stratigraphic_units_builder.hpp b/bindings/python/src/explicit/mixin/builder/stratigraphic_units_builder.hpp index def9e44b..1583fcff 100644 --- a/bindings/python/src/explicit/mixin/builder/stratigraphic_units_builder.hpp +++ b/bindings/python/src/explicit/mixin/builder/stratigraphic_units_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/mixin/core/fault.hpp b/bindings/python/src/explicit/mixin/core/fault.hpp index 2d01b589..6468a5cb 100644 --- a/bindings/python/src/explicit/mixin/core/fault.hpp +++ b/bindings/python/src/explicit/mixin/core/fault.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/mixin/core/fault_block.hpp b/bindings/python/src/explicit/mixin/core/fault_block.hpp index b5066262..933faa74 100644 --- a/bindings/python/src/explicit/mixin/core/fault_block.hpp +++ b/bindings/python/src/explicit/mixin/core/fault_block.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/mixin/core/fault_blocks.hpp b/bindings/python/src/explicit/mixin/core/fault_blocks.hpp index 096f96df..2141a5f3 100644 --- a/bindings/python/src/explicit/mixin/core/fault_blocks.hpp +++ b/bindings/python/src/explicit/mixin/core/fault_blocks.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/mixin/core/faults.hpp b/bindings/python/src/explicit/mixin/core/faults.hpp index d6ded5ab..e2d6d0c9 100644 --- a/bindings/python/src/explicit/mixin/core/faults.hpp +++ b/bindings/python/src/explicit/mixin/core/faults.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/mixin/core/horizon.hpp b/bindings/python/src/explicit/mixin/core/horizon.hpp index c64e1237..dcfbace1 100644 --- a/bindings/python/src/explicit/mixin/core/horizon.hpp +++ b/bindings/python/src/explicit/mixin/core/horizon.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/mixin/core/horizons.hpp b/bindings/python/src/explicit/mixin/core/horizons.hpp index 6688ee6d..fc4379d0 100644 --- a/bindings/python/src/explicit/mixin/core/horizons.hpp +++ b/bindings/python/src/explicit/mixin/core/horizons.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/mixin/core/stratigraphic_unit.hpp b/bindings/python/src/explicit/mixin/core/stratigraphic_unit.hpp index 4a3bb358..f9aefe24 100644 --- a/bindings/python/src/explicit/mixin/core/stratigraphic_unit.hpp +++ b/bindings/python/src/explicit/mixin/core/stratigraphic_unit.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/mixin/core/stratigraphic_units.hpp b/bindings/python/src/explicit/mixin/core/stratigraphic_units.hpp index 0e0aa632..13581fce 100644 --- a/bindings/python/src/explicit/mixin/core/stratigraphic_units.hpp +++ b/bindings/python/src/explicit/mixin/core/stratigraphic_units.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/representation/builder/cross_section_builder.hpp b/bindings/python/src/explicit/representation/builder/cross_section_builder.hpp index cd31e34e..2126db43 100644 --- a/bindings/python/src/explicit/representation/builder/cross_section_builder.hpp +++ b/bindings/python/src/explicit/representation/builder/cross_section_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/representation/builder/structural_model_builder.hpp b/bindings/python/src/explicit/representation/builder/structural_model_builder.hpp index 43224045..3e191298 100644 --- a/bindings/python/src/explicit/representation/builder/structural_model_builder.hpp +++ b/bindings/python/src/explicit/representation/builder/structural_model_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/representation/core/cross_section.hpp b/bindings/python/src/explicit/representation/core/cross_section.hpp index dfd3463f..6357deda 100644 --- a/bindings/python/src/explicit/representation/core/cross_section.hpp +++ b/bindings/python/src/explicit/representation/core/cross_section.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/representation/core/structural_model.hpp b/bindings/python/src/explicit/representation/core/structural_model.hpp index 2f61d1ed..20da3e7f 100644 --- a/bindings/python/src/explicit/representation/core/structural_model.hpp +++ b/bindings/python/src/explicit/representation/core/structural_model.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/representation/io/cross_section.hpp b/bindings/python/src/explicit/representation/io/cross_section.hpp index b668bb83..90ecb3c7 100644 --- a/bindings/python/src/explicit/representation/io/cross_section.hpp +++ b/bindings/python/src/explicit/representation/io/cross_section.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/explicit/representation/io/structural_model.hpp b/bindings/python/src/explicit/representation/io/structural_model.hpp index b322b855..24772d29 100644 --- a/bindings/python/src/explicit/representation/io/structural_model.hpp +++ b/bindings/python/src/explicit/representation/io/structural_model.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/factory.hpp b/bindings/python/src/factory.hpp index b2ac11b0..02b318dc 100644 --- a/bindings/python/src/factory.hpp +++ b/bindings/python/src/factory.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/CMakeLists.txt b/bindings/python/src/implicit/CMakeLists.txt index 8beb545c..fddeb704 100644 --- a/bindings/python/src/implicit/CMakeLists.txt +++ b/bindings/python/src/implicit/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/geometry/stratigraphic_point.hpp b/bindings/python/src/implicit/geometry/stratigraphic_point.hpp index c4ba4bc8..4d5de690 100644 --- a/bindings/python/src/implicit/geometry/stratigraphic_point.hpp +++ b/bindings/python/src/implicit/geometry/stratigraphic_point.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/implicit.cpp b/bindings/python/src/implicit/implicit.cpp index e2014e48..2d4683be 100644 --- a/bindings/python/src/implicit/implicit.cpp +++ b/bindings/python/src/implicit/implicit.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/mixin/builder/stratigraphic_relationships_builder.hpp b/bindings/python/src/implicit/mixin/builder/stratigraphic_relationships_builder.hpp index 65744bd2..b57bd631 100644 --- a/bindings/python/src/implicit/mixin/builder/stratigraphic_relationships_builder.hpp +++ b/bindings/python/src/implicit/mixin/builder/stratigraphic_relationships_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/mixin/core/stratigraphic_relationships.hpp b/bindings/python/src/implicit/mixin/core/stratigraphic_relationships.hpp index c733a7d8..55fe5b4b 100644 --- a/bindings/python/src/implicit/mixin/core/stratigraphic_relationships.hpp +++ b/bindings/python/src/implicit/mixin/core/stratigraphic_relationships.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/builder/horizons_stack_builder.hpp b/bindings/python/src/implicit/representation/builder/horizons_stack_builder.hpp index efb5806d..ab28fe4c 100644 --- a/bindings/python/src/implicit/representation/builder/horizons_stack_builder.hpp +++ b/bindings/python/src/implicit/representation/builder/horizons_stack_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/builder/implicit_cross_section_builder.hpp b/bindings/python/src/implicit/representation/builder/implicit_cross_section_builder.hpp index ec172dc3..1116e32b 100644 --- a/bindings/python/src/implicit/representation/builder/implicit_cross_section_builder.hpp +++ b/bindings/python/src/implicit/representation/builder/implicit_cross_section_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/builder/implicit_structural_model_builder.hpp b/bindings/python/src/implicit/representation/builder/implicit_structural_model_builder.hpp index 63aad08c..39c50978 100644 --- a/bindings/python/src/implicit/representation/builder/implicit_structural_model_builder.hpp +++ b/bindings/python/src/implicit/representation/builder/implicit_structural_model_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/builder/stratigraphic_model_builder.hpp b/bindings/python/src/implicit/representation/builder/stratigraphic_model_builder.hpp index cf5741e2..cb6c907d 100644 --- a/bindings/python/src/implicit/representation/builder/stratigraphic_model_builder.hpp +++ b/bindings/python/src/implicit/representation/builder/stratigraphic_model_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/builder/stratigraphic_section_builder.hpp b/bindings/python/src/implicit/representation/builder/stratigraphic_section_builder.hpp index af4ac3be..cdd8d143 100644 --- a/bindings/python/src/implicit/representation/builder/stratigraphic_section_builder.hpp +++ b/bindings/python/src/implicit/representation/builder/stratigraphic_section_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/core/helpers.hpp b/bindings/python/src/implicit/representation/core/helpers.hpp index 284db52a..0357a5b2 100644 --- a/bindings/python/src/implicit/representation/core/helpers.hpp +++ b/bindings/python/src/implicit/representation/core/helpers.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/core/horizons_stack.hpp b/bindings/python/src/implicit/representation/core/horizons_stack.hpp index 03579172..23f8ca93 100644 --- a/bindings/python/src/implicit/representation/core/horizons_stack.hpp +++ b/bindings/python/src/implicit/representation/core/horizons_stack.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/core/implicit_cross_section.hpp b/bindings/python/src/implicit/representation/core/implicit_cross_section.hpp index eb5fac4b..9fbc2e07 100644 --- a/bindings/python/src/implicit/representation/core/implicit_cross_section.hpp +++ b/bindings/python/src/implicit/representation/core/implicit_cross_section.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/core/implicit_structural_model.hpp b/bindings/python/src/implicit/representation/core/implicit_structural_model.hpp index f1c99665..571e54bb 100644 --- a/bindings/python/src/implicit/representation/core/implicit_structural_model.hpp +++ b/bindings/python/src/implicit/representation/core/implicit_structural_model.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/core/stratigraphic_model.hpp b/bindings/python/src/implicit/representation/core/stratigraphic_model.hpp index c6262316..fbf79d81 100644 --- a/bindings/python/src/implicit/representation/core/stratigraphic_model.hpp +++ b/bindings/python/src/implicit/representation/core/stratigraphic_model.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/core/stratigraphic_section.hpp b/bindings/python/src/implicit/representation/core/stratigraphic_section.hpp index 8ca99e92..ed795386 100644 --- a/bindings/python/src/implicit/representation/core/stratigraphic_section.hpp +++ b/bindings/python/src/implicit/representation/core/stratigraphic_section.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/io/horizons_stack.hpp b/bindings/python/src/implicit/representation/io/horizons_stack.hpp index 14e8c5fc..c08cbaf9 100644 --- a/bindings/python/src/implicit/representation/io/horizons_stack.hpp +++ b/bindings/python/src/implicit/representation/io/horizons_stack.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/io/implicit_cross_section.hpp b/bindings/python/src/implicit/representation/io/implicit_cross_section.hpp index 7abacbc4..2f9958f8 100644 --- a/bindings/python/src/implicit/representation/io/implicit_cross_section.hpp +++ b/bindings/python/src/implicit/representation/io/implicit_cross_section.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/io/implicit_structural_model.hpp b/bindings/python/src/implicit/representation/io/implicit_structural_model.hpp index a3b39d70..f8ee95ac 100644 --- a/bindings/python/src/implicit/representation/io/implicit_structural_model.hpp +++ b/bindings/python/src/implicit/representation/io/implicit_structural_model.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/io/stratigraphic_model.hpp b/bindings/python/src/implicit/representation/io/stratigraphic_model.hpp index eeadf258..63af2806 100644 --- a/bindings/python/src/implicit/representation/io/stratigraphic_model.hpp +++ b/bindings/python/src/implicit/representation/io/stratigraphic_model.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/implicit/representation/io/stratigraphic_section.hpp b/bindings/python/src/implicit/representation/io/stratigraphic_section.hpp index 2f8019b2..2a2c050a 100644 --- a/bindings/python/src/implicit/representation/io/stratigraphic_section.hpp +++ b/bindings/python/src/implicit/representation/io/stratigraphic_section.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/src/input.hpp b/bindings/python/src/input.hpp index a86b3b13..241e0346 100644 --- a/bindings/python/src/input.hpp +++ b/bindings/python/src/input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/tests/CMakeLists.txt b/bindings/python/tests/CMakeLists.txt index e7dd1d4f..14a5eea5 100755 --- a/bindings/python/tests/CMakeLists.txt +++ b/bindings/python/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/tests/explicit/CMakeLists.txt b/bindings/python/tests/explicit/CMakeLists.txt index a1901bed..ac66c6c8 100755 --- a/bindings/python/tests/explicit/CMakeLists.txt +++ b/bindings/python/tests/explicit/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/tests/explicit/test-py-cross-section.py b/bindings/python/tests/explicit/test-py-cross-section.py index 99cb1bf5..abed9cd8 100644 --- a/bindings/python/tests/explicit/test-py-cross-section.py +++ b/bindings/python/tests/explicit/test-py-cross-section.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/tests/explicit/test-py-geographic-coordinate-system.py b/bindings/python/tests/explicit/test-py-geographic-coordinate-system.py index 44734d47..1d34813b 100644 --- a/bindings/python/tests/explicit/test-py-geographic-coordinate-system.py +++ b/bindings/python/tests/explicit/test-py-geographic-coordinate-system.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/tests/explicit/test-py-structural-model.py b/bindings/python/tests/explicit/test-py-structural-model.py index b04420b0..412d0312 100644 --- a/bindings/python/tests/explicit/test-py-structural-model.py +++ b/bindings/python/tests/explicit/test-py-structural-model.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/tests/implicit/CMakeLists.txt b/bindings/python/tests/implicit/CMakeLists.txt index 4c6b6388..6c7056c1 100755 --- a/bindings/python/tests/implicit/CMakeLists.txt +++ b/bindings/python/tests/implicit/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/tests/implicit/test-py-horizons-stack.py b/bindings/python/tests/implicit/test-py-horizons-stack.py index 23abd59f..9d460477 100644 --- a/bindings/python/tests/implicit/test-py-horizons-stack.py +++ b/bindings/python/tests/implicit/test-py-horizons-stack.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/tests/implicit/test-py-stratigraphic-model.py b/bindings/python/tests/implicit/test-py-stratigraphic-model.py index 7ffef6d2..f8400e11 100644 --- a/bindings/python/tests/implicit/test-py-stratigraphic-model.py +++ b/bindings/python/tests/implicit/test-py-stratigraphic-model.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/bindings/python/tests/implicit/test-py-stratigraphic-section.py b/bindings/python/tests/implicit/test-py-stratigraphic-section.py index 21b410c6..3ee900c3 100644 --- a/bindings/python/tests/implicit/test-py-stratigraphic-section.py +++ b/bindings/python/tests/implicit/test-py-stratigraphic-section.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/cmake/Doxyfile.in b/cmake/Doxyfile.in index 2329109a..bd05bb35 100644 --- a/cmake/Doxyfile.in +++ b/cmake/Doxyfile.in @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/cmake/OpenGeode-GeosciencesConfig.cmake.in b/cmake/OpenGeode-GeosciencesConfig.cmake.in index b8522c85..d71d7786 100644 --- a/cmake/OpenGeode-GeosciencesConfig.cmake.in +++ b/cmake/OpenGeode-GeosciencesConfig.cmake.in @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/common.hpp b/include/geode/geosciences/explicit/common.hpp index ce656286..ccf7d5b9 100644 --- a/include/geode/geosciences/explicit/common.hpp +++ b/include/geode/geosciences/explicit/common.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/geometry/geographic_coordinate_system.hpp b/include/geode/geosciences/explicit/geometry/geographic_coordinate_system.hpp index 654fe4df..bc189037 100644 --- a/include/geode/geosciences/explicit/geometry/geographic_coordinate_system.hpp +++ b/include/geode/geosciences/explicit/geometry/geographic_coordinate_system.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/geometry/geographic_coordinate_system_helper.hpp b/include/geode/geosciences/explicit/geometry/geographic_coordinate_system_helper.hpp index 0afce78b..6e05cd4a 100644 --- a/include/geode/geosciences/explicit/geometry/geographic_coordinate_system_helper.hpp +++ b/include/geode/geosciences/explicit/geometry/geographic_coordinate_system_helper.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/mixin/builder/fault_blocks_builder.hpp b/include/geode/geosciences/explicit/mixin/builder/fault_blocks_builder.hpp index c77d04e1..c0dc0696 100644 --- a/include/geode/geosciences/explicit/mixin/builder/fault_blocks_builder.hpp +++ b/include/geode/geosciences/explicit/mixin/builder/fault_blocks_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/mixin/builder/faults_builder.hpp b/include/geode/geosciences/explicit/mixin/builder/faults_builder.hpp index e6e94930..23a2a649 100644 --- a/include/geode/geosciences/explicit/mixin/builder/faults_builder.hpp +++ b/include/geode/geosciences/explicit/mixin/builder/faults_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/mixin/builder/horizons_builder.hpp b/include/geode/geosciences/explicit/mixin/builder/horizons_builder.hpp index c74dfa25..5cde8910 100644 --- a/include/geode/geosciences/explicit/mixin/builder/horizons_builder.hpp +++ b/include/geode/geosciences/explicit/mixin/builder/horizons_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/mixin/builder/stratigraphic_units_builder.hpp b/include/geode/geosciences/explicit/mixin/builder/stratigraphic_units_builder.hpp index 830b5633..dbb62bca 100644 --- a/include/geode/geosciences/explicit/mixin/builder/stratigraphic_units_builder.hpp +++ b/include/geode/geosciences/explicit/mixin/builder/stratigraphic_units_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/mixin/core/bitsery_archive.hpp b/include/geode/geosciences/explicit/mixin/core/bitsery_archive.hpp index 3a8923d8..dbd2aef0 100644 --- a/include/geode/geosciences/explicit/mixin/core/bitsery_archive.hpp +++ b/include/geode/geosciences/explicit/mixin/core/bitsery_archive.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/mixin/core/fault.hpp b/include/geode/geosciences/explicit/mixin/core/fault.hpp index d21de772..2c330527 100644 --- a/include/geode/geosciences/explicit/mixin/core/fault.hpp +++ b/include/geode/geosciences/explicit/mixin/core/fault.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/mixin/core/fault_block.hpp b/include/geode/geosciences/explicit/mixin/core/fault_block.hpp index 9520d172..91b081f7 100644 --- a/include/geode/geosciences/explicit/mixin/core/fault_block.hpp +++ b/include/geode/geosciences/explicit/mixin/core/fault_block.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/mixin/core/fault_blocks.hpp b/include/geode/geosciences/explicit/mixin/core/fault_blocks.hpp index 2f1eaef1..3ad01334 100644 --- a/include/geode/geosciences/explicit/mixin/core/fault_blocks.hpp +++ b/include/geode/geosciences/explicit/mixin/core/fault_blocks.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/mixin/core/faults.hpp b/include/geode/geosciences/explicit/mixin/core/faults.hpp index dd66e25d..ad764ab8 100644 --- a/include/geode/geosciences/explicit/mixin/core/faults.hpp +++ b/include/geode/geosciences/explicit/mixin/core/faults.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/mixin/core/horizon.hpp b/include/geode/geosciences/explicit/mixin/core/horizon.hpp index 29aa62db..5abe2cc4 100644 --- a/include/geode/geosciences/explicit/mixin/core/horizon.hpp +++ b/include/geode/geosciences/explicit/mixin/core/horizon.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/mixin/core/horizons.hpp b/include/geode/geosciences/explicit/mixin/core/horizons.hpp index 9f55dcb3..9ec0f7d4 100644 --- a/include/geode/geosciences/explicit/mixin/core/horizons.hpp +++ b/include/geode/geosciences/explicit/mixin/core/horizons.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/mixin/core/stratigraphic_unit.hpp b/include/geode/geosciences/explicit/mixin/core/stratigraphic_unit.hpp index fc880d60..2cf90b8c 100644 --- a/include/geode/geosciences/explicit/mixin/core/stratigraphic_unit.hpp +++ b/include/geode/geosciences/explicit/mixin/core/stratigraphic_unit.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/mixin/core/stratigraphic_units.hpp b/include/geode/geosciences/explicit/mixin/core/stratigraphic_units.hpp index dde0eea9..8929711a 100644 --- a/include/geode/geosciences/explicit/mixin/core/stratigraphic_units.hpp +++ b/include/geode/geosciences/explicit/mixin/core/stratigraphic_units.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/builder/cross_section_builder.hpp b/include/geode/geosciences/explicit/representation/builder/cross_section_builder.hpp index c7958ece..3fb4fcae 100644 --- a/include/geode/geosciences/explicit/representation/builder/cross_section_builder.hpp +++ b/include/geode/geosciences/explicit/representation/builder/cross_section_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/builder/detail/copy.hpp b/include/geode/geosciences/explicit/representation/builder/detail/copy.hpp index f3ec797d..f87d3b68 100644 --- a/include/geode/geosciences/explicit/representation/builder/detail/copy.hpp +++ b/include/geode/geosciences/explicit/representation/builder/detail/copy.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/builder/structural_model_builder.hpp b/include/geode/geosciences/explicit/representation/builder/structural_model_builder.hpp index 717f38b0..98f769b0 100644 --- a/include/geode/geosciences/explicit/representation/builder/structural_model_builder.hpp +++ b/include/geode/geosciences/explicit/representation/builder/structural_model_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/core/cross_section.hpp b/include/geode/geosciences/explicit/representation/core/cross_section.hpp index f598cca2..f800a247 100644 --- a/include/geode/geosciences/explicit/representation/core/cross_section.hpp +++ b/include/geode/geosciences/explicit/representation/core/cross_section.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/core/detail/clone.hpp b/include/geode/geosciences/explicit/representation/core/detail/clone.hpp index 8b1001ff..e1eae0d0 100644 --- a/include/geode/geosciences/explicit/representation/core/detail/clone.hpp +++ b/include/geode/geosciences/explicit/representation/core/detail/clone.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/core/structural_model.hpp b/include/geode/geosciences/explicit/representation/core/structural_model.hpp index 4fe91b0d..f271dc8b 100644 --- a/include/geode/geosciences/explicit/representation/core/structural_model.hpp +++ b/include/geode/geosciences/explicit/representation/core/structural_model.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/io/cross_section_input.hpp b/include/geode/geosciences/explicit/representation/io/cross_section_input.hpp index 8ea2c2dc..43903d3f 100644 --- a/include/geode/geosciences/explicit/representation/io/cross_section_input.hpp +++ b/include/geode/geosciences/explicit/representation/io/cross_section_input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/io/cross_section_output.hpp b/include/geode/geosciences/explicit/representation/io/cross_section_output.hpp index b6573285..4919beaa 100644 --- a/include/geode/geosciences/explicit/representation/io/cross_section_output.hpp +++ b/include/geode/geosciences/explicit/representation/io/cross_section_output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/io/geode/geode_cross_section_input.hpp b/include/geode/geosciences/explicit/representation/io/geode/geode_cross_section_input.hpp index b7ae0560..09d50426 100644 --- a/include/geode/geosciences/explicit/representation/io/geode/geode_cross_section_input.hpp +++ b/include/geode/geosciences/explicit/representation/io/geode/geode_cross_section_input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/io/geode/geode_cross_section_output.hpp b/include/geode/geosciences/explicit/representation/io/geode/geode_cross_section_output.hpp index 63908bc3..b20efcc0 100644 --- a/include/geode/geosciences/explicit/representation/io/geode/geode_cross_section_output.hpp +++ b/include/geode/geosciences/explicit/representation/io/geode/geode_cross_section_output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/io/geode/geode_structural_model_input.hpp b/include/geode/geosciences/explicit/representation/io/geode/geode_structural_model_input.hpp index ac990cf4..023d12f1 100644 --- a/include/geode/geosciences/explicit/representation/io/geode/geode_structural_model_input.hpp +++ b/include/geode/geosciences/explicit/representation/io/geode/geode_structural_model_input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/io/geode/geode_structural_model_output.hpp b/include/geode/geosciences/explicit/representation/io/geode/geode_structural_model_output.hpp index 8e4794fc..7a6ffbfd 100644 --- a/include/geode/geosciences/explicit/representation/io/geode/geode_structural_model_output.hpp +++ b/include/geode/geosciences/explicit/representation/io/geode/geode_structural_model_output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/io/structural_model_input.hpp b/include/geode/geosciences/explicit/representation/io/structural_model_input.hpp index ebfa1959..1e813675 100644 --- a/include/geode/geosciences/explicit/representation/io/structural_model_input.hpp +++ b/include/geode/geosciences/explicit/representation/io/structural_model_input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/explicit/representation/io/structural_model_output.hpp b/include/geode/geosciences/explicit/representation/io/structural_model_output.hpp index 6e5e9ce2..3ceb89ea 100644 --- a/include/geode/geosciences/explicit/representation/io/structural_model_output.hpp +++ b/include/geode/geosciences/explicit/representation/io/structural_model_output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/common.hpp b/include/geode/geosciences/implicit/common.hpp index f6d4c7f3..bf3ce576 100644 --- a/include/geode/geosciences/implicit/common.hpp +++ b/include/geode/geosciences/implicit/common.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/geometry/stratigraphic_point.hpp b/include/geode/geosciences/implicit/geometry/stratigraphic_point.hpp index 259e00db..1b2b9e35 100644 --- a/include/geode/geosciences/implicit/geometry/stratigraphic_point.hpp +++ b/include/geode/geosciences/implicit/geometry/stratigraphic_point.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/mixin/builder/stratigraphic_relationships_builder.hpp b/include/geode/geosciences/implicit/mixin/builder/stratigraphic_relationships_builder.hpp index 373ac22b..4af80cfb 100644 --- a/include/geode/geosciences/implicit/mixin/builder/stratigraphic_relationships_builder.hpp +++ b/include/geode/geosciences/implicit/mixin/builder/stratigraphic_relationships_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/mixin/core/stratigraphic_relationships.hpp b/include/geode/geosciences/implicit/mixin/core/stratigraphic_relationships.hpp index af0834f7..2fc74568 100644 --- a/include/geode/geosciences/implicit/mixin/core/stratigraphic_relationships.hpp +++ b/include/geode/geosciences/implicit/mixin/core/stratigraphic_relationships.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/builder/horizons_stack_builder.hpp b/include/geode/geosciences/implicit/representation/builder/horizons_stack_builder.hpp index e55ec2ba..7a44abb6 100644 --- a/include/geode/geosciences/implicit/representation/builder/horizons_stack_builder.hpp +++ b/include/geode/geosciences/implicit/representation/builder/horizons_stack_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/builder/implicit_cross_section_builder.hpp b/include/geode/geosciences/implicit/representation/builder/implicit_cross_section_builder.hpp index bbd1030e..f376a3d8 100644 --- a/include/geode/geosciences/implicit/representation/builder/implicit_cross_section_builder.hpp +++ b/include/geode/geosciences/implicit/representation/builder/implicit_cross_section_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/builder/implicit_structural_model_builder.hpp b/include/geode/geosciences/implicit/representation/builder/implicit_structural_model_builder.hpp index a81a5936..d931309b 100644 --- a/include/geode/geosciences/implicit/representation/builder/implicit_structural_model_builder.hpp +++ b/include/geode/geosciences/implicit/representation/builder/implicit_structural_model_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/builder/stratigraphic_model_builder.hpp b/include/geode/geosciences/implicit/representation/builder/stratigraphic_model_builder.hpp index 998540c7..0dc72ab7 100644 --- a/include/geode/geosciences/implicit/representation/builder/stratigraphic_model_builder.hpp +++ b/include/geode/geosciences/implicit/representation/builder/stratigraphic_model_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/builder/stratigraphic_section_builder.hpp b/include/geode/geosciences/implicit/representation/builder/stratigraphic_section_builder.hpp index 60bfa47d..b6785732 100644 --- a/include/geode/geosciences/implicit/representation/builder/stratigraphic_section_builder.hpp +++ b/include/geode/geosciences/implicit/representation/builder/stratigraphic_section_builder.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/core/detail/helpers.hpp b/include/geode/geosciences/implicit/representation/core/detail/helpers.hpp index 8728b169..4c05be2c 100644 --- a/include/geode/geosciences/implicit/representation/core/detail/helpers.hpp +++ b/include/geode/geosciences/implicit/representation/core/detail/helpers.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/core/horizons_stack.hpp b/include/geode/geosciences/implicit/representation/core/horizons_stack.hpp index 1c0a9c1f..ba0c6b3e 100644 --- a/include/geode/geosciences/implicit/representation/core/horizons_stack.hpp +++ b/include/geode/geosciences/implicit/representation/core/horizons_stack.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/core/implicit_cross_section.hpp b/include/geode/geosciences/implicit/representation/core/implicit_cross_section.hpp index e1dde030..74612950 100644 --- a/include/geode/geosciences/implicit/representation/core/implicit_cross_section.hpp +++ b/include/geode/geosciences/implicit/representation/core/implicit_cross_section.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/core/implicit_structural_model.hpp b/include/geode/geosciences/implicit/representation/core/implicit_structural_model.hpp index e966b03f..304df5c9 100644 --- a/include/geode/geosciences/implicit/representation/core/implicit_structural_model.hpp +++ b/include/geode/geosciences/implicit/representation/core/implicit_structural_model.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/core/stratigraphic_model.hpp b/include/geode/geosciences/implicit/representation/core/stratigraphic_model.hpp index f385227b..cbe03145 100644 --- a/include/geode/geosciences/implicit/representation/core/stratigraphic_model.hpp +++ b/include/geode/geosciences/implicit/representation/core/stratigraphic_model.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/core/stratigraphic_section.hpp b/include/geode/geosciences/implicit/representation/core/stratigraphic_section.hpp index cef3162f..041505e3 100644 --- a/include/geode/geosciences/implicit/representation/core/stratigraphic_section.hpp +++ b/include/geode/geosciences/implicit/representation/core/stratigraphic_section.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/geode/geode_horizons_stack_input.hpp b/include/geode/geosciences/implicit/representation/io/geode/geode_horizons_stack_input.hpp index e4bbcfec..0a3cc959 100644 --- a/include/geode/geosciences/implicit/representation/io/geode/geode_horizons_stack_input.hpp +++ b/include/geode/geosciences/implicit/representation/io/geode/geode_horizons_stack_input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/geode/geode_horizons_stack_output.hpp b/include/geode/geosciences/implicit/representation/io/geode/geode_horizons_stack_output.hpp index 1a18c21b..f65da359 100644 --- a/include/geode/geosciences/implicit/representation/io/geode/geode_horizons_stack_output.hpp +++ b/include/geode/geosciences/implicit/representation/io/geode/geode_horizons_stack_output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_input.hpp b/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_input.hpp index 63aae3b7..8cc6d229 100644 --- a/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_input.hpp +++ b/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_output.hpp b/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_output.hpp index 6d3ba517..d17518c1 100644 --- a/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_output.hpp +++ b/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_input.hpp b/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_input.hpp index 337f3671..343ed5bb 100644 --- a/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_input.hpp +++ b/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_output.hpp b/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_output.hpp index 133ea409..1a227873 100644 --- a/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_output.hpp +++ b/include/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/horizons_stack_input.hpp b/include/geode/geosciences/implicit/representation/io/horizons_stack_input.hpp index d8084a41..43dd908d 100644 --- a/include/geode/geosciences/implicit/representation/io/horizons_stack_input.hpp +++ b/include/geode/geosciences/implicit/representation/io/horizons_stack_input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/horizons_stack_output.hpp b/include/geode/geosciences/implicit/representation/io/horizons_stack_output.hpp index 90f85193..b64fedef 100644 --- a/include/geode/geosciences/implicit/representation/io/horizons_stack_output.hpp +++ b/include/geode/geosciences/implicit/representation/io/horizons_stack_output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/implicit_cross_section_input.hpp b/include/geode/geosciences/implicit/representation/io/implicit_cross_section_input.hpp index ae46c52f..37406881 100644 --- a/include/geode/geosciences/implicit/representation/io/implicit_cross_section_input.hpp +++ b/include/geode/geosciences/implicit/representation/io/implicit_cross_section_input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/implicit_cross_section_output.hpp b/include/geode/geosciences/implicit/representation/io/implicit_cross_section_output.hpp index 4eaba20d..a31f0db4 100644 --- a/include/geode/geosciences/implicit/representation/io/implicit_cross_section_output.hpp +++ b/include/geode/geosciences/implicit/representation/io/implicit_cross_section_output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/implicit_structural_model_input.hpp b/include/geode/geosciences/implicit/representation/io/implicit_structural_model_input.hpp index 8efb77cf..523c17a4 100644 --- a/include/geode/geosciences/implicit/representation/io/implicit_structural_model_input.hpp +++ b/include/geode/geosciences/implicit/representation/io/implicit_structural_model_input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/implicit_structural_model_output.hpp b/include/geode/geosciences/implicit/representation/io/implicit_structural_model_output.hpp index e148f113..098aede7 100644 --- a/include/geode/geosciences/implicit/representation/io/implicit_structural_model_output.hpp +++ b/include/geode/geosciences/implicit/representation/io/implicit_structural_model_output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/stratigraphic_model_input.hpp b/include/geode/geosciences/implicit/representation/io/stratigraphic_model_input.hpp index f62e2f4a..e112aaf0 100644 --- a/include/geode/geosciences/implicit/representation/io/stratigraphic_model_input.hpp +++ b/include/geode/geosciences/implicit/representation/io/stratigraphic_model_input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/stratigraphic_model_output.hpp b/include/geode/geosciences/implicit/representation/io/stratigraphic_model_output.hpp index c0b74d84..eaf155df 100644 --- a/include/geode/geosciences/implicit/representation/io/stratigraphic_model_output.hpp +++ b/include/geode/geosciences/implicit/representation/io/stratigraphic_model_output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/stratigraphic_section_input.hpp b/include/geode/geosciences/implicit/representation/io/stratigraphic_section_input.hpp index b90ec8ba..26f69f18 100644 --- a/include/geode/geosciences/implicit/representation/io/stratigraphic_section_input.hpp +++ b/include/geode/geosciences/implicit/representation/io/stratigraphic_section_input.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/geosciences/implicit/representation/io/stratigraphic_section_output.hpp b/include/geode/geosciences/implicit/representation/io/stratigraphic_section_output.hpp index 9d65a599..97c7bb6e 100644 --- a/include/geode/geosciences/implicit/representation/io/stratigraphic_section_output.hpp +++ b/include/geode/geosciences/implicit/representation/io/stratigraphic_section_output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/CMakeLists.txt b/src/geode/CMakeLists.txt index dda1f0e8..b7d87693 100644 --- a/src/geode/CMakeLists.txt +++ b/src/geode/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/CMakeLists.txt b/src/geode/geosciences/CMakeLists.txt index e7dd1d4f..14a5eea5 100644 --- a/src/geode/geosciences/CMakeLists.txt +++ b/src/geode/geosciences/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/CMakeLists.txt b/src/geode/geosciences/explicit/CMakeLists.txt index 8a7fc508..33da76f3 100644 --- a/src/geode/geosciences/explicit/CMakeLists.txt +++ b/src/geode/geosciences/explicit/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/common.cpp b/src/geode/geosciences/explicit/common.cpp index 134f4cc4..4d2c47aa 100644 --- a/src/geode/geosciences/explicit/common.cpp +++ b/src/geode/geosciences/explicit/common.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/geometry/geographic_coordinate_system.cpp b/src/geode/geosciences/explicit/geometry/geographic_coordinate_system.cpp index 04a4f3c0..946b3456 100644 --- a/src/geode/geosciences/explicit/geometry/geographic_coordinate_system.cpp +++ b/src/geode/geosciences/explicit/geometry/geographic_coordinate_system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/geometry/geographic_coordinate_system_helper.cpp b/src/geode/geosciences/explicit/geometry/geographic_coordinate_system_helper.cpp index 64a32074..b1bec67f 100644 --- a/src/geode/geosciences/explicit/geometry/geographic_coordinate_system_helper.cpp +++ b/src/geode/geosciences/explicit/geometry/geographic_coordinate_system_helper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/mixin/builder/fault_blocks_builder.cpp b/src/geode/geosciences/explicit/mixin/builder/fault_blocks_builder.cpp index d46212ed..c9233097 100644 --- a/src/geode/geosciences/explicit/mixin/builder/fault_blocks_builder.cpp +++ b/src/geode/geosciences/explicit/mixin/builder/fault_blocks_builder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/mixin/builder/faults_builder.cpp b/src/geode/geosciences/explicit/mixin/builder/faults_builder.cpp index 330d8f12..d3a5292a 100644 --- a/src/geode/geosciences/explicit/mixin/builder/faults_builder.cpp +++ b/src/geode/geosciences/explicit/mixin/builder/faults_builder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/mixin/builder/horizons_builder.cpp b/src/geode/geosciences/explicit/mixin/builder/horizons_builder.cpp index 212c378b..6dfb3f48 100644 --- a/src/geode/geosciences/explicit/mixin/builder/horizons_builder.cpp +++ b/src/geode/geosciences/explicit/mixin/builder/horizons_builder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/mixin/builder/stratigraphic_units_builder.cpp b/src/geode/geosciences/explicit/mixin/builder/stratigraphic_units_builder.cpp index 0b61c9f6..d513a142 100644 --- a/src/geode/geosciences/explicit/mixin/builder/stratigraphic_units_builder.cpp +++ b/src/geode/geosciences/explicit/mixin/builder/stratigraphic_units_builder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/mixin/core/bitsery_archive.cpp b/src/geode/geosciences/explicit/mixin/core/bitsery_archive.cpp index 72fa1c7e..3a4142f6 100644 --- a/src/geode/geosciences/explicit/mixin/core/bitsery_archive.cpp +++ b/src/geode/geosciences/explicit/mixin/core/bitsery_archive.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/mixin/core/fault.cpp b/src/geode/geosciences/explicit/mixin/core/fault.cpp index 5c7e6d25..321f039a 100644 --- a/src/geode/geosciences/explicit/mixin/core/fault.cpp +++ b/src/geode/geosciences/explicit/mixin/core/fault.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/mixin/core/fault_block.cpp b/src/geode/geosciences/explicit/mixin/core/fault_block.cpp index 3349377e..66ef891b 100644 --- a/src/geode/geosciences/explicit/mixin/core/fault_block.cpp +++ b/src/geode/geosciences/explicit/mixin/core/fault_block.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/mixin/core/fault_blocks.cpp b/src/geode/geosciences/explicit/mixin/core/fault_blocks.cpp index 174b3891..7f7e8bd1 100644 --- a/src/geode/geosciences/explicit/mixin/core/fault_blocks.cpp +++ b/src/geode/geosciences/explicit/mixin/core/fault_blocks.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/mixin/core/faults.cpp b/src/geode/geosciences/explicit/mixin/core/faults.cpp index a88ecfc2..9fbdd663 100644 --- a/src/geode/geosciences/explicit/mixin/core/faults.cpp +++ b/src/geode/geosciences/explicit/mixin/core/faults.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/mixin/core/horizon.cpp b/src/geode/geosciences/explicit/mixin/core/horizon.cpp index 4e4fd433..79a92081 100644 --- a/src/geode/geosciences/explicit/mixin/core/horizon.cpp +++ b/src/geode/geosciences/explicit/mixin/core/horizon.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/mixin/core/horizons.cpp b/src/geode/geosciences/explicit/mixin/core/horizons.cpp index 54e66622..389798cb 100644 --- a/src/geode/geosciences/explicit/mixin/core/horizons.cpp +++ b/src/geode/geosciences/explicit/mixin/core/horizons.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/mixin/core/stratigraphic_unit.cpp b/src/geode/geosciences/explicit/mixin/core/stratigraphic_unit.cpp index 1d4afd85..82648bd2 100644 --- a/src/geode/geosciences/explicit/mixin/core/stratigraphic_unit.cpp +++ b/src/geode/geosciences/explicit/mixin/core/stratigraphic_unit.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/mixin/core/stratigraphic_units.cpp b/src/geode/geosciences/explicit/mixin/core/stratigraphic_units.cpp index c45da22f..552c2e0c 100644 --- a/src/geode/geosciences/explicit/mixin/core/stratigraphic_units.cpp +++ b/src/geode/geosciences/explicit/mixin/core/stratigraphic_units.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/representation/builder/cross_section_builder.cpp b/src/geode/geosciences/explicit/representation/builder/cross_section_builder.cpp index 268e61bd..cd7ef95d 100644 --- a/src/geode/geosciences/explicit/representation/builder/cross_section_builder.cpp +++ b/src/geode/geosciences/explicit/representation/builder/cross_section_builder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/representation/builder/structural_model_builder.cpp b/src/geode/geosciences/explicit/representation/builder/structural_model_builder.cpp index d92c37a5..a96db681 100644 --- a/src/geode/geosciences/explicit/representation/builder/structural_model_builder.cpp +++ b/src/geode/geosciences/explicit/representation/builder/structural_model_builder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/representation/core/cross_section.cpp b/src/geode/geosciences/explicit/representation/core/cross_section.cpp index b952c51d..bcb32ff1 100644 --- a/src/geode/geosciences/explicit/representation/core/cross_section.cpp +++ b/src/geode/geosciences/explicit/representation/core/cross_section.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/representation/core/detail/clone.cpp b/src/geode/geosciences/explicit/representation/core/detail/clone.cpp index 93481047..6e873877 100644 --- a/src/geode/geosciences/explicit/representation/core/detail/clone.cpp +++ b/src/geode/geosciences/explicit/representation/core/detail/clone.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/representation/core/structural_model.cpp b/src/geode/geosciences/explicit/representation/core/structural_model.cpp index d5881ff8..1ac7396f 100644 --- a/src/geode/geosciences/explicit/representation/core/structural_model.cpp +++ b/src/geode/geosciences/explicit/representation/core/structural_model.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/representation/io/cross_section_input.cpp b/src/geode/geosciences/explicit/representation/io/cross_section_input.cpp index 5811ca40..7a39deb6 100644 --- a/src/geode/geosciences/explicit/representation/io/cross_section_input.cpp +++ b/src/geode/geosciences/explicit/representation/io/cross_section_input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/representation/io/cross_section_output.cpp b/src/geode/geosciences/explicit/representation/io/cross_section_output.cpp index a45a0c7b..942ef2b2 100644 --- a/src/geode/geosciences/explicit/representation/io/cross_section_output.cpp +++ b/src/geode/geosciences/explicit/representation/io/cross_section_output.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/representation/io/geode/geode_cross_section_input.cpp b/src/geode/geosciences/explicit/representation/io/geode/geode_cross_section_input.cpp index c5dd58bd..5c7abe51 100644 --- a/src/geode/geosciences/explicit/representation/io/geode/geode_cross_section_input.cpp +++ b/src/geode/geosciences/explicit/representation/io/geode/geode_cross_section_input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/representation/io/geode/geode_cross_section_output.cpp b/src/geode/geosciences/explicit/representation/io/geode/geode_cross_section_output.cpp index a5344bf5..f1b892ab 100644 --- a/src/geode/geosciences/explicit/representation/io/geode/geode_cross_section_output.cpp +++ b/src/geode/geosciences/explicit/representation/io/geode/geode_cross_section_output.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/representation/io/geode/geode_structural_model_input.cpp b/src/geode/geosciences/explicit/representation/io/geode/geode_structural_model_input.cpp index 93ae32c9..847c9841 100644 --- a/src/geode/geosciences/explicit/representation/io/geode/geode_structural_model_input.cpp +++ b/src/geode/geosciences/explicit/representation/io/geode/geode_structural_model_input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/representation/io/geode/geode_structural_model_output.cpp b/src/geode/geosciences/explicit/representation/io/geode/geode_structural_model_output.cpp index 4adf118e..e94183d1 100644 --- a/src/geode/geosciences/explicit/representation/io/geode/geode_structural_model_output.cpp +++ b/src/geode/geosciences/explicit/representation/io/geode/geode_structural_model_output.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/representation/io/structural_model_input.cpp b/src/geode/geosciences/explicit/representation/io/structural_model_input.cpp index b0f49c66..b08b2d83 100644 --- a/src/geode/geosciences/explicit/representation/io/structural_model_input.cpp +++ b/src/geode/geosciences/explicit/representation/io/structural_model_input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/explicit/representation/io/structural_model_output.cpp b/src/geode/geosciences/explicit/representation/io/structural_model_output.cpp index 292f49c6..417d4fb1 100644 --- a/src/geode/geosciences/explicit/representation/io/structural_model_output.cpp +++ b/src/geode/geosciences/explicit/representation/io/structural_model_output.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/CMakeLists.txt b/src/geode/geosciences/implicit/CMakeLists.txt index 5d770700..0b3e4038 100755 --- a/src/geode/geosciences/implicit/CMakeLists.txt +++ b/src/geode/geosciences/implicit/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/common.cpp b/src/geode/geosciences/implicit/common.cpp index 4c64a826..a79027cf 100644 --- a/src/geode/geosciences/implicit/common.cpp +++ b/src/geode/geosciences/implicit/common.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/mixin/builder/stratigraphic_relationships_builder.cpp b/src/geode/geosciences/implicit/mixin/builder/stratigraphic_relationships_builder.cpp index 6660349c..6313c6e9 100644 --- a/src/geode/geosciences/implicit/mixin/builder/stratigraphic_relationships_builder.cpp +++ b/src/geode/geosciences/implicit/mixin/builder/stratigraphic_relationships_builder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/mixin/core/stratigraphic_relationships.cpp b/src/geode/geosciences/implicit/mixin/core/stratigraphic_relationships.cpp index 732401fa..4f444804 100644 --- a/src/geode/geosciences/implicit/mixin/core/stratigraphic_relationships.cpp +++ b/src/geode/geosciences/implicit/mixin/core/stratigraphic_relationships.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/builder/horizons_stack_builder.cpp b/src/geode/geosciences/implicit/representation/builder/horizons_stack_builder.cpp index 824a7da2..b4bdca90 100644 --- a/src/geode/geosciences/implicit/representation/builder/horizons_stack_builder.cpp +++ b/src/geode/geosciences/implicit/representation/builder/horizons_stack_builder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/builder/implicit_cross_section_builder.cpp b/src/geode/geosciences/implicit/representation/builder/implicit_cross_section_builder.cpp index af737664..091b49c0 100644 --- a/src/geode/geosciences/implicit/representation/builder/implicit_cross_section_builder.cpp +++ b/src/geode/geosciences/implicit/representation/builder/implicit_cross_section_builder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/builder/implicit_structural_model_builder.cpp b/src/geode/geosciences/implicit/representation/builder/implicit_structural_model_builder.cpp index 9dccf7bf..bf18ec9e 100644 --- a/src/geode/geosciences/implicit/representation/builder/implicit_structural_model_builder.cpp +++ b/src/geode/geosciences/implicit/representation/builder/implicit_structural_model_builder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/builder/stratigraphic_model_builder.cpp b/src/geode/geosciences/implicit/representation/builder/stratigraphic_model_builder.cpp index be53e94b..593b905b 100644 --- a/src/geode/geosciences/implicit/representation/builder/stratigraphic_model_builder.cpp +++ b/src/geode/geosciences/implicit/representation/builder/stratigraphic_model_builder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/builder/stratigraphic_section_builder.cpp b/src/geode/geosciences/implicit/representation/builder/stratigraphic_section_builder.cpp index 2d628106..7fdb4b2b 100644 --- a/src/geode/geosciences/implicit/representation/builder/stratigraphic_section_builder.cpp +++ b/src/geode/geosciences/implicit/representation/builder/stratigraphic_section_builder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/core/detail/helpers.cpp b/src/geode/geosciences/implicit/representation/core/detail/helpers.cpp index 767c8a2f..e8780109 100644 --- a/src/geode/geosciences/implicit/representation/core/detail/helpers.cpp +++ b/src/geode/geosciences/implicit/representation/core/detail/helpers.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/core/horizons_stack.cpp b/src/geode/geosciences/implicit/representation/core/horizons_stack.cpp index 31477e38..77086231 100644 --- a/src/geode/geosciences/implicit/representation/core/horizons_stack.cpp +++ b/src/geode/geosciences/implicit/representation/core/horizons_stack.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/core/implicit_cross_section.cpp b/src/geode/geosciences/implicit/representation/core/implicit_cross_section.cpp index 631ff654..e4d5fa56 100644 --- a/src/geode/geosciences/implicit/representation/core/implicit_cross_section.cpp +++ b/src/geode/geosciences/implicit/representation/core/implicit_cross_section.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/core/implicit_structural_model.cpp b/src/geode/geosciences/implicit/representation/core/implicit_structural_model.cpp index b7a66588..5b4d64c2 100644 --- a/src/geode/geosciences/implicit/representation/core/implicit_structural_model.cpp +++ b/src/geode/geosciences/implicit/representation/core/implicit_structural_model.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/core/stratigraphic_model.cpp b/src/geode/geosciences/implicit/representation/core/stratigraphic_model.cpp index 7056dd61..bd6a8f08 100644 --- a/src/geode/geosciences/implicit/representation/core/stratigraphic_model.cpp +++ b/src/geode/geosciences/implicit/representation/core/stratigraphic_model.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/core/stratigraphic_section.cpp b/src/geode/geosciences/implicit/representation/core/stratigraphic_section.cpp index 95909bda..66519a1c 100644 --- a/src/geode/geosciences/implicit/representation/core/stratigraphic_section.cpp +++ b/src/geode/geosciences/implicit/representation/core/stratigraphic_section.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/geode/geode_horizons_stack_input.cpp b/src/geode/geosciences/implicit/representation/io/geode/geode_horizons_stack_input.cpp index 05979429..907d4a63 100644 --- a/src/geode/geosciences/implicit/representation/io/geode/geode_horizons_stack_input.cpp +++ b/src/geode/geosciences/implicit/representation/io/geode/geode_horizons_stack_input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_input.cpp b/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_input.cpp index 7fe25071..4b9f91a2 100644 --- a/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_input.cpp +++ b/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_output.cpp b/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_output.cpp index 042f7062..61c4096d 100644 --- a/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_output.cpp +++ b/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_output.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_input.cpp b/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_input.cpp index c8af2afe..8cd82972 100644 --- a/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_input.cpp +++ b/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_output.cpp b/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_output.cpp index 13ea89b1..c6f44ec1 100644 --- a/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_output.cpp +++ b/src/geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_output.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/horizons_stack_input.cpp b/src/geode/geosciences/implicit/representation/io/horizons_stack_input.cpp index bc38e650..46d573a4 100644 --- a/src/geode/geosciences/implicit/representation/io/horizons_stack_input.cpp +++ b/src/geode/geosciences/implicit/representation/io/horizons_stack_input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/horizons_stack_output.cpp b/src/geode/geosciences/implicit/representation/io/horizons_stack_output.cpp index d782f818..003ec4c5 100644 --- a/src/geode/geosciences/implicit/representation/io/horizons_stack_output.cpp +++ b/src/geode/geosciences/implicit/representation/io/horizons_stack_output.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/implicit_cross_section_input.cpp b/src/geode/geosciences/implicit/representation/io/implicit_cross_section_input.cpp index 0a12683a..dbae8132 100644 --- a/src/geode/geosciences/implicit/representation/io/implicit_cross_section_input.cpp +++ b/src/geode/geosciences/implicit/representation/io/implicit_cross_section_input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/implicit_cross_section_output.cpp b/src/geode/geosciences/implicit/representation/io/implicit_cross_section_output.cpp index 814bce78..a0950ec7 100644 --- a/src/geode/geosciences/implicit/representation/io/implicit_cross_section_output.cpp +++ b/src/geode/geosciences/implicit/representation/io/implicit_cross_section_output.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/implicit_structural_model_input.cpp b/src/geode/geosciences/implicit/representation/io/implicit_structural_model_input.cpp index 2f787de6..230ad10b 100644 --- a/src/geode/geosciences/implicit/representation/io/implicit_structural_model_input.cpp +++ b/src/geode/geosciences/implicit/representation/io/implicit_structural_model_input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/implicit_structural_model_output.cpp b/src/geode/geosciences/implicit/representation/io/implicit_structural_model_output.cpp index 4fbc7000..b8de0159 100644 --- a/src/geode/geosciences/implicit/representation/io/implicit_structural_model_output.cpp +++ b/src/geode/geosciences/implicit/representation/io/implicit_structural_model_output.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/stratigraphic_model_input.cpp b/src/geode/geosciences/implicit/representation/io/stratigraphic_model_input.cpp index 22065e87..36943679 100644 --- a/src/geode/geosciences/implicit/representation/io/stratigraphic_model_input.cpp +++ b/src/geode/geosciences/implicit/representation/io/stratigraphic_model_input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/stratigraphic_model_output.cpp b/src/geode/geosciences/implicit/representation/io/stratigraphic_model_output.cpp index 67d3c1e9..bc2801bb 100644 --- a/src/geode/geosciences/implicit/representation/io/stratigraphic_model_output.cpp +++ b/src/geode/geosciences/implicit/representation/io/stratigraphic_model_output.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/stratigraphic_section_input.cpp b/src/geode/geosciences/implicit/representation/io/stratigraphic_section_input.cpp index 610f4c06..34bf7200 100644 --- a/src/geode/geosciences/implicit/representation/io/stratigraphic_section_input.cpp +++ b/src/geode/geosciences/implicit/representation/io/stratigraphic_section_input.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/geosciences/implicit/representation/io/stratigraphic_section_output.cpp b/src/geode/geosciences/implicit/representation/io/stratigraphic_section_output.cpp index f9c1a9ea..e7e39204 100644 --- a/src/geode/geosciences/implicit/representation/io/stratigraphic_section_output.cpp +++ b/src/geode/geosciences/implicit/representation/io/stratigraphic_section_output.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 824a0dc4..36a0553a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tests/explicit/CMakeLists.txt b/tests/explicit/CMakeLists.txt index 492920e5..cadc01d2 100644 --- a/tests/explicit/CMakeLists.txt +++ b/tests/explicit/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tests/explicit/test-cross-section.cpp b/tests/explicit/test-cross-section.cpp index 132e9fc4..40734434 100644 --- a/tests/explicit/test-cross-section.cpp +++ b/tests/explicit/test-cross-section.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/explicit/test-geographic-coordinate-system.cpp b/tests/explicit/test-geographic-coordinate-system.cpp index 606f690d..bec22ca8 100644 --- a/tests/explicit/test-geographic-coordinate-system.cpp +++ b/tests/explicit/test-geographic-coordinate-system.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/explicit/test-structural-model.cpp b/tests/explicit/test-structural-model.cpp index d70f0b7a..90c41445 100644 --- a/tests/explicit/test-structural-model.cpp +++ b/tests/explicit/test-structural-model.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/implicit/CMakeLists.txt b/tests/implicit/CMakeLists.txt index bc297b67..d5a64c39 100755 --- a/tests/implicit/CMakeLists.txt +++ b/tests/implicit/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2024 Geode-solutions +# Copyright (c) 2019 - 2025 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tests/implicit/test-horizons-stack.cpp b/tests/implicit/test-horizons-stack.cpp index af096015..61f0d299 100644 --- a/tests/implicit/test-horizons-stack.cpp +++ b/tests/implicit/test-horizons-stack.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/implicit/test-stratigraphic-model.cpp b/tests/implicit/test-stratigraphic-model.cpp index 54faa754..283e229c 100644 --- a/tests/implicit/test-stratigraphic-model.cpp +++ b/tests/implicit/test-stratigraphic-model.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/implicit/test-stratigraphic-section.cpp b/tests/implicit/test-stratigraphic-section.cpp index a946c752..69bca562 100644 --- a/tests/implicit/test-stratigraphic-section.cpp +++ b/tests/implicit/test-stratigraphic-section.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/tests_config.hpp.in b/tests/tests_config.hpp.in index 05dc8140..ae5bfc0d 100644 --- a/tests/tests_config.hpp.in +++ b/tests/tests_config.hpp.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2024 Geode-solutions + * Copyright (c) 2019 - 2025 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal