diff --git a/CMakeLists.txt b/CMakeLists.txt index 52731f46c..f70abc855 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/LICENSE b/LICENSE index 1b84de9af..b81af0411 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 e587b6272..2e48a2302 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,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 e9618aa72..6d65dbaf8 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/basic.py b/bindings/python/basic.py index bdbbb5195..132a06dcd 100644 --- a/bindings/python/basic.py +++ b/bindings/python/basic.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/geometry.py b/bindings/python/geometry.py index d1c290105..26daedb39 100644 --- a/bindings/python/geometry.py +++ b/bindings/python/geometry.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/image.py b/bindings/python/image.py index b7f42a588..8fac39476 100644 --- a/bindings/python/image.py +++ b/bindings/python/image.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/mesh.py b/bindings/python/mesh.py index 03c1aea38..adcb5e861 100644 --- a/bindings/python/mesh.py +++ b/bindings/python/mesh.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/model.py b/bindings/python/model.py index a8f069627..073487a9a 100644 --- a/bindings/python/model.py +++ b/bindings/python/model.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 369aa5b49..246467e2d 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/basic/CMakeLists.txt b/bindings/python/src/basic/CMakeLists.txt index 3ca92cc9f..86e877f35 100644 --- a/bindings/python/src/basic/CMakeLists.txt +++ b/bindings/python/src/basic/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/basic/attribute.cpp b/bindings/python/src/basic/attribute.cpp index 35554eb60..781236018 100644 --- a/bindings/python/src/basic/attribute.cpp +++ b/bindings/python/src/basic/attribute.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/basic/attribute_manager.cpp b/bindings/python/src/basic/attribute_manager.cpp index 67cf223b2..f83ce5992 100644 --- a/bindings/python/src/basic/attribute_manager.cpp +++ b/bindings/python/src/basic/attribute_manager.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/basic/basic.cpp b/bindings/python/src/basic/basic.cpp index 293f7c2cc..565de3575 100644 --- a/bindings/python/src/basic/basic.cpp +++ b/bindings/python/src/basic/basic.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/basic/cell_array.cpp b/bindings/python/src/basic/cell_array.cpp index fd32896e8..88d37f2a9 100644 --- a/bindings/python/src/basic/cell_array.cpp +++ b/bindings/python/src/basic/cell_array.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/basic/factory.hpp b/bindings/python/src/basic/factory.hpp index b2ac11b06..02b318dc3 100644 --- a/bindings/python/src/basic/factory.hpp +++ b/bindings/python/src/basic/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/basic/identifier.cpp b/bindings/python/src/basic/identifier.cpp index ee56cfb8a..95af8ec23 100644 --- a/bindings/python/src/basic/identifier.cpp +++ b/bindings/python/src/basic/identifier.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/basic/identifier_builder.cpp b/bindings/python/src/basic/identifier_builder.cpp index 48a4a62d2..647666b67 100644 --- a/bindings/python/src/basic/identifier_builder.cpp +++ b/bindings/python/src/basic/identifier_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/bindings/python/src/basic/input.hpp b/bindings/python/src/basic/input.hpp index 3a834e278..173b1975e 100644 --- a/bindings/python/src/basic/input.hpp +++ b/bindings/python/src/basic/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/src/basic/mapping.cpp b/bindings/python/src/basic/mapping.cpp index d0b6e29ff..a20641938 100644 --- a/bindings/python/src/basic/mapping.cpp +++ b/bindings/python/src/basic/mapping.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/basic/uuid.cpp b/bindings/python/src/basic/uuid.cpp index fe1bc6250..cbcb6a70d 100644 --- a/bindings/python/src/basic/uuid.cpp +++ b/bindings/python/src/basic/uuid.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/common.hpp b/bindings/python/src/common.hpp index 66704ac1e..6733afc35 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/geometry/CMakeLists.txt b/bindings/python/src/geometry/CMakeLists.txt index fc11f703c..67c54ab7e 100644 --- a/bindings/python/src/geometry/CMakeLists.txt +++ b/bindings/python/src/geometry/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/geometry/barycentric_coordinates.cpp b/bindings/python/src/geometry/barycentric_coordinates.cpp index 6d09181dc..3a33d05db 100644 --- a/bindings/python/src/geometry/barycentric_coordinates.cpp +++ b/bindings/python/src/geometry/barycentric_coordinates.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/geometry/basic_objects.cpp b/bindings/python/src/geometry/basic_objects.cpp index 2db56f12b..2e185765c 100644 --- a/bindings/python/src/geometry/basic_objects.cpp +++ b/bindings/python/src/geometry/basic_objects.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/geometry/bounding_box.cpp b/bindings/python/src/geometry/bounding_box.cpp index ac8e2f7b5..9de6414f8 100644 --- a/bindings/python/src/geometry/bounding_box.cpp +++ b/bindings/python/src/geometry/bounding_box.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/geometry/coordinate_system.cpp b/bindings/python/src/geometry/coordinate_system.cpp index c89025890..7c253770b 100644 --- a/bindings/python/src/geometry/coordinate_system.cpp +++ b/bindings/python/src/geometry/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/bindings/python/src/geometry/distance.cpp b/bindings/python/src/geometry/distance.cpp index d2669c7e5..040cd5190 100644 --- a/bindings/python/src/geometry/distance.cpp +++ b/bindings/python/src/geometry/distance.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/geometry/frame.cpp b/bindings/python/src/geometry/frame.cpp index 0adbfb761..d2716f2c8 100644 --- a/bindings/python/src/geometry/frame.cpp +++ b/bindings/python/src/geometry/frame.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/geometry/geometry.cpp b/bindings/python/src/geometry/geometry.cpp index 4af31f6e3..e412f2cf1 100644 --- a/bindings/python/src/geometry/geometry.cpp +++ b/bindings/python/src/geometry/geometry.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/geometry/intersection.cpp b/bindings/python/src/geometry/intersection.cpp index 8aa98be33..1e67c2bd4 100644 --- a/bindings/python/src/geometry/intersection.cpp +++ b/bindings/python/src/geometry/intersection.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/geometry/intersection_detection.cpp b/bindings/python/src/geometry/intersection_detection.cpp index c2f587c75..7ab7a4904 100644 --- a/bindings/python/src/geometry/intersection_detection.cpp +++ b/bindings/python/src/geometry/intersection_detection.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/geometry/mensuration.cpp b/bindings/python/src/geometry/mensuration.cpp index ea4306ee9..eb5071bbb 100644 --- a/bindings/python/src/geometry/mensuration.cpp +++ b/bindings/python/src/geometry/mensuration.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/geometry/nn_search.cpp b/bindings/python/src/geometry/nn_search.cpp index 7835b2578..25aed5e51 100644 --- a/bindings/python/src/geometry/nn_search.cpp +++ b/bindings/python/src/geometry/nn_search.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/geometry/perpendicular.cpp b/bindings/python/src/geometry/perpendicular.cpp index 4c0fad978..e3fc3bb1a 100644 --- a/bindings/python/src/geometry/perpendicular.cpp +++ b/bindings/python/src/geometry/perpendicular.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/geometry/point.cpp b/bindings/python/src/geometry/point.cpp index d6e87a92b..0abffeee6 100644 --- a/bindings/python/src/geometry/point.cpp +++ b/bindings/python/src/geometry/point.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/geometry/points_sort.cpp b/bindings/python/src/geometry/points_sort.cpp index 3fac3335d..004e5de68 100644 --- a/bindings/python/src/geometry/points_sort.cpp +++ b/bindings/python/src/geometry/points_sort.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/geometry/position.cpp b/bindings/python/src/geometry/position.cpp index 53e5b96fc..4a0419707 100644 --- a/bindings/python/src/geometry/position.cpp +++ b/bindings/python/src/geometry/position.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/geometry/projection.cpp b/bindings/python/src/geometry/projection.cpp index 6a16963ba..9840d7042 100644 --- a/bindings/python/src/geometry/projection.cpp +++ b/bindings/python/src/geometry/projection.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/geometry/rotation.cpp b/bindings/python/src/geometry/rotation.cpp index 3150d5213..86960940b 100644 --- a/bindings/python/src/geometry/rotation.cpp +++ b/bindings/python/src/geometry/rotation.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/geometry/sign.cpp b/bindings/python/src/geometry/sign.cpp index 16a112a03..a7f54b8ea 100644 --- a/bindings/python/src/geometry/sign.cpp +++ b/bindings/python/src/geometry/sign.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/geometry/vector.cpp b/bindings/python/src/geometry/vector.cpp index e549e7f70..c0577b83c 100644 --- a/bindings/python/src/geometry/vector.cpp +++ b/bindings/python/src/geometry/vector.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/image/CMakeLists.txt b/bindings/python/src/image/CMakeLists.txt index 0b3abc9f4..48718c3df 100644 --- a/bindings/python/src/image/CMakeLists.txt +++ b/bindings/python/src/image/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/image/core/greyscale_color.cpp b/bindings/python/src/image/core/greyscale_color.cpp index 749c7cca1..55b892df3 100644 --- a/bindings/python/src/image/core/greyscale_color.cpp +++ b/bindings/python/src/image/core/greyscale_color.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/image/core/raster_image.cpp b/bindings/python/src/image/core/raster_image.cpp index 123dca07d..d614cf665 100644 --- a/bindings/python/src/image/core/raster_image.cpp +++ b/bindings/python/src/image/core/raster_image.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/image/core/rgb_color.cpp b/bindings/python/src/image/core/rgb_color.cpp index 29b8922bc..6d8dfbefc 100644 --- a/bindings/python/src/image/core/rgb_color.cpp +++ b/bindings/python/src/image/core/rgb_color.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/image/image.cpp b/bindings/python/src/image/image.cpp index 0781cdb02..1b124d705 100644 --- a/bindings/python/src/image/image.cpp +++ b/bindings/python/src/image/image.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/image/io/raster_image.cpp b/bindings/python/src/image/io/raster_image.cpp index dc7f64da2..a7cb715c8 100644 --- a/bindings/python/src/image/io/raster_image.cpp +++ b/bindings/python/src/image/io/raster_image.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/mesh/CMakeLists.txt b/bindings/python/src/mesh/CMakeLists.txt index 0b650a5b9..fd44056ed 100644 --- a/bindings/python/src/mesh/CMakeLists.txt +++ b/bindings/python/src/mesh/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/mesh/builder/crs_manager_builder.cpp b/bindings/python/src/mesh/builder/crs_manager_builder.cpp index a92b42352..4e7fdc75d 100644 --- a/bindings/python/src/mesh/builder/crs_manager_builder.cpp +++ b/bindings/python/src/mesh/builder/crs_manager_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/bindings/python/src/mesh/builder/crs_managers_builder.cpp b/bindings/python/src/mesh/builder/crs_managers_builder.cpp index b755d6dee..c0630cf51 100644 --- a/bindings/python/src/mesh/builder/crs_managers_builder.cpp +++ b/bindings/python/src/mesh/builder/crs_managers_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/bindings/python/src/mesh/builder/edged_curve_builder.cpp b/bindings/python/src/mesh/builder/edged_curve_builder.cpp index 63e863634..37c1e992c 100644 --- a/bindings/python/src/mesh/builder/edged_curve_builder.cpp +++ b/bindings/python/src/mesh/builder/edged_curve_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/bindings/python/src/mesh/builder/graph_builder.cpp b/bindings/python/src/mesh/builder/graph_builder.cpp index cf862457f..5c0476d5f 100644 --- a/bindings/python/src/mesh/builder/graph_builder.cpp +++ b/bindings/python/src/mesh/builder/graph_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/bindings/python/src/mesh/builder/hybrid_solid_builder.cpp b/bindings/python/src/mesh/builder/hybrid_solid_builder.cpp index d45f0d1b6..c8bc0b87d 100644 --- a/bindings/python/src/mesh/builder/hybrid_solid_builder.cpp +++ b/bindings/python/src/mesh/builder/hybrid_solid_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/bindings/python/src/mesh/builder/point_set_builder.cpp b/bindings/python/src/mesh/builder/point_set_builder.cpp index b3297071b..1ad5a08d5 100644 --- a/bindings/python/src/mesh/builder/point_set_builder.cpp +++ b/bindings/python/src/mesh/builder/point_set_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/bindings/python/src/mesh/builder/polygonal_surface_builder.cpp b/bindings/python/src/mesh/builder/polygonal_surface_builder.cpp index fd43138ba..2afcc1e38 100644 --- a/bindings/python/src/mesh/builder/polygonal_surface_builder.cpp +++ b/bindings/python/src/mesh/builder/polygonal_surface_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/bindings/python/src/mesh/builder/polyhedral_solid_builder.cpp b/bindings/python/src/mesh/builder/polyhedral_solid_builder.cpp index 023e93ebe..1f509b5b8 100644 --- a/bindings/python/src/mesh/builder/polyhedral_solid_builder.cpp +++ b/bindings/python/src/mesh/builder/polyhedral_solid_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/bindings/python/src/mesh/builder/regular_grid_builder.cpp b/bindings/python/src/mesh/builder/regular_grid_builder.cpp index 710ac6101..84f6e5feb 100644 --- a/bindings/python/src/mesh/builder/regular_grid_builder.cpp +++ b/bindings/python/src/mesh/builder/regular_grid_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/bindings/python/src/mesh/builder/solid_edges_builder.cpp b/bindings/python/src/mesh/builder/solid_edges_builder.cpp index a0df3b7ee..94a1fe71e 100644 --- a/bindings/python/src/mesh/builder/solid_edges_builder.cpp +++ b/bindings/python/src/mesh/builder/solid_edges_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/bindings/python/src/mesh/builder/solid_facets_builder.cpp b/bindings/python/src/mesh/builder/solid_facets_builder.cpp index de6c16da8..bbddd8a8d 100644 --- a/bindings/python/src/mesh/builder/solid_facets_builder.cpp +++ b/bindings/python/src/mesh/builder/solid_facets_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/bindings/python/src/mesh/builder/solid_mesh_builder.cpp b/bindings/python/src/mesh/builder/solid_mesh_builder.cpp index a375fc827..695d822ef 100644 --- a/bindings/python/src/mesh/builder/solid_mesh_builder.cpp +++ b/bindings/python/src/mesh/builder/solid_mesh_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/bindings/python/src/mesh/builder/surface_edges_builder.cpp b/bindings/python/src/mesh/builder/surface_edges_builder.cpp index 88ad60ac3..27d9fcef0 100644 --- a/bindings/python/src/mesh/builder/surface_edges_builder.cpp +++ b/bindings/python/src/mesh/builder/surface_edges_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/bindings/python/src/mesh/builder/surface_mesh_builder.cpp b/bindings/python/src/mesh/builder/surface_mesh_builder.cpp index c5717153c..3c97f016f 100644 --- a/bindings/python/src/mesh/builder/surface_mesh_builder.cpp +++ b/bindings/python/src/mesh/builder/surface_mesh_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/bindings/python/src/mesh/builder/tetrahedral_solid_builder.cpp b/bindings/python/src/mesh/builder/tetrahedral_solid_builder.cpp index 13cc76a19..3c1c4d0f1 100644 --- a/bindings/python/src/mesh/builder/tetrahedral_solid_builder.cpp +++ b/bindings/python/src/mesh/builder/tetrahedral_solid_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/bindings/python/src/mesh/builder/triangulated_surface_builder.cpp b/bindings/python/src/mesh/builder/triangulated_surface_builder.cpp index ac5738576..f22013676 100644 --- a/bindings/python/src/mesh/builder/triangulated_surface_builder.cpp +++ b/bindings/python/src/mesh/builder/triangulated_surface_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/bindings/python/src/mesh/builder/vertex_set_builder.cpp b/bindings/python/src/mesh/builder/vertex_set_builder.cpp index 990c3e5f6..67186646a 100644 --- a/bindings/python/src/mesh/builder/vertex_set_builder.cpp +++ b/bindings/python/src/mesh/builder/vertex_set_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/bindings/python/src/mesh/core/crs.cpp b/bindings/python/src/mesh/core/crs.cpp index 785335c2c..2ee981295 100644 --- a/bindings/python/src/mesh/core/crs.cpp +++ b/bindings/python/src/mesh/core/crs.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/mesh/core/crs_manager.cpp b/bindings/python/src/mesh/core/crs_manager.cpp index 5bb07ff7b..29a27e6c9 100644 --- a/bindings/python/src/mesh/core/crs_manager.cpp +++ b/bindings/python/src/mesh/core/crs_manager.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/mesh/core/crs_managers.cpp b/bindings/python/src/mesh/core/crs_managers.cpp index 5ed1a3d59..bfb2542d7 100644 --- a/bindings/python/src/mesh/core/crs_managers.cpp +++ b/bindings/python/src/mesh/core/crs_managers.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/mesh/core/edged_curve.cpp b/bindings/python/src/mesh/core/edged_curve.cpp index 4787e9c84..8f8d83f62 100644 --- a/bindings/python/src/mesh/core/edged_curve.cpp +++ b/bindings/python/src/mesh/core/edged_curve.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/mesh/core/graph.cpp b/bindings/python/src/mesh/core/graph.cpp index 4c50afd20..bd52e7244 100644 --- a/bindings/python/src/mesh/core/graph.cpp +++ b/bindings/python/src/mesh/core/graph.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/mesh/core/grid.cpp b/bindings/python/src/mesh/core/grid.cpp index 1d3de9605..3d135cdd8 100644 --- a/bindings/python/src/mesh/core/grid.cpp +++ b/bindings/python/src/mesh/core/grid.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/mesh/core/hybrid_solid.cpp b/bindings/python/src/mesh/core/hybrid_solid.cpp index 489bab4ee..aaf634ac8 100644 --- a/bindings/python/src/mesh/core/hybrid_solid.cpp +++ b/bindings/python/src/mesh/core/hybrid_solid.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/mesh/core/light_regular_grid.cpp b/bindings/python/src/mesh/core/light_regular_grid.cpp index 1216981d2..34bee5daf 100644 --- a/bindings/python/src/mesh/core/light_regular_grid.cpp +++ b/bindings/python/src/mesh/core/light_regular_grid.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/mesh/core/point_set.cpp b/bindings/python/src/mesh/core/point_set.cpp index dbb54e975..a850fc47c 100644 --- a/bindings/python/src/mesh/core/point_set.cpp +++ b/bindings/python/src/mesh/core/point_set.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/mesh/core/polygonal_surface.cpp b/bindings/python/src/mesh/core/polygonal_surface.cpp index 97f646d8f..d11d28ded 100644 --- a/bindings/python/src/mesh/core/polygonal_surface.cpp +++ b/bindings/python/src/mesh/core/polygonal_surface.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/mesh/core/polyhedral_solid.cpp b/bindings/python/src/mesh/core/polyhedral_solid.cpp index c3fb4f27e..6f229bacc 100644 --- a/bindings/python/src/mesh/core/polyhedral_solid.cpp +++ b/bindings/python/src/mesh/core/polyhedral_solid.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/mesh/core/regular_grid.cpp b/bindings/python/src/mesh/core/regular_grid.cpp index b96bea6fd..4ac5d2c75 100644 --- a/bindings/python/src/mesh/core/regular_grid.cpp +++ b/bindings/python/src/mesh/core/regular_grid.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/mesh/core/solid_edges.cpp b/bindings/python/src/mesh/core/solid_edges.cpp index 0df0b772a..c493557f6 100644 --- a/bindings/python/src/mesh/core/solid_edges.cpp +++ b/bindings/python/src/mesh/core/solid_edges.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/mesh/core/solid_facets.cpp b/bindings/python/src/mesh/core/solid_facets.cpp index 0785dc306..462144cc3 100644 --- a/bindings/python/src/mesh/core/solid_facets.cpp +++ b/bindings/python/src/mesh/core/solid_facets.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/mesh/core/solid_mesh.cpp b/bindings/python/src/mesh/core/solid_mesh.cpp index fc041e461..0f86c4ffd 100644 --- a/bindings/python/src/mesh/core/solid_mesh.cpp +++ b/bindings/python/src/mesh/core/solid_mesh.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/mesh/core/surface_edges.cpp b/bindings/python/src/mesh/core/surface_edges.cpp index 248d5b85d..e064f7449 100644 --- a/bindings/python/src/mesh/core/surface_edges.cpp +++ b/bindings/python/src/mesh/core/surface_edges.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/mesh/core/surface_mesh.cpp b/bindings/python/src/mesh/core/surface_mesh.cpp index aa2904bf7..f93ffdfee 100644 --- a/bindings/python/src/mesh/core/surface_mesh.cpp +++ b/bindings/python/src/mesh/core/surface_mesh.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/mesh/core/tetrahedral_solid.cpp b/bindings/python/src/mesh/core/tetrahedral_solid.cpp index de25f86af..79202e79e 100644 --- a/bindings/python/src/mesh/core/tetrahedral_solid.cpp +++ b/bindings/python/src/mesh/core/tetrahedral_solid.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/mesh/core/texture.cpp b/bindings/python/src/mesh/core/texture.cpp index 6fe6f6dc0..77cd6a4c6 100644 --- a/bindings/python/src/mesh/core/texture.cpp +++ b/bindings/python/src/mesh/core/texture.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/mesh/core/texture_manager.cpp b/bindings/python/src/mesh/core/texture_manager.cpp index b62472711..5fd892465 100644 --- a/bindings/python/src/mesh/core/texture_manager.cpp +++ b/bindings/python/src/mesh/core/texture_manager.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/mesh/core/triangulated_surface.cpp b/bindings/python/src/mesh/core/triangulated_surface.cpp index 5fd18ac2f..f9902f477 100644 --- a/bindings/python/src/mesh/core/triangulated_surface.cpp +++ b/bindings/python/src/mesh/core/triangulated_surface.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/mesh/core/vertex_set.cpp b/bindings/python/src/mesh/core/vertex_set.cpp index 37387ed3a..f84b7149d 100644 --- a/bindings/python/src/mesh/core/vertex_set.cpp +++ b/bindings/python/src/mesh/core/vertex_set.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/mesh/helpers/convert_edged_curve.cpp b/bindings/python/src/mesh/helpers/convert_edged_curve.cpp index 7372326d6..c2f729134 100644 --- a/bindings/python/src/mesh/helpers/convert_edged_curve.cpp +++ b/bindings/python/src/mesh/helpers/convert_edged_curve.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/mesh/helpers/convert_point_set.cpp b/bindings/python/src/mesh/helpers/convert_point_set.cpp index 44e3beb43..9b8e9ca0f 100644 --- a/bindings/python/src/mesh/helpers/convert_point_set.cpp +++ b/bindings/python/src/mesh/helpers/convert_point_set.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/mesh/helpers/convert_solid_mesh.cpp b/bindings/python/src/mesh/helpers/convert_solid_mesh.cpp index c5e05c06d..a9ddfbc5b 100644 --- a/bindings/python/src/mesh/helpers/convert_solid_mesh.cpp +++ b/bindings/python/src/mesh/helpers/convert_solid_mesh.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/mesh/helpers/convert_surface_mesh.cpp b/bindings/python/src/mesh/helpers/convert_surface_mesh.cpp index 9c75455a6..425bff58c 100644 --- a/bindings/python/src/mesh/helpers/convert_surface_mesh.cpp +++ b/bindings/python/src/mesh/helpers/convert_surface_mesh.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/mesh/helpers/crs_helper.cpp b/bindings/python/src/mesh/helpers/crs_helper.cpp index ffd3795ae..2830b48c6 100644 --- a/bindings/python/src/mesh/helpers/crs_helper.cpp +++ b/bindings/python/src/mesh/helpers/crs_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/bindings/python/src/mesh/helpers/euclidean_distance_transform.cpp b/bindings/python/src/mesh/helpers/euclidean_distance_transform.cpp index bea03fd9a..743396f95 100644 --- a/bindings/python/src/mesh/helpers/euclidean_distance_transform.cpp +++ b/bindings/python/src/mesh/helpers/euclidean_distance_transform.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/mesh/helpers/geometrical_operations_on_mesh.cpp b/bindings/python/src/mesh/helpers/geometrical_operations_on_mesh.cpp index 8ba2ff759..7b24bbd19 100644 --- a/bindings/python/src/mesh/helpers/geometrical_operations_on_mesh.cpp +++ b/bindings/python/src/mesh/helpers/geometrical_operations_on_mesh.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/mesh/helpers/gradient_computation.cpp b/bindings/python/src/mesh/helpers/gradient_computation.cpp index 8a5347375..76aafdbdc 100644 --- a/bindings/python/src/mesh/helpers/gradient_computation.cpp +++ b/bindings/python/src/mesh/helpers/gradient_computation.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/mesh/helpers/rasterize.cpp b/bindings/python/src/mesh/helpers/rasterize.cpp index 1bc962574..5314bec8f 100644 --- a/bindings/python/src/mesh/helpers/rasterize.cpp +++ b/bindings/python/src/mesh/helpers/rasterize.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/mesh/helpers/repair_polygon_orientations.cpp b/bindings/python/src/mesh/helpers/repair_polygon_orientations.cpp index d775be622..3c7b1c7fa 100644 --- a/bindings/python/src/mesh/helpers/repair_polygon_orientations.cpp +++ b/bindings/python/src/mesh/helpers/repair_polygon_orientations.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/mesh/io/edged_curve.cpp b/bindings/python/src/mesh/io/edged_curve.cpp index 01211899a..7b8fb29da 100644 --- a/bindings/python/src/mesh/io/edged_curve.cpp +++ b/bindings/python/src/mesh/io/edged_curve.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/mesh/io/graph.cpp b/bindings/python/src/mesh/io/graph.cpp index 374b76d2e..43a14b1d7 100644 --- a/bindings/python/src/mesh/io/graph.cpp +++ b/bindings/python/src/mesh/io/graph.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/mesh/io/hybrid_solid.cpp b/bindings/python/src/mesh/io/hybrid_solid.cpp index ad87b82c9..17cceb1f6 100644 --- a/bindings/python/src/mesh/io/hybrid_solid.cpp +++ b/bindings/python/src/mesh/io/hybrid_solid.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/mesh/io/light_regular_grid.cpp b/bindings/python/src/mesh/io/light_regular_grid.cpp index 66934ddfd..3a3ed4ff7 100644 --- a/bindings/python/src/mesh/io/light_regular_grid.cpp +++ b/bindings/python/src/mesh/io/light_regular_grid.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/mesh/io/point_set.cpp b/bindings/python/src/mesh/io/point_set.cpp index b84c89a9e..dd9976469 100644 --- a/bindings/python/src/mesh/io/point_set.cpp +++ b/bindings/python/src/mesh/io/point_set.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/mesh/io/polygonal_surface.cpp b/bindings/python/src/mesh/io/polygonal_surface.cpp index 5501df4aa..e40fe3434 100644 --- a/bindings/python/src/mesh/io/polygonal_surface.cpp +++ b/bindings/python/src/mesh/io/polygonal_surface.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/mesh/io/polyhedral_solid.cpp b/bindings/python/src/mesh/io/polyhedral_solid.cpp index 958ecc018..dc9738d3d 100644 --- a/bindings/python/src/mesh/io/polyhedral_solid.cpp +++ b/bindings/python/src/mesh/io/polyhedral_solid.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/mesh/io/regular_grid.cpp b/bindings/python/src/mesh/io/regular_grid.cpp index a32a6a0ac..9cb8aa554 100644 --- a/bindings/python/src/mesh/io/regular_grid.cpp +++ b/bindings/python/src/mesh/io/regular_grid.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/mesh/io/tetrahedral_solid.cpp b/bindings/python/src/mesh/io/tetrahedral_solid.cpp index 1da575918..23017b64c 100644 --- a/bindings/python/src/mesh/io/tetrahedral_solid.cpp +++ b/bindings/python/src/mesh/io/tetrahedral_solid.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/mesh/io/triangulated_surface.cpp b/bindings/python/src/mesh/io/triangulated_surface.cpp index d721fb4ce..8b7167a6e 100644 --- a/bindings/python/src/mesh/io/triangulated_surface.cpp +++ b/bindings/python/src/mesh/io/triangulated_surface.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/mesh/io/vertex_set.cpp b/bindings/python/src/mesh/io/vertex_set.cpp index da88fbec3..8f13542fe 100644 --- a/bindings/python/src/mesh/io/vertex_set.cpp +++ b/bindings/python/src/mesh/io/vertex_set.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/mesh/mesh.cpp b/bindings/python/src/mesh/mesh.cpp index 802328aed..7d5cb6707 100644 --- a/bindings/python/src/mesh/mesh.cpp +++ b/bindings/python/src/mesh/mesh.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/model/CMakeLists.txt b/bindings/python/src/model/CMakeLists.txt index 13473bfb9..4458948f0 100644 --- a/bindings/python/src/model/CMakeLists.txt +++ b/bindings/python/src/model/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/model/helpers/component_mesh_polygons.cpp b/bindings/python/src/model/helpers/component_mesh_polygons.cpp index 5711b0414..930b4020b 100644 --- a/bindings/python/src/model/helpers/component_mesh_polygons.cpp +++ b/bindings/python/src/model/helpers/component_mesh_polygons.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/model/helpers/convert_brep_section.cpp b/bindings/python/src/model/helpers/convert_brep_section.cpp index 0c4e57d4f..a6eb57ace 100644 --- a/bindings/python/src/model/helpers/convert_brep_section.cpp +++ b/bindings/python/src/model/helpers/convert_brep_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/bindings/python/src/model/helpers/convert_model_meshes.cpp b/bindings/python/src/model/helpers/convert_model_meshes.cpp index f5ffef45a..b3f6dc018 100644 --- a/bindings/python/src/model/helpers/convert_model_meshes.cpp +++ b/bindings/python/src/model/helpers/convert_model_meshes.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/model/helpers/convert_to_mesh.cpp b/bindings/python/src/model/helpers/convert_to_mesh.cpp index f9641a412..8fc1f957d 100644 --- a/bindings/python/src/model/helpers/convert_to_mesh.cpp +++ b/bindings/python/src/model/helpers/convert_to_mesh.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/model/helpers/model_component_filter.cpp b/bindings/python/src/model/helpers/model_component_filter.cpp index b2485da94..5ecdfd964 100644 --- a/bindings/python/src/model/helpers/model_component_filter.cpp +++ b/bindings/python/src/model/helpers/model_component_filter.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/model/helpers/model_concatener.cpp b/bindings/python/src/model/helpers/model_concatener.cpp index 3680660ea..9993c650c 100644 --- a/bindings/python/src/model/helpers/model_concatener.cpp +++ b/bindings/python/src/model/helpers/model_concatener.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/model/helpers/model_crs.cpp b/bindings/python/src/model/helpers/model_crs.cpp index c6793e2f6..f2f948f7e 100644 --- a/bindings/python/src/model/helpers/model_crs.cpp +++ b/bindings/python/src/model/helpers/model_crs.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/model/helpers/ray_tracing.cpp b/bindings/python/src/model/helpers/ray_tracing.cpp index dc907ba92..d33b72cbc 100644 --- a/bindings/python/src/model/helpers/ray_tracing.cpp +++ b/bindings/python/src/model/helpers/ray_tracing.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/model/mixin/builder/block_collections_builder.cpp b/bindings/python/src/model/mixin/builder/block_collections_builder.cpp index b151a9943..dc604b3b7 100644 --- a/bindings/python/src/model/mixin/builder/block_collections_builder.cpp +++ b/bindings/python/src/model/mixin/builder/block_collections_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/bindings/python/src/model/mixin/builder/blocks_builder.cpp b/bindings/python/src/model/mixin/builder/blocks_builder.cpp index d2376a5dd..f10cbb95a 100644 --- a/bindings/python/src/model/mixin/builder/blocks_builder.cpp +++ b/bindings/python/src/model/mixin/builder/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/bindings/python/src/model/mixin/builder/corner_collections_builder.cpp b/bindings/python/src/model/mixin/builder/corner_collections_builder.cpp index 11c3f0d8b..cd5c02919 100644 --- a/bindings/python/src/model/mixin/builder/corner_collections_builder.cpp +++ b/bindings/python/src/model/mixin/builder/corner_collections_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/bindings/python/src/model/mixin/builder/corners_builder.cpp b/bindings/python/src/model/mixin/builder/corners_builder.cpp index 6c75b7b62..1cff43267 100644 --- a/bindings/python/src/model/mixin/builder/corners_builder.cpp +++ b/bindings/python/src/model/mixin/builder/corners_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/bindings/python/src/model/mixin/builder/line_collections_builder.cpp b/bindings/python/src/model/mixin/builder/line_collections_builder.cpp index c5590cad9..cbadf05e3 100644 --- a/bindings/python/src/model/mixin/builder/line_collections_builder.cpp +++ b/bindings/python/src/model/mixin/builder/line_collections_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/bindings/python/src/model/mixin/builder/lines_builder.cpp b/bindings/python/src/model/mixin/builder/lines_builder.cpp index 0e292d6d7..7bdd3b656 100644 --- a/bindings/python/src/model/mixin/builder/lines_builder.cpp +++ b/bindings/python/src/model/mixin/builder/lines_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/bindings/python/src/model/mixin/builder/model_boundaries_builder.cpp b/bindings/python/src/model/mixin/builder/model_boundaries_builder.cpp index 8650e200e..ca2ed4f8e 100644 --- a/bindings/python/src/model/mixin/builder/model_boundaries_builder.cpp +++ b/bindings/python/src/model/mixin/builder/model_boundaries_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/bindings/python/src/model/mixin/builder/relationships_builder.cpp b/bindings/python/src/model/mixin/builder/relationships_builder.cpp index ca7b28546..3afd720a0 100644 --- a/bindings/python/src/model/mixin/builder/relationships_builder.cpp +++ b/bindings/python/src/model/mixin/builder/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/bindings/python/src/model/mixin/builder/surface_collections_builder.cpp b/bindings/python/src/model/mixin/builder/surface_collections_builder.cpp index 7bc72b9cf..adcfa6cb9 100644 --- a/bindings/python/src/model/mixin/builder/surface_collections_builder.cpp +++ b/bindings/python/src/model/mixin/builder/surface_collections_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/bindings/python/src/model/mixin/builder/surfaces_builder.cpp b/bindings/python/src/model/mixin/builder/surfaces_builder.cpp index c002a2376..dce6879f6 100644 --- a/bindings/python/src/model/mixin/builder/surfaces_builder.cpp +++ b/bindings/python/src/model/mixin/builder/surfaces_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/bindings/python/src/model/mixin/builder/topology_builder.cpp b/bindings/python/src/model/mixin/builder/topology_builder.cpp index 198be76f9..99aa5f9bf 100644 --- a/bindings/python/src/model/mixin/builder/topology_builder.cpp +++ b/bindings/python/src/model/mixin/builder/topology_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/bindings/python/src/model/mixin/builder/vertex_identifier_builder.cpp b/bindings/python/src/model/mixin/builder/vertex_identifier_builder.cpp index 5b440a368..db9b0fce1 100644 --- a/bindings/python/src/model/mixin/builder/vertex_identifier_builder.cpp +++ b/bindings/python/src/model/mixin/builder/vertex_identifier_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/bindings/python/src/model/mixin/core/block.cpp b/bindings/python/src/model/mixin/core/block.cpp index e73d5fe25..cc14600b5 100644 --- a/bindings/python/src/model/mixin/core/block.cpp +++ b/bindings/python/src/model/mixin/core/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/bindings/python/src/model/mixin/core/block_collection.cpp b/bindings/python/src/model/mixin/core/block_collection.cpp index c3a687106..cb170efea 100644 --- a/bindings/python/src/model/mixin/core/block_collection.cpp +++ b/bindings/python/src/model/mixin/core/block_collection.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/model/mixin/core/block_collections.cpp b/bindings/python/src/model/mixin/core/block_collections.cpp index c77013bfb..b526291bd 100644 --- a/bindings/python/src/model/mixin/core/block_collections.cpp +++ b/bindings/python/src/model/mixin/core/block_collections.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/model/mixin/core/blocks.cpp b/bindings/python/src/model/mixin/core/blocks.cpp index aa315e0da..2cc631381 100644 --- a/bindings/python/src/model/mixin/core/blocks.cpp +++ b/bindings/python/src/model/mixin/core/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/bindings/python/src/model/mixin/core/component.cpp b/bindings/python/src/model/mixin/core/component.cpp index f2a83b930..23e83a495 100644 --- a/bindings/python/src/model/mixin/core/component.cpp +++ b/bindings/python/src/model/mixin/core/component.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/model/mixin/core/component_mesh_element.cpp b/bindings/python/src/model/mixin/core/component_mesh_element.cpp index 0383748e3..2dddda582 100644 --- a/bindings/python/src/model/mixin/core/component_mesh_element.cpp +++ b/bindings/python/src/model/mixin/core/component_mesh_element.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/model/mixin/core/component_type.cpp b/bindings/python/src/model/mixin/core/component_type.cpp index 8d3fcc74c..bf93fd1a3 100644 --- a/bindings/python/src/model/mixin/core/component_type.cpp +++ b/bindings/python/src/model/mixin/core/component_type.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/model/mixin/core/corner.cpp b/bindings/python/src/model/mixin/core/corner.cpp index 5e77cda71..369f58247 100644 --- a/bindings/python/src/model/mixin/core/corner.cpp +++ b/bindings/python/src/model/mixin/core/corner.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/model/mixin/core/corner_collection.cpp b/bindings/python/src/model/mixin/core/corner_collection.cpp index 5eca80df7..69e8c2fed 100644 --- a/bindings/python/src/model/mixin/core/corner_collection.cpp +++ b/bindings/python/src/model/mixin/core/corner_collection.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/model/mixin/core/corner_collections.cpp b/bindings/python/src/model/mixin/core/corner_collections.cpp index 637eb2e69..cd90b57f9 100644 --- a/bindings/python/src/model/mixin/core/corner_collections.cpp +++ b/bindings/python/src/model/mixin/core/corner_collections.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/model/mixin/core/corners.cpp b/bindings/python/src/model/mixin/core/corners.cpp index 85ad763a4..105a9f765 100644 --- a/bindings/python/src/model/mixin/core/corners.cpp +++ b/bindings/python/src/model/mixin/core/corners.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/model/mixin/core/line.cpp b/bindings/python/src/model/mixin/core/line.cpp index f6346bbe0..e8de6cac8 100644 --- a/bindings/python/src/model/mixin/core/line.cpp +++ b/bindings/python/src/model/mixin/core/line.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/model/mixin/core/line_collection.cpp b/bindings/python/src/model/mixin/core/line_collection.cpp index 1499c5f9a..a8935933b 100644 --- a/bindings/python/src/model/mixin/core/line_collection.cpp +++ b/bindings/python/src/model/mixin/core/line_collection.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/model/mixin/core/line_collections.cpp b/bindings/python/src/model/mixin/core/line_collections.cpp index 511ebb056..5a85ec7cc 100644 --- a/bindings/python/src/model/mixin/core/line_collections.cpp +++ b/bindings/python/src/model/mixin/core/line_collections.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/model/mixin/core/lines.cpp b/bindings/python/src/model/mixin/core/lines.cpp index 89bf66a34..92d788df4 100644 --- a/bindings/python/src/model/mixin/core/lines.cpp +++ b/bindings/python/src/model/mixin/core/lines.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/model/mixin/core/model_boundaries.cpp b/bindings/python/src/model/mixin/core/model_boundaries.cpp index f3bd82cf2..7014f44e9 100644 --- a/bindings/python/src/model/mixin/core/model_boundaries.cpp +++ b/bindings/python/src/model/mixin/core/model_boundaries.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/model/mixin/core/model_boundary.cpp b/bindings/python/src/model/mixin/core/model_boundary.cpp index 1ba3b1137..782f12d00 100644 --- a/bindings/python/src/model/mixin/core/model_boundary.cpp +++ b/bindings/python/src/model/mixin/core/model_boundary.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/model/mixin/core/relationships.cpp b/bindings/python/src/model/mixin/core/relationships.cpp index 594124d41..93bf8e3dc 100644 --- a/bindings/python/src/model/mixin/core/relationships.cpp +++ b/bindings/python/src/model/mixin/core/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/bindings/python/src/model/mixin/core/surface.cpp b/bindings/python/src/model/mixin/core/surface.cpp index fa0ef8762..b84a54d4a 100644 --- a/bindings/python/src/model/mixin/core/surface.cpp +++ b/bindings/python/src/model/mixin/core/surface.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/model/mixin/core/surface_collection.cpp b/bindings/python/src/model/mixin/core/surface_collection.cpp index 8bf8aa106..bc2173778 100644 --- a/bindings/python/src/model/mixin/core/surface_collection.cpp +++ b/bindings/python/src/model/mixin/core/surface_collection.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/model/mixin/core/surface_collections.cpp b/bindings/python/src/model/mixin/core/surface_collections.cpp index a1cf6cd3d..4a9019f91 100644 --- a/bindings/python/src/model/mixin/core/surface_collections.cpp +++ b/bindings/python/src/model/mixin/core/surface_collections.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/model/mixin/core/surfaces.cpp b/bindings/python/src/model/mixin/core/surfaces.cpp index a6e10e294..0aca6b854 100644 --- a/bindings/python/src/model/mixin/core/surfaces.cpp +++ b/bindings/python/src/model/mixin/core/surfaces.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/model/mixin/core/topology.cpp b/bindings/python/src/model/mixin/core/topology.cpp index 54dd5cdb8..9147e0125 100644 --- a/bindings/python/src/model/mixin/core/topology.cpp +++ b/bindings/python/src/model/mixin/core/topology.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/model/mixin/core/vertex_identifier.cpp b/bindings/python/src/model/mixin/core/vertex_identifier.cpp index 8fc1ae661..be9461e1c 100644 --- a/bindings/python/src/model/mixin/core/vertex_identifier.cpp +++ b/bindings/python/src/model/mixin/core/vertex_identifier.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/model/model.cpp b/bindings/python/src/model/model.cpp index e6004800e..f6fb26c7a 100644 --- a/bindings/python/src/model/model.cpp +++ b/bindings/python/src/model/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/bindings/python/src/model/representation/builder/brep_builder.cpp b/bindings/python/src/model/representation/builder/brep_builder.cpp index 08c868f15..126b628ab 100644 --- a/bindings/python/src/model/representation/builder/brep_builder.cpp +++ b/bindings/python/src/model/representation/builder/brep_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/bindings/python/src/model/representation/builder/section_builder.cpp b/bindings/python/src/model/representation/builder/section_builder.cpp index 2e833490f..f50ddc789 100644 --- a/bindings/python/src/model/representation/builder/section_builder.cpp +++ b/bindings/python/src/model/representation/builder/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/bindings/python/src/model/representation/core/brep.cpp b/bindings/python/src/model/representation/core/brep.cpp index 36a594471..f80433802 100644 --- a/bindings/python/src/model/representation/core/brep.cpp +++ b/bindings/python/src/model/representation/core/brep.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/model/representation/core/mapping.cpp b/bindings/python/src/model/representation/core/mapping.cpp index 173f60bf3..48a1c3631 100644 --- a/bindings/python/src/model/representation/core/mapping.cpp +++ b/bindings/python/src/model/representation/core/mapping.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/model/representation/core/section.cpp b/bindings/python/src/model/representation/core/section.cpp index ea442fb7b..fb5156ece 100644 --- a/bindings/python/src/model/representation/core/section.cpp +++ b/bindings/python/src/model/representation/core/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/bindings/python/src/model/representation/io/brep.cpp b/bindings/python/src/model/representation/io/brep.cpp index a326dd2d0..85ddc7133 100644 --- a/bindings/python/src/model/representation/io/brep.cpp +++ b/bindings/python/src/model/representation/io/brep.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/model/representation/io/section.cpp b/bindings/python/src/model/representation/io/section.cpp index 6ec8d5d00..de9ba0a00 100644 --- a/bindings/python/src/model/representation/io/section.cpp +++ b/bindings/python/src/model/representation/io/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/bindings/python/tests/CMakeLists.txt b/bindings/python/tests/CMakeLists.txt index 369aa5b49..246467e2d 100644 --- 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/basic/CMakeLists.txt b/bindings/python/tests/basic/CMakeLists.txt index 2f142c955..304085686 100644 --- a/bindings/python/tests/basic/CMakeLists.txt +++ b/bindings/python/tests/basic/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/basic/test-py-attribute.py b/bindings/python/tests/basic/test-py-attribute.py index f70d9df35..8c1b33216 100644 --- a/bindings/python/tests/basic/test-py-attribute.py +++ b/bindings/python/tests/basic/test-py-attribute.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/basic/test-py-uuid.py b/bindings/python/tests/basic/test-py-uuid.py index 62a94d3c7..b8beee650 100644 --- a/bindings/python/tests/basic/test-py-uuid.py +++ b/bindings/python/tests/basic/test-py-uuid.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/geometry/CMakeLists.txt b/bindings/python/tests/geometry/CMakeLists.txt index 5a2350b8e..f6b5a9c21 100644 --- a/bindings/python/tests/geometry/CMakeLists.txt +++ b/bindings/python/tests/geometry/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/geometry/test-py-barycentric-coordinates.py b/bindings/python/tests/geometry/test-py-barycentric-coordinates.py index 603531c18..53bcf95ce 100644 --- a/bindings/python/tests/geometry/test-py-barycentric-coordinates.py +++ b/bindings/python/tests/geometry/test-py-barycentric-coordinates.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/geometry/test-py-bounding-box.py b/bindings/python/tests/geometry/test-py-bounding-box.py index 5e30e1769..8d435ddb6 100644 --- a/bindings/python/tests/geometry/test-py-bounding-box.py +++ b/bindings/python/tests/geometry/test-py-bounding-box.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/geometry/test-py-distance.py b/bindings/python/tests/geometry/test-py-distance.py index 939a8b4a6..05eb8b6c7 100644 --- a/bindings/python/tests/geometry/test-py-distance.py +++ b/bindings/python/tests/geometry/test-py-distance.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/geometry/test-py-intersection-detection.py b/bindings/python/tests/geometry/test-py-intersection-detection.py index bf981636d..65aa159e2 100644 --- a/bindings/python/tests/geometry/test-py-intersection-detection.py +++ b/bindings/python/tests/geometry/test-py-intersection-detection.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/geometry/test-py-intersection.py b/bindings/python/tests/geometry/test-py-intersection.py index 8bbbfebb7..9c36f3551 100644 --- a/bindings/python/tests/geometry/test-py-intersection.py +++ b/bindings/python/tests/geometry/test-py-intersection.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/geometry/test-py-nnsearch.py b/bindings/python/tests/geometry/test-py-nnsearch.py index 414ec50ed..1c03d8952 100644 --- a/bindings/python/tests/geometry/test-py-nnsearch.py +++ b/bindings/python/tests/geometry/test-py-nnsearch.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/geometry/test-py-perpendicular.py b/bindings/python/tests/geometry/test-py-perpendicular.py index 41d56138d..597d1a8db 100644 --- a/bindings/python/tests/geometry/test-py-perpendicular.py +++ b/bindings/python/tests/geometry/test-py-perpendicular.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/geometry/test-py-point.py b/bindings/python/tests/geometry/test-py-point.py index 0dd339296..5043ca5ef 100644 --- a/bindings/python/tests/geometry/test-py-point.py +++ b/bindings/python/tests/geometry/test-py-point.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/geometry/test-py-points_sort.py b/bindings/python/tests/geometry/test-py-points_sort.py index e9a9f46e0..82f389ba8 100644 --- a/bindings/python/tests/geometry/test-py-points_sort.py +++ b/bindings/python/tests/geometry/test-py-points_sort.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/geometry/test-py-position.py b/bindings/python/tests/geometry/test-py-position.py index 9f45afb7f..9677de379 100644 --- a/bindings/python/tests/geometry/test-py-position.py +++ b/bindings/python/tests/geometry/test-py-position.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/geometry/test-py-sign.py b/bindings/python/tests/geometry/test-py-sign.py index 78dad9db2..f60598285 100644 --- a/bindings/python/tests/geometry/test-py-sign.py +++ b/bindings/python/tests/geometry/test-py-sign.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/geometry/test-py-vector.py b/bindings/python/tests/geometry/test-py-vector.py index 24482e275..ed03c9ada 100644 --- a/bindings/python/tests/geometry/test-py-vector.py +++ b/bindings/python/tests/geometry/test-py-vector.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/image/CMakeLists.txt b/bindings/python/tests/image/CMakeLists.txt index 6b7c7d068..05e45ad59 100644 --- a/bindings/python/tests/image/CMakeLists.txt +++ b/bindings/python/tests/image/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/image/test-py-colors.py b/bindings/python/tests/image/test-py-colors.py index 2286dd517..c3dd6462d 100644 --- a/bindings/python/tests/image/test-py-colors.py +++ b/bindings/python/tests/image/test-py-colors.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/image/test-py-raster-image.py b/bindings/python/tests/image/test-py-raster-image.py index 5823cfe4d..29da09ae7 100644 --- a/bindings/python/tests/image/test-py-raster-image.py +++ b/bindings/python/tests/image/test-py-raster-image.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/mesh/CMakeLists.txt b/bindings/python/tests/mesh/CMakeLists.txt index 077e0a463..3feff8993 100644 --- a/bindings/python/tests/mesh/CMakeLists.txt +++ b/bindings/python/tests/mesh/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/mesh/test-py-edged-curve.py b/bindings/python/tests/mesh/test-py-edged-curve.py index a946d25cd..504e3d411 100644 --- a/bindings/python/tests/mesh/test-py-edged-curve.py +++ b/bindings/python/tests/mesh/test-py-edged-curve.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/mesh/test-py-euclidean-distance-transform.py b/bindings/python/tests/mesh/test-py-euclidean-distance-transform.py index 222f1dd75..0bd634f93 100644 --- a/bindings/python/tests/mesh/test-py-euclidean-distance-transform.py +++ b/bindings/python/tests/mesh/test-py-euclidean-distance-transform.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/mesh/test-py-geometrical-opeations-on-mesh.py b/bindings/python/tests/mesh/test-py-geometrical-opeations-on-mesh.py index ca18e9564..47ee93ac7 100644 --- a/bindings/python/tests/mesh/test-py-geometrical-opeations-on-mesh.py +++ b/bindings/python/tests/mesh/test-py-geometrical-opeations-on-mesh.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/mesh/test-py-gradient-computation.py b/bindings/python/tests/mesh/test-py-gradient-computation.py index 2425ce92f..b4a8f6b71 100644 --- a/bindings/python/tests/mesh/test-py-gradient-computation.py +++ b/bindings/python/tests/mesh/test-py-gradient-computation.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/mesh/test-py-graph.py b/bindings/python/tests/mesh/test-py-graph.py index 80a84448f..9bd0eeecf 100644 --- a/bindings/python/tests/mesh/test-py-graph.py +++ b/bindings/python/tests/mesh/test-py-graph.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/mesh/test-py-light-regular-grid.py b/bindings/python/tests/mesh/test-py-light-regular-grid.py index 453e7a847..b92459d77 100644 --- a/bindings/python/tests/mesh/test-py-light-regular-grid.py +++ b/bindings/python/tests/mesh/test-py-light-regular-grid.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/mesh/test-py-point-set.py b/bindings/python/tests/mesh/test-py-point-set.py index 2e20c00ea..622974ea6 100644 --- a/bindings/python/tests/mesh/test-py-point-set.py +++ b/bindings/python/tests/mesh/test-py-point-set.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/mesh/test-py-polygonal-surface.py b/bindings/python/tests/mesh/test-py-polygonal-surface.py index a77770149..2f6c6a5f5 100644 --- a/bindings/python/tests/mesh/test-py-polygonal-surface.py +++ b/bindings/python/tests/mesh/test-py-polygonal-surface.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/mesh/test-py-polyhedral-solid.py b/bindings/python/tests/mesh/test-py-polyhedral-solid.py index c2bce12ab..9a32676ea 100644 --- a/bindings/python/tests/mesh/test-py-polyhedral-solid.py +++ b/bindings/python/tests/mesh/test-py-polyhedral-solid.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/mesh/test-py-regular-grid.py b/bindings/python/tests/mesh/test-py-regular-grid.py index 9690f7b98..eda8f5a2e 100644 --- a/bindings/python/tests/mesh/test-py-regular-grid.py +++ b/bindings/python/tests/mesh/test-py-regular-grid.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/mesh/test-py-tetrahedral-solid.py b/bindings/python/tests/mesh/test-py-tetrahedral-solid.py index a70589a7c..95b35bff6 100644 --- a/bindings/python/tests/mesh/test-py-tetrahedral-solid.py +++ b/bindings/python/tests/mesh/test-py-tetrahedral-solid.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/mesh/test-py-triangulated-surface.py b/bindings/python/tests/mesh/test-py-triangulated-surface.py index cbe190900..b32a03fa8 100644 --- a/bindings/python/tests/mesh/test-py-triangulated-surface.py +++ b/bindings/python/tests/mesh/test-py-triangulated-surface.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/mesh/test-py-vertex-set.py b/bindings/python/tests/mesh/test-py-vertex-set.py index 39a3feb75..6209afe0f 100644 --- a/bindings/python/tests/mesh/test-py-vertex-set.py +++ b/bindings/python/tests/mesh/test-py-vertex-set.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/model/CMakeLists.txt b/bindings/python/tests/model/CMakeLists.txt index 63ca99a07..1603f5b47 100644 --- a/bindings/python/tests/model/CMakeLists.txt +++ b/bindings/python/tests/model/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/model/test-py-brep.py b/bindings/python/tests/model/test-py-brep.py index dbff3b35e..2d883ae8d 100644 --- a/bindings/python/tests/model/test-py-brep.py +++ b/bindings/python/tests/model/test-py-brep.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/model/test-py-component-mesh-polygons.py b/bindings/python/tests/model/test-py-component-mesh-polygons.py index 4935b68ce..743707ef0 100644 --- a/bindings/python/tests/model/test-py-component-mesh-polygons.py +++ b/bindings/python/tests/model/test-py-component-mesh-polygons.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/model/test-py-convert-brep.py b/bindings/python/tests/model/test-py-convert-brep.py index 1ebb2ea8a..0c3ffb7c7 100644 --- a/bindings/python/tests/model/test-py-convert-brep.py +++ b/bindings/python/tests/model/test-py-convert-brep.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/model/test-py-convert-model-meshes.py b/bindings/python/tests/model/test-py-convert-model-meshes.py index 29241202f..fe439ea39 100644 --- a/bindings/python/tests/model/test-py-convert-model-meshes.py +++ b/bindings/python/tests/model/test-py-convert-model-meshes.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/model/test-py-convert-to-mesh.py b/bindings/python/tests/model/test-py-convert-to-mesh.py index 68cab02a0..b8a2efada 100644 --- a/bindings/python/tests/model/test-py-convert-to-mesh.py +++ b/bindings/python/tests/model/test-py-convert-to-mesh.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/model/test-py-model-component-filter.py b/bindings/python/tests/model/test-py-model-component-filter.py index c80167c00..382c21256 100644 --- a/bindings/python/tests/model/test-py-model-component-filter.py +++ b/bindings/python/tests/model/test-py-model-component-filter.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/model/test-py-model-concatener.py b/bindings/python/tests/model/test-py-model-concatener.py index fa4e8675f..120e3c99f 100644 --- a/bindings/python/tests/model/test-py-model-concatener.py +++ b/bindings/python/tests/model/test-py-model-concatener.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/model/test-py-model-crs.py b/bindings/python/tests/model/test-py-model-crs.py index 658f84fce..7bbacfd50 100644 --- a/bindings/python/tests/model/test-py-model-crs.py +++ b/bindings/python/tests/model/test-py-model-crs.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/model/test-py-section.py b/bindings/python/tests/model/test-py-section.py index 30f71f652..789ee042b 100644 --- a/bindings/python/tests/model/test-py-section.py +++ b/bindings/python/tests/model/test-py-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/ConfigureAbseil.cmake b/cmake/ConfigureAbseil.cmake index ed680ba58..aa9f2b29c 100644 --- a/cmake/ConfigureAbseil.cmake +++ b/cmake/ConfigureAbseil.cmake @@ -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/ConfigureAsync++.cmake b/cmake/ConfigureAsync++.cmake index 1759a3449..a80bca27e 100644 --- a/cmake/ConfigureAsync++.cmake +++ b/cmake/ConfigureAsync++.cmake @@ -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/ConfigureBitsery.cmake b/cmake/ConfigureBitsery.cmake index cad26d3a4..2218e7ccc 100644 --- a/cmake/ConfigureBitsery.cmake +++ b/cmake/ConfigureBitsery.cmake @@ -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/ConfigureEarcut.cmake b/cmake/ConfigureEarcut.cmake index a44c715a1..965776c1e 100644 --- a/cmake/ConfigureEarcut.cmake +++ b/cmake/ConfigureEarcut.cmake @@ -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/ConfigureGDAL.cmake b/cmake/ConfigureGDAL.cmake index 603601ae0..479abeb98 100644 --- a/cmake/ConfigureGDAL.cmake +++ b/cmake/ConfigureGDAL.cmake @@ -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/ConfigureMinizip.cmake b/cmake/ConfigureMinizip.cmake index 9ebd8e622..c2d3b8085 100644 --- a/cmake/ConfigureMinizip.cmake +++ b/cmake/ConfigureMinizip.cmake @@ -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/ConfigureNanoflann.cmake b/cmake/ConfigureNanoflann.cmake index b5409c552..66d755e0e 100644 --- a/cmake/ConfigureNanoflann.cmake +++ b/cmake/ConfigureNanoflann.cmake @@ -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/ConfigureOpenGeode.cmake b/cmake/ConfigureOpenGeode.cmake index d86ba8a2e..1ee1cf9a0 100644 --- a/cmake/ConfigureOpenGeode.cmake +++ b/cmake/ConfigureOpenGeode.cmake @@ -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/ConfigurePROJ.cmake b/cmake/ConfigurePROJ.cmake index 270c05c76..8ac065447 100644 --- a/cmake/ConfigurePROJ.cmake +++ b/cmake/ConfigurePROJ.cmake @@ -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/ConfigurePybind11.cmake b/cmake/ConfigurePybind11.cmake index cc1630253..27085d16e 100644 --- a/cmake/ConfigurePybind11.cmake +++ b/cmake/ConfigurePybind11.cmake @@ -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/ConfigureSQLite.cmake b/cmake/ConfigureSQLite.cmake index 540ec0df5..e9cc44faf 100644 --- a/cmake/ConfigureSQLite.cmake +++ b/cmake/ConfigureSQLite.cmake @@ -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/ConfigureSpdlog.cmake b/cmake/ConfigureSpdlog.cmake index 39057aba4..72391a523 100644 --- a/cmake/ConfigureSpdlog.cmake +++ b/cmake/ConfigureSpdlog.cmake @@ -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/Doxyfile.in b/cmake/Doxyfile.in index 2329109a1..bd05bb35c 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.cmake b/cmake/OpenGeode.cmake index d8c2b4f04..a6fcbd232 100644 --- a/cmake/OpenGeode.cmake +++ b/cmake/OpenGeode.cmake @@ -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/OpenGeodeConfig.cmake.in b/cmake/OpenGeodeConfig.cmake.in index 444c206b2..8383b0752 100644 --- a/cmake/OpenGeodeConfig.cmake.in +++ b/cmake/OpenGeodeConfig.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/cmake/PythonTargets.cmake b/cmake/PythonTargets.cmake index 7dba96b70..ee8758c5e 100644 --- a/cmake/PythonTargets.cmake +++ b/cmake/PythonTargets.cmake @@ -77,7 +77,7 @@ function(add_geode_python_wheel) set(wheel_build_directory "${PROJECT_BINARY_DIR}") endif() set(wheel_import "${wheel_build_directory}/${binary_folder}/${project_name}.py") - set(header "# Copyright (c) 2019 - 2024 Geode-solutions\n\n") + set(header "# Copyright (c) 2019 - 2025 Geode-solutions\n\n") file(WRITE ${wheel_init} "#${header}") file(WRITE ${wheel_import} "${header}") if(WIN32) diff --git a/cmake/SuperBuild.cmake b/cmake/SuperBuild.cmake index 18968641e..a54c82ced 100644 --- a/cmake/SuperBuild.cmake +++ b/cmake/SuperBuild.cmake @@ -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/pyproject.toml.in b/cmake/pyproject.toml.in index 59fef7a6c..97947f774 100644 --- a/cmake/pyproject.toml.in +++ b/cmake/pyproject.toml.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/setup.py.in b/cmake/setup.py.in index 4b03fec62..1a21f76a1 100644 --- a/cmake/setup.py.in +++ b/cmake/setup.py.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/basic/algorithm.hpp b/include/geode/basic/algorithm.hpp index 24bd30a66..abd314c5d 100644 --- a/include/geode/basic/algorithm.hpp +++ b/include/geode/basic/algorithm.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/basic/assert.hpp b/include/geode/basic/assert.hpp index 223de19c6..160373f18 100644 --- a/include/geode/basic/assert.hpp +++ b/include/geode/basic/assert.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/basic/attribute.hpp b/include/geode/basic/attribute.hpp index 9599c8cb3..34a6b2b7b 100644 --- a/include/geode/basic/attribute.hpp +++ b/include/geode/basic/attribute.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/basic/attribute_manager.hpp b/include/geode/basic/attribute_manager.hpp index 7119067cd..1894e7e47 100644 --- a/include/geode/basic/attribute_manager.hpp +++ b/include/geode/basic/attribute_manager.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/basic/attribute_utils.hpp b/include/geode/basic/attribute_utils.hpp index cdab62672..c1c2c2a9b 100644 --- a/include/geode/basic/attribute_utils.hpp +++ b/include/geode/basic/attribute_utils.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/basic/bitsery_archive.hpp b/include/geode/basic/bitsery_archive.hpp index 94c8b5245..e98a863f6 100644 --- a/include/geode/basic/bitsery_archive.hpp +++ b/include/geode/basic/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/basic/cached_value.hpp b/include/geode/basic/cached_value.hpp index a24351c0a..71453c965 100644 --- a/include/geode/basic/cached_value.hpp +++ b/include/geode/basic/cached_value.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/basic/cell_array.hpp b/include/geode/basic/cell_array.hpp index b0969e9de..6f84e3fa9 100644 --- a/include/geode/basic/cell_array.hpp +++ b/include/geode/basic/cell_array.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/basic/common.hpp b/include/geode/basic/common.hpp index 7245ee155..ef214fb20 100644 --- a/include/geode/basic/common.hpp +++ b/include/geode/basic/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/basic/console_logger_client.hpp b/include/geode/basic/console_logger_client.hpp index 5865473d7..03fc746f2 100644 --- a/include/geode/basic/console_logger_client.hpp +++ b/include/geode/basic/console_logger_client.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/basic/console_progress_logger_client.hpp b/include/geode/basic/console_progress_logger_client.hpp index e50a2e684..ea9711c8d 100644 --- a/include/geode/basic/console_progress_logger_client.hpp +++ b/include/geode/basic/console_progress_logger_client.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/basic/detail/bitsery_archive.hpp b/include/geode/basic/detail/bitsery_archive.hpp index 6887dd99d..ad36ed68f 100644 --- a/include/geode/basic/detail/bitsery_archive.hpp +++ b/include/geode/basic/detail/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/basic/detail/disable_debug_logger.hpp b/include/geode/basic/detail/disable_debug_logger.hpp index 757919b51..de7bd044d 100644 --- a/include/geode/basic/detail/disable_debug_logger.hpp +++ b/include/geode/basic/detail/disable_debug_logger.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/basic/detail/enable_debug_logger.hpp b/include/geode/basic/detail/enable_debug_logger.hpp index 4c5fe4784..634da292f 100644 --- a/include/geode/basic/detail/enable_debug_logger.hpp +++ b/include/geode/basic/detail/enable_debug_logger.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/basic/detail/geode_input_impl.hpp b/include/geode/basic/detail/geode_input_impl.hpp index 4adb88052..60606b6e1 100644 --- a/include/geode/basic/detail/geode_input_impl.hpp +++ b/include/geode/basic/detail/geode_input_impl.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/basic/detail/geode_output_impl.hpp b/include/geode/basic/detail/geode_output_impl.hpp index 1397b90b4..ce2b53eef 100644 --- a/include/geode/basic/detail/geode_output_impl.hpp +++ b/include/geode/basic/detail/geode_output_impl.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/basic/detail/mapping_after_deletion.hpp b/include/geode/basic/detail/mapping_after_deletion.hpp index 6d49950f3..521ccf508 100644 --- a/include/geode/basic/detail/mapping_after_deletion.hpp +++ b/include/geode/basic/detail/mapping_after_deletion.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/basic/factory.hpp b/include/geode/basic/factory.hpp index f9d68d811..608039d44 100644 --- a/include/geode/basic/factory.hpp +++ b/include/geode/basic/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/include/geode/basic/filename.hpp b/include/geode/basic/filename.hpp index 83064ae54..adc183345 100644 --- a/include/geode/basic/filename.hpp +++ b/include/geode/basic/filename.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/basic/identifier.hpp b/include/geode/basic/identifier.hpp index 502ca74f3..bcdb96cb9 100644 --- a/include/geode/basic/identifier.hpp +++ b/include/geode/basic/identifier.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/basic/identifier_builder.hpp b/include/geode/basic/identifier_builder.hpp index 8f9d77d04..f12b2c0e2 100644 --- a/include/geode/basic/identifier_builder.hpp +++ b/include/geode/basic/identifier_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/basic/input.hpp b/include/geode/basic/input.hpp index ce02ce70e..b06df776f 100644 --- a/include/geode/basic/input.hpp +++ b/include/geode/basic/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/basic/internal/array_impl.hpp b/include/geode/basic/internal/array_impl.hpp index f7abb24e5..cb55b5ff0 100644 --- a/include/geode/basic/internal/array_impl.hpp +++ b/include/geode/basic/internal/array_impl.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/basic/io.hpp b/include/geode/basic/io.hpp index 63a4bc15a..058b6bba0 100644 --- a/include/geode/basic/io.hpp +++ b/include/geode/basic/io.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/basic/library.hpp b/include/geode/basic/library.hpp index 55d3291dd..9efc9e28e 100644 --- a/include/geode/basic/library.hpp +++ b/include/geode/basic/library.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/basic/logger.hpp b/include/geode/basic/logger.hpp index 13746b0ff..d5f3408bb 100644 --- a/include/geode/basic/logger.hpp +++ b/include/geode/basic/logger.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/basic/logger_client.hpp b/include/geode/basic/logger_client.hpp index ddd7bc249..f7074da7d 100644 --- a/include/geode/basic/logger_client.hpp +++ b/include/geode/basic/logger_client.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/basic/logger_manager.hpp b/include/geode/basic/logger_manager.hpp index bb82b5e29..ad2cb1445 100644 --- a/include/geode/basic/logger_manager.hpp +++ b/include/geode/basic/logger_manager.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/basic/mapping.hpp b/include/geode/basic/mapping.hpp index 9c2297968..9f316cbba 100644 --- a/include/geode/basic/mapping.hpp +++ b/include/geode/basic/mapping.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/basic/named_type.hpp b/include/geode/basic/named_type.hpp index d41f6da74..3f05d34ac 100644 --- a/include/geode/basic/named_type.hpp +++ b/include/geode/basic/named_type.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/basic/output.hpp b/include/geode/basic/output.hpp index 868829dd7..b13709fef 100644 --- a/include/geode/basic/output.hpp +++ b/include/geode/basic/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/basic/passkey.hpp b/include/geode/basic/passkey.hpp index 7fbcb23be..e1cc6c055 100644 --- a/include/geode/basic/passkey.hpp +++ b/include/geode/basic/passkey.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/basic/permutation.hpp b/include/geode/basic/permutation.hpp index e9d9d8917..ad0ce729f 100644 --- a/include/geode/basic/permutation.hpp +++ b/include/geode/basic/permutation.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/basic/pimpl.hpp b/include/geode/basic/pimpl.hpp index 71d807a7c..20ee9dd3b 100644 --- a/include/geode/basic/pimpl.hpp +++ b/include/geode/basic/pimpl.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/basic/pimpl_impl.hpp b/include/geode/basic/pimpl_impl.hpp index cbefec851..c5955db55 100644 --- a/include/geode/basic/pimpl_impl.hpp +++ b/include/geode/basic/pimpl_impl.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/basic/progress_logger.hpp b/include/geode/basic/progress_logger.hpp index 7b36ad247..080970437 100644 --- a/include/geode/basic/progress_logger.hpp +++ b/include/geode/basic/progress_logger.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/basic/progress_logger_client.hpp b/include/geode/basic/progress_logger_client.hpp index 291c3fe78..a3af419c2 100644 --- a/include/geode/basic/progress_logger_client.hpp +++ b/include/geode/basic/progress_logger_client.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/basic/progress_logger_manager.hpp b/include/geode/basic/progress_logger_manager.hpp index 84c3fd36e..88fb935aa 100644 --- a/include/geode/basic/progress_logger_manager.hpp +++ b/include/geode/basic/progress_logger_manager.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/basic/range.hpp b/include/geode/basic/range.hpp index 7cb6eafea..d828ab5a6 100644 --- a/include/geode/basic/range.hpp +++ b/include/geode/basic/range.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/basic/singleton.hpp b/include/geode/basic/singleton.hpp index d08c6107a..d351350a1 100644 --- a/include/geode/basic/singleton.hpp +++ b/include/geode/basic/singleton.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/basic/string.hpp b/include/geode/basic/string.hpp index 7ae7e3978..eb265272c 100644 --- a/include/geode/basic/string.hpp +++ b/include/geode/basic/string.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/basic/timer.hpp b/include/geode/basic/timer.hpp index 64908a5d5..111ef001f 100644 --- a/include/geode/basic/timer.hpp +++ b/include/geode/basic/timer.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/basic/types.hpp b/include/geode/basic/types.hpp index 4e40523ce..e1a3fd032 100644 --- a/include/geode/basic/types.hpp +++ b/include/geode/basic/types.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/basic/uuid.hpp b/include/geode/basic/uuid.hpp index 879c64d4c..2124267a5 100644 --- a/include/geode/basic/uuid.hpp +++ b/include/geode/basic/uuid.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/basic/zip_file.hpp b/include/geode/basic/zip_file.hpp index a76a39474..a99dce7ed 100644 --- a/include/geode/basic/zip_file.hpp +++ b/include/geode/basic/zip_file.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/geometry/aabb.hpp b/include/geode/geometry/aabb.hpp index d355906de..55ae4596d 100644 --- a/include/geode/geometry/aabb.hpp +++ b/include/geode/geometry/aabb.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/geometry/barycentric_coordinates.hpp b/include/geode/geometry/barycentric_coordinates.hpp index 4c00438b9..76bc403f2 100644 --- a/include/geode/geometry/barycentric_coordinates.hpp +++ b/include/geode/geometry/barycentric_coordinates.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/geometry/basic_objects/circle.hpp b/include/geode/geometry/basic_objects/circle.hpp index d5681889a..9fd77001f 100644 --- a/include/geode/geometry/basic_objects/circle.hpp +++ b/include/geode/geometry/basic_objects/circle.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/geometry/basic_objects/cylinder.hpp b/include/geode/geometry/basic_objects/cylinder.hpp index 435ad7c90..b183a1e24 100644 --- a/include/geode/geometry/basic_objects/cylinder.hpp +++ b/include/geode/geometry/basic_objects/cylinder.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/geometry/basic_objects/infinite_line.hpp b/include/geode/geometry/basic_objects/infinite_line.hpp index df271a2db..e883c5083 100644 --- a/include/geode/geometry/basic_objects/infinite_line.hpp +++ b/include/geode/geometry/basic_objects/infinite_line.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/geometry/basic_objects/plane.hpp b/include/geode/geometry/basic_objects/plane.hpp index 9614b1fd3..ad8c898d6 100644 --- a/include/geode/geometry/basic_objects/plane.hpp +++ b/include/geode/geometry/basic_objects/plane.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/geometry/basic_objects/polygon.hpp b/include/geode/geometry/basic_objects/polygon.hpp index b7bebc1ec..6969357f0 100644 --- a/include/geode/geometry/basic_objects/polygon.hpp +++ b/include/geode/geometry/basic_objects/polygon.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/geometry/basic_objects/segment.hpp b/include/geode/geometry/basic_objects/segment.hpp index 7eb773706..8f1af46a3 100644 --- a/include/geode/geometry/basic_objects/segment.hpp +++ b/include/geode/geometry/basic_objects/segment.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/geometry/basic_objects/sphere.hpp b/include/geode/geometry/basic_objects/sphere.hpp index 950466caf..4cb859d21 100644 --- a/include/geode/geometry/basic_objects/sphere.hpp +++ b/include/geode/geometry/basic_objects/sphere.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/geometry/basic_objects/tetrahedron.hpp b/include/geode/geometry/basic_objects/tetrahedron.hpp index b4c2759ec..91b6eb498 100644 --- a/include/geode/geometry/basic_objects/tetrahedron.hpp +++ b/include/geode/geometry/basic_objects/tetrahedron.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/geometry/basic_objects/triangle.hpp b/include/geode/geometry/basic_objects/triangle.hpp index 8a96a6561..765c351bb 100644 --- a/include/geode/geometry/basic_objects/triangle.hpp +++ b/include/geode/geometry/basic_objects/triangle.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/geometry/bitsery_archive.hpp b/include/geode/geometry/bitsery_archive.hpp index adfe9890b..a6d394faf 100644 --- a/include/geode/geometry/bitsery_archive.hpp +++ b/include/geode/geometry/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/geometry/bounding_box.hpp b/include/geode/geometry/bounding_box.hpp index 25f3223aa..c7768a974 100644 --- a/include/geode/geometry/bounding_box.hpp +++ b/include/geode/geometry/bounding_box.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/geometry/common.hpp b/include/geode/geometry/common.hpp index d44c7ec8a..082bae6ff 100644 --- a/include/geode/geometry/common.hpp +++ b/include/geode/geometry/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/geometry/coordinate_system.hpp b/include/geode/geometry/coordinate_system.hpp index 04d440046..d8231af92 100644 --- a/include/geode/geometry/coordinate_system.hpp +++ b/include/geode/geometry/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/geometry/detail/aabb_impl.hpp b/include/geode/geometry/detail/aabb_impl.hpp index ff624889d..88810c1ff 100644 --- a/include/geode/geometry/detail/aabb_impl.hpp +++ b/include/geode/geometry/detail/aabb_impl.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/geometry/detail/bitsery_archive.hpp b/include/geode/geometry/detail/bitsery_archive.hpp index 2de105b59..d0404af01 100644 --- a/include/geode/geometry/detail/bitsery_archive.hpp +++ b/include/geode/geometry/detail/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/geometry/detail/point_operators.hpp b/include/geode/geometry/detail/point_operators.hpp index 20a7d1d35..d7d977e0f 100644 --- a/include/geode/geometry/detail/point_operators.hpp +++ b/include/geode/geometry/detail/point_operators.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/geometry/distance.hpp b/include/geode/geometry/distance.hpp index 163b5845f..18f3b4e11 100644 --- a/include/geode/geometry/distance.hpp +++ b/include/geode/geometry/distance.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/geometry/dynamic_nn_search.hpp b/include/geode/geometry/dynamic_nn_search.hpp index cb69a4191..f0d19fc3a 100644 --- a/include/geode/geometry/dynamic_nn_search.hpp +++ b/include/geode/geometry/dynamic_nn_search.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/geometry/frame.hpp b/include/geode/geometry/frame.hpp index 40a5029f3..005effe1a 100644 --- a/include/geode/geometry/frame.hpp +++ b/include/geode/geometry/frame.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/geometry/information.hpp b/include/geode/geometry/information.hpp index 1c8567807..4a23b237a 100644 --- a/include/geode/geometry/information.hpp +++ b/include/geode/geometry/information.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/geometry/internal/intersection_from_sides.hpp b/include/geode/geometry/internal/intersection_from_sides.hpp index 1e2e54557..34b3bdfe7 100644 --- a/include/geode/geometry/internal/intersection_from_sides.hpp +++ b/include/geode/geometry/internal/intersection_from_sides.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/geometry/internal/position_from_sides.hpp b/include/geode/geometry/internal/position_from_sides.hpp index ad93259dc..3c1b5cec6 100644 --- a/include/geode/geometry/internal/position_from_sides.hpp +++ b/include/geode/geometry/internal/position_from_sides.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/geometry/internal/predicates.hpp b/include/geode/geometry/internal/predicates.hpp index 036b4e302..f6c44c452 100644 --- a/include/geode/geometry/internal/predicates.hpp +++ b/include/geode/geometry/internal/predicates.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/geometry/intersection.hpp b/include/geode/geometry/intersection.hpp index bec1138e6..3b3aaef23 100644 --- a/include/geode/geometry/intersection.hpp +++ b/include/geode/geometry/intersection.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/geometry/intersection_detection.hpp b/include/geode/geometry/intersection_detection.hpp index 2644fb1c1..412710f25 100644 --- a/include/geode/geometry/intersection_detection.hpp +++ b/include/geode/geometry/intersection_detection.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/geometry/mensuration.hpp b/include/geode/geometry/mensuration.hpp index bd00da6f6..28c6d2a9f 100644 --- a/include/geode/geometry/mensuration.hpp +++ b/include/geode/geometry/mensuration.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/geometry/nn_search.hpp b/include/geode/geometry/nn_search.hpp index 6f390e1e1..d144e4b20 100644 --- a/include/geode/geometry/nn_search.hpp +++ b/include/geode/geometry/nn_search.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/geometry/perpendicular.hpp b/include/geode/geometry/perpendicular.hpp index 52b92abff..2ae40853c 100644 --- a/include/geode/geometry/perpendicular.hpp +++ b/include/geode/geometry/perpendicular.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/geometry/point.hpp b/include/geode/geometry/point.hpp index 521c89c1d..55f07dfad 100644 --- a/include/geode/geometry/point.hpp +++ b/include/geode/geometry/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/geometry/points_sort.hpp b/include/geode/geometry/points_sort.hpp index b1b3bc770..074a6350c 100644 --- a/include/geode/geometry/points_sort.hpp +++ b/include/geode/geometry/points_sort.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/geometry/position.hpp b/include/geode/geometry/position.hpp index 3d2cb35f0..968e3205f 100644 --- a/include/geode/geometry/position.hpp +++ b/include/geode/geometry/position.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/geometry/projection.hpp b/include/geode/geometry/projection.hpp index a10c6c725..34d44ef33 100644 --- a/include/geode/geometry/projection.hpp +++ b/include/geode/geometry/projection.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/geometry/quality.hpp b/include/geode/geometry/quality.hpp index c8bd30e1e..ca009eaa7 100644 --- a/include/geode/geometry/quality.hpp +++ b/include/geode/geometry/quality.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/geometry/radial_sort.hpp b/include/geode/geometry/radial_sort.hpp index 91e327ca2..c1cbaa1fe 100644 --- a/include/geode/geometry/radial_sort.hpp +++ b/include/geode/geometry/radial_sort.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/geometry/rotation.hpp b/include/geode/geometry/rotation.hpp index 10bc1f238..6f14a649f 100644 --- a/include/geode/geometry/rotation.hpp +++ b/include/geode/geometry/rotation.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/geometry/sign.hpp b/include/geode/geometry/sign.hpp index 7999eb1e2..55b147661 100644 --- a/include/geode/geometry/sign.hpp +++ b/include/geode/geometry/sign.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/geometry/square_matrix.hpp b/include/geode/geometry/square_matrix.hpp index eb1ab321e..14cdc40ea 100644 --- a/include/geode/geometry/square_matrix.hpp +++ b/include/geode/geometry/square_matrix.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/geometry/vector.hpp b/include/geode/geometry/vector.hpp index 518557e77..054c9e11b 100644 --- a/include/geode/geometry/vector.hpp +++ b/include/geode/geometry/vector.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/image/common.hpp b/include/geode/image/common.hpp index e5bf2bfcf..09c7cfc50 100644 --- a/include/geode/image/common.hpp +++ b/include/geode/image/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/image/core/bitsery_archive.hpp b/include/geode/image/core/bitsery_archive.hpp index e0bcb4098..2c83a49bd 100644 --- a/include/geode/image/core/bitsery_archive.hpp +++ b/include/geode/image/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/image/core/greyscale_color.hpp b/include/geode/image/core/greyscale_color.hpp index dae5deccc..d065d0076 100644 --- a/include/geode/image/core/greyscale_color.hpp +++ b/include/geode/image/core/greyscale_color.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/image/core/raster_image.hpp b/include/geode/image/core/raster_image.hpp index 77706d97c..bdd14f51f 100644 --- a/include/geode/image/core/raster_image.hpp +++ b/include/geode/image/core/raster_image.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/image/core/rgb_color.hpp b/include/geode/image/core/rgb_color.hpp index f79e609db..2f022bdcf 100644 --- a/include/geode/image/core/rgb_color.hpp +++ b/include/geode/image/core/rgb_color.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/image/io/geode/geode_bitsery_raster_input.hpp b/include/geode/image/io/geode/geode_bitsery_raster_input.hpp index a8399b16f..5c3089df2 100644 --- a/include/geode/image/io/geode/geode_bitsery_raster_input.hpp +++ b/include/geode/image/io/geode/geode_bitsery_raster_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/image/io/geode/geode_bitsery_raster_output.hpp b/include/geode/image/io/geode/geode_bitsery_raster_output.hpp index f49c434e4..ed0a1c28b 100644 --- a/include/geode/image/io/geode/geode_bitsery_raster_output.hpp +++ b/include/geode/image/io/geode/geode_bitsery_raster_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/image/io/raster_image_input.hpp b/include/geode/image/io/raster_image_input.hpp index c886bb018..35fca36c6 100644 --- a/include/geode/image/io/raster_image_input.hpp +++ b/include/geode/image/io/raster_image_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/image/io/raster_image_output.hpp b/include/geode/image/io/raster_image_output.hpp index be25ae07d..0e08b6a04 100644 --- a/include/geode/image/io/raster_image_output.hpp +++ b/include/geode/image/io/raster_image_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/mesh/builder/coordinate_reference_system_manager_builder.hpp b/include/geode/mesh/builder/coordinate_reference_system_manager_builder.hpp index 3096e43b9..853af4822 100644 --- a/include/geode/mesh/builder/coordinate_reference_system_manager_builder.hpp +++ b/include/geode/mesh/builder/coordinate_reference_system_manager_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/mesh/builder/coordinate_reference_system_managers_builder.hpp b/include/geode/mesh/builder/coordinate_reference_system_managers_builder.hpp index 2974505ed..5f171ba42 100644 --- a/include/geode/mesh/builder/coordinate_reference_system_managers_builder.hpp +++ b/include/geode/mesh/builder/coordinate_reference_system_managers_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/mesh/builder/edged_curve_builder.hpp b/include/geode/mesh/builder/edged_curve_builder.hpp index 955d7a152..b29a88977 100644 --- a/include/geode/mesh/builder/edged_curve_builder.hpp +++ b/include/geode/mesh/builder/edged_curve_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/mesh/builder/geode/geode_edged_curve_builder.hpp b/include/geode/mesh/builder/geode/geode_edged_curve_builder.hpp index bc610143b..85a8a8789 100644 --- a/include/geode/mesh/builder/geode/geode_edged_curve_builder.hpp +++ b/include/geode/mesh/builder/geode/geode_edged_curve_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/mesh/builder/geode/geode_graph_builder.hpp b/include/geode/mesh/builder/geode/geode_graph_builder.hpp index 93fa48135..347a3d564 100644 --- a/include/geode/mesh/builder/geode/geode_graph_builder.hpp +++ b/include/geode/mesh/builder/geode/geode_graph_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/mesh/builder/geode/geode_hybrid_solid_builder.hpp b/include/geode/mesh/builder/geode/geode_hybrid_solid_builder.hpp index 69ece4c2e..d403d77af 100644 --- a/include/geode/mesh/builder/geode/geode_hybrid_solid_builder.hpp +++ b/include/geode/mesh/builder/geode/geode_hybrid_solid_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/mesh/builder/geode/geode_point_set_builder.hpp b/include/geode/mesh/builder/geode/geode_point_set_builder.hpp index be1885308..aec721413 100644 --- a/include/geode/mesh/builder/geode/geode_point_set_builder.hpp +++ b/include/geode/mesh/builder/geode/geode_point_set_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/mesh/builder/geode/geode_polygonal_surface_builder.hpp b/include/geode/mesh/builder/geode/geode_polygonal_surface_builder.hpp index 72c68bf41..4590c16c7 100644 --- a/include/geode/mesh/builder/geode/geode_polygonal_surface_builder.hpp +++ b/include/geode/mesh/builder/geode/geode_polygonal_surface_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/mesh/builder/geode/geode_polyhedral_solid_builder.hpp b/include/geode/mesh/builder/geode/geode_polyhedral_solid_builder.hpp index f85659b7c..d462135dd 100644 --- a/include/geode/mesh/builder/geode/geode_polyhedral_solid_builder.hpp +++ b/include/geode/mesh/builder/geode/geode_polyhedral_solid_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/mesh/builder/geode/geode_regular_grid_solid_builder.hpp b/include/geode/mesh/builder/geode/geode_regular_grid_solid_builder.hpp index 0ebcdd909..218951eae 100644 --- a/include/geode/mesh/builder/geode/geode_regular_grid_solid_builder.hpp +++ b/include/geode/mesh/builder/geode/geode_regular_grid_solid_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/mesh/builder/geode/geode_regular_grid_surface_builder.hpp b/include/geode/mesh/builder/geode/geode_regular_grid_surface_builder.hpp index 5997bb412..07e293f44 100644 --- a/include/geode/mesh/builder/geode/geode_regular_grid_surface_builder.hpp +++ b/include/geode/mesh/builder/geode/geode_regular_grid_surface_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/mesh/builder/geode/geode_tetrahedral_solid_builder.hpp b/include/geode/mesh/builder/geode/geode_tetrahedral_solid_builder.hpp index 3d93ec2fe..abb565f19 100644 --- a/include/geode/mesh/builder/geode/geode_tetrahedral_solid_builder.hpp +++ b/include/geode/mesh/builder/geode/geode_tetrahedral_solid_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/mesh/builder/geode/geode_triangulated_surface_builder.hpp b/include/geode/mesh/builder/geode/geode_triangulated_surface_builder.hpp index 20c818ce7..c6a6f6dfc 100644 --- a/include/geode/mesh/builder/geode/geode_triangulated_surface_builder.hpp +++ b/include/geode/mesh/builder/geode/geode_triangulated_surface_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/mesh/builder/geode/geode_vertex_set_builder.hpp b/include/geode/mesh/builder/geode/geode_vertex_set_builder.hpp index d1b3aed26..beb38ecc1 100644 --- a/include/geode/mesh/builder/geode/geode_vertex_set_builder.hpp +++ b/include/geode/mesh/builder/geode/geode_vertex_set_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/mesh/builder/geode/register_builder.hpp b/include/geode/mesh/builder/geode/register_builder.hpp index 1ff422ea1..64f7ece95 100644 --- a/include/geode/mesh/builder/geode/register_builder.hpp +++ b/include/geode/mesh/builder/geode/register_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/mesh/builder/graph_builder.hpp b/include/geode/mesh/builder/graph_builder.hpp index b71d29917..c36821d15 100644 --- a/include/geode/mesh/builder/graph_builder.hpp +++ b/include/geode/mesh/builder/graph_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/mesh/builder/grid_builder.hpp b/include/geode/mesh/builder/grid_builder.hpp index 9ff59b82b..f45d501c2 100644 --- a/include/geode/mesh/builder/grid_builder.hpp +++ b/include/geode/mesh/builder/grid_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/mesh/builder/hybrid_solid_builder.hpp b/include/geode/mesh/builder/hybrid_solid_builder.hpp index 76d683ab5..aae49a2bc 100644 --- a/include/geode/mesh/builder/hybrid_solid_builder.hpp +++ b/include/geode/mesh/builder/hybrid_solid_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/mesh/builder/mesh_builder_factory.hpp b/include/geode/mesh/builder/mesh_builder_factory.hpp index 00b6edd81..e1c98a4e1 100644 --- a/include/geode/mesh/builder/mesh_builder_factory.hpp +++ b/include/geode/mesh/builder/mesh_builder_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/include/geode/mesh/builder/point_set_builder.hpp b/include/geode/mesh/builder/point_set_builder.hpp index ef35e856e..ba87262a8 100644 --- a/include/geode/mesh/builder/point_set_builder.hpp +++ b/include/geode/mesh/builder/point_set_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/mesh/builder/polygonal_surface_builder.hpp b/include/geode/mesh/builder/polygonal_surface_builder.hpp index 9b71c0a01..e05afe019 100644 --- a/include/geode/mesh/builder/polygonal_surface_builder.hpp +++ b/include/geode/mesh/builder/polygonal_surface_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/mesh/builder/polyhedral_solid_builder.hpp b/include/geode/mesh/builder/polyhedral_solid_builder.hpp index 7128b5f25..de9e1632d 100644 --- a/include/geode/mesh/builder/polyhedral_solid_builder.hpp +++ b/include/geode/mesh/builder/polyhedral_solid_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/mesh/builder/regular_grid_solid_builder.hpp b/include/geode/mesh/builder/regular_grid_solid_builder.hpp index f0ece9c9d..8f786caa8 100644 --- a/include/geode/mesh/builder/regular_grid_solid_builder.hpp +++ b/include/geode/mesh/builder/regular_grid_solid_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/mesh/builder/regular_grid_surface_builder.hpp b/include/geode/mesh/builder/regular_grid_surface_builder.hpp index 856efdb2f..34e739b80 100644 --- a/include/geode/mesh/builder/regular_grid_surface_builder.hpp +++ b/include/geode/mesh/builder/regular_grid_surface_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/mesh/builder/solid_edges_builder.hpp b/include/geode/mesh/builder/solid_edges_builder.hpp index 5d7ac5d16..d2e6cd2b8 100644 --- a/include/geode/mesh/builder/solid_edges_builder.hpp +++ b/include/geode/mesh/builder/solid_edges_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/mesh/builder/solid_facets_builder.hpp b/include/geode/mesh/builder/solid_facets_builder.hpp index 3835a6d49..ebcd8c530 100644 --- a/include/geode/mesh/builder/solid_facets_builder.hpp +++ b/include/geode/mesh/builder/solid_facets_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/mesh/builder/solid_mesh_builder.hpp b/include/geode/mesh/builder/solid_mesh_builder.hpp index af545a339..fda2a5452 100644 --- a/include/geode/mesh/builder/solid_mesh_builder.hpp +++ b/include/geode/mesh/builder/solid_mesh_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/mesh/builder/surface_edges_builder.hpp b/include/geode/mesh/builder/surface_edges_builder.hpp index 595ff291a..38fea6ca9 100644 --- a/include/geode/mesh/builder/surface_edges_builder.hpp +++ b/include/geode/mesh/builder/surface_edges_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/mesh/builder/surface_mesh_builder.hpp b/include/geode/mesh/builder/surface_mesh_builder.hpp index d87ba722d..f92c3ed08 100644 --- a/include/geode/mesh/builder/surface_mesh_builder.hpp +++ b/include/geode/mesh/builder/surface_mesh_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/mesh/builder/tetrahedral_solid_builder.hpp b/include/geode/mesh/builder/tetrahedral_solid_builder.hpp index 945ea7167..95ad3fd2f 100644 --- a/include/geode/mesh/builder/tetrahedral_solid_builder.hpp +++ b/include/geode/mesh/builder/tetrahedral_solid_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/mesh/builder/triangulated_surface_builder.hpp b/include/geode/mesh/builder/triangulated_surface_builder.hpp index 46f1c303e..0865acf21 100644 --- a/include/geode/mesh/builder/triangulated_surface_builder.hpp +++ b/include/geode/mesh/builder/triangulated_surface_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/mesh/builder/vertex_set_builder.hpp b/include/geode/mesh/builder/vertex_set_builder.hpp index d7fc9476a..8278463e1 100644 --- a/include/geode/mesh/builder/vertex_set_builder.hpp +++ b/include/geode/mesh/builder/vertex_set_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/mesh/common.hpp b/include/geode/mesh/common.hpp index 39bd10b90..a9190a316 100644 --- a/include/geode/mesh/common.hpp +++ b/include/geode/mesh/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/mesh/core/attribute_coordinate_reference_system.hpp b/include/geode/mesh/core/attribute_coordinate_reference_system.hpp index 03da54d9d..c8d6b337a 100644 --- a/include/geode/mesh/core/attribute_coordinate_reference_system.hpp +++ b/include/geode/mesh/core/attribute_coordinate_reference_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/mesh/core/bitsery_archive.hpp b/include/geode/mesh/core/bitsery_archive.hpp index bc14a0244..16b06e6b5 100644 --- a/include/geode/mesh/core/bitsery_archive.hpp +++ b/include/geode/mesh/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/mesh/core/coordinate_reference_system.hpp b/include/geode/mesh/core/coordinate_reference_system.hpp index 373bc908c..44b6a7026 100644 --- a/include/geode/mesh/core/coordinate_reference_system.hpp +++ b/include/geode/mesh/core/coordinate_reference_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/mesh/core/coordinate_reference_system_manager.hpp b/include/geode/mesh/core/coordinate_reference_system_manager.hpp index 68cb8f7ab..229736eb9 100644 --- a/include/geode/mesh/core/coordinate_reference_system_manager.hpp +++ b/include/geode/mesh/core/coordinate_reference_system_manager.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/mesh/core/coordinate_reference_system_managers.hpp b/include/geode/mesh/core/coordinate_reference_system_managers.hpp index 55505ce6d..d2a05caf9 100644 --- a/include/geode/mesh/core/coordinate_reference_system_managers.hpp +++ b/include/geode/mesh/core/coordinate_reference_system_managers.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/mesh/core/detail/facet_storage.hpp b/include/geode/mesh/core/detail/facet_storage.hpp index 86f40e6da..31d324fdf 100644 --- a/include/geode/mesh/core/detail/facet_storage.hpp +++ b/include/geode/mesh/core/detail/facet_storage.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/mesh/core/detail/geode_elements.hpp b/include/geode/mesh/core/detail/geode_elements.hpp index 1fc4fae92..fe9f68973 100644 --- a/include/geode/mesh/core/detail/geode_elements.hpp +++ b/include/geode/mesh/core/detail/geode_elements.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/mesh/core/detail/vertex_cycle.hpp b/include/geode/mesh/core/detail/vertex_cycle.hpp index 2a54151cf..73b750b79 100644 --- a/include/geode/mesh/core/detail/vertex_cycle.hpp +++ b/include/geode/mesh/core/detail/vertex_cycle.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/mesh/core/edged_curve.hpp b/include/geode/mesh/core/edged_curve.hpp index 43ebf8170..6f84e3fae 100644 --- a/include/geode/mesh/core/edged_curve.hpp +++ b/include/geode/mesh/core/edged_curve.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/mesh/core/geode/geode_edged_curve.hpp b/include/geode/mesh/core/geode/geode_edged_curve.hpp index 7fd499d83..21f60afd1 100644 --- a/include/geode/mesh/core/geode/geode_edged_curve.hpp +++ b/include/geode/mesh/core/geode/geode_edged_curve.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/mesh/core/geode/geode_graph.hpp b/include/geode/mesh/core/geode/geode_graph.hpp index 8bef98bac..4ab0a1fed 100644 --- a/include/geode/mesh/core/geode/geode_graph.hpp +++ b/include/geode/mesh/core/geode/geode_graph.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/mesh/core/geode/geode_hybrid_solid.hpp b/include/geode/mesh/core/geode/geode_hybrid_solid.hpp index 0ef895f17..b1134a961 100644 --- a/include/geode/mesh/core/geode/geode_hybrid_solid.hpp +++ b/include/geode/mesh/core/geode/geode_hybrid_solid.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/mesh/core/geode/geode_point_set.hpp b/include/geode/mesh/core/geode/geode_point_set.hpp index c6096d730..6bc347e1e 100644 --- a/include/geode/mesh/core/geode/geode_point_set.hpp +++ b/include/geode/mesh/core/geode/geode_point_set.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/mesh/core/geode/geode_polygonal_surface.hpp b/include/geode/mesh/core/geode/geode_polygonal_surface.hpp index 929d54be9..b1d4781e8 100644 --- a/include/geode/mesh/core/geode/geode_polygonal_surface.hpp +++ b/include/geode/mesh/core/geode/geode_polygonal_surface.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/mesh/core/geode/geode_polyhedral_solid.hpp b/include/geode/mesh/core/geode/geode_polyhedral_solid.hpp index 1f24276f8..98b94c9c2 100644 --- a/include/geode/mesh/core/geode/geode_polyhedral_solid.hpp +++ b/include/geode/mesh/core/geode/geode_polyhedral_solid.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/mesh/core/geode/geode_regular_grid_solid.hpp b/include/geode/mesh/core/geode/geode_regular_grid_solid.hpp index f5048fcb2..918d3e634 100644 --- a/include/geode/mesh/core/geode/geode_regular_grid_solid.hpp +++ b/include/geode/mesh/core/geode/geode_regular_grid_solid.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/mesh/core/geode/geode_regular_grid_surface.hpp b/include/geode/mesh/core/geode/geode_regular_grid_surface.hpp index d6d566d3f..42c14de9f 100644 --- a/include/geode/mesh/core/geode/geode_regular_grid_surface.hpp +++ b/include/geode/mesh/core/geode/geode_regular_grid_surface.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/mesh/core/geode/geode_tetrahedral_solid.hpp b/include/geode/mesh/core/geode/geode_tetrahedral_solid.hpp index 4a5d0329a..0438d4353 100644 --- a/include/geode/mesh/core/geode/geode_tetrahedral_solid.hpp +++ b/include/geode/mesh/core/geode/geode_tetrahedral_solid.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/mesh/core/geode/geode_triangulated_surface.hpp b/include/geode/mesh/core/geode/geode_triangulated_surface.hpp index ff70555b7..7e12fe28e 100644 --- a/include/geode/mesh/core/geode/geode_triangulated_surface.hpp +++ b/include/geode/mesh/core/geode/geode_triangulated_surface.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/mesh/core/geode/geode_vertex_set.hpp b/include/geode/mesh/core/geode/geode_vertex_set.hpp index b2c1c9e6a..9d90a62a2 100644 --- a/include/geode/mesh/core/geode/geode_vertex_set.hpp +++ b/include/geode/mesh/core/geode/geode_vertex_set.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/mesh/core/geode/register_mesh.hpp b/include/geode/mesh/core/geode/register_mesh.hpp index afe8a1604..068fd6825 100644 --- a/include/geode/mesh/core/geode/register_mesh.hpp +++ b/include/geode/mesh/core/geode/register_mesh.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/mesh/core/graph.hpp b/include/geode/mesh/core/graph.hpp index eda8a3e3c..4b5970b1c 100644 --- a/include/geode/mesh/core/graph.hpp +++ b/include/geode/mesh/core/graph.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/mesh/core/grid.hpp b/include/geode/mesh/core/grid.hpp index 84575b934..988835cf5 100644 --- a/include/geode/mesh/core/grid.hpp +++ b/include/geode/mesh/core/grid.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/mesh/core/hybrid_solid.hpp b/include/geode/mesh/core/hybrid_solid.hpp index 1f4c88754..dd7570b4c 100644 --- a/include/geode/mesh/core/hybrid_solid.hpp +++ b/include/geode/mesh/core/hybrid_solid.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/mesh/core/internal/edges_impl.hpp b/include/geode/mesh/core/internal/edges_impl.hpp index 461241f00..c104fc8c8 100644 --- a/include/geode/mesh/core/internal/edges_impl.hpp +++ b/include/geode/mesh/core/internal/edges_impl.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/mesh/core/internal/facet_edges_impl.hpp b/include/geode/mesh/core/internal/facet_edges_impl.hpp index 52114c068..c22713037 100644 --- a/include/geode/mesh/core/internal/facet_edges_impl.hpp +++ b/include/geode/mesh/core/internal/facet_edges_impl.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/mesh/core/internal/grid_impl.hpp b/include/geode/mesh/core/internal/grid_impl.hpp index 9e0673e11..20acdccc5 100644 --- a/include/geode/mesh/core/internal/grid_impl.hpp +++ b/include/geode/mesh/core/internal/grid_impl.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/mesh/core/internal/points_impl.hpp b/include/geode/mesh/core/internal/points_impl.hpp index 911710a4e..9e4748f74 100644 --- a/include/geode/mesh/core/internal/points_impl.hpp +++ b/include/geode/mesh/core/internal/points_impl.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/mesh/core/internal/solid_mesh_impl.hpp b/include/geode/mesh/core/internal/solid_mesh_impl.hpp index 8051b99d8..114933e82 100644 --- a/include/geode/mesh/core/internal/solid_mesh_impl.hpp +++ b/include/geode/mesh/core/internal/solid_mesh_impl.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/mesh/core/internal/surface_mesh_impl.hpp b/include/geode/mesh/core/internal/surface_mesh_impl.hpp index e93605947..619b661cd 100644 --- a/include/geode/mesh/core/internal/surface_mesh_impl.hpp +++ b/include/geode/mesh/core/internal/surface_mesh_impl.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/mesh/core/internal/texture_impl.hpp b/include/geode/mesh/core/internal/texture_impl.hpp index e381a7728..2192c6a4d 100644 --- a/include/geode/mesh/core/internal/texture_impl.hpp +++ b/include/geode/mesh/core/internal/texture_impl.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/mesh/core/light_regular_grid.hpp b/include/geode/mesh/core/light_regular_grid.hpp index 4367c6736..f1b5a90c0 100644 --- a/include/geode/mesh/core/light_regular_grid.hpp +++ b/include/geode/mesh/core/light_regular_grid.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/mesh/core/mesh_element.hpp b/include/geode/mesh/core/mesh_element.hpp index 7c30187b1..06ce91b54 100644 --- a/include/geode/mesh/core/mesh_element.hpp +++ b/include/geode/mesh/core/mesh_element.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/mesh/core/mesh_factory.hpp b/include/geode/mesh/core/mesh_factory.hpp index 2d6e7d5d2..76e4c8526 100644 --- a/include/geode/mesh/core/mesh_factory.hpp +++ b/include/geode/mesh/core/mesh_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/include/geode/mesh/core/mesh_id.hpp b/include/geode/mesh/core/mesh_id.hpp index c30c61c9a..8088f1d94 100644 --- a/include/geode/mesh/core/mesh_id.hpp +++ b/include/geode/mesh/core/mesh_id.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/mesh/core/meshes_mapping.hpp b/include/geode/mesh/core/meshes_mapping.hpp index 5f9e57e6f..6b3434d68 100644 --- a/include/geode/mesh/core/meshes_mapping.hpp +++ b/include/geode/mesh/core/meshes_mapping.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/mesh/core/point_set.hpp b/include/geode/mesh/core/point_set.hpp index 251e155c8..b5f2053c9 100644 --- a/include/geode/mesh/core/point_set.hpp +++ b/include/geode/mesh/core/point_set.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/mesh/core/polygonal_surface.hpp b/include/geode/mesh/core/polygonal_surface.hpp index 0ac2ef910..cff03ca56 100644 --- a/include/geode/mesh/core/polygonal_surface.hpp +++ b/include/geode/mesh/core/polygonal_surface.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/mesh/core/polyhedral_solid.hpp b/include/geode/mesh/core/polyhedral_solid.hpp index d46dadcef..5b3d91a2f 100644 --- a/include/geode/mesh/core/polyhedral_solid.hpp +++ b/include/geode/mesh/core/polyhedral_solid.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/mesh/core/regular_grid_solid.hpp b/include/geode/mesh/core/regular_grid_solid.hpp index f12022f0a..e9aa94731 100644 --- a/include/geode/mesh/core/regular_grid_solid.hpp +++ b/include/geode/mesh/core/regular_grid_solid.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/mesh/core/regular_grid_surface.hpp b/include/geode/mesh/core/regular_grid_surface.hpp index 05bc1ea39..041fe5c14 100644 --- a/include/geode/mesh/core/regular_grid_surface.hpp +++ b/include/geode/mesh/core/regular_grid_surface.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/mesh/core/solid_edges.hpp b/include/geode/mesh/core/solid_edges.hpp index 2bc9dcbaa..76e1c7406 100644 --- a/include/geode/mesh/core/solid_edges.hpp +++ b/include/geode/mesh/core/solid_edges.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/mesh/core/solid_facets.hpp b/include/geode/mesh/core/solid_facets.hpp index beb20ec95..ef7a015b3 100644 --- a/include/geode/mesh/core/solid_facets.hpp +++ b/include/geode/mesh/core/solid_facets.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/mesh/core/solid_mesh.hpp b/include/geode/mesh/core/solid_mesh.hpp index 7cc281f37..a3d62294c 100644 --- a/include/geode/mesh/core/solid_mesh.hpp +++ b/include/geode/mesh/core/solid_mesh.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/mesh/core/surface_edges.hpp b/include/geode/mesh/core/surface_edges.hpp index 20b67a4c1..59803bd87 100644 --- a/include/geode/mesh/core/surface_edges.hpp +++ b/include/geode/mesh/core/surface_edges.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/mesh/core/surface_mesh.hpp b/include/geode/mesh/core/surface_mesh.hpp index ec14342aa..806c61a5d 100644 --- a/include/geode/mesh/core/surface_mesh.hpp +++ b/include/geode/mesh/core/surface_mesh.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/mesh/core/tetrahedral_solid.hpp b/include/geode/mesh/core/tetrahedral_solid.hpp index f39d48fe3..82cd47c40 100644 --- a/include/geode/mesh/core/tetrahedral_solid.hpp +++ b/include/geode/mesh/core/tetrahedral_solid.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/mesh/core/texture1d.hpp b/include/geode/mesh/core/texture1d.hpp index 4f09decfb..07784a353 100644 --- a/include/geode/mesh/core/texture1d.hpp +++ b/include/geode/mesh/core/texture1d.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/mesh/core/texture2d.hpp b/include/geode/mesh/core/texture2d.hpp index 655654b2e..ddfac3c3c 100644 --- a/include/geode/mesh/core/texture2d.hpp +++ b/include/geode/mesh/core/texture2d.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/mesh/core/texture3d.hpp b/include/geode/mesh/core/texture3d.hpp index 16918b5c3..f12427b75 100644 --- a/include/geode/mesh/core/texture3d.hpp +++ b/include/geode/mesh/core/texture3d.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/mesh/core/texture_manager.hpp b/include/geode/mesh/core/texture_manager.hpp index 1145429b6..f91a3a1bd 100644 --- a/include/geode/mesh/core/texture_manager.hpp +++ b/include/geode/mesh/core/texture_manager.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/mesh/core/texture_storage.hpp b/include/geode/mesh/core/texture_storage.hpp index 7ed2e03dd..35694f0e6 100644 --- a/include/geode/mesh/core/texture_storage.hpp +++ b/include/geode/mesh/core/texture_storage.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/mesh/core/triangulated_surface.hpp b/include/geode/mesh/core/triangulated_surface.hpp index f51b30f2d..6bf0a3ca9 100644 --- a/include/geode/mesh/core/triangulated_surface.hpp +++ b/include/geode/mesh/core/triangulated_surface.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/mesh/core/vertex_set.hpp b/include/geode/mesh/core/vertex_set.hpp index d07c81acb..7c8eeba1d 100644 --- a/include/geode/mesh/core/vertex_set.hpp +++ b/include/geode/mesh/core/vertex_set.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/mesh/helpers/aabb_edged_curve_helpers.hpp b/include/geode/mesh/helpers/aabb_edged_curve_helpers.hpp index 305a6ae66..7e19403fe 100644 --- a/include/geode/mesh/helpers/aabb_edged_curve_helpers.hpp +++ b/include/geode/mesh/helpers/aabb_edged_curve_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/mesh/helpers/aabb_solid_helpers.hpp b/include/geode/mesh/helpers/aabb_solid_helpers.hpp index b41824d55..8c8961083 100644 --- a/include/geode/mesh/helpers/aabb_solid_helpers.hpp +++ b/include/geode/mesh/helpers/aabb_solid_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/mesh/helpers/aabb_surface_helpers.hpp b/include/geode/mesh/helpers/aabb_surface_helpers.hpp index 857e197ad..d2c108731 100644 --- a/include/geode/mesh/helpers/aabb_surface_helpers.hpp +++ b/include/geode/mesh/helpers/aabb_surface_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/mesh/helpers/build_grid.hpp b/include/geode/mesh/helpers/build_grid.hpp index 8d88b0c15..fa123159c 100644 --- a/include/geode/mesh/helpers/build_grid.hpp +++ b/include/geode/mesh/helpers/build_grid.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/mesh/helpers/convert_edged_curve.hpp b/include/geode/mesh/helpers/convert_edged_curve.hpp index 177da7216..505ba3071 100644 --- a/include/geode/mesh/helpers/convert_edged_curve.hpp +++ b/include/geode/mesh/helpers/convert_edged_curve.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/mesh/helpers/convert_point_set.hpp b/include/geode/mesh/helpers/convert_point_set.hpp index 5713e99d2..190119d70 100644 --- a/include/geode/mesh/helpers/convert_point_set.hpp +++ b/include/geode/mesh/helpers/convert_point_set.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/mesh/helpers/convert_solid_mesh.hpp b/include/geode/mesh/helpers/convert_solid_mesh.hpp index 85da881f9..fb899bf9b 100644 --- a/include/geode/mesh/helpers/convert_solid_mesh.hpp +++ b/include/geode/mesh/helpers/convert_solid_mesh.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/mesh/helpers/convert_surface_mesh.hpp b/include/geode/mesh/helpers/convert_surface_mesh.hpp index 9d43dc7e5..0faeba89b 100644 --- a/include/geode/mesh/helpers/convert_surface_mesh.hpp +++ b/include/geode/mesh/helpers/convert_surface_mesh.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/mesh/helpers/create_coordinate_system.hpp b/include/geode/mesh/helpers/create_coordinate_system.hpp index bda19103a..40f23fb1e 100644 --- a/include/geode/mesh/helpers/create_coordinate_system.hpp +++ b/include/geode/mesh/helpers/create_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/mesh/helpers/detail/component_identifier.hpp b/include/geode/mesh/helpers/detail/component_identifier.hpp index 0bbb5c334..d8a19fa3b 100644 --- a/include/geode/mesh/helpers/detail/component_identifier.hpp +++ b/include/geode/mesh/helpers/detail/component_identifier.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/mesh/helpers/detail/create_mesh.hpp b/include/geode/mesh/helpers/detail/create_mesh.hpp index 4e72aba38..951f4c237 100644 --- a/include/geode/mesh/helpers/detail/create_mesh.hpp +++ b/include/geode/mesh/helpers/detail/create_mesh.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/mesh/helpers/detail/curve_merger.hpp b/include/geode/mesh/helpers/detail/curve_merger.hpp index 51631afae..346e9a3a3 100644 --- a/include/geode/mesh/helpers/detail/curve_merger.hpp +++ b/include/geode/mesh/helpers/detail/curve_merger.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/mesh/helpers/detail/debug.hpp b/include/geode/mesh/helpers/detail/debug.hpp index 377687839..1d118e51d 100644 --- a/include/geode/mesh/helpers/detail/debug.hpp +++ b/include/geode/mesh/helpers/detail/debug.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/mesh/helpers/detail/element_identifier.hpp b/include/geode/mesh/helpers/detail/element_identifier.hpp index a88d987e1..7b67eda72 100644 --- a/include/geode/mesh/helpers/detail/element_identifier.hpp +++ b/include/geode/mesh/helpers/detail/element_identifier.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/mesh/helpers/detail/mesh_intersection_detection.hpp b/include/geode/mesh/helpers/detail/mesh_intersection_detection.hpp index 363ee7e56..98422a287 100644 --- a/include/geode/mesh/helpers/detail/mesh_intersection_detection.hpp +++ b/include/geode/mesh/helpers/detail/mesh_intersection_detection.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/mesh/helpers/detail/point_set_merger.hpp b/include/geode/mesh/helpers/detail/point_set_merger.hpp index 211f7f811..af5ef164b 100644 --- a/include/geode/mesh/helpers/detail/point_set_merger.hpp +++ b/include/geode/mesh/helpers/detail/point_set_merger.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/mesh/helpers/detail/solid_merger.hpp b/include/geode/mesh/helpers/detail/solid_merger.hpp index c62113a3c..3db63bbf4 100644 --- a/include/geode/mesh/helpers/detail/solid_merger.hpp +++ b/include/geode/mesh/helpers/detail/solid_merger.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/mesh/helpers/detail/split_along_solid_facets.hpp b/include/geode/mesh/helpers/detail/split_along_solid_facets.hpp index ddd92170c..660be96b2 100644 --- a/include/geode/mesh/helpers/detail/split_along_solid_facets.hpp +++ b/include/geode/mesh/helpers/detail/split_along_solid_facets.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/mesh/helpers/detail/surface_merger.hpp b/include/geode/mesh/helpers/detail/surface_merger.hpp index c0f0b119d..091b802e0 100644 --- a/include/geode/mesh/helpers/detail/surface_merger.hpp +++ b/include/geode/mesh/helpers/detail/surface_merger.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/mesh/helpers/detail/vertex_merger.hpp b/include/geode/mesh/helpers/detail/vertex_merger.hpp index 784f8a7fd..337410bf4 100644 --- a/include/geode/mesh/helpers/detail/vertex_merger.hpp +++ b/include/geode/mesh/helpers/detail/vertex_merger.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/mesh/helpers/euclidean_distance_transform.hpp b/include/geode/mesh/helpers/euclidean_distance_transform.hpp index f016773f7..7609a8283 100644 --- a/include/geode/mesh/helpers/euclidean_distance_transform.hpp +++ b/include/geode/mesh/helpers/euclidean_distance_transform.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/mesh/helpers/generic_edged_curve_accessor.hpp b/include/geode/mesh/helpers/generic_edged_curve_accessor.hpp index 1406e08a8..e52321def 100644 --- a/include/geode/mesh/helpers/generic_edged_curve_accessor.hpp +++ b/include/geode/mesh/helpers/generic_edged_curve_accessor.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/mesh/helpers/generic_solid_accessor.hpp b/include/geode/mesh/helpers/generic_solid_accessor.hpp index 6d441bf73..18a350a89 100644 --- a/include/geode/mesh/helpers/generic_solid_accessor.hpp +++ b/include/geode/mesh/helpers/generic_solid_accessor.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/mesh/helpers/generic_surface_accessor.hpp b/include/geode/mesh/helpers/generic_surface_accessor.hpp index f16d678b0..9e2b0ebf6 100644 --- a/include/geode/mesh/helpers/generic_surface_accessor.hpp +++ b/include/geode/mesh/helpers/generic_surface_accessor.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/mesh/helpers/geometrical_operations_on_mesh.hpp b/include/geode/mesh/helpers/geometrical_operations_on_mesh.hpp index 07b0548ac..2d70ef372 100644 --- a/include/geode/mesh/helpers/geometrical_operations_on_mesh.hpp +++ b/include/geode/mesh/helpers/geometrical_operations_on_mesh.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/mesh/helpers/gradient_computation.hpp b/include/geode/mesh/helpers/gradient_computation.hpp index 33112b201..7ebc85864 100644 --- a/include/geode/mesh/helpers/gradient_computation.hpp +++ b/include/geode/mesh/helpers/gradient_computation.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/mesh/helpers/grid_point_function.hpp b/include/geode/mesh/helpers/grid_point_function.hpp index 67a457946..5666b9905 100644 --- a/include/geode/mesh/helpers/grid_point_function.hpp +++ b/include/geode/mesh/helpers/grid_point_function.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/mesh/helpers/grid_scalar_function.hpp b/include/geode/mesh/helpers/grid_scalar_function.hpp index a0ea711d7..34452892e 100644 --- a/include/geode/mesh/helpers/grid_scalar_function.hpp +++ b/include/geode/mesh/helpers/grid_scalar_function.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/mesh/helpers/hausdorff_distance.hpp b/include/geode/mesh/helpers/hausdorff_distance.hpp index 6d74e173e..8f76536de 100644 --- a/include/geode/mesh/helpers/hausdorff_distance.hpp +++ b/include/geode/mesh/helpers/hausdorff_distance.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/mesh/helpers/internal/copy.hpp b/include/geode/mesh/helpers/internal/copy.hpp index 0727c79c4..9da0cbb94 100644 --- a/include/geode/mesh/helpers/internal/copy.hpp +++ b/include/geode/mesh/helpers/internal/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/mesh/helpers/internal/grid_shape_function.hpp b/include/geode/mesh/helpers/internal/grid_shape_function.hpp index 9989106fc..be120a3c2 100644 --- a/include/geode/mesh/helpers/internal/grid_shape_function.hpp +++ b/include/geode/mesh/helpers/internal/grid_shape_function.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/mesh/helpers/nnsearch_mesh.hpp b/include/geode/mesh/helpers/nnsearch_mesh.hpp index b6b37f6e5..075ac42d5 100644 --- a/include/geode/mesh/helpers/nnsearch_mesh.hpp +++ b/include/geode/mesh/helpers/nnsearch_mesh.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/mesh/helpers/rasterize.hpp b/include/geode/mesh/helpers/rasterize.hpp index 1db2ff318..e0c0ac2e6 100644 --- a/include/geode/mesh/helpers/rasterize.hpp +++ b/include/geode/mesh/helpers/rasterize.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/mesh/helpers/ray_tracing.hpp b/include/geode/mesh/helpers/ray_tracing.hpp index 17ffa62ea..bd08217f8 100644 --- a/include/geode/mesh/helpers/ray_tracing.hpp +++ b/include/geode/mesh/helpers/ray_tracing.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/mesh/helpers/repair_polygon_orientations.hpp b/include/geode/mesh/helpers/repair_polygon_orientations.hpp index abf4f9aa9..e72596590 100644 --- a/include/geode/mesh/helpers/repair_polygon_orientations.hpp +++ b/include/geode/mesh/helpers/repair_polygon_orientations.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/mesh/helpers/tetrahedral_solid_point_function.hpp b/include/geode/mesh/helpers/tetrahedral_solid_point_function.hpp index 42ec6ed7b..43e6d3310 100644 --- a/include/geode/mesh/helpers/tetrahedral_solid_point_function.hpp +++ b/include/geode/mesh/helpers/tetrahedral_solid_point_function.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/mesh/helpers/tetrahedral_solid_scalar_function.hpp b/include/geode/mesh/helpers/tetrahedral_solid_scalar_function.hpp index a1b741e61..b6bfc3d60 100644 --- a/include/geode/mesh/helpers/tetrahedral_solid_scalar_function.hpp +++ b/include/geode/mesh/helpers/tetrahedral_solid_scalar_function.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/mesh/helpers/triangulated_surface_point_function.hpp b/include/geode/mesh/helpers/triangulated_surface_point_function.hpp index 775f13ce0..80419dfba 100644 --- a/include/geode/mesh/helpers/triangulated_surface_point_function.hpp +++ b/include/geode/mesh/helpers/triangulated_surface_point_function.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/mesh/helpers/triangulated_surface_scalar_function.hpp b/include/geode/mesh/helpers/triangulated_surface_scalar_function.hpp index 6b92304eb..6d49e135a 100644 --- a/include/geode/mesh/helpers/triangulated_surface_scalar_function.hpp +++ b/include/geode/mesh/helpers/triangulated_surface_scalar_function.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/mesh/io/edged_curve_input.hpp b/include/geode/mesh/io/edged_curve_input.hpp index 12769a91a..474ce87d8 100644 --- a/include/geode/mesh/io/edged_curve_input.hpp +++ b/include/geode/mesh/io/edged_curve_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/mesh/io/edged_curve_output.hpp b/include/geode/mesh/io/edged_curve_output.hpp index 35d08893e..3a240c839 100644 --- a/include/geode/mesh/io/edged_curve_output.hpp +++ b/include/geode/mesh/io/edged_curve_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/mesh/io/geode/geode_bitsery_mesh_input.hpp b/include/geode/mesh/io/geode/geode_bitsery_mesh_input.hpp index dfa5ca14c..883550a6f 100644 --- a/include/geode/mesh/io/geode/geode_bitsery_mesh_input.hpp +++ b/include/geode/mesh/io/geode/geode_bitsery_mesh_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/mesh/io/geode/geode_bitsery_mesh_output.hpp b/include/geode/mesh/io/geode/geode_bitsery_mesh_output.hpp index c236fe221..2a7dbb392 100644 --- a/include/geode/mesh/io/geode/geode_bitsery_mesh_output.hpp +++ b/include/geode/mesh/io/geode/geode_bitsery_mesh_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/mesh/io/geode/geode_edged_curve_input.hpp b/include/geode/mesh/io/geode/geode_edged_curve_input.hpp index 6999a71d9..ce2a24815 100644 --- a/include/geode/mesh/io/geode/geode_edged_curve_input.hpp +++ b/include/geode/mesh/io/geode/geode_edged_curve_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/mesh/io/geode/geode_edged_curve_output.hpp b/include/geode/mesh/io/geode/geode_edged_curve_output.hpp index 118c737ce..585fdda6d 100644 --- a/include/geode/mesh/io/geode/geode_edged_curve_output.hpp +++ b/include/geode/mesh/io/geode/geode_edged_curve_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/mesh/io/geode/geode_graph_input.hpp b/include/geode/mesh/io/geode/geode_graph_input.hpp index 7b90f7876..7a654422e 100644 --- a/include/geode/mesh/io/geode/geode_graph_input.hpp +++ b/include/geode/mesh/io/geode/geode_graph_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/mesh/io/geode/geode_graph_output.hpp b/include/geode/mesh/io/geode/geode_graph_output.hpp index 78f241c61..bb4bf26cb 100644 --- a/include/geode/mesh/io/geode/geode_graph_output.hpp +++ b/include/geode/mesh/io/geode/geode_graph_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/mesh/io/geode/geode_hybrid_solid_input.hpp b/include/geode/mesh/io/geode/geode_hybrid_solid_input.hpp index 4fe22623f..5babe1526 100644 --- a/include/geode/mesh/io/geode/geode_hybrid_solid_input.hpp +++ b/include/geode/mesh/io/geode/geode_hybrid_solid_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/mesh/io/geode/geode_hybrid_solid_output.hpp b/include/geode/mesh/io/geode/geode_hybrid_solid_output.hpp index e0e285602..4c246d82b 100644 --- a/include/geode/mesh/io/geode/geode_hybrid_solid_output.hpp +++ b/include/geode/mesh/io/geode/geode_hybrid_solid_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/mesh/io/geode/geode_point_set_input.hpp b/include/geode/mesh/io/geode/geode_point_set_input.hpp index 921331adf..6c2677529 100644 --- a/include/geode/mesh/io/geode/geode_point_set_input.hpp +++ b/include/geode/mesh/io/geode/geode_point_set_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/mesh/io/geode/geode_point_set_output.hpp b/include/geode/mesh/io/geode/geode_point_set_output.hpp index d6518fc07..84e563fb5 100644 --- a/include/geode/mesh/io/geode/geode_point_set_output.hpp +++ b/include/geode/mesh/io/geode/geode_point_set_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/mesh/io/geode/geode_polygonal_surface_input.hpp b/include/geode/mesh/io/geode/geode_polygonal_surface_input.hpp index ad9d8abcd..598034a28 100644 --- a/include/geode/mesh/io/geode/geode_polygonal_surface_input.hpp +++ b/include/geode/mesh/io/geode/geode_polygonal_surface_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/mesh/io/geode/geode_polygonal_surface_output.hpp b/include/geode/mesh/io/geode/geode_polygonal_surface_output.hpp index 2a45b1885..07e411219 100644 --- a/include/geode/mesh/io/geode/geode_polygonal_surface_output.hpp +++ b/include/geode/mesh/io/geode/geode_polygonal_surface_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/mesh/io/geode/geode_polyhedral_solid_input.hpp b/include/geode/mesh/io/geode/geode_polyhedral_solid_input.hpp index cbc6a27b3..4026a151a 100644 --- a/include/geode/mesh/io/geode/geode_polyhedral_solid_input.hpp +++ b/include/geode/mesh/io/geode/geode_polyhedral_solid_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/mesh/io/geode/geode_polyhedral_solid_output.hpp b/include/geode/mesh/io/geode/geode_polyhedral_solid_output.hpp index 09cd13d03..23b27d496 100644 --- a/include/geode/mesh/io/geode/geode_polyhedral_solid_output.hpp +++ b/include/geode/mesh/io/geode/geode_polyhedral_solid_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/mesh/io/geode/geode_regular_grid_input.hpp b/include/geode/mesh/io/geode/geode_regular_grid_input.hpp index 5fd31c3a9..d431d6459 100644 --- a/include/geode/mesh/io/geode/geode_regular_grid_input.hpp +++ b/include/geode/mesh/io/geode/geode_regular_grid_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/mesh/io/geode/geode_regular_grid_output.hpp b/include/geode/mesh/io/geode/geode_regular_grid_output.hpp index 2fe20389b..e615ec17d 100644 --- a/include/geode/mesh/io/geode/geode_regular_grid_output.hpp +++ b/include/geode/mesh/io/geode/geode_regular_grid_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/mesh/io/geode/geode_tetrahedral_solid_input.hpp b/include/geode/mesh/io/geode/geode_tetrahedral_solid_input.hpp index fd43ddc7f..20fd6e996 100644 --- a/include/geode/mesh/io/geode/geode_tetrahedral_solid_input.hpp +++ b/include/geode/mesh/io/geode/geode_tetrahedral_solid_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/mesh/io/geode/geode_tetrahedral_solid_output.hpp b/include/geode/mesh/io/geode/geode_tetrahedral_solid_output.hpp index fba4684d9..20ccf1fd6 100644 --- a/include/geode/mesh/io/geode/geode_tetrahedral_solid_output.hpp +++ b/include/geode/mesh/io/geode/geode_tetrahedral_solid_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/mesh/io/geode/geode_triangulated_surface_input.hpp b/include/geode/mesh/io/geode/geode_triangulated_surface_input.hpp index c6e27e29d..6c8fc5439 100644 --- a/include/geode/mesh/io/geode/geode_triangulated_surface_input.hpp +++ b/include/geode/mesh/io/geode/geode_triangulated_surface_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/mesh/io/geode/geode_triangulated_surface_output.hpp b/include/geode/mesh/io/geode/geode_triangulated_surface_output.hpp index 36ec23c3f..861312534 100644 --- a/include/geode/mesh/io/geode/geode_triangulated_surface_output.hpp +++ b/include/geode/mesh/io/geode/geode_triangulated_surface_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/mesh/io/geode/geode_vertex_set_input.hpp b/include/geode/mesh/io/geode/geode_vertex_set_input.hpp index 0ccd99a00..4fd01ced7 100644 --- a/include/geode/mesh/io/geode/geode_vertex_set_input.hpp +++ b/include/geode/mesh/io/geode/geode_vertex_set_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/mesh/io/geode/geode_vertex_set_output.hpp b/include/geode/mesh/io/geode/geode_vertex_set_output.hpp index df7ee1aa8..6b1ca709b 100644 --- a/include/geode/mesh/io/geode/geode_vertex_set_output.hpp +++ b/include/geode/mesh/io/geode/geode_vertex_set_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/mesh/io/geode/register_input.hpp b/include/geode/mesh/io/geode/register_input.hpp index 4a1bcbf35..574ec06cd 100644 --- a/include/geode/mesh/io/geode/register_input.hpp +++ b/include/geode/mesh/io/geode/register_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/mesh/io/geode/register_output.hpp b/include/geode/mesh/io/geode/register_output.hpp index c53bd7ea9..751d2d8cd 100644 --- a/include/geode/mesh/io/geode/register_output.hpp +++ b/include/geode/mesh/io/geode/register_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/mesh/io/graph_input.hpp b/include/geode/mesh/io/graph_input.hpp index 7ac2be65a..739cb02db 100644 --- a/include/geode/mesh/io/graph_input.hpp +++ b/include/geode/mesh/io/graph_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/mesh/io/graph_output.hpp b/include/geode/mesh/io/graph_output.hpp index a9150c78f..0aee6563f 100644 --- a/include/geode/mesh/io/graph_output.hpp +++ b/include/geode/mesh/io/graph_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/mesh/io/hybrid_solid_input.hpp b/include/geode/mesh/io/hybrid_solid_input.hpp index 8e93650f0..e00a838aa 100644 --- a/include/geode/mesh/io/hybrid_solid_input.hpp +++ b/include/geode/mesh/io/hybrid_solid_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/mesh/io/hybrid_solid_output.hpp b/include/geode/mesh/io/hybrid_solid_output.hpp index cfb734af8..e2fb3c9a4 100644 --- a/include/geode/mesh/io/hybrid_solid_output.hpp +++ b/include/geode/mesh/io/hybrid_solid_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/mesh/io/light_regular_grid_input.hpp b/include/geode/mesh/io/light_regular_grid_input.hpp index 34aa8f047..d9ba7428a 100644 --- a/include/geode/mesh/io/light_regular_grid_input.hpp +++ b/include/geode/mesh/io/light_regular_grid_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/mesh/io/light_regular_grid_output.hpp b/include/geode/mesh/io/light_regular_grid_output.hpp index fd3210007..6dc56816c 100644 --- a/include/geode/mesh/io/light_regular_grid_output.hpp +++ b/include/geode/mesh/io/light_regular_grid_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/mesh/io/point_set_input.hpp b/include/geode/mesh/io/point_set_input.hpp index c5d01ded1..f591e85a6 100644 --- a/include/geode/mesh/io/point_set_input.hpp +++ b/include/geode/mesh/io/point_set_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/mesh/io/point_set_output.hpp b/include/geode/mesh/io/point_set_output.hpp index 90672d687..3859c6c47 100644 --- a/include/geode/mesh/io/point_set_output.hpp +++ b/include/geode/mesh/io/point_set_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/mesh/io/polygonal_surface_input.hpp b/include/geode/mesh/io/polygonal_surface_input.hpp index 5d8181837..c03c4e711 100644 --- a/include/geode/mesh/io/polygonal_surface_input.hpp +++ b/include/geode/mesh/io/polygonal_surface_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/mesh/io/polygonal_surface_output.hpp b/include/geode/mesh/io/polygonal_surface_output.hpp index 8684ef8d5..ece59c856 100644 --- a/include/geode/mesh/io/polygonal_surface_output.hpp +++ b/include/geode/mesh/io/polygonal_surface_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/mesh/io/polyhedral_solid_input.hpp b/include/geode/mesh/io/polyhedral_solid_input.hpp index 3c3d78042..644bf8200 100644 --- a/include/geode/mesh/io/polyhedral_solid_input.hpp +++ b/include/geode/mesh/io/polyhedral_solid_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/mesh/io/polyhedral_solid_output.hpp b/include/geode/mesh/io/polyhedral_solid_output.hpp index 29531a532..abd6fdc39 100644 --- a/include/geode/mesh/io/polyhedral_solid_output.hpp +++ b/include/geode/mesh/io/polyhedral_solid_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/mesh/io/regular_grid_input.hpp b/include/geode/mesh/io/regular_grid_input.hpp index ad0b3be13..cb86a1098 100644 --- a/include/geode/mesh/io/regular_grid_input.hpp +++ b/include/geode/mesh/io/regular_grid_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/mesh/io/regular_grid_output.hpp b/include/geode/mesh/io/regular_grid_output.hpp index 299beada5..76409f0ae 100644 --- a/include/geode/mesh/io/regular_grid_output.hpp +++ b/include/geode/mesh/io/regular_grid_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/mesh/io/tetrahedral_solid_input.hpp b/include/geode/mesh/io/tetrahedral_solid_input.hpp index b035a5ec5..fd87ec171 100644 --- a/include/geode/mesh/io/tetrahedral_solid_input.hpp +++ b/include/geode/mesh/io/tetrahedral_solid_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/mesh/io/tetrahedral_solid_output.hpp b/include/geode/mesh/io/tetrahedral_solid_output.hpp index a8e7d0347..f336a9071 100644 --- a/include/geode/mesh/io/tetrahedral_solid_output.hpp +++ b/include/geode/mesh/io/tetrahedral_solid_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/mesh/io/triangulated_surface_input.hpp b/include/geode/mesh/io/triangulated_surface_input.hpp index ffe0566c3..52b60c089 100644 --- a/include/geode/mesh/io/triangulated_surface_input.hpp +++ b/include/geode/mesh/io/triangulated_surface_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/mesh/io/triangulated_surface_output.hpp b/include/geode/mesh/io/triangulated_surface_output.hpp index 51a2fd945..5545c870c 100644 --- a/include/geode/mesh/io/triangulated_surface_output.hpp +++ b/include/geode/mesh/io/triangulated_surface_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/mesh/io/vertex_set_input.hpp b/include/geode/mesh/io/vertex_set_input.hpp index 32e20810f..ba74c658d 100644 --- a/include/geode/mesh/io/vertex_set_input.hpp +++ b/include/geode/mesh/io/vertex_set_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/mesh/io/vertex_set_output.hpp b/include/geode/mesh/io/vertex_set_output.hpp index 63777dabb..26aaa199b 100644 --- a/include/geode/mesh/io/vertex_set_output.hpp +++ b/include/geode/mesh/io/vertex_set_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/model/common.hpp b/include/geode/model/common.hpp index c3f7ea6ad..7e8d31a9a 100644 --- a/include/geode/model/common.hpp +++ b/include/geode/model/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/model/helpers/aabb_model_helpers.hpp b/include/geode/model/helpers/aabb_model_helpers.hpp index 0d82fb191..4a2e4f7fc 100644 --- a/include/geode/model/helpers/aabb_model_helpers.hpp +++ b/include/geode/model/helpers/aabb_model_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/model/helpers/component_mensurations.hpp b/include/geode/model/helpers/component_mensurations.hpp index 6f7b34458..08e6e320c 100644 --- a/include/geode/model/helpers/component_mensurations.hpp +++ b/include/geode/model/helpers/component_mensurations.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/model/helpers/component_mesh_edges.hpp b/include/geode/model/helpers/component_mesh_edges.hpp index afe47d79a..4348ffd05 100644 --- a/include/geode/model/helpers/component_mesh_edges.hpp +++ b/include/geode/model/helpers/component_mesh_edges.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/model/helpers/component_mesh_polygons.hpp b/include/geode/model/helpers/component_mesh_polygons.hpp index d7b5e2425..636bddc6d 100644 --- a/include/geode/model/helpers/component_mesh_polygons.hpp +++ b/include/geode/model/helpers/component_mesh_polygons.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/model/helpers/component_mesh_polyhedra.hpp b/include/geode/model/helpers/component_mesh_polyhedra.hpp index f95d920cc..9f2451b25 100644 --- a/include/geode/model/helpers/component_mesh_polyhedra.hpp +++ b/include/geode/model/helpers/component_mesh_polyhedra.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/model/helpers/component_mesh_vertices.hpp b/include/geode/model/helpers/component_mesh_vertices.hpp index 204079851..aefc8d4b6 100644 --- a/include/geode/model/helpers/component_mesh_vertices.hpp +++ b/include/geode/model/helpers/component_mesh_vertices.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/model/helpers/convert_brep_section.hpp b/include/geode/model/helpers/convert_brep_section.hpp index ef40657f8..651017a63 100644 --- a/include/geode/model/helpers/convert_brep_section.hpp +++ b/include/geode/model/helpers/convert_brep_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/model/helpers/convert_model_meshes.hpp b/include/geode/model/helpers/convert_model_meshes.hpp index 13d13e523..06ecdaef0 100644 --- a/include/geode/model/helpers/convert_model_meshes.hpp +++ b/include/geode/model/helpers/convert_model_meshes.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/model/helpers/convert_to_mesh.hpp b/include/geode/model/helpers/convert_to_mesh.hpp index 3707b39dc..0bac0e4d3 100644 --- a/include/geode/model/helpers/convert_to_mesh.hpp +++ b/include/geode/model/helpers/convert_to_mesh.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/model/helpers/create_coordinate_system.hpp b/include/geode/model/helpers/create_coordinate_system.hpp index 9dbe4fa57..4fe649d1b 100644 --- a/include/geode/model/helpers/create_coordinate_system.hpp +++ b/include/geode/model/helpers/create_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/model/helpers/detail/build_model_boundaries.hpp b/include/geode/model/helpers/detail/build_model_boundaries.hpp index b4412a3b6..0b6315031 100644 --- a/include/geode/model/helpers/detail/build_model_boundaries.hpp +++ b/include/geode/model/helpers/detail/build_model_boundaries.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/model/helpers/detail/mappings_merger.hpp b/include/geode/model/helpers/detail/mappings_merger.hpp index 664ef1a27..9f617d7cb 100644 --- a/include/geode/model/helpers/detail/mappings_merger.hpp +++ b/include/geode/model/helpers/detail/mappings_merger.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/model/helpers/detail/split_along_block_mesh_borders.hpp b/include/geode/model/helpers/detail/split_along_block_mesh_borders.hpp index 04444963e..31c32392e 100644 --- a/include/geode/model/helpers/detail/split_along_block_mesh_borders.hpp +++ b/include/geode/model/helpers/detail/split_along_block_mesh_borders.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/model/helpers/detail/split_along_surface_mesh_borders.hpp b/include/geode/model/helpers/detail/split_along_surface_mesh_borders.hpp index 9c9f3117b..04e9abc54 100644 --- a/include/geode/model/helpers/detail/split_along_surface_mesh_borders.hpp +++ b/include/geode/model/helpers/detail/split_along_surface_mesh_borders.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/model/helpers/internal/simplicial_model_creator.hpp b/include/geode/model/helpers/internal/simplicial_model_creator.hpp index 0a7c67034..7ec4ed941 100644 --- a/include/geode/model/helpers/internal/simplicial_model_creator.hpp +++ b/include/geode/model/helpers/internal/simplicial_model_creator.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/model/helpers/model_component_filter.hpp b/include/geode/model/helpers/model_component_filter.hpp index e78ea0436..f5ad87a8e 100644 --- a/include/geode/model/helpers/model_component_filter.hpp +++ b/include/geode/model/helpers/model_component_filter.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/model/helpers/model_concatener.hpp b/include/geode/model/helpers/model_concatener.hpp index 15d6e5031..c01d4968d 100644 --- a/include/geode/model/helpers/model_concatener.hpp +++ b/include/geode/model/helpers/model_concatener.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/model/helpers/model_coordinate_reference_system.hpp b/include/geode/model/helpers/model_coordinate_reference_system.hpp index 512be55c8..924a0fa27 100644 --- a/include/geode/model/helpers/model_coordinate_reference_system.hpp +++ b/include/geode/model/helpers/model_coordinate_reference_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/model/helpers/ray_tracing.hpp b/include/geode/model/helpers/ray_tracing.hpp index 6291b2d70..24a5c6704 100644 --- a/include/geode/model/helpers/ray_tracing.hpp +++ b/include/geode/model/helpers/ray_tracing.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/model/helpers/simplicial_brep_creator.hpp b/include/geode/model/helpers/simplicial_brep_creator.hpp index 622492ed1..97a4bac97 100644 --- a/include/geode/model/helpers/simplicial_brep_creator.hpp +++ b/include/geode/model/helpers/simplicial_brep_creator.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/model/helpers/simplicial_creator_definitions.hpp b/include/geode/model/helpers/simplicial_creator_definitions.hpp index a446a4a51..15f603be5 100644 --- a/include/geode/model/helpers/simplicial_creator_definitions.hpp +++ b/include/geode/model/helpers/simplicial_creator_definitions.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/model/helpers/simplicial_section_creator.hpp b/include/geode/model/helpers/simplicial_section_creator.hpp index b6e7bece5..90f37d62a 100644 --- a/include/geode/model/helpers/simplicial_section_creator.hpp +++ b/include/geode/model/helpers/simplicial_section_creator.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/model/helpers/surface_radial_sort.hpp b/include/geode/model/helpers/surface_radial_sort.hpp index 317727136..c971db071 100644 --- a/include/geode/model/helpers/surface_radial_sort.hpp +++ b/include/geode/model/helpers/surface_radial_sort.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/model/mixin/builder/block_collections_builder.hpp b/include/geode/model/mixin/builder/block_collections_builder.hpp index 93f1b6274..cdec7e745 100644 --- a/include/geode/model/mixin/builder/block_collections_builder.hpp +++ b/include/geode/model/mixin/builder/block_collections_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/model/mixin/builder/blocks_builder.hpp b/include/geode/model/mixin/builder/blocks_builder.hpp index 6d7252fc3..806c6ea8e 100644 --- a/include/geode/model/mixin/builder/blocks_builder.hpp +++ b/include/geode/model/mixin/builder/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/model/mixin/builder/corner_collections_builder.hpp b/include/geode/model/mixin/builder/corner_collections_builder.hpp index c8e9d865f..5c33f93f4 100644 --- a/include/geode/model/mixin/builder/corner_collections_builder.hpp +++ b/include/geode/model/mixin/builder/corner_collections_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/model/mixin/builder/corners_builder.hpp b/include/geode/model/mixin/builder/corners_builder.hpp index 98a99b4e1..bffc3cea9 100644 --- a/include/geode/model/mixin/builder/corners_builder.hpp +++ b/include/geode/model/mixin/builder/corners_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/model/mixin/builder/line_collections_builder.hpp b/include/geode/model/mixin/builder/line_collections_builder.hpp index e241707d8..33aee877f 100644 --- a/include/geode/model/mixin/builder/line_collections_builder.hpp +++ b/include/geode/model/mixin/builder/line_collections_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/model/mixin/builder/lines_builder.hpp b/include/geode/model/mixin/builder/lines_builder.hpp index 49e082fa6..25c248b03 100644 --- a/include/geode/model/mixin/builder/lines_builder.hpp +++ b/include/geode/model/mixin/builder/lines_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/model/mixin/builder/model_boundaries_builder.hpp b/include/geode/model/mixin/builder/model_boundaries_builder.hpp index 840e378c6..69a4fc59d 100644 --- a/include/geode/model/mixin/builder/model_boundaries_builder.hpp +++ b/include/geode/model/mixin/builder/model_boundaries_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/model/mixin/builder/relationships_builder.hpp b/include/geode/model/mixin/builder/relationships_builder.hpp index 550a459f4..2866ae501 100644 --- a/include/geode/model/mixin/builder/relationships_builder.hpp +++ b/include/geode/model/mixin/builder/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/model/mixin/builder/surface_collections_builder.hpp b/include/geode/model/mixin/builder/surface_collections_builder.hpp index 7910baff7..eba3bd977 100644 --- a/include/geode/model/mixin/builder/surface_collections_builder.hpp +++ b/include/geode/model/mixin/builder/surface_collections_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/model/mixin/builder/surfaces_builder.hpp b/include/geode/model/mixin/builder/surfaces_builder.hpp index cd26060aa..146204e83 100644 --- a/include/geode/model/mixin/builder/surfaces_builder.hpp +++ b/include/geode/model/mixin/builder/surfaces_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/model/mixin/builder/topology_builder.hpp b/include/geode/model/mixin/builder/topology_builder.hpp index ddfa76df7..dd2dad20e 100644 --- a/include/geode/model/mixin/builder/topology_builder.hpp +++ b/include/geode/model/mixin/builder/topology_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/model/mixin/builder/vertex_identifier_builder.hpp b/include/geode/model/mixin/builder/vertex_identifier_builder.hpp index 9b88497a9..badd7cd87 100644 --- a/include/geode/model/mixin/builder/vertex_identifier_builder.hpp +++ b/include/geode/model/mixin/builder/vertex_identifier_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/model/mixin/core/bitsery_archive.hpp b/include/geode/model/mixin/core/bitsery_archive.hpp index 73d1ab2a0..c1eb1f035 100644 --- a/include/geode/model/mixin/core/bitsery_archive.hpp +++ b/include/geode/model/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/model/mixin/core/block.hpp b/include/geode/model/mixin/core/block.hpp index 3cdc814d4..0a58e6b7a 100644 --- a/include/geode/model/mixin/core/block.hpp +++ b/include/geode/model/mixin/core/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/model/mixin/core/block_collection.hpp b/include/geode/model/mixin/core/block_collection.hpp index c6f180614..de27becf9 100644 --- a/include/geode/model/mixin/core/block_collection.hpp +++ b/include/geode/model/mixin/core/block_collection.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/model/mixin/core/block_collections.hpp b/include/geode/model/mixin/core/block_collections.hpp index cac680c74..71e77cfcf 100644 --- a/include/geode/model/mixin/core/block_collections.hpp +++ b/include/geode/model/mixin/core/block_collections.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/model/mixin/core/blocks.hpp b/include/geode/model/mixin/core/blocks.hpp index beaa6d2a0..00b97621c 100644 --- a/include/geode/model/mixin/core/blocks.hpp +++ b/include/geode/model/mixin/core/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/model/mixin/core/component.hpp b/include/geode/model/mixin/core/component.hpp index 038c30501..69b66af7a 100644 --- a/include/geode/model/mixin/core/component.hpp +++ b/include/geode/model/mixin/core/component.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/model/mixin/core/component_mesh_element.hpp b/include/geode/model/mixin/core/component_mesh_element.hpp index 6cc2c5ce8..26a5fdb9e 100644 --- a/include/geode/model/mixin/core/component_mesh_element.hpp +++ b/include/geode/model/mixin/core/component_mesh_element.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/model/mixin/core/component_type.hpp b/include/geode/model/mixin/core/component_type.hpp index 6eed833fb..28619f0fa 100644 --- a/include/geode/model/mixin/core/component_type.hpp +++ b/include/geode/model/mixin/core/component_type.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/model/mixin/core/corner.hpp b/include/geode/model/mixin/core/corner.hpp index 692579488..8b9aa141a 100644 --- a/include/geode/model/mixin/core/corner.hpp +++ b/include/geode/model/mixin/core/corner.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/model/mixin/core/corner_collection.hpp b/include/geode/model/mixin/core/corner_collection.hpp index d6a457b52..d987e6705 100644 --- a/include/geode/model/mixin/core/corner_collection.hpp +++ b/include/geode/model/mixin/core/corner_collection.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/model/mixin/core/corner_collections.hpp b/include/geode/model/mixin/core/corner_collections.hpp index 80a489fb0..3d39d6ae4 100644 --- a/include/geode/model/mixin/core/corner_collections.hpp +++ b/include/geode/model/mixin/core/corner_collections.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/model/mixin/core/corners.hpp b/include/geode/model/mixin/core/corners.hpp index 6fb694e55..a04a7a6fa 100644 --- a/include/geode/model/mixin/core/corners.hpp +++ b/include/geode/model/mixin/core/corners.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/model/mixin/core/detail/bitsery_archive.hpp b/include/geode/model/mixin/core/detail/bitsery_archive.hpp index 2d9e25ce0..5fb4efde6 100644 --- a/include/geode/model/mixin/core/detail/bitsery_archive.hpp +++ b/include/geode/model/mixin/core/detail/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/model/mixin/core/detail/components_storage.hpp b/include/geode/model/mixin/core/detail/components_storage.hpp index 1c773b585..71768c86b 100644 --- a/include/geode/model/mixin/core/detail/components_storage.hpp +++ b/include/geode/model/mixin/core/detail/components_storage.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/model/mixin/core/detail/count_relationships.hpp b/include/geode/model/mixin/core/detail/count_relationships.hpp index 4904b1a9b..4af7bbb3a 100644 --- a/include/geode/model/mixin/core/detail/count_relationships.hpp +++ b/include/geode/model/mixin/core/detail/count_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/model/mixin/core/detail/mesh_storage.hpp b/include/geode/model/mixin/core/detail/mesh_storage.hpp index 6d1f2374f..aab3d7076 100644 --- a/include/geode/model/mixin/core/detail/mesh_storage.hpp +++ b/include/geode/model/mixin/core/detail/mesh_storage.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/model/mixin/core/detail/relationships_impl.hpp b/include/geode/model/mixin/core/detail/relationships_impl.hpp index c1c26d172..0f351f843 100644 --- a/include/geode/model/mixin/core/detail/relationships_impl.hpp +++ b/include/geode/model/mixin/core/detail/relationships_impl.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/model/mixin/core/detail/uuid_to_index.hpp b/include/geode/model/mixin/core/detail/uuid_to_index.hpp index 63fea2f47..eb705d3f1 100644 --- a/include/geode/model/mixin/core/detail/uuid_to_index.hpp +++ b/include/geode/model/mixin/core/detail/uuid_to_index.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/model/mixin/core/line.hpp b/include/geode/model/mixin/core/line.hpp index 2b47b440d..3ee55d5f1 100644 --- a/include/geode/model/mixin/core/line.hpp +++ b/include/geode/model/mixin/core/line.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/model/mixin/core/line_collection.hpp b/include/geode/model/mixin/core/line_collection.hpp index 9184a16da..4c9ca24e5 100644 --- a/include/geode/model/mixin/core/line_collection.hpp +++ b/include/geode/model/mixin/core/line_collection.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/model/mixin/core/line_collections.hpp b/include/geode/model/mixin/core/line_collections.hpp index b7254df7f..f46bf58be 100644 --- a/include/geode/model/mixin/core/line_collections.hpp +++ b/include/geode/model/mixin/core/line_collections.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/model/mixin/core/lines.hpp b/include/geode/model/mixin/core/lines.hpp index 93631d37c..6d3fa3d85 100644 --- a/include/geode/model/mixin/core/lines.hpp +++ b/include/geode/model/mixin/core/lines.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/model/mixin/core/model_boundaries.hpp b/include/geode/model/mixin/core/model_boundaries.hpp index eb88ca8c9..6dd6021c7 100644 --- a/include/geode/model/mixin/core/model_boundaries.hpp +++ b/include/geode/model/mixin/core/model_boundaries.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/model/mixin/core/model_boundary.hpp b/include/geode/model/mixin/core/model_boundary.hpp index 02cf347de..909e08380 100644 --- a/include/geode/model/mixin/core/model_boundary.hpp +++ b/include/geode/model/mixin/core/model_boundary.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/model/mixin/core/relationships.hpp b/include/geode/model/mixin/core/relationships.hpp index d693c2812..68c87a873 100644 --- a/include/geode/model/mixin/core/relationships.hpp +++ b/include/geode/model/mixin/core/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/model/mixin/core/surface.hpp b/include/geode/model/mixin/core/surface.hpp index 569e547bd..b32e338d2 100644 --- a/include/geode/model/mixin/core/surface.hpp +++ b/include/geode/model/mixin/core/surface.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/model/mixin/core/surface_collection.hpp b/include/geode/model/mixin/core/surface_collection.hpp index 9d915c374..98770e9b2 100644 --- a/include/geode/model/mixin/core/surface_collection.hpp +++ b/include/geode/model/mixin/core/surface_collection.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/model/mixin/core/surface_collections.hpp b/include/geode/model/mixin/core/surface_collections.hpp index c20d03407..833a50ec3 100644 --- a/include/geode/model/mixin/core/surface_collections.hpp +++ b/include/geode/model/mixin/core/surface_collections.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/model/mixin/core/surfaces.hpp b/include/geode/model/mixin/core/surfaces.hpp index ffed4e324..bc899a901 100644 --- a/include/geode/model/mixin/core/surfaces.hpp +++ b/include/geode/model/mixin/core/surfaces.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/model/mixin/core/topology.hpp b/include/geode/model/mixin/core/topology.hpp index 614355494..b530d2bd3 100644 --- a/include/geode/model/mixin/core/topology.hpp +++ b/include/geode/model/mixin/core/topology.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/model/representation/builder/brep_builder.hpp b/include/geode/model/representation/builder/brep_builder.hpp index cfd670e48..ed3af5d9c 100644 --- a/include/geode/model/representation/builder/brep_builder.hpp +++ b/include/geode/model/representation/builder/brep_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/model/representation/builder/detail/copy.hpp b/include/geode/model/representation/builder/detail/copy.hpp index 6ecf257b8..ecc22b1af 100644 --- a/include/geode/model/representation/builder/detail/copy.hpp +++ b/include/geode/model/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/model/representation/builder/detail/filter.hpp b/include/geode/model/representation/builder/detail/filter.hpp index f02995c79..4c6cd9de5 100644 --- a/include/geode/model/representation/builder/detail/filter.hpp +++ b/include/geode/model/representation/builder/detail/filter.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/model/representation/builder/section_builder.hpp b/include/geode/model/representation/builder/section_builder.hpp index 739b157f5..bb29c7d97 100644 --- a/include/geode/model/representation/builder/section_builder.hpp +++ b/include/geode/model/representation/builder/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/model/representation/core/brep.hpp b/include/geode/model/representation/core/brep.hpp index 515cf2480..517f1493c 100644 --- a/include/geode/model/representation/core/brep.hpp +++ b/include/geode/model/representation/core/brep.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/model/representation/core/detail/clone.hpp b/include/geode/model/representation/core/detail/clone.hpp index 78571cf31..e143e319c 100644 --- a/include/geode/model/representation/core/detail/clone.hpp +++ b/include/geode/model/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/model/representation/core/detail/transfer_collections.hpp b/include/geode/model/representation/core/detail/transfer_collections.hpp index ceb71dd4b..58ce7b032 100644 --- a/include/geode/model/representation/core/detail/transfer_collections.hpp +++ b/include/geode/model/representation/core/detail/transfer_collections.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/model/representation/core/detail/transfer_metadata.hpp b/include/geode/model/representation/core/detail/transfer_metadata.hpp index 5cf8ebdcb..bca1de7fa 100644 --- a/include/geode/model/representation/core/detail/transfer_metadata.hpp +++ b/include/geode/model/representation/core/detail/transfer_metadata.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/model/representation/core/internal/helpers.hpp b/include/geode/model/representation/core/internal/helpers.hpp index f7e649a22..e5de2a885 100644 --- a/include/geode/model/representation/core/internal/helpers.hpp +++ b/include/geode/model/representation/core/internal/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/model/representation/core/mapping.hpp b/include/geode/model/representation/core/mapping.hpp index 4e64e2858..e97dcaa00 100644 --- a/include/geode/model/representation/core/mapping.hpp +++ b/include/geode/model/representation/core/mapping.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/model/representation/core/section.hpp b/include/geode/model/representation/core/section.hpp index 0106ed297..6b431b733 100644 --- a/include/geode/model/representation/core/section.hpp +++ b/include/geode/model/representation/core/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/model/representation/io/brep_input.hpp b/include/geode/model/representation/io/brep_input.hpp index fed1af128..3987dbe6d 100644 --- a/include/geode/model/representation/io/brep_input.hpp +++ b/include/geode/model/representation/io/brep_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/model/representation/io/brep_output.hpp b/include/geode/model/representation/io/brep_output.hpp index 4e605bbd6..627132080 100644 --- a/include/geode/model/representation/io/brep_output.hpp +++ b/include/geode/model/representation/io/brep_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/model/representation/io/geode/geode_brep_input.hpp b/include/geode/model/representation/io/geode/geode_brep_input.hpp index 63ac5e980..438e3626b 100644 --- a/include/geode/model/representation/io/geode/geode_brep_input.hpp +++ b/include/geode/model/representation/io/geode/geode_brep_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/model/representation/io/geode/geode_brep_output.hpp b/include/geode/model/representation/io/geode/geode_brep_output.hpp index 61cd95f5d..b0fb990fa 100644 --- a/include/geode/model/representation/io/geode/geode_brep_output.hpp +++ b/include/geode/model/representation/io/geode/geode_brep_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 diff --git a/include/geode/model/representation/io/geode/geode_section_input.hpp b/include/geode/model/representation/io/geode/geode_section_input.hpp index 0dae10276..583c4d119 100644 --- a/include/geode/model/representation/io/geode/geode_section_input.hpp +++ b/include/geode/model/representation/io/geode/geode_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/model/representation/io/geode/geode_section_output.hpp b/include/geode/model/representation/io/geode/geode_section_output.hpp index fd9041ad4..4044663de 100644 --- a/include/geode/model/representation/io/geode/geode_section_output.hpp +++ b/include/geode/model/representation/io/geode/geode_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 diff --git a/include/geode/model/representation/io/section_input.hpp b/include/geode/model/representation/io/section_input.hpp index 9c84c38a7..80078634a 100644 --- a/include/geode/model/representation/io/section_input.hpp +++ b/include/geode/model/representation/io/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/model/representation/io/section_output.hpp b/include/geode/model/representation/io/section_output.hpp index 8994d1953..05807a0a6 100644 --- a/include/geode/model/representation/io/section_output.hpp +++ b/include/geode/model/representation/io/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 d6599959c..816f9d3f9 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/basic/CMakeLists.txt b/src/geode/basic/CMakeLists.txt index e496bcbb9..fe2f8d909 100644 --- a/src/geode/basic/CMakeLists.txt +++ b/src/geode/basic/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/basic/assert.cpp b/src/geode/basic/assert.cpp index 0ef994912..27a4bb9cf 100644 --- a/src/geode/basic/assert.cpp +++ b/src/geode/basic/assert.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/basic/attribute_manager.cpp b/src/geode/basic/attribute_manager.cpp index b9df0b26a..2037f5af6 100644 --- a/src/geode/basic/attribute_manager.cpp +++ b/src/geode/basic/attribute_manager.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/basic/bitsery_archive.cpp b/src/geode/basic/bitsery_archive.cpp index d3fd89299..865c877a3 100644 --- a/src/geode/basic/bitsery_archive.cpp +++ b/src/geode/basic/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/basic/bitsery_input.cpp b/src/geode/basic/bitsery_input.cpp index 67641bc8a..6907ff31f 100644 --- a/src/geode/basic/bitsery_input.cpp +++ b/src/geode/basic/bitsery_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/basic/bitsery_output.cpp b/src/geode/basic/bitsery_output.cpp index 727efc7cb..92cc711b8 100644 --- a/src/geode/basic/bitsery_output.cpp +++ b/src/geode/basic/bitsery_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/basic/cell_array.cpp b/src/geode/basic/cell_array.cpp index e1279d0d6..6946079b9 100644 --- a/src/geode/basic/cell_array.cpp +++ b/src/geode/basic/cell_array.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/basic/common.cpp b/src/geode/basic/common.cpp index 100f1747a..d5118bcd6 100644 --- a/src/geode/basic/common.cpp +++ b/src/geode/basic/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/basic/console_logger_client.cpp b/src/geode/basic/console_logger_client.cpp index dcf5731d6..f5a354be2 100644 --- a/src/geode/basic/console_logger_client.cpp +++ b/src/geode/basic/console_logger_client.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/basic/console_progress_logger_client.cpp b/src/geode/basic/console_progress_logger_client.cpp index 3861d69be..366338b4e 100644 --- a/src/geode/basic/console_progress_logger_client.cpp +++ b/src/geode/basic/console_progress_logger_client.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/basic/file.cpp b/src/geode/basic/file.cpp index 3673fe421..99cb5553c 100644 --- a/src/geode/basic/file.cpp +++ b/src/geode/basic/file.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/basic/filename.cpp b/src/geode/basic/filename.cpp index 39f539ebd..8384f707c 100644 --- a/src/geode/basic/filename.cpp +++ b/src/geode/basic/filename.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/basic/identifier.cpp b/src/geode/basic/identifier.cpp index 9e66538d1..b9f42b22c 100644 --- a/src/geode/basic/identifier.cpp +++ b/src/geode/basic/identifier.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/basic/identifier_builder.cpp b/src/geode/basic/identifier_builder.cpp index c4f453f90..de060966e 100644 --- a/src/geode/basic/identifier_builder.cpp +++ b/src/geode/basic/identifier_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/basic/library.cpp b/src/geode/basic/library.cpp index 5659f5500..bc10d29c9 100644 --- a/src/geode/basic/library.cpp +++ b/src/geode/basic/library.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/basic/logger.cpp b/src/geode/basic/logger.cpp index af272c277..f194e762a 100644 --- a/src/geode/basic/logger.cpp +++ b/src/geode/basic/logger.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/basic/logger_manager.cpp b/src/geode/basic/logger_manager.cpp index 9161c4090..472c76802 100644 --- a/src/geode/basic/logger_manager.cpp +++ b/src/geode/basic/logger_manager.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/basic/permutation.cpp b/src/geode/basic/permutation.cpp index 4a331fff8..1bf8e04bd 100644 --- a/src/geode/basic/permutation.cpp +++ b/src/geode/basic/permutation.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/basic/progress_logger.cpp b/src/geode/basic/progress_logger.cpp index 592df570f..1f12c57a4 100644 --- a/src/geode/basic/progress_logger.cpp +++ b/src/geode/basic/progress_logger.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/basic/progress_logger_manager.cpp b/src/geode/basic/progress_logger_manager.cpp index 1ae3ec7a4..ce6097469 100644 --- a/src/geode/basic/progress_logger_manager.cpp +++ b/src/geode/basic/progress_logger_manager.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/basic/singleton.cpp b/src/geode/basic/singleton.cpp index b2e7bf281..1ff766b16 100644 --- a/src/geode/basic/singleton.cpp +++ b/src/geode/basic/singleton.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/basic/string.cpp b/src/geode/basic/string.cpp index 8ec0e3d49..9e332ba44 100644 --- a/src/geode/basic/string.cpp +++ b/src/geode/basic/string.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/basic/timer.cpp b/src/geode/basic/timer.cpp index b8a577ac3..520c88f9e 100644 --- a/src/geode/basic/timer.cpp +++ b/src/geode/basic/timer.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/basic/uuid.cpp b/src/geode/basic/uuid.cpp index 15ed3d40f..c639ec948 100644 --- a/src/geode/basic/uuid.cpp +++ b/src/geode/basic/uuid.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/basic/zip_file.cpp b/src/geode/basic/zip_file.cpp index ce1190a2b..cd44bbe5d 100644 --- a/src/geode/basic/zip_file.cpp +++ b/src/geode/basic/zip_file.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/geometry/CMakeLists.txt b/src/geode/geometry/CMakeLists.txt index d88e30f3c..4a2939cf3 100644 --- a/src/geode/geometry/CMakeLists.txt +++ b/src/geode/geometry/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/geometry/aabb.cpp b/src/geode/geometry/aabb.cpp index 8c88f7ffb..bcf4eab85 100644 --- a/src/geode/geometry/aabb.cpp +++ b/src/geode/geometry/aabb.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/geometry/barycentric_coordinates.cpp b/src/geode/geometry/barycentric_coordinates.cpp index 8b0ad7de0..90884a564 100644 --- a/src/geode/geometry/barycentric_coordinates.cpp +++ b/src/geode/geometry/barycentric_coordinates.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/geometry/basic_objects/circle.cpp b/src/geode/geometry/basic_objects/circle.cpp index f31d5fe01..f27a5267a 100644 --- a/src/geode/geometry/basic_objects/circle.cpp +++ b/src/geode/geometry/basic_objects/circle.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/geometry/basic_objects/cylinder.cpp b/src/geode/geometry/basic_objects/cylinder.cpp index eb4f7a33e..908885a1d 100644 --- a/src/geode/geometry/basic_objects/cylinder.cpp +++ b/src/geode/geometry/basic_objects/cylinder.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/geometry/basic_objects/infinite_line.cpp b/src/geode/geometry/basic_objects/infinite_line.cpp index 5b91b9309..44b4fd0a3 100644 --- a/src/geode/geometry/basic_objects/infinite_line.cpp +++ b/src/geode/geometry/basic_objects/infinite_line.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/geometry/basic_objects/plane.cpp b/src/geode/geometry/basic_objects/plane.cpp index 87b3b623c..175f95979 100644 --- a/src/geode/geometry/basic_objects/plane.cpp +++ b/src/geode/geometry/basic_objects/plane.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/geometry/basic_objects/polygon.cpp b/src/geode/geometry/basic_objects/polygon.cpp index 94f13f180..264cc90cd 100644 --- a/src/geode/geometry/basic_objects/polygon.cpp +++ b/src/geode/geometry/basic_objects/polygon.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/geometry/basic_objects/segment.cpp b/src/geode/geometry/basic_objects/segment.cpp index 194db9b46..1a0e6b0e2 100644 --- a/src/geode/geometry/basic_objects/segment.cpp +++ b/src/geode/geometry/basic_objects/segment.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/geometry/basic_objects/sphere.cpp b/src/geode/geometry/basic_objects/sphere.cpp index 28b564f97..4752826c7 100644 --- a/src/geode/geometry/basic_objects/sphere.cpp +++ b/src/geode/geometry/basic_objects/sphere.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/geometry/basic_objects/tetrahedron.cpp b/src/geode/geometry/basic_objects/tetrahedron.cpp index b0a889c36..4f9a5191a 100644 --- a/src/geode/geometry/basic_objects/tetrahedron.cpp +++ b/src/geode/geometry/basic_objects/tetrahedron.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/geometry/basic_objects/triangle.cpp b/src/geode/geometry/basic_objects/triangle.cpp index bfa5da980..261cac2cb 100644 --- a/src/geode/geometry/basic_objects/triangle.cpp +++ b/src/geode/geometry/basic_objects/triangle.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/geometry/bitsery_input.cpp b/src/geode/geometry/bitsery_input.cpp index 5cc6b1789..3bdc45abe 100644 --- a/src/geode/geometry/bitsery_input.cpp +++ b/src/geode/geometry/bitsery_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/geometry/bitsery_output.cpp b/src/geode/geometry/bitsery_output.cpp index f3e80a65e..6c3da309d 100644 --- a/src/geode/geometry/bitsery_output.cpp +++ b/src/geode/geometry/bitsery_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/geometry/bounding_box.cpp b/src/geode/geometry/bounding_box.cpp index 270171a62..902f85213 100644 --- a/src/geode/geometry/bounding_box.cpp +++ b/src/geode/geometry/bounding_box.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/geometry/common.cpp b/src/geode/geometry/common.cpp index 7a85b311b..25c78b023 100644 --- a/src/geode/geometry/common.cpp +++ b/src/geode/geometry/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/geometry/coordinate_system.cpp b/src/geode/geometry/coordinate_system.cpp index be459a7a2..271db40c1 100644 --- a/src/geode/geometry/coordinate_system.cpp +++ b/src/geode/geometry/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/geometry/distance.cpp b/src/geode/geometry/distance.cpp index 8ae62dc8e..7ed73baaa 100644 --- a/src/geode/geometry/distance.cpp +++ b/src/geode/geometry/distance.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/geometry/dynamic_nn_search.cpp b/src/geode/geometry/dynamic_nn_search.cpp index 2749cfada..9829c9707 100644 --- a/src/geode/geometry/dynamic_nn_search.cpp +++ b/src/geode/geometry/dynamic_nn_search.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/geometry/frame.cpp b/src/geode/geometry/frame.cpp index 02701cd7e..470f5c2fd 100644 --- a/src/geode/geometry/frame.cpp +++ b/src/geode/geometry/frame.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/geometry/information.cpp b/src/geode/geometry/information.cpp index 8a80b4578..9027cb03c 100644 --- a/src/geode/geometry/information.cpp +++ b/src/geode/geometry/information.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/geometry/internal/predicates.cpp b/src/geode/geometry/internal/predicates.cpp index 12fc5ff53..283b62dd1 100644 --- a/src/geode/geometry/internal/predicates.cpp +++ b/src/geode/geometry/internal/predicates.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/geometry/intersection.cpp b/src/geode/geometry/intersection.cpp index 8e9851864..fbf939153 100644 --- a/src/geode/geometry/intersection.cpp +++ b/src/geode/geometry/intersection.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/geometry/intersection_detection.cpp b/src/geode/geometry/intersection_detection.cpp index 92fb70db0..e2ac8a035 100644 --- a/src/geode/geometry/intersection_detection.cpp +++ b/src/geode/geometry/intersection_detection.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/geometry/mensuration.cpp b/src/geode/geometry/mensuration.cpp index baceaca7b..4188585ba 100644 --- a/src/geode/geometry/mensuration.cpp +++ b/src/geode/geometry/mensuration.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/geometry/nn_search.cpp b/src/geode/geometry/nn_search.cpp index 2b68274fb..a7a9227c5 100644 --- a/src/geode/geometry/nn_search.cpp +++ b/src/geode/geometry/nn_search.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/geometry/perpendicular.cpp b/src/geode/geometry/perpendicular.cpp index 3c16e30cd..5d277c392 100644 --- a/src/geode/geometry/perpendicular.cpp +++ b/src/geode/geometry/perpendicular.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/geometry/points_sort.cpp b/src/geode/geometry/points_sort.cpp index 160379382..2eb063e82 100644 --- a/src/geode/geometry/points_sort.cpp +++ b/src/geode/geometry/points_sort.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/geometry/position.cpp b/src/geode/geometry/position.cpp index 1759bf6f4..d18863c5e 100644 --- a/src/geode/geometry/position.cpp +++ b/src/geode/geometry/position.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/geometry/projection.cpp b/src/geode/geometry/projection.cpp index 146533112..92aa178e0 100644 --- a/src/geode/geometry/projection.cpp +++ b/src/geode/geometry/projection.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/geometry/quality.cpp b/src/geode/geometry/quality.cpp index 2c4ca524d..2f56536cf 100644 --- a/src/geode/geometry/quality.cpp +++ b/src/geode/geometry/quality.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/geometry/radial_sort.cpp b/src/geode/geometry/radial_sort.cpp index c4ad9a985..39a89f8df 100644 --- a/src/geode/geometry/radial_sort.cpp +++ b/src/geode/geometry/radial_sort.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/geometry/rotation.cpp b/src/geode/geometry/rotation.cpp index 575a3990f..f2a2d2937 100644 --- a/src/geode/geometry/rotation.cpp +++ b/src/geode/geometry/rotation.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/geometry/sign.cpp b/src/geode/geometry/sign.cpp index ae1175c11..b3644c68e 100644 --- a/src/geode/geometry/sign.cpp +++ b/src/geode/geometry/sign.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/geometry/square_matrix.cpp b/src/geode/geometry/square_matrix.cpp index 6ebfb2418..5d3980f28 100644 --- a/src/geode/geometry/square_matrix.cpp +++ b/src/geode/geometry/square_matrix.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/image/CMakeLists.txt b/src/geode/image/CMakeLists.txt index b43222e5e..ac868664e 100644 --- a/src/geode/image/CMakeLists.txt +++ b/src/geode/image/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/image/common.cpp b/src/geode/image/common.cpp index f303bb319..6e731cf13 100644 --- a/src/geode/image/common.cpp +++ b/src/geode/image/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/image/core/bitsery_archive.cpp b/src/geode/image/core/bitsery_archive.cpp index beb034bcd..2a1da0f8a 100644 --- a/src/geode/image/core/bitsery_archive.cpp +++ b/src/geode/image/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/image/core/raster_image.cpp b/src/geode/image/core/raster_image.cpp index 62585d0b9..9ccd02b52 100644 --- a/src/geode/image/core/raster_image.cpp +++ b/src/geode/image/core/raster_image.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/image/io/raster_image_input.cpp b/src/geode/image/io/raster_image_input.cpp index 886403ba2..e2ca5ffb3 100644 --- a/src/geode/image/io/raster_image_input.cpp +++ b/src/geode/image/io/raster_image_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/image/io/raster_image_output.cpp b/src/geode/image/io/raster_image_output.cpp index 10e9c58de..4ed5e8dd3 100644 --- a/src/geode/image/io/raster_image_output.cpp +++ b/src/geode/image/io/raster_image_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/mesh/CMakeLists.txt b/src/geode/mesh/CMakeLists.txt index ffd4f796b..07a73410e 100644 --- a/src/geode/mesh/CMakeLists.txt +++ b/src/geode/mesh/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/mesh/builder/coordinate_reference_system_manager_builder.cpp b/src/geode/mesh/builder/coordinate_reference_system_manager_builder.cpp index 5347ea4a3..7fa7342a5 100644 --- a/src/geode/mesh/builder/coordinate_reference_system_manager_builder.cpp +++ b/src/geode/mesh/builder/coordinate_reference_system_manager_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/mesh/builder/coordinate_reference_system_managers_builder.cpp b/src/geode/mesh/builder/coordinate_reference_system_managers_builder.cpp index 15ae947b4..1e46b296f 100644 --- a/src/geode/mesh/builder/coordinate_reference_system_managers_builder.cpp +++ b/src/geode/mesh/builder/coordinate_reference_system_managers_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/mesh/builder/edged_curve_builder.cpp b/src/geode/mesh/builder/edged_curve_builder.cpp index 511800ec2..81e4ba63c 100644 --- a/src/geode/mesh/builder/edged_curve_builder.cpp +++ b/src/geode/mesh/builder/edged_curve_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/mesh/builder/geode/geode_edged_curve_builder.cpp b/src/geode/mesh/builder/geode/geode_edged_curve_builder.cpp index 13c2c348e..7e9fd1dd5 100644 --- a/src/geode/mesh/builder/geode/geode_edged_curve_builder.cpp +++ b/src/geode/mesh/builder/geode/geode_edged_curve_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/mesh/builder/geode/geode_graph_builder.cpp b/src/geode/mesh/builder/geode/geode_graph_builder.cpp index a0a90eb6b..5af40f994 100644 --- a/src/geode/mesh/builder/geode/geode_graph_builder.cpp +++ b/src/geode/mesh/builder/geode/geode_graph_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/mesh/builder/geode/geode_hybrid_solid_builder.cpp b/src/geode/mesh/builder/geode/geode_hybrid_solid_builder.cpp index 03d29bfc0..e2dd5cb05 100644 --- a/src/geode/mesh/builder/geode/geode_hybrid_solid_builder.cpp +++ b/src/geode/mesh/builder/geode/geode_hybrid_solid_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/mesh/builder/geode/geode_point_set_builder.cpp b/src/geode/mesh/builder/geode/geode_point_set_builder.cpp index de2368ded..3bb9d3003 100644 --- a/src/geode/mesh/builder/geode/geode_point_set_builder.cpp +++ b/src/geode/mesh/builder/geode/geode_point_set_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/mesh/builder/geode/geode_polygonal_surface_builder.cpp b/src/geode/mesh/builder/geode/geode_polygonal_surface_builder.cpp index 630f4fa30..cb9cb6c0d 100644 --- a/src/geode/mesh/builder/geode/geode_polygonal_surface_builder.cpp +++ b/src/geode/mesh/builder/geode/geode_polygonal_surface_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/mesh/builder/geode/geode_polyhedral_solid_builder.cpp b/src/geode/mesh/builder/geode/geode_polyhedral_solid_builder.cpp index 006b0ea85..60e723912 100644 --- a/src/geode/mesh/builder/geode/geode_polyhedral_solid_builder.cpp +++ b/src/geode/mesh/builder/geode/geode_polyhedral_solid_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/mesh/builder/geode/geode_regular_grid_solid_builder.cpp b/src/geode/mesh/builder/geode/geode_regular_grid_solid_builder.cpp index 6005621a5..d639539ff 100644 --- a/src/geode/mesh/builder/geode/geode_regular_grid_solid_builder.cpp +++ b/src/geode/mesh/builder/geode/geode_regular_grid_solid_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/mesh/builder/geode/geode_regular_grid_surface_builder.cpp b/src/geode/mesh/builder/geode/geode_regular_grid_surface_builder.cpp index 361a27a2c..5f6990e91 100644 --- a/src/geode/mesh/builder/geode/geode_regular_grid_surface_builder.cpp +++ b/src/geode/mesh/builder/geode/geode_regular_grid_surface_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/mesh/builder/geode/geode_tetrahedral_solid_builder.cpp b/src/geode/mesh/builder/geode/geode_tetrahedral_solid_builder.cpp index dfcb81f3b..561074250 100644 --- a/src/geode/mesh/builder/geode/geode_tetrahedral_solid_builder.cpp +++ b/src/geode/mesh/builder/geode/geode_tetrahedral_solid_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/mesh/builder/geode/geode_triangulated_surface_builder.cpp b/src/geode/mesh/builder/geode/geode_triangulated_surface_builder.cpp index 73ec643c2..7bf458e4e 100644 --- a/src/geode/mesh/builder/geode/geode_triangulated_surface_builder.cpp +++ b/src/geode/mesh/builder/geode/geode_triangulated_surface_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/mesh/builder/geode/geode_vertex_set_builder.cpp b/src/geode/mesh/builder/geode/geode_vertex_set_builder.cpp index 896ccf99b..a8701572f 100644 --- a/src/geode/mesh/builder/geode/geode_vertex_set_builder.cpp +++ b/src/geode/mesh/builder/geode/geode_vertex_set_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/mesh/builder/graph_builder.cpp b/src/geode/mesh/builder/graph_builder.cpp index 9cf21d1cc..f02142376 100644 --- a/src/geode/mesh/builder/graph_builder.cpp +++ b/src/geode/mesh/builder/graph_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/mesh/builder/grid_builder.cpp b/src/geode/mesh/builder/grid_builder.cpp index 65ed93d1d..46049b12a 100644 --- a/src/geode/mesh/builder/grid_builder.cpp +++ b/src/geode/mesh/builder/grid_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/mesh/builder/hybrid_solid_builder.cpp b/src/geode/mesh/builder/hybrid_solid_builder.cpp index ea37bbb29..961f6af69 100644 --- a/src/geode/mesh/builder/hybrid_solid_builder.cpp +++ b/src/geode/mesh/builder/hybrid_solid_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/mesh/builder/point_set_builder.cpp b/src/geode/mesh/builder/point_set_builder.cpp index d003be04f..73977ef9b 100644 --- a/src/geode/mesh/builder/point_set_builder.cpp +++ b/src/geode/mesh/builder/point_set_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/mesh/builder/polygonal_surface_builder.cpp b/src/geode/mesh/builder/polygonal_surface_builder.cpp index a84e17f8e..77c9e6ff1 100644 --- a/src/geode/mesh/builder/polygonal_surface_builder.cpp +++ b/src/geode/mesh/builder/polygonal_surface_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/mesh/builder/polyhedral_solid_builder.cpp b/src/geode/mesh/builder/polyhedral_solid_builder.cpp index bb463fe2a..e761fd93e 100644 --- a/src/geode/mesh/builder/polyhedral_solid_builder.cpp +++ b/src/geode/mesh/builder/polyhedral_solid_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/mesh/builder/register_builder.cpp b/src/geode/mesh/builder/register_builder.cpp index 39120dbb5..b39d9fb67 100644 --- a/src/geode/mesh/builder/register_builder.cpp +++ b/src/geode/mesh/builder/register_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/mesh/builder/regular_grid_solid_builder.cpp b/src/geode/mesh/builder/regular_grid_solid_builder.cpp index 3eb372cd6..934e42984 100644 --- a/src/geode/mesh/builder/regular_grid_solid_builder.cpp +++ b/src/geode/mesh/builder/regular_grid_solid_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/mesh/builder/regular_grid_surface_builder.cpp b/src/geode/mesh/builder/regular_grid_surface_builder.cpp index 163d8b68c..25eb4a2d0 100644 --- a/src/geode/mesh/builder/regular_grid_surface_builder.cpp +++ b/src/geode/mesh/builder/regular_grid_surface_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/mesh/builder/solid_edges_builder.cpp b/src/geode/mesh/builder/solid_edges_builder.cpp index 3e1c02f4a..732f86ec7 100644 --- a/src/geode/mesh/builder/solid_edges_builder.cpp +++ b/src/geode/mesh/builder/solid_edges_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/mesh/builder/solid_facets_builder.cpp b/src/geode/mesh/builder/solid_facets_builder.cpp index 299809b80..dded9fef4 100644 --- a/src/geode/mesh/builder/solid_facets_builder.cpp +++ b/src/geode/mesh/builder/solid_facets_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/mesh/builder/solid_mesh_builder.cpp b/src/geode/mesh/builder/solid_mesh_builder.cpp index 8034dbd62..5177d18ee 100644 --- a/src/geode/mesh/builder/solid_mesh_builder.cpp +++ b/src/geode/mesh/builder/solid_mesh_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/mesh/builder/surface_edges_builder.cpp b/src/geode/mesh/builder/surface_edges_builder.cpp index 70b196a82..4bf21cfe9 100644 --- a/src/geode/mesh/builder/surface_edges_builder.cpp +++ b/src/geode/mesh/builder/surface_edges_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/mesh/builder/surface_mesh_builder.cpp b/src/geode/mesh/builder/surface_mesh_builder.cpp index d04929eb3..39ce3c44a 100644 --- a/src/geode/mesh/builder/surface_mesh_builder.cpp +++ b/src/geode/mesh/builder/surface_mesh_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/mesh/builder/tetrahedral_solid_builder.cpp b/src/geode/mesh/builder/tetrahedral_solid_builder.cpp index 72b957fe3..b460f88fb 100644 --- a/src/geode/mesh/builder/tetrahedral_solid_builder.cpp +++ b/src/geode/mesh/builder/tetrahedral_solid_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/mesh/builder/triangulated_surface_builder.cpp b/src/geode/mesh/builder/triangulated_surface_builder.cpp index 6e639482d..f8868ff58 100644 --- a/src/geode/mesh/builder/triangulated_surface_builder.cpp +++ b/src/geode/mesh/builder/triangulated_surface_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/mesh/builder/vertex_set_builder.cpp b/src/geode/mesh/builder/vertex_set_builder.cpp index a8c35064f..426c2e312 100644 --- a/src/geode/mesh/builder/vertex_set_builder.cpp +++ b/src/geode/mesh/builder/vertex_set_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/mesh/common.cpp b/src/geode/mesh/common.cpp index b543f39aa..565bc6d41 100644 --- a/src/geode/mesh/common.cpp +++ b/src/geode/mesh/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/mesh/core/attribute_coordinate_reference_system.cpp b/src/geode/mesh/core/attribute_coordinate_reference_system.cpp index 49b34a804..c274dcebd 100644 --- a/src/geode/mesh/core/attribute_coordinate_reference_system.cpp +++ b/src/geode/mesh/core/attribute_coordinate_reference_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/mesh/core/bitsery_archive.cpp b/src/geode/mesh/core/bitsery_archive.cpp index a8ba6f117..1ddd6d6b0 100644 --- a/src/geode/mesh/core/bitsery_archive.cpp +++ b/src/geode/mesh/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/mesh/core/coordinate_reference_system_manager.cpp b/src/geode/mesh/core/coordinate_reference_system_manager.cpp index 1acb912e1..fe2cdd443 100644 --- a/src/geode/mesh/core/coordinate_reference_system_manager.cpp +++ b/src/geode/mesh/core/coordinate_reference_system_manager.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/mesh/core/coordinate_reference_system_managers.cpp b/src/geode/mesh/core/coordinate_reference_system_managers.cpp index cca505640..e4bc3bbaf 100644 --- a/src/geode/mesh/core/coordinate_reference_system_managers.cpp +++ b/src/geode/mesh/core/coordinate_reference_system_managers.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/mesh/core/edged_curve.cpp b/src/geode/mesh/core/edged_curve.cpp index 32d6bf323..1391c5dd1 100644 --- a/src/geode/mesh/core/edged_curve.cpp +++ b/src/geode/mesh/core/edged_curve.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/mesh/core/geode/geode_edged_curve.cpp b/src/geode/mesh/core/geode/geode_edged_curve.cpp index 4c20a672a..35f1fe387 100644 --- a/src/geode/mesh/core/geode/geode_edged_curve.cpp +++ b/src/geode/mesh/core/geode/geode_edged_curve.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/mesh/core/geode/geode_graph.cpp b/src/geode/mesh/core/geode/geode_graph.cpp index 2f9c6ee57..ca94e2879 100644 --- a/src/geode/mesh/core/geode/geode_graph.cpp +++ b/src/geode/mesh/core/geode/geode_graph.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/mesh/core/geode/geode_hybrid_solid.cpp b/src/geode/mesh/core/geode/geode_hybrid_solid.cpp index 8efb4c542..5385c2f78 100644 --- a/src/geode/mesh/core/geode/geode_hybrid_solid.cpp +++ b/src/geode/mesh/core/geode/geode_hybrid_solid.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/mesh/core/geode/geode_point_set.cpp b/src/geode/mesh/core/geode/geode_point_set.cpp index 84bb5a04d..08ea74861 100644 --- a/src/geode/mesh/core/geode/geode_point_set.cpp +++ b/src/geode/mesh/core/geode/geode_point_set.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/mesh/core/geode/geode_polygonal_surface.cpp b/src/geode/mesh/core/geode/geode_polygonal_surface.cpp index 397973db9..8f9e8e584 100644 --- a/src/geode/mesh/core/geode/geode_polygonal_surface.cpp +++ b/src/geode/mesh/core/geode/geode_polygonal_surface.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/mesh/core/geode/geode_polyhedral_solid.cpp b/src/geode/mesh/core/geode/geode_polyhedral_solid.cpp index 944a2e8fa..2caca6f4b 100644 --- a/src/geode/mesh/core/geode/geode_polyhedral_solid.cpp +++ b/src/geode/mesh/core/geode/geode_polyhedral_solid.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/mesh/core/geode/geode_regular_grid_solid.cpp b/src/geode/mesh/core/geode/geode_regular_grid_solid.cpp index 10d479744..dea23635f 100644 --- a/src/geode/mesh/core/geode/geode_regular_grid_solid.cpp +++ b/src/geode/mesh/core/geode/geode_regular_grid_solid.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/mesh/core/geode/geode_regular_grid_surface.cpp b/src/geode/mesh/core/geode/geode_regular_grid_surface.cpp index 9ce9256ff..3e32d0c1c 100644 --- a/src/geode/mesh/core/geode/geode_regular_grid_surface.cpp +++ b/src/geode/mesh/core/geode/geode_regular_grid_surface.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/mesh/core/geode/geode_tetrahedral_solid.cpp b/src/geode/mesh/core/geode/geode_tetrahedral_solid.cpp index debebabfe..93d7cbe42 100644 --- a/src/geode/mesh/core/geode/geode_tetrahedral_solid.cpp +++ b/src/geode/mesh/core/geode/geode_tetrahedral_solid.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/mesh/core/geode/geode_triangulated_surface.cpp b/src/geode/mesh/core/geode/geode_triangulated_surface.cpp index f494d600c..95a3197b7 100644 --- a/src/geode/mesh/core/geode/geode_triangulated_surface.cpp +++ b/src/geode/mesh/core/geode/geode_triangulated_surface.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/mesh/core/graph.cpp b/src/geode/mesh/core/graph.cpp index 492c7a05d..a779a0844 100644 --- a/src/geode/mesh/core/graph.cpp +++ b/src/geode/mesh/core/graph.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/mesh/core/grid.cpp b/src/geode/mesh/core/grid.cpp index 44ed6cb2b..f92376cbb 100644 --- a/src/geode/mesh/core/grid.cpp +++ b/src/geode/mesh/core/grid.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/mesh/core/hybrid_solid.cpp b/src/geode/mesh/core/hybrid_solid.cpp index 4a0640771..a4bfdeccf 100644 --- a/src/geode/mesh/core/hybrid_solid.cpp +++ b/src/geode/mesh/core/hybrid_solid.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/mesh/core/light_regular_grid.cpp b/src/geode/mesh/core/light_regular_grid.cpp index 3f9c007fe..af6c0fdc1 100644 --- a/src/geode/mesh/core/light_regular_grid.cpp +++ b/src/geode/mesh/core/light_regular_grid.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/mesh/core/mesh_factory.cpp b/src/geode/mesh/core/mesh_factory.cpp index ad0b46edc..b64ed2f82 100644 --- a/src/geode/mesh/core/mesh_factory.cpp +++ b/src/geode/mesh/core/mesh_factory.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/mesh/core/point_set.cpp b/src/geode/mesh/core/point_set.cpp index 7e56e2c0f..85f83eb00 100644 --- a/src/geode/mesh/core/point_set.cpp +++ b/src/geode/mesh/core/point_set.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/mesh/core/polygonal_surface.cpp b/src/geode/mesh/core/polygonal_surface.cpp index 80640a798..cc94bc12b 100644 --- a/src/geode/mesh/core/polygonal_surface.cpp +++ b/src/geode/mesh/core/polygonal_surface.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/mesh/core/polyhedral_solid.cpp b/src/geode/mesh/core/polyhedral_solid.cpp index 82fc92a22..05e98f255 100644 --- a/src/geode/mesh/core/polyhedral_solid.cpp +++ b/src/geode/mesh/core/polyhedral_solid.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/mesh/core/register_mesh.cpp b/src/geode/mesh/core/register_mesh.cpp index 1b8988e1f..a5c1b695d 100644 --- a/src/geode/mesh/core/register_mesh.cpp +++ b/src/geode/mesh/core/register_mesh.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/mesh/core/regular_grid_solid.cpp b/src/geode/mesh/core/regular_grid_solid.cpp index 04a5a0580..6ca76c39e 100644 --- a/src/geode/mesh/core/regular_grid_solid.cpp +++ b/src/geode/mesh/core/regular_grid_solid.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/mesh/core/regular_grid_surface.cpp b/src/geode/mesh/core/regular_grid_surface.cpp index 1e006ffbe..638745242 100644 --- a/src/geode/mesh/core/regular_grid_surface.cpp +++ b/src/geode/mesh/core/regular_grid_surface.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/mesh/core/solid_edges.cpp b/src/geode/mesh/core/solid_edges.cpp index 18da2d223..f6224fc1d 100644 --- a/src/geode/mesh/core/solid_edges.cpp +++ b/src/geode/mesh/core/solid_edges.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/mesh/core/solid_facets.cpp b/src/geode/mesh/core/solid_facets.cpp index 72c8285fb..5ba8c6ca0 100644 --- a/src/geode/mesh/core/solid_facets.cpp +++ b/src/geode/mesh/core/solid_facets.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/mesh/core/solid_mesh.cpp b/src/geode/mesh/core/solid_mesh.cpp index e4f4b7fdd..a805dd0c4 100644 --- a/src/geode/mesh/core/solid_mesh.cpp +++ b/src/geode/mesh/core/solid_mesh.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/mesh/core/surface_edges.cpp b/src/geode/mesh/core/surface_edges.cpp index e607af2bf..9efe8bb55 100644 --- a/src/geode/mesh/core/surface_edges.cpp +++ b/src/geode/mesh/core/surface_edges.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/mesh/core/surface_mesh.cpp b/src/geode/mesh/core/surface_mesh.cpp index 20a5f7a3b..127d19c27 100644 --- a/src/geode/mesh/core/surface_mesh.cpp +++ b/src/geode/mesh/core/surface_mesh.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/mesh/core/tetrahedral_solid.cpp b/src/geode/mesh/core/tetrahedral_solid.cpp index ac3577b55..60e6bfe97 100644 --- a/src/geode/mesh/core/tetrahedral_solid.cpp +++ b/src/geode/mesh/core/tetrahedral_solid.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/mesh/core/texture1d.cpp b/src/geode/mesh/core/texture1d.cpp index 991c4f382..8618c4deb 100644 --- a/src/geode/mesh/core/texture1d.cpp +++ b/src/geode/mesh/core/texture1d.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/mesh/core/texture2d.cpp b/src/geode/mesh/core/texture2d.cpp index cd6180ae1..7b0d9b699 100644 --- a/src/geode/mesh/core/texture2d.cpp +++ b/src/geode/mesh/core/texture2d.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/mesh/core/texture3d.cpp b/src/geode/mesh/core/texture3d.cpp index a393534e5..bd4c310f9 100644 --- a/src/geode/mesh/core/texture3d.cpp +++ b/src/geode/mesh/core/texture3d.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/mesh/core/texture_manager.cpp b/src/geode/mesh/core/texture_manager.cpp index 3933a2076..98a030fe1 100644 --- a/src/geode/mesh/core/texture_manager.cpp +++ b/src/geode/mesh/core/texture_manager.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/mesh/core/texture_storage.cpp b/src/geode/mesh/core/texture_storage.cpp index 02bfc4b5b..61a12e891 100644 --- a/src/geode/mesh/core/texture_storage.cpp +++ b/src/geode/mesh/core/texture_storage.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/mesh/core/triangulated_surface.cpp b/src/geode/mesh/core/triangulated_surface.cpp index 9f7505dee..a7b57e30b 100644 --- a/src/geode/mesh/core/triangulated_surface.cpp +++ b/src/geode/mesh/core/triangulated_surface.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/mesh/core/vertex_set.cpp b/src/geode/mesh/core/vertex_set.cpp index e8b68a877..b7542a71a 100644 --- a/src/geode/mesh/core/vertex_set.cpp +++ b/src/geode/mesh/core/vertex_set.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/mesh/helpers/aabb_edged_curve_helpers.cpp b/src/geode/mesh/helpers/aabb_edged_curve_helpers.cpp index 3cb441f47..62857f484 100644 --- a/src/geode/mesh/helpers/aabb_edged_curve_helpers.cpp +++ b/src/geode/mesh/helpers/aabb_edged_curve_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/mesh/helpers/aabb_solid_helpers.cpp b/src/geode/mesh/helpers/aabb_solid_helpers.cpp index 2457930bf..a749c59eb 100644 --- a/src/geode/mesh/helpers/aabb_solid_helpers.cpp +++ b/src/geode/mesh/helpers/aabb_solid_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/mesh/helpers/aabb_surface_helpers.cpp b/src/geode/mesh/helpers/aabb_surface_helpers.cpp index 8f658c283..6c81c0f5a 100644 --- a/src/geode/mesh/helpers/aabb_surface_helpers.cpp +++ b/src/geode/mesh/helpers/aabb_surface_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/mesh/helpers/build_grid.cpp b/src/geode/mesh/helpers/build_grid.cpp index 463640369..8493bfe0d 100644 --- a/src/geode/mesh/helpers/build_grid.cpp +++ b/src/geode/mesh/helpers/build_grid.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/mesh/helpers/convert_edged_curve.cpp b/src/geode/mesh/helpers/convert_edged_curve.cpp index a278146a0..702ba9e29 100644 --- a/src/geode/mesh/helpers/convert_edged_curve.cpp +++ b/src/geode/mesh/helpers/convert_edged_curve.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/mesh/helpers/convert_point_set.cpp b/src/geode/mesh/helpers/convert_point_set.cpp index f622b0a47..c529ad1da 100644 --- a/src/geode/mesh/helpers/convert_point_set.cpp +++ b/src/geode/mesh/helpers/convert_point_set.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/mesh/helpers/convert_solid_mesh.cpp b/src/geode/mesh/helpers/convert_solid_mesh.cpp index aa878e97a..96c963856 100644 --- a/src/geode/mesh/helpers/convert_solid_mesh.cpp +++ b/src/geode/mesh/helpers/convert_solid_mesh.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/mesh/helpers/convert_surface_mesh.cpp b/src/geode/mesh/helpers/convert_surface_mesh.cpp index 68778a653..d8c309039 100644 --- a/src/geode/mesh/helpers/convert_surface_mesh.cpp +++ b/src/geode/mesh/helpers/convert_surface_mesh.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/mesh/helpers/create_coordinate_system.cpp b/src/geode/mesh/helpers/create_coordinate_system.cpp index f05184d96..a23f1aa1c 100644 --- a/src/geode/mesh/helpers/create_coordinate_system.cpp +++ b/src/geode/mesh/helpers/create_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/mesh/helpers/detail/component_identifier.cpp b/src/geode/mesh/helpers/detail/component_identifier.cpp index 9a25bfdd2..0acd11d3c 100644 --- a/src/geode/mesh/helpers/detail/component_identifier.cpp +++ b/src/geode/mesh/helpers/detail/component_identifier.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/mesh/helpers/detail/create_mesh.cpp b/src/geode/mesh/helpers/detail/create_mesh.cpp index e2c1fc07d..0d5511154 100644 --- a/src/geode/mesh/helpers/detail/create_mesh.cpp +++ b/src/geode/mesh/helpers/detail/create_mesh.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/mesh/helpers/detail/curve_merger.cpp b/src/geode/mesh/helpers/detail/curve_merger.cpp index 9a6c41b4d..cb62b065c 100644 --- a/src/geode/mesh/helpers/detail/curve_merger.cpp +++ b/src/geode/mesh/helpers/detail/curve_merger.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/mesh/helpers/detail/debug.cpp b/src/geode/mesh/helpers/detail/debug.cpp index d1bc90e1a..570f878a1 100644 --- a/src/geode/mesh/helpers/detail/debug.cpp +++ b/src/geode/mesh/helpers/detail/debug.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/mesh/helpers/detail/element_identifier.cpp b/src/geode/mesh/helpers/detail/element_identifier.cpp index 771b13e61..c6be1a524 100644 --- a/src/geode/mesh/helpers/detail/element_identifier.cpp +++ b/src/geode/mesh/helpers/detail/element_identifier.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/mesh/helpers/detail/mesh_intersection_detection.cpp b/src/geode/mesh/helpers/detail/mesh_intersection_detection.cpp index 415854dd3..befe40e47 100644 --- a/src/geode/mesh/helpers/detail/mesh_intersection_detection.cpp +++ b/src/geode/mesh/helpers/detail/mesh_intersection_detection.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/mesh/helpers/detail/point_set_merger.cpp b/src/geode/mesh/helpers/detail/point_set_merger.cpp index aef24bab5..4872c59be 100644 --- a/src/geode/mesh/helpers/detail/point_set_merger.cpp +++ b/src/geode/mesh/helpers/detail/point_set_merger.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/mesh/helpers/detail/solid_merger.cpp b/src/geode/mesh/helpers/detail/solid_merger.cpp index bd5b8e884..ddfcdbc57 100644 --- a/src/geode/mesh/helpers/detail/solid_merger.cpp +++ b/src/geode/mesh/helpers/detail/solid_merger.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/mesh/helpers/detail/split_along_solid_facets.cpp b/src/geode/mesh/helpers/detail/split_along_solid_facets.cpp index a8c65eca5..007088892 100644 --- a/src/geode/mesh/helpers/detail/split_along_solid_facets.cpp +++ b/src/geode/mesh/helpers/detail/split_along_solid_facets.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/mesh/helpers/detail/surface_merger.cpp b/src/geode/mesh/helpers/detail/surface_merger.cpp index 45f820c7e..79e21c55c 100644 --- a/src/geode/mesh/helpers/detail/surface_merger.cpp +++ b/src/geode/mesh/helpers/detail/surface_merger.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/mesh/helpers/detail/vertex_merger.cpp b/src/geode/mesh/helpers/detail/vertex_merger.cpp index fc0b44fca..070f23f6a 100644 --- a/src/geode/mesh/helpers/detail/vertex_merger.cpp +++ b/src/geode/mesh/helpers/detail/vertex_merger.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/mesh/helpers/euclidean_distance_transform.cpp b/src/geode/mesh/helpers/euclidean_distance_transform.cpp index 47349043e..c7f96f93d 100644 --- a/src/geode/mesh/helpers/euclidean_distance_transform.cpp +++ b/src/geode/mesh/helpers/euclidean_distance_transform.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/mesh/helpers/gradient_computation.cpp b/src/geode/mesh/helpers/gradient_computation.cpp index 53da5921f..75990c95f 100644 --- a/src/geode/mesh/helpers/gradient_computation.cpp +++ b/src/geode/mesh/helpers/gradient_computation.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/mesh/helpers/grid_point_function.cpp b/src/geode/mesh/helpers/grid_point_function.cpp index 7f7069fb2..b2d01d3c0 100644 --- a/src/geode/mesh/helpers/grid_point_function.cpp +++ b/src/geode/mesh/helpers/grid_point_function.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/mesh/helpers/grid_scalar_function.cpp b/src/geode/mesh/helpers/grid_scalar_function.cpp index efb69cc20..b46526628 100644 --- a/src/geode/mesh/helpers/grid_scalar_function.cpp +++ b/src/geode/mesh/helpers/grid_scalar_function.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/mesh/helpers/hausdorff_distance.cpp b/src/geode/mesh/helpers/hausdorff_distance.cpp index f12d2476f..4ddf8ccce 100644 --- a/src/geode/mesh/helpers/hausdorff_distance.cpp +++ b/src/geode/mesh/helpers/hausdorff_distance.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/mesh/helpers/internal/copy.cpp b/src/geode/mesh/helpers/internal/copy.cpp index 868e01e6b..5ead0155f 100644 --- a/src/geode/mesh/helpers/internal/copy.cpp +++ b/src/geode/mesh/helpers/internal/copy.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/mesh/helpers/internal/grid_shape_function.cpp b/src/geode/mesh/helpers/internal/grid_shape_function.cpp index 6e1cbe67e..d08511cc8 100644 --- a/src/geode/mesh/helpers/internal/grid_shape_function.cpp +++ b/src/geode/mesh/helpers/internal/grid_shape_function.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/mesh/helpers/rasterize.cpp b/src/geode/mesh/helpers/rasterize.cpp index 890587688..2bb9c185e 100644 --- a/src/geode/mesh/helpers/rasterize.cpp +++ b/src/geode/mesh/helpers/rasterize.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/mesh/helpers/ray_tracing.cpp b/src/geode/mesh/helpers/ray_tracing.cpp index 46733da3f..536cababe 100644 --- a/src/geode/mesh/helpers/ray_tracing.cpp +++ b/src/geode/mesh/helpers/ray_tracing.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/mesh/helpers/repair_polygon_orientations.cpp b/src/geode/mesh/helpers/repair_polygon_orientations.cpp index 88ad292c5..2f49d46df 100644 --- a/src/geode/mesh/helpers/repair_polygon_orientations.cpp +++ b/src/geode/mesh/helpers/repair_polygon_orientations.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/mesh/helpers/tetrahedral_solid_point_function.cpp b/src/geode/mesh/helpers/tetrahedral_solid_point_function.cpp index 1289e7146..650cce343 100644 --- a/src/geode/mesh/helpers/tetrahedral_solid_point_function.cpp +++ b/src/geode/mesh/helpers/tetrahedral_solid_point_function.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/mesh/helpers/tetrahedral_solid_scalar_function.cpp b/src/geode/mesh/helpers/tetrahedral_solid_scalar_function.cpp index fadfb0c33..f078dde45 100644 --- a/src/geode/mesh/helpers/tetrahedral_solid_scalar_function.cpp +++ b/src/geode/mesh/helpers/tetrahedral_solid_scalar_function.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/mesh/helpers/triangulated_surface_point_function.cpp b/src/geode/mesh/helpers/triangulated_surface_point_function.cpp index defbd70eb..ee879510b 100644 --- a/src/geode/mesh/helpers/triangulated_surface_point_function.cpp +++ b/src/geode/mesh/helpers/triangulated_surface_point_function.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/mesh/helpers/triangulated_surface_scalar_function.cpp b/src/geode/mesh/helpers/triangulated_surface_scalar_function.cpp index 921461ccc..1f7f7ec0b 100644 --- a/src/geode/mesh/helpers/triangulated_surface_scalar_function.cpp +++ b/src/geode/mesh/helpers/triangulated_surface_scalar_function.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/mesh/io/edged_curve_input.cpp b/src/geode/mesh/io/edged_curve_input.cpp index 64ea06932..163a36092 100644 --- a/src/geode/mesh/io/edged_curve_input.cpp +++ b/src/geode/mesh/io/edged_curve_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/mesh/io/edged_curve_output.cpp b/src/geode/mesh/io/edged_curve_output.cpp index c7bb44f0a..21bd7aba1 100644 --- a/src/geode/mesh/io/edged_curve_output.cpp +++ b/src/geode/mesh/io/edged_curve_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/mesh/io/graph_input.cpp b/src/geode/mesh/io/graph_input.cpp index 0c694bf26..fe93d5354 100644 --- a/src/geode/mesh/io/graph_input.cpp +++ b/src/geode/mesh/io/graph_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/mesh/io/graph_output.cpp b/src/geode/mesh/io/graph_output.cpp index 59e42bc45..b3760533e 100644 --- a/src/geode/mesh/io/graph_output.cpp +++ b/src/geode/mesh/io/graph_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/mesh/io/hybrid_solid_input.cpp b/src/geode/mesh/io/hybrid_solid_input.cpp index 2c20f0a32..6af8132f7 100644 --- a/src/geode/mesh/io/hybrid_solid_input.cpp +++ b/src/geode/mesh/io/hybrid_solid_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/mesh/io/hybrid_solid_output.cpp b/src/geode/mesh/io/hybrid_solid_output.cpp index 1af68033d..23e6d1b2b 100644 --- a/src/geode/mesh/io/hybrid_solid_output.cpp +++ b/src/geode/mesh/io/hybrid_solid_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/mesh/io/light_regular_grid_input.cpp b/src/geode/mesh/io/light_regular_grid_input.cpp index 3a4f7a84a..46866456e 100644 --- a/src/geode/mesh/io/light_regular_grid_input.cpp +++ b/src/geode/mesh/io/light_regular_grid_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/mesh/io/light_regular_grid_output.cpp b/src/geode/mesh/io/light_regular_grid_output.cpp index 06d7824cb..2883233a4 100644 --- a/src/geode/mesh/io/light_regular_grid_output.cpp +++ b/src/geode/mesh/io/light_regular_grid_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/mesh/io/point_set_input.cpp b/src/geode/mesh/io/point_set_input.cpp index 26a4107f5..c64d8f648 100644 --- a/src/geode/mesh/io/point_set_input.cpp +++ b/src/geode/mesh/io/point_set_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/mesh/io/point_set_output.cpp b/src/geode/mesh/io/point_set_output.cpp index 0fa5451d4..a8571873c 100644 --- a/src/geode/mesh/io/point_set_output.cpp +++ b/src/geode/mesh/io/point_set_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/mesh/io/polygonal_surface_input.cpp b/src/geode/mesh/io/polygonal_surface_input.cpp index 4676f862b..6918d5e83 100644 --- a/src/geode/mesh/io/polygonal_surface_input.cpp +++ b/src/geode/mesh/io/polygonal_surface_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/mesh/io/polygonal_surface_output.cpp b/src/geode/mesh/io/polygonal_surface_output.cpp index 27d0c3bda..069be6b92 100644 --- a/src/geode/mesh/io/polygonal_surface_output.cpp +++ b/src/geode/mesh/io/polygonal_surface_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/mesh/io/polyhedral_solid_input.cpp b/src/geode/mesh/io/polyhedral_solid_input.cpp index 3649b1134..880349b89 100644 --- a/src/geode/mesh/io/polyhedral_solid_input.cpp +++ b/src/geode/mesh/io/polyhedral_solid_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/mesh/io/polyhedral_solid_output.cpp b/src/geode/mesh/io/polyhedral_solid_output.cpp index 68ca7fd87..edad15ce2 100644 --- a/src/geode/mesh/io/polyhedral_solid_output.cpp +++ b/src/geode/mesh/io/polyhedral_solid_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/mesh/io/register_input.cpp b/src/geode/mesh/io/register_input.cpp index a7399b5c8..34e882de7 100644 --- a/src/geode/mesh/io/register_input.cpp +++ b/src/geode/mesh/io/register_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/mesh/io/register_output.cpp b/src/geode/mesh/io/register_output.cpp index 12dfb8daa..32632caf8 100644 --- a/src/geode/mesh/io/register_output.cpp +++ b/src/geode/mesh/io/register_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/mesh/io/regular_grid_input.cpp b/src/geode/mesh/io/regular_grid_input.cpp index a6286555b..c9074ebba 100644 --- a/src/geode/mesh/io/regular_grid_input.cpp +++ b/src/geode/mesh/io/regular_grid_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/mesh/io/regular_grid_output.cpp b/src/geode/mesh/io/regular_grid_output.cpp index ab8fb76ee..0c5707576 100644 --- a/src/geode/mesh/io/regular_grid_output.cpp +++ b/src/geode/mesh/io/regular_grid_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/mesh/io/tetrahedral_solid_input.cpp b/src/geode/mesh/io/tetrahedral_solid_input.cpp index 2d40cb7cd..d848db77a 100644 --- a/src/geode/mesh/io/tetrahedral_solid_input.cpp +++ b/src/geode/mesh/io/tetrahedral_solid_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/mesh/io/tetrahedral_solid_output.cpp b/src/geode/mesh/io/tetrahedral_solid_output.cpp index 1b4876d1b..6ffcc4e8e 100644 --- a/src/geode/mesh/io/tetrahedral_solid_output.cpp +++ b/src/geode/mesh/io/tetrahedral_solid_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/mesh/io/triangulated_surface_input.cpp b/src/geode/mesh/io/triangulated_surface_input.cpp index dce1a910f..d41f32c1b 100644 --- a/src/geode/mesh/io/triangulated_surface_input.cpp +++ b/src/geode/mesh/io/triangulated_surface_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/mesh/io/triangulated_surface_output.cpp b/src/geode/mesh/io/triangulated_surface_output.cpp index 6abe8dbad..1c28580ff 100644 --- a/src/geode/mesh/io/triangulated_surface_output.cpp +++ b/src/geode/mesh/io/triangulated_surface_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/mesh/io/vertex_set_input.cpp b/src/geode/mesh/io/vertex_set_input.cpp index 0d17dfada..8139ec751 100644 --- a/src/geode/mesh/io/vertex_set_input.cpp +++ b/src/geode/mesh/io/vertex_set_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/mesh/io/vertex_set_output.cpp b/src/geode/mesh/io/vertex_set_output.cpp index b5b47e8c2..63e4360ed 100644 --- a/src/geode/mesh/io/vertex_set_output.cpp +++ b/src/geode/mesh/io/vertex_set_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/model/CMakeLists.txt b/src/geode/model/CMakeLists.txt index 36920198f..9fbf50a42 100644 --- a/src/geode/model/CMakeLists.txt +++ b/src/geode/model/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/model/common.cpp b/src/geode/model/common.cpp index 7890c6ecb..3c672b408 100644 --- a/src/geode/model/common.cpp +++ b/src/geode/model/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/model/helpers/aabb_model_helpers.cpp b/src/geode/model/helpers/aabb_model_helpers.cpp index f6230b505..9bfeff5e0 100644 --- a/src/geode/model/helpers/aabb_model_helpers.cpp +++ b/src/geode/model/helpers/aabb_model_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/model/helpers/component_mensurations.cpp b/src/geode/model/helpers/component_mensurations.cpp index e0928867a..ed60175d3 100644 --- a/src/geode/model/helpers/component_mensurations.cpp +++ b/src/geode/model/helpers/component_mensurations.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/model/helpers/component_mesh_edges.cpp b/src/geode/model/helpers/component_mesh_edges.cpp index b488ea465..f11d3a060 100644 --- a/src/geode/model/helpers/component_mesh_edges.cpp +++ b/src/geode/model/helpers/component_mesh_edges.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/model/helpers/component_mesh_polygons.cpp b/src/geode/model/helpers/component_mesh_polygons.cpp index d2ce81244..dd301693a 100644 --- a/src/geode/model/helpers/component_mesh_polygons.cpp +++ b/src/geode/model/helpers/component_mesh_polygons.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/model/helpers/component_mesh_polyhedra.cpp b/src/geode/model/helpers/component_mesh_polyhedra.cpp index a74fe6a80..059e4927e 100644 --- a/src/geode/model/helpers/component_mesh_polyhedra.cpp +++ b/src/geode/model/helpers/component_mesh_polyhedra.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/model/helpers/component_mesh_vertices.cpp b/src/geode/model/helpers/component_mesh_vertices.cpp index d54a41e9b..0addf32e8 100644 --- a/src/geode/model/helpers/component_mesh_vertices.cpp +++ b/src/geode/model/helpers/component_mesh_vertices.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/model/helpers/convert_brep_section.cpp b/src/geode/model/helpers/convert_brep_section.cpp index 4e3467619..524698336 100644 --- a/src/geode/model/helpers/convert_brep_section.cpp +++ b/src/geode/model/helpers/convert_brep_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/model/helpers/convert_model_meshes.cpp b/src/geode/model/helpers/convert_model_meshes.cpp index cfc71faa9..2d82fc1cc 100644 --- a/src/geode/model/helpers/convert_model_meshes.cpp +++ b/src/geode/model/helpers/convert_model_meshes.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/model/helpers/convert_to_mesh.cpp b/src/geode/model/helpers/convert_to_mesh.cpp index 7b8907231..c84c08bfc 100644 --- a/src/geode/model/helpers/convert_to_mesh.cpp +++ b/src/geode/model/helpers/convert_to_mesh.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/model/helpers/create_coordinate_system.cpp b/src/geode/model/helpers/create_coordinate_system.cpp index d80e21b7a..0b93435c1 100644 --- a/src/geode/model/helpers/create_coordinate_system.cpp +++ b/src/geode/model/helpers/create_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/model/helpers/detail/build_model_boundaries.cpp b/src/geode/model/helpers/detail/build_model_boundaries.cpp index a0b8b7e12..8d90d3e7d 100644 --- a/src/geode/model/helpers/detail/build_model_boundaries.cpp +++ b/src/geode/model/helpers/detail/build_model_boundaries.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/model/helpers/detail/mappings_merger.cpp b/src/geode/model/helpers/detail/mappings_merger.cpp index 9427474d0..b7579bf3c 100644 --- a/src/geode/model/helpers/detail/mappings_merger.cpp +++ b/src/geode/model/helpers/detail/mappings_merger.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/model/helpers/detail/split_along_block_mesh_borders.cpp b/src/geode/model/helpers/detail/split_along_block_mesh_borders.cpp index 92f78caed..d08ed5aa0 100644 --- a/src/geode/model/helpers/detail/split_along_block_mesh_borders.cpp +++ b/src/geode/model/helpers/detail/split_along_block_mesh_borders.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/model/helpers/detail/split_along_surface_mesh_borders.cpp b/src/geode/model/helpers/detail/split_along_surface_mesh_borders.cpp index 5c982f43d..0bbaa2eac 100644 --- a/src/geode/model/helpers/detail/split_along_surface_mesh_borders.cpp +++ b/src/geode/model/helpers/detail/split_along_surface_mesh_borders.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/model/helpers/model_component_filter.cpp b/src/geode/model/helpers/model_component_filter.cpp index 53177b0f3..f598da5de 100644 --- a/src/geode/model/helpers/model_component_filter.cpp +++ b/src/geode/model/helpers/model_component_filter.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/model/helpers/model_concatener.cpp b/src/geode/model/helpers/model_concatener.cpp index 81a508731..30fdee839 100644 --- a/src/geode/model/helpers/model_concatener.cpp +++ b/src/geode/model/helpers/model_concatener.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/model/helpers/model_coordinate_reference_system.cpp b/src/geode/model/helpers/model_coordinate_reference_system.cpp index c80c488ee..3926d2876 100644 --- a/src/geode/model/helpers/model_coordinate_reference_system.cpp +++ b/src/geode/model/helpers/model_coordinate_reference_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/model/helpers/ray_tracing.cpp b/src/geode/model/helpers/ray_tracing.cpp index 59f23544e..186f19b65 100644 --- a/src/geode/model/helpers/ray_tracing.cpp +++ b/src/geode/model/helpers/ray_tracing.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/model/helpers/simplicial_brep_creator.cpp b/src/geode/model/helpers/simplicial_brep_creator.cpp index baf4abe54..731875109 100644 --- a/src/geode/model/helpers/simplicial_brep_creator.cpp +++ b/src/geode/model/helpers/simplicial_brep_creator.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/model/helpers/simplicial_section_creator.cpp b/src/geode/model/helpers/simplicial_section_creator.cpp index 676394f50..a6fe6f3dc 100644 --- a/src/geode/model/helpers/simplicial_section_creator.cpp +++ b/src/geode/model/helpers/simplicial_section_creator.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/model/helpers/surface_radial_sort.cpp b/src/geode/model/helpers/surface_radial_sort.cpp index 341b9d8dd..d1612b061 100644 --- a/src/geode/model/helpers/surface_radial_sort.cpp +++ b/src/geode/model/helpers/surface_radial_sort.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/model/mixin/builder/block_collections_builder.cpp b/src/geode/model/mixin/builder/block_collections_builder.cpp index ce9f58bd0..ab65d63ec 100644 --- a/src/geode/model/mixin/builder/block_collections_builder.cpp +++ b/src/geode/model/mixin/builder/block_collections_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/model/mixin/builder/blocks_builder.cpp b/src/geode/model/mixin/builder/blocks_builder.cpp index 31898c922..4c318fbf8 100644 --- a/src/geode/model/mixin/builder/blocks_builder.cpp +++ b/src/geode/model/mixin/builder/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/model/mixin/builder/corner_collections_builder.cpp b/src/geode/model/mixin/builder/corner_collections_builder.cpp index d210b3790..4ca7f6211 100644 --- a/src/geode/model/mixin/builder/corner_collections_builder.cpp +++ b/src/geode/model/mixin/builder/corner_collections_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/model/mixin/builder/corners_builder.cpp b/src/geode/model/mixin/builder/corners_builder.cpp index 6ecd833b4..6aeac246f 100644 --- a/src/geode/model/mixin/builder/corners_builder.cpp +++ b/src/geode/model/mixin/builder/corners_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/model/mixin/builder/line_collections_builder.cpp b/src/geode/model/mixin/builder/line_collections_builder.cpp index 62cca9b99..43809b407 100644 --- a/src/geode/model/mixin/builder/line_collections_builder.cpp +++ b/src/geode/model/mixin/builder/line_collections_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/model/mixin/builder/lines_builder.cpp b/src/geode/model/mixin/builder/lines_builder.cpp index 80ed2bb5d..293cbce88 100644 --- a/src/geode/model/mixin/builder/lines_builder.cpp +++ b/src/geode/model/mixin/builder/lines_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/model/mixin/builder/model_boundaries_builder.cpp b/src/geode/model/mixin/builder/model_boundaries_builder.cpp index 9bf529226..497e2fe93 100644 --- a/src/geode/model/mixin/builder/model_boundaries_builder.cpp +++ b/src/geode/model/mixin/builder/model_boundaries_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/model/mixin/builder/relationships_builder.cpp b/src/geode/model/mixin/builder/relationships_builder.cpp index 1fee2955a..a98013bcc 100644 --- a/src/geode/model/mixin/builder/relationships_builder.cpp +++ b/src/geode/model/mixin/builder/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/model/mixin/builder/surface_collections_builder.cpp b/src/geode/model/mixin/builder/surface_collections_builder.cpp index c184a4c50..e65ac66be 100644 --- a/src/geode/model/mixin/builder/surface_collections_builder.cpp +++ b/src/geode/model/mixin/builder/surface_collections_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/model/mixin/builder/surfaces_builder.cpp b/src/geode/model/mixin/builder/surfaces_builder.cpp index c4c71a459..49ae9b883 100644 --- a/src/geode/model/mixin/builder/surfaces_builder.cpp +++ b/src/geode/model/mixin/builder/surfaces_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/model/mixin/builder/vertex_identifier_builder.cpp b/src/geode/model/mixin/builder/vertex_identifier_builder.cpp index 57c6a1d91..7cf40ae6b 100644 --- a/src/geode/model/mixin/builder/vertex_identifier_builder.cpp +++ b/src/geode/model/mixin/builder/vertex_identifier_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/model/mixin/core/bitsery_archive.cpp b/src/geode/model/mixin/core/bitsery_archive.cpp index 0dde9c16e..8ecb1a24a 100644 --- a/src/geode/model/mixin/core/bitsery_archive.cpp +++ b/src/geode/model/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/model/mixin/core/block.cpp b/src/geode/model/mixin/core/block.cpp index 000e1b81e..93291ba6b 100644 --- a/src/geode/model/mixin/core/block.cpp +++ b/src/geode/model/mixin/core/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/model/mixin/core/block_collection.cpp b/src/geode/model/mixin/core/block_collection.cpp index 3b6e0aada..07ca2cf89 100644 --- a/src/geode/model/mixin/core/block_collection.cpp +++ b/src/geode/model/mixin/core/block_collection.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/model/mixin/core/block_collections.cpp b/src/geode/model/mixin/core/block_collections.cpp index 67e4c6acc..51f1e739d 100644 --- a/src/geode/model/mixin/core/block_collections.cpp +++ b/src/geode/model/mixin/core/block_collections.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/model/mixin/core/blocks.cpp b/src/geode/model/mixin/core/blocks.cpp index 6a1588797..a18b60ac8 100644 --- a/src/geode/model/mixin/core/blocks.cpp +++ b/src/geode/model/mixin/core/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/model/mixin/core/component.cpp b/src/geode/model/mixin/core/component.cpp index 6bcd994d2..630978dee 100644 --- a/src/geode/model/mixin/core/component.cpp +++ b/src/geode/model/mixin/core/component.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/model/mixin/core/corner.cpp b/src/geode/model/mixin/core/corner.cpp index b1ad6e135..0e4a08d39 100644 --- a/src/geode/model/mixin/core/corner.cpp +++ b/src/geode/model/mixin/core/corner.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/model/mixin/core/corner_collection.cpp b/src/geode/model/mixin/core/corner_collection.cpp index 4d51b2594..9386617d9 100644 --- a/src/geode/model/mixin/core/corner_collection.cpp +++ b/src/geode/model/mixin/core/corner_collection.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/model/mixin/core/corner_collections.cpp b/src/geode/model/mixin/core/corner_collections.cpp index 86a1e3485..7b7684f4b 100644 --- a/src/geode/model/mixin/core/corner_collections.cpp +++ b/src/geode/model/mixin/core/corner_collections.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/model/mixin/core/corners.cpp b/src/geode/model/mixin/core/corners.cpp index a20b002de..f58e7b17a 100644 --- a/src/geode/model/mixin/core/corners.cpp +++ b/src/geode/model/mixin/core/corners.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/model/mixin/core/detail/relationships_impl.cpp b/src/geode/model/mixin/core/detail/relationships_impl.cpp index 3fe7a6455..cbabdbc75 100644 --- a/src/geode/model/mixin/core/detail/relationships_impl.cpp +++ b/src/geode/model/mixin/core/detail/relationships_impl.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/model/mixin/core/line.cpp b/src/geode/model/mixin/core/line.cpp index 5af565811..b54c51f9d 100644 --- a/src/geode/model/mixin/core/line.cpp +++ b/src/geode/model/mixin/core/line.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/model/mixin/core/line_collection.cpp b/src/geode/model/mixin/core/line_collection.cpp index efc638cad..78ad98b7f 100644 --- a/src/geode/model/mixin/core/line_collection.cpp +++ b/src/geode/model/mixin/core/line_collection.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/model/mixin/core/line_collections.cpp b/src/geode/model/mixin/core/line_collections.cpp index f2c4b0def..5cd2ce039 100644 --- a/src/geode/model/mixin/core/line_collections.cpp +++ b/src/geode/model/mixin/core/line_collections.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/model/mixin/core/lines.cpp b/src/geode/model/mixin/core/lines.cpp index 321b83c69..2907d41d2 100644 --- a/src/geode/model/mixin/core/lines.cpp +++ b/src/geode/model/mixin/core/lines.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/model/mixin/core/model_boundaries.cpp b/src/geode/model/mixin/core/model_boundaries.cpp index 5ec5e7d52..62f073294 100644 --- a/src/geode/model/mixin/core/model_boundaries.cpp +++ b/src/geode/model/mixin/core/model_boundaries.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/model/mixin/core/model_boundary.cpp b/src/geode/model/mixin/core/model_boundary.cpp index f84f1b46e..cb0483270 100644 --- a/src/geode/model/mixin/core/model_boundary.cpp +++ b/src/geode/model/mixin/core/model_boundary.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/model/mixin/core/relationships.cpp b/src/geode/model/mixin/core/relationships.cpp index 53396d01e..38258f55c 100644 --- a/src/geode/model/mixin/core/relationships.cpp +++ b/src/geode/model/mixin/core/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/model/mixin/core/surface.cpp b/src/geode/model/mixin/core/surface.cpp index 0cd6c3811..0da599b27 100644 --- a/src/geode/model/mixin/core/surface.cpp +++ b/src/geode/model/mixin/core/surface.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/model/mixin/core/surface_collection.cpp b/src/geode/model/mixin/core/surface_collection.cpp index d60aee3ee..db68c9703 100644 --- a/src/geode/model/mixin/core/surface_collection.cpp +++ b/src/geode/model/mixin/core/surface_collection.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/model/mixin/core/surface_collections.cpp b/src/geode/model/mixin/core/surface_collections.cpp index 9cd5ff0ec..eb89869f5 100644 --- a/src/geode/model/mixin/core/surface_collections.cpp +++ b/src/geode/model/mixin/core/surface_collections.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/model/mixin/core/surfaces.cpp b/src/geode/model/mixin/core/surfaces.cpp index 1916a8ea1..33661e11d 100644 --- a/src/geode/model/mixin/core/surfaces.cpp +++ b/src/geode/model/mixin/core/surfaces.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/model/representation/builder/brep_builder.cpp b/src/geode/model/representation/builder/brep_builder.cpp index 3c7aa9c6b..dbcec0d36 100644 --- a/src/geode/model/representation/builder/brep_builder.cpp +++ b/src/geode/model/representation/builder/brep_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/model/representation/builder/section_builder.cpp b/src/geode/model/representation/builder/section_builder.cpp index d288d1279..ebc85e85f 100644 --- a/src/geode/model/representation/builder/section_builder.cpp +++ b/src/geode/model/representation/builder/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/model/representation/core/brep.cpp b/src/geode/model/representation/core/brep.cpp index 8ce770db6..769e9b2ea 100644 --- a/src/geode/model/representation/core/brep.cpp +++ b/src/geode/model/representation/core/brep.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/model/representation/core/detail/clone.cpp b/src/geode/model/representation/core/detail/clone.cpp index 3995e26a2..0e33a5a64 100644 --- a/src/geode/model/representation/core/detail/clone.cpp +++ b/src/geode/model/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/model/representation/core/detail/transfer_collections.cpp b/src/geode/model/representation/core/detail/transfer_collections.cpp index 940ea59ca..35e3203dd 100644 --- a/src/geode/model/representation/core/detail/transfer_collections.cpp +++ b/src/geode/model/representation/core/detail/transfer_collections.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/model/representation/core/detail/transfer_metadata.cpp b/src/geode/model/representation/core/detail/transfer_metadata.cpp index a27e7e18f..5b8f679d1 100644 --- a/src/geode/model/representation/core/detail/transfer_metadata.cpp +++ b/src/geode/model/representation/core/detail/transfer_metadata.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/model/representation/core/section.cpp b/src/geode/model/representation/core/section.cpp index d1efaec13..bf871da73 100644 --- a/src/geode/model/representation/core/section.cpp +++ b/src/geode/model/representation/core/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/model/representation/io/brep_input.cpp b/src/geode/model/representation/io/brep_input.cpp index d370f3ac4..0e7e83aea 100644 --- a/src/geode/model/representation/io/brep_input.cpp +++ b/src/geode/model/representation/io/brep_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/model/representation/io/brep_output.cpp b/src/geode/model/representation/io/brep_output.cpp index a5eb2f4e9..628f13336 100644 --- a/src/geode/model/representation/io/brep_output.cpp +++ b/src/geode/model/representation/io/brep_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/model/representation/io/geode/geode_brep_input.cpp b/src/geode/model/representation/io/geode/geode_brep_input.cpp index 7e73f03b7..c3793461b 100644 --- a/src/geode/model/representation/io/geode/geode_brep_input.cpp +++ b/src/geode/model/representation/io/geode/geode_brep_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/model/representation/io/geode/geode_brep_output.cpp b/src/geode/model/representation/io/geode/geode_brep_output.cpp index 8d2b480d0..48b50e235 100644 --- a/src/geode/model/representation/io/geode/geode_brep_output.cpp +++ b/src/geode/model/representation/io/geode/geode_brep_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/model/representation/io/geode/geode_section_input.cpp b/src/geode/model/representation/io/geode/geode_section_input.cpp index 2effad99a..f770154a3 100644 --- a/src/geode/model/representation/io/geode/geode_section_input.cpp +++ b/src/geode/model/representation/io/geode/geode_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/model/representation/io/geode/geode_section_output.cpp b/src/geode/model/representation/io/geode/geode_section_output.cpp index 02ed5cc29..9b88242e8 100644 --- a/src/geode/model/representation/io/geode/geode_section_output.cpp +++ b/src/geode/model/representation/io/geode/geode_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/model/representation/io/section_input.cpp b/src/geode/model/representation/io/section_input.cpp index 4aeb8363b..aacb9939e 100644 --- a/src/geode/model/representation/io/section_input.cpp +++ b/src/geode/model/representation/io/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/model/representation/io/section_output.cpp b/src/geode/model/representation/io/section_output.cpp index 91b3a1e56..49e593e6b 100644 --- a/src/geode/model/representation/io/section_output.cpp +++ b/src/geode/model/representation/io/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 8f1dce0cf..f6d700d65 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/basic/CMakeLists.txt b/tests/basic/CMakeLists.txt index c4a4fab70..92c98a9be 100644 --- a/tests/basic/CMakeLists.txt +++ b/tests/basic/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/basic/test-algorithm.cpp b/tests/basic/test-algorithm.cpp index adbdb1bb0..98fb676dc 100644 --- a/tests/basic/test-algorithm.cpp +++ b/tests/basic/test-algorithm.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/basic/test-assert.cpp b/tests/basic/test-assert.cpp index 6cfe2133e..771b8ff61 100644 --- a/tests/basic/test-assert.cpp +++ b/tests/basic/test-assert.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/basic/test-attribute.cpp b/tests/basic/test-attribute.cpp index 1d84713f7..2de5bdeeb 100644 --- a/tests/basic/test-attribute.cpp +++ b/tests/basic/test-attribute.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/basic/test-cached-value.cpp b/tests/basic/test-cached-value.cpp index a9a379ceb..8654007b9 100644 --- a/tests/basic/test-cached-value.cpp +++ b/tests/basic/test-cached-value.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/basic/test-factory.cpp b/tests/basic/test-factory.cpp index 884d4dda9..a704ca2e7 100644 --- a/tests/basic/test-factory.cpp +++ b/tests/basic/test-factory.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/basic/test-filename.cpp b/tests/basic/test-filename.cpp index 09174eef2..9d118641f 100644 --- a/tests/basic/test-filename.cpp +++ b/tests/basic/test-filename.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/basic/test-growable.cpp b/tests/basic/test-growable.cpp index 0be2de6fa..547765b3a 100644 --- a/tests/basic/test-growable.cpp +++ b/tests/basic/test-growable.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/basic/test-logger.cpp b/tests/basic/test-logger.cpp index 16d1ed465..86a200fe1 100644 --- a/tests/basic/test-logger.cpp +++ b/tests/basic/test-logger.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/basic/test-mappings.cpp b/tests/basic/test-mappings.cpp index d3b68fe1c..ac6b0cde6 100644 --- a/tests/basic/test-mappings.cpp +++ b/tests/basic/test-mappings.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/basic/test-permutation.cpp b/tests/basic/test-permutation.cpp index 24da12430..cf30d2fbc 100644 --- a/tests/basic/test-permutation.cpp +++ b/tests/basic/test-permutation.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/basic/test-progress-logger.cpp b/tests/basic/test-progress-logger.cpp index dbb5e8d4c..fc7e398e9 100644 --- a/tests/basic/test-progress-logger.cpp +++ b/tests/basic/test-progress-logger.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/basic/test-range.cpp b/tests/basic/test-range.cpp index 6d5c786e3..eab2c3236 100644 --- a/tests/basic/test-range.cpp +++ b/tests/basic/test-range.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/basic/test-uuid.cpp b/tests/basic/test-uuid.cpp index 46e5a38ca..efee422c8 100644 --- a/tests/basic/test-uuid.cpp +++ b/tests/basic/test-uuid.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/basic/test-zip-file.cpp b/tests/basic/test-zip-file.cpp index 0bb4ddba8..9ad6d12db 100644 --- a/tests/basic/test-zip-file.cpp +++ b/tests/basic/test-zip-file.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/common.hpp.in b/tests/common.hpp.in index aea1e840c..ee4a01ad9 100644 --- a/tests/common.hpp.in +++ b/tests/common.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 diff --git a/tests/geometry/CMakeLists.txt b/tests/geometry/CMakeLists.txt index be7be8834..c62766c0e 100644 --- a/tests/geometry/CMakeLists.txt +++ b/tests/geometry/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/geometry/test-aabb.cpp b/tests/geometry/test-aabb.cpp index a5af68605..063e59b50 100644 --- a/tests/geometry/test-aabb.cpp +++ b/tests/geometry/test-aabb.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/geometry/test-barycentric-coordinates.cpp b/tests/geometry/test-barycentric-coordinates.cpp index 602e64118..ab29a5db6 100644 --- a/tests/geometry/test-barycentric-coordinates.cpp +++ b/tests/geometry/test-barycentric-coordinates.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/geometry/test-basic-objects.cpp b/tests/geometry/test-basic-objects.cpp index 807e43acd..e30121848 100644 --- a/tests/geometry/test-basic-objects.cpp +++ b/tests/geometry/test-basic-objects.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/geometry/test-bounding-box.cpp b/tests/geometry/test-bounding-box.cpp index 34dff2e40..a953a006a 100644 --- a/tests/geometry/test-bounding-box.cpp +++ b/tests/geometry/test-bounding-box.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/geometry/test-coordinate-system.cpp b/tests/geometry/test-coordinate-system.cpp index dae1e777e..d216ba7a3 100644 --- a/tests/geometry/test-coordinate-system.cpp +++ b/tests/geometry/test-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/geometry/test-distance.cpp b/tests/geometry/test-distance.cpp index f0dd2bf02..5d70fcf53 100644 --- a/tests/geometry/test-distance.cpp +++ b/tests/geometry/test-distance.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/geometry/test-dynamic-nnsearch.cpp b/tests/geometry/test-dynamic-nnsearch.cpp index ec0b68fb3..10df09c73 100644 --- a/tests/geometry/test-dynamic-nnsearch.cpp +++ b/tests/geometry/test-dynamic-nnsearch.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/geometry/test-intersection-detection.cpp b/tests/geometry/test-intersection-detection.cpp index d349bb3b3..0c9820386 100644 --- a/tests/geometry/test-intersection-detection.cpp +++ b/tests/geometry/test-intersection-detection.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/geometry/test-intersection.cpp b/tests/geometry/test-intersection.cpp index 8e7b2a00c..213a03bb7 100644 --- a/tests/geometry/test-intersection.cpp +++ b/tests/geometry/test-intersection.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/geometry/test-mensuration.cpp b/tests/geometry/test-mensuration.cpp index 7feb3df41..143b9dd5b 100644 --- a/tests/geometry/test-mensuration.cpp +++ b/tests/geometry/test-mensuration.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/geometry/test-nnsearch.cpp b/tests/geometry/test-nnsearch.cpp index a4c1ff81a..df479b2a1 100644 --- a/tests/geometry/test-nnsearch.cpp +++ b/tests/geometry/test-nnsearch.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/geometry/test-perpendicular.cpp b/tests/geometry/test-perpendicular.cpp index 64a286a87..23bb09ef3 100644 --- a/tests/geometry/test-perpendicular.cpp +++ b/tests/geometry/test-perpendicular.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/geometry/test-point.cpp b/tests/geometry/test-point.cpp index dbccdc19f..90fa6f083 100644 --- a/tests/geometry/test-point.cpp +++ b/tests/geometry/test-point.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/geometry/test-points-sort.cpp b/tests/geometry/test-points-sort.cpp index 6bf46d1ae..84d6f8653 100644 --- a/tests/geometry/test-points-sort.cpp +++ b/tests/geometry/test-points-sort.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/geometry/test-position.cpp b/tests/geometry/test-position.cpp index 9168058c2..2120fc661 100644 --- a/tests/geometry/test-position.cpp +++ b/tests/geometry/test-position.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/geometry/test-projection.cpp b/tests/geometry/test-projection.cpp index 0cf5888f8..a9d53ec75 100644 --- a/tests/geometry/test-projection.cpp +++ b/tests/geometry/test-projection.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/geometry/test-quality.cpp b/tests/geometry/test-quality.cpp index 9e5563f89..e930bc12e 100644 --- a/tests/geometry/test-quality.cpp +++ b/tests/geometry/test-quality.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/geometry/test-radial-sort.cpp b/tests/geometry/test-radial-sort.cpp index 637f9e7ce..992e6ca73 100644 --- a/tests/geometry/test-radial-sort.cpp +++ b/tests/geometry/test-radial-sort.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/geometry/test-rotation.cpp b/tests/geometry/test-rotation.cpp index 63c77d832..69412423e 100644 --- a/tests/geometry/test-rotation.cpp +++ b/tests/geometry/test-rotation.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/geometry/test-sign.cpp b/tests/geometry/test-sign.cpp index 07b9e5e04..e2f7e9afe 100644 --- a/tests/geometry/test-sign.cpp +++ b/tests/geometry/test-sign.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/geometry/test-square-matrix.cpp b/tests/geometry/test-square-matrix.cpp index 989ade17d..ddec6249d 100644 --- a/tests/geometry/test-square-matrix.cpp +++ b/tests/geometry/test-square-matrix.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/geometry/test-triangle.cpp b/tests/geometry/test-triangle.cpp index 147e5858d..f7e795713 100644 --- a/tests/geometry/test-triangle.cpp +++ b/tests/geometry/test-triangle.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/geometry/test-vector.cpp b/tests/geometry/test-vector.cpp index 4493cd5da..582623787 100644 --- a/tests/geometry/test-vector.cpp +++ b/tests/geometry/test-vector.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/image/CMakeLists.txt b/tests/image/CMakeLists.txt index 2aa51d57f..7ca2a3d2c 100644 --- a/tests/image/CMakeLists.txt +++ b/tests/image/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/image/test-colors.cpp b/tests/image/test-colors.cpp index e5e5e0f0e..316d72515 100644 --- a/tests/image/test-colors.cpp +++ b/tests/image/test-colors.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/image/test-raster-image.cpp b/tests/image/test-raster-image.cpp index 8b0b56d51..db626c60d 100644 --- a/tests/image/test-raster-image.cpp +++ b/tests/image/test-raster-image.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/mesh/CMakeLists.txt b/tests/mesh/CMakeLists.txt index 04925a8ce..ab8ef5e3e 100644 --- a/tests/mesh/CMakeLists.txt +++ b/tests/mesh/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/mesh/test-aabb-edged-curve-helpers.cpp b/tests/mesh/test-aabb-edged-curve-helpers.cpp index 0f4d1a75c..6cb40dfab 100644 --- a/tests/mesh/test-aabb-edged-curve-helpers.cpp +++ b/tests/mesh/test-aabb-edged-curve-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/tests/mesh/test-aabb-tetrahedral-solid-helpers.cpp b/tests/mesh/test-aabb-tetrahedral-solid-helpers.cpp index 8d178fe95..362f7b8b7 100644 --- a/tests/mesh/test-aabb-tetrahedral-solid-helpers.cpp +++ b/tests/mesh/test-aabb-tetrahedral-solid-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/tests/mesh/test-aabb-triangulated-surface-helpers.cpp b/tests/mesh/test-aabb-triangulated-surface-helpers.cpp index 9079c39b6..9ee484e90 100644 --- a/tests/mesh/test-aabb-triangulated-surface-helpers.cpp +++ b/tests/mesh/test-aabb-triangulated-surface-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/tests/mesh/test-build-grid.cpp b/tests/mesh/test-build-grid.cpp index 5e1994740..bcaab0ca0 100644 --- a/tests/mesh/test-build-grid.cpp +++ b/tests/mesh/test-build-grid.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/mesh/test-convert-solid.cpp b/tests/mesh/test-convert-solid.cpp index 21ab86353..c7825e19b 100644 --- a/tests/mesh/test-convert-solid.cpp +++ b/tests/mesh/test-convert-solid.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/mesh/test-convert-surface.cpp b/tests/mesh/test-convert-surface.cpp index e51f5b67b..64b67fb42 100644 --- a/tests/mesh/test-convert-surface.cpp +++ b/tests/mesh/test-convert-surface.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/mesh/test-coordinate-reference-system.cpp b/tests/mesh/test-coordinate-reference-system.cpp index 16aabaf8d..d54e74bcd 100644 --- a/tests/mesh/test-coordinate-reference-system.cpp +++ b/tests/mesh/test-coordinate-reference-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/mesh/test-edged-curve.cpp b/tests/mesh/test-edged-curve.cpp index 2ebb4ceac..c22f9a206 100644 --- a/tests/mesh/test-edged-curve.cpp +++ b/tests/mesh/test-edged-curve.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/mesh/test-euclidean-distance-transform.cpp b/tests/mesh/test-euclidean-distance-transform.cpp index 63a4c7f50..83541d290 100644 --- a/tests/mesh/test-euclidean-distance-transform.cpp +++ b/tests/mesh/test-euclidean-distance-transform.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/mesh/test-generic-mesh-accessor.cpp b/tests/mesh/test-generic-mesh-accessor.cpp index a79b850fd..cf00ca2d3 100644 --- a/tests/mesh/test-generic-mesh-accessor.cpp +++ b/tests/mesh/test-generic-mesh-accessor.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/mesh/test-geometrical-operations-on-mesh.cpp b/tests/mesh/test-geometrical-operations-on-mesh.cpp index e69b3cb55..632f0c649 100644 --- a/tests/mesh/test-geometrical-operations-on-mesh.cpp +++ b/tests/mesh/test-geometrical-operations-on-mesh.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/mesh/test-gradient-computation.cpp b/tests/mesh/test-gradient-computation.cpp index 555e37340..425061ab6 100644 --- a/tests/mesh/test-gradient-computation.cpp +++ b/tests/mesh/test-gradient-computation.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/mesh/test-graph.cpp b/tests/mesh/test-graph.cpp index bfc3eef60..e358fc885 100644 --- a/tests/mesh/test-graph.cpp +++ b/tests/mesh/test-graph.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/mesh/test-hybrid-solid.cpp b/tests/mesh/test-hybrid-solid.cpp index a759e8234..889097c3c 100644 --- a/tests/mesh/test-hybrid-solid.cpp +++ b/tests/mesh/test-hybrid-solid.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/mesh/test-light-regular-grid.cpp b/tests/mesh/test-light-regular-grid.cpp index a67be7c34..a153127ae 100644 --- a/tests/mesh/test-light-regular-grid.cpp +++ b/tests/mesh/test-light-regular-grid.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/mesh/test-merge-curve.cpp b/tests/mesh/test-merge-curve.cpp index d74a83cf6..47c544ca8 100644 --- a/tests/mesh/test-merge-curve.cpp +++ b/tests/mesh/test-merge-curve.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/mesh/test-merge-solid.cpp b/tests/mesh/test-merge-solid.cpp index 148f1e46d..d665ff9a9 100644 --- a/tests/mesh/test-merge-solid.cpp +++ b/tests/mesh/test-merge-solid.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/mesh/test-merge-surface.cpp b/tests/mesh/test-merge-surface.cpp index be975b37d..a842c874c 100644 --- a/tests/mesh/test-merge-surface.cpp +++ b/tests/mesh/test-merge-surface.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/mesh/test-mesh-factory.cpp b/tests/mesh/test-mesh-factory.cpp index 1dd509ff1..da30d5ab7 100644 --- a/tests/mesh/test-mesh-factory.cpp +++ b/tests/mesh/test-mesh-factory.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/mesh/test-nnsearch-point-set.cpp b/tests/mesh/test-nnsearch-point-set.cpp index 9777349d4..5486afcee 100644 --- a/tests/mesh/test-nnsearch-point-set.cpp +++ b/tests/mesh/test-nnsearch-point-set.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/mesh/test-point-set.cpp b/tests/mesh/test-point-set.cpp index 695c3205e..be3053257 100644 --- a/tests/mesh/test-point-set.cpp +++ b/tests/mesh/test-point-set.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/mesh/test-polygonal-surface.cpp b/tests/mesh/test-polygonal-surface.cpp index 1ba1e74c3..0ba8d14b2 100644 --- a/tests/mesh/test-polygonal-surface.cpp +++ b/tests/mesh/test-polygonal-surface.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/mesh/test-polyhedral-solid.cpp b/tests/mesh/test-polyhedral-solid.cpp index a4472c842..460a07f9b 100644 --- a/tests/mesh/test-polyhedral-solid.cpp +++ b/tests/mesh/test-polyhedral-solid.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/mesh/test-rasterize.cpp b/tests/mesh/test-rasterize.cpp index 355169fff..a89915041 100644 --- a/tests/mesh/test-rasterize.cpp +++ b/tests/mesh/test-rasterize.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/mesh/test-ray-tracing.cpp b/tests/mesh/test-ray-tracing.cpp index 7fac61989..feffdc940 100644 --- a/tests/mesh/test-ray-tracing.cpp +++ b/tests/mesh/test-ray-tracing.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/mesh/test-register-builder.cpp b/tests/mesh/test-register-builder.cpp index 41c41065a..4aacbb389 100644 --- a/tests/mesh/test-register-builder.cpp +++ b/tests/mesh/test-register-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/tests/mesh/test-register-input.cpp b/tests/mesh/test-register-input.cpp index 05a4e9edd..a9bd5f505 100644 --- a/tests/mesh/test-register-input.cpp +++ b/tests/mesh/test-register-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/tests/mesh/test-register-mesh.cpp b/tests/mesh/test-register-mesh.cpp index 62c8599ec..126de8b76 100644 --- a/tests/mesh/test-register-mesh.cpp +++ b/tests/mesh/test-register-mesh.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/mesh/test-register-output.cpp b/tests/mesh/test-register-output.cpp index b931722e8..8a197e498 100644 --- a/tests/mesh/test-register-output.cpp +++ b/tests/mesh/test-register-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/mesh/test-regular-grid-function.cpp b/tests/mesh/test-regular-grid-function.cpp index a7f475f25..d43106859 100644 --- a/tests/mesh/test-regular-grid-function.cpp +++ b/tests/mesh/test-regular-grid-function.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/mesh/test-regular-grid.cpp b/tests/mesh/test-regular-grid.cpp index 58b689d13..5f517533e 100644 --- a/tests/mesh/test-regular-grid.cpp +++ b/tests/mesh/test-regular-grid.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/mesh/test-repair-polygon-orientations.cpp b/tests/mesh/test-repair-polygon-orientations.cpp index 5dda5638d..a5f1550db 100644 --- a/tests/mesh/test-repair-polygon-orientations.cpp +++ b/tests/mesh/test-repair-polygon-orientations.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/mesh/test-tetrahedral-solid-function.cpp b/tests/mesh/test-tetrahedral-solid-function.cpp index acfe710df..6a2ac9694 100644 --- a/tests/mesh/test-tetrahedral-solid-function.cpp +++ b/tests/mesh/test-tetrahedral-solid-function.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/mesh/test-tetrahedral-solid.cpp b/tests/mesh/test-tetrahedral-solid.cpp index f5d719842..9dd8525cb 100644 --- a/tests/mesh/test-tetrahedral-solid.cpp +++ b/tests/mesh/test-tetrahedral-solid.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/mesh/test-texture-manager.cpp b/tests/mesh/test-texture-manager.cpp index 4e25f6802..acf4986b4 100644 --- a/tests/mesh/test-texture-manager.cpp +++ b/tests/mesh/test-texture-manager.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/mesh/test-triangulated-surface-function.cpp b/tests/mesh/test-triangulated-surface-function.cpp index fcf44c92f..ed3ab5842 100644 --- a/tests/mesh/test-triangulated-surface-function.cpp +++ b/tests/mesh/test-triangulated-surface-function.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/mesh/test-triangulated-surface.cpp b/tests/mesh/test-triangulated-surface.cpp index f707a0d07..722d3ec76 100644 --- a/tests/mesh/test-triangulated-surface.cpp +++ b/tests/mesh/test-triangulated-surface.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/mesh/test-vertex-cycle.cpp b/tests/mesh/test-vertex-cycle.cpp index 995b250cd..0f2d09ccf 100644 --- a/tests/mesh/test-vertex-cycle.cpp +++ b/tests/mesh/test-vertex-cycle.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/mesh/test-vertex-set.cpp b/tests/mesh/test-vertex-set.cpp index 1a96704b9..46d53121e 100644 --- a/tests/mesh/test-vertex-set.cpp +++ b/tests/mesh/test-vertex-set.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/model/CMakeLists.txt b/tests/model/CMakeLists.txt index 4cc5ce99f..a8db4d09b 100644 --- a/tests/model/CMakeLists.txt +++ b/tests/model/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/model/test-brep.cpp b/tests/model/test-brep.cpp index 15598d0cd..bcd0fe3db 100644 --- a/tests/model/test-brep.cpp +++ b/tests/model/test-brep.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/model/test-component-mesh-edges.cpp b/tests/model/test-component-mesh-edges.cpp index 7931ee8d6..eb9b2a271 100644 --- a/tests/model/test-component-mesh-edges.cpp +++ b/tests/model/test-component-mesh-edges.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/model/test-component-mesh-polygons.cpp b/tests/model/test-component-mesh-polygons.cpp index 7d5384950..c0c833d74 100644 --- a/tests/model/test-component-mesh-polygons.cpp +++ b/tests/model/test-component-mesh-polygons.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/model/test-component-mesh-polyhedra.cpp b/tests/model/test-component-mesh-polyhedra.cpp index 6b7fa73d0..6104df1c7 100644 --- a/tests/model/test-component-mesh-polyhedra.cpp +++ b/tests/model/test-component-mesh-polyhedra.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/model/test-convert-brep.cpp b/tests/model/test-convert-brep.cpp index 94c3a77be..1a69d3b8c 100644 --- a/tests/model/test-convert-brep.cpp +++ b/tests/model/test-convert-brep.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/model/test-convert-model-meshes.cpp b/tests/model/test-convert-model-meshes.cpp index c9c4c8b9f..3a03a97df 100644 --- a/tests/model/test-convert-model-meshes.cpp +++ b/tests/model/test-convert-model-meshes.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/model/test-convert-to-mesh.cpp b/tests/model/test-convert-to-mesh.cpp index 62e651b8d..ca6f35311 100644 --- a/tests/model/test-convert-to-mesh.cpp +++ b/tests/model/test-convert-to-mesh.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/model/test-model-component-filter.cpp b/tests/model/test-model-component-filter.cpp index dd39e8b0e..0502e4b93 100644 --- a/tests/model/test-model-component-filter.cpp +++ b/tests/model/test-model-component-filter.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/model/test-model-concatener.cpp b/tests/model/test-model-concatener.cpp index 46b478482..8bd4dea9d 100644 --- a/tests/model/test-model-concatener.cpp +++ b/tests/model/test-model-concatener.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/model/test-model-creator.cpp b/tests/model/test-model-creator.cpp index 00eaff5e8..89845ff17 100644 --- a/tests/model/test-model-creator.cpp +++ b/tests/model/test-model-creator.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/model/test-model-crs.cpp b/tests/model/test-model-crs.cpp index cbec607f2..66c01a801 100644 --- a/tests/model/test-model-crs.cpp +++ b/tests/model/test-model-crs.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/model/test-model-mapping.cpp b/tests/model/test-model-mapping.cpp index 36a05c73f..0689dddcf 100644 --- a/tests/model/test-model-mapping.cpp +++ b/tests/model/test-model-mapping.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/model/test-ray-tracing-helpers.cpp b/tests/model/test-ray-tracing-helpers.cpp index b414c9d26..fbc96cbe5 100644 --- a/tests/model/test-ray-tracing-helpers.cpp +++ b/tests/model/test-ray-tracing-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/tests/model/test-relationships.cpp b/tests/model/test-relationships.cpp index 399f35de6..0c7a3a010 100644 --- a/tests/model/test-relationships.cpp +++ b/tests/model/test-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/tests/model/test-section.cpp b/tests/model/test-section.cpp index baa519bd6..a6c6dce85 100644 --- a/tests/model/test-section.cpp +++ b/tests/model/test-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/model/test-surface-radial-sort.cpp b/tests/model/test-surface-radial-sort.cpp index 908e6c178..c6e10e4b5 100644 --- a/tests/model/test-surface-radial-sort.cpp +++ b/tests/model/test-surface-radial-sort.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/model/test-vertex-identifier.cpp b/tests/model/test-vertex-identifier.cpp index 61847e1f0..d8b21f881 100644 --- a/tests/model/test-vertex-identifier.cpp +++ b/tests/model/test-vertex-identifier.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