diff --git a/benchmarks/brute_force_vs_bvh/brute_force_vs_bvh.cpp b/benchmarks/brute_force_vs_bvh/brute_force_vs_bvh.cpp index c000b1fbd..24b86d46a 100644 --- a/benchmarks/brute_force_vs_bvh/brute_force_vs_bvh.cpp +++ b/benchmarks/brute_force_vs_bvh/brute_force_vs_bvh.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/brute_force_vs_bvh/brute_force_vs_bvh.hpp b/benchmarks/brute_force_vs_bvh/brute_force_vs_bvh.hpp index c451f75eb..a77b32224 100644 --- a/benchmarks/brute_force_vs_bvh/brute_force_vs_bvh.hpp +++ b/benchmarks/brute_force_vs_bvh/brute_force_vs_bvh.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/brute_force_vs_bvh/brute_force_vs_bvh_timpl.hpp b/benchmarks/brute_force_vs_bvh/brute_force_vs_bvh_timpl.hpp index a0ba35dea..1cd954ab6 100644 --- a/benchmarks/brute_force_vs_bvh/brute_force_vs_bvh_timpl.hpp +++ b/benchmarks/brute_force_vs_bvh/brute_force_vs_bvh_timpl.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/bvh_driver/benchmark_registration.hpp b/benchmarks/bvh_driver/benchmark_registration.hpp index 64af011b8..f19d8a11e 100644 --- a/benchmarks/bvh_driver/benchmark_registration.hpp +++ b/benchmarks/bvh_driver/benchmark_registration.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/bvh_driver/bvh_driver.cpp b/benchmarks/bvh_driver/bvh_driver.cpp index 1741ff764..201ea3266 100644 --- a/benchmarks/bvh_driver/bvh_driver.cpp +++ b/benchmarks/bvh_driver/bvh_driver.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/dbscan/ArborX_DBSCANVerification.hpp b/benchmarks/dbscan/ArborX_DBSCANVerification.hpp index f45e02b61..c61e1566b 100644 --- a/benchmarks/dbscan/ArborX_DBSCANVerification.hpp +++ b/benchmarks/dbscan/ArborX_DBSCANVerification.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/dbscan/converter.cpp b/benchmarks/dbscan/converter.cpp index 9e352f19f..f90244645 100644 --- a/benchmarks/dbscan/converter.cpp +++ b/benchmarks/dbscan/converter.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/dbscan/data.hpp b/benchmarks/dbscan/data.hpp index 0e30c8808..01f590c67 100644 --- a/benchmarks/dbscan/data.hpp +++ b/benchmarks/dbscan/data.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/dbscan/dbscan.cpp b/benchmarks/dbscan/dbscan.cpp index 3c5f3b0c2..8fd9f056b 100644 --- a/benchmarks/dbscan/dbscan.cpp +++ b/benchmarks/dbscan/dbscan.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/dbscan/dbscan.hpp b/benchmarks/dbscan/dbscan.hpp index ae8ae1a8b..d7ad8a935 100644 --- a/benchmarks/dbscan/dbscan.hpp +++ b/benchmarks/dbscan/dbscan.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/dbscan/dbscan_timpl.hpp b/benchmarks/dbscan/dbscan_timpl.hpp index 6acd3f20d..a3ffb76a8 100644 --- a/benchmarks/dbscan/dbscan_timpl.hpp +++ b/benchmarks/dbscan/dbscan_timpl.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/dbscan/print_timers.cpp b/benchmarks/dbscan/print_timers.cpp index 56550b39a..ee69edcc6 100644 --- a/benchmarks/dbscan/print_timers.cpp +++ b/benchmarks/dbscan/print_timers.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/dbscan/print_timers.hpp b/benchmarks/dbscan/print_timers.hpp index 74a510b24..d471da894 100644 --- a/benchmarks/dbscan/print_timers.hpp +++ b/benchmarks/dbscan/print_timers.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/develop/develop.cpp b/benchmarks/develop/develop.cpp index 8edfe7dca..400e01382 100644 --- a/benchmarks/develop/develop.cpp +++ b/benchmarks/develop/develop.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/distributed_tree_driver/distributed_tree_driver.cpp b/benchmarks/distributed_tree_driver/distributed_tree_driver.cpp index 5a13baebc..2d4e64f55 100644 --- a/benchmarks/distributed_tree_driver/distributed_tree_driver.cpp +++ b/benchmarks/distributed_tree_driver/distributed_tree_driver.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/execution_space_instances/execution_space_instances_driver.cpp b/benchmarks/execution_space_instances/execution_space_instances_driver.cpp index 830c33e3c..03b4f553d 100644 --- a/benchmarks/execution_space_instances/execution_space_instances_driver.cpp +++ b/benchmarks/execution_space_instances/execution_space_instances_driver.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/triangulated_surface_distance/generator.hpp b/benchmarks/triangulated_surface_distance/generator.hpp index 4ba6c8a8e..a1b9ce0ed 100644 --- a/benchmarks/triangulated_surface_distance/generator.hpp +++ b/benchmarks/triangulated_surface_distance/generator.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/triangulated_surface_distance/triangulated_surface_distance.cpp b/benchmarks/triangulated_surface_distance/triangulated_surface_distance.cpp index 020b17101..fef6015cd 100644 --- a/benchmarks/triangulated_surface_distance/triangulated_surface_distance.cpp +++ b/benchmarks/triangulated_surface_distance/triangulated_surface_distance.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/union_find/union_find.cpp b/benchmarks/union_find/union_find.cpp index 37ef5205d..7080f1f49 100644 --- a/benchmarks/union_find/union_find.cpp +++ b/benchmarks/union_find/union_find.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/utils/ArborXBenchmark_PointClouds.hpp b/benchmarks/utils/ArborXBenchmark_PointClouds.hpp index 756355719..a2d1ae7d2 100644 --- a/benchmarks/utils/ArborXBenchmark_PointClouds.hpp +++ b/benchmarks/utils/ArborXBenchmark_PointClouds.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/benchmarks/utils/ArborXBenchmark_TimeMonitor.hpp b/benchmarks/utils/ArborXBenchmark_TimeMonitor.hpp index c538f5e3b..dda4a2a6a 100644 --- a/benchmarks/utils/ArborXBenchmark_TimeMonitor.hpp +++ b/benchmarks/utils/ArborXBenchmark_TimeMonitor.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/cmake/SetupVersion.cmake b/cmake/SetupVersion.cmake index d392a1657..365c326fe 100644 --- a/cmake/SetupVersion.cmake +++ b/cmake/SetupVersion.cmake @@ -1,5 +1,5 @@ ##/**************************************************************************** -## * Copyright (c) 2017-2022 by the ArborX authors * +## * Copyright (c) 2025 UT-Battelle * ## * All rights reserved. * ## * * ## * This file is part of the ArborX library. ArborX is * diff --git a/examples/access_traits/example_cuda_access_traits.cpp b/examples/access_traits/example_cuda_access_traits.cpp index 2a1388d07..e6021d2b7 100644 --- a/examples/access_traits/example_cuda_access_traits.cpp +++ b/examples/access_traits/example_cuda_access_traits.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/examples/access_traits/example_host_access_traits.cpp b/examples/access_traits/example_host_access_traits.cpp index 4f444e010..caed5b7da 100644 --- a/examples/access_traits/example_host_access_traits.cpp +++ b/examples/access_traits/example_host_access_traits.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/examples/brute_force/example_brute_force.cpp b/examples/brute_force/example_brute_force.cpp index 08f982602..0751f3096 100644 --- a/examples/brute_force/example_brute_force.cpp +++ b/examples/brute_force/example_brute_force.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/examples/callback/example_callback.cpp b/examples/callback/example_callback.cpp index 121b99469..ff188f8d4 100644 --- a/examples/callback/example_callback.cpp +++ b/examples/callback/example_callback.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/examples/dbscan/example_dbscan.cpp b/examples/dbscan/example_dbscan.cpp index 2a70f9ec2..1623e74b4 100644 --- a/examples/dbscan/example_dbscan.cpp +++ b/examples/dbscan/example_dbscan.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/examples/distributed_tree/distributed_knn.cpp b/examples/distributed_tree/distributed_knn.cpp index 92cd80c62..186fcac7c 100644 --- a/examples/distributed_tree/distributed_knn.cpp +++ b/examples/distributed_tree/distributed_knn.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/examples/molecular_dynamics/example_molecular_dynamics.cpp b/examples/molecular_dynamics/example_molecular_dynamics.cpp index 14dffe312..69e02d259 100644 --- a/examples/molecular_dynamics/example_molecular_dynamics.cpp +++ b/examples/molecular_dynamics/example_molecular_dynamics.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/examples/moving_least_squares/moving_least_squares.cpp b/examples/moving_least_squares/moving_least_squares.cpp index 0614c2430..eb3ff0689 100644 --- a/examples/moving_least_squares/moving_least_squares.cpp +++ b/examples/moving_least_squares/moving_least_squares.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/examples/raytracing/example_raytracing.cpp b/examples/raytracing/example_raytracing.cpp index 8153d1c6b..f4f0f386f 100644 --- a/examples/raytracing/example_raytracing.cpp +++ b/examples/raytracing/example_raytracing.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/examples/simple_intersection/example_intersection.cpp b/examples/simple_intersection/example_intersection.cpp index 579a5ab7f..d2629eb89 100644 --- a/examples/simple_intersection/example_intersection.cpp +++ b/examples/simple_intersection/example_intersection.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/examples/triangle_intersection/triangle_intersection.cpp b/examples/triangle_intersection/triangle_intersection.cpp index f638160a4..0b427b8b9 100644 --- a/examples/triangle_intersection/triangle_intersection.cpp +++ b/examples/triangle_intersection/triangle_intersection.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/examples/viz/tree_visualization.cpp b/examples/viz/tree_visualization.cpp index c66a401c4..9ceb1f19e 100644 --- a/examples/viz/tree_visualization.cpp +++ b/examples/viz/tree_visualization.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/ArborX.hpp b/src/ArborX.hpp index 28335e2a7..83d6f8694 100644 --- a/src/ArborX.hpp +++ b/src/ArborX.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/ArborX_Config.hpp.in b/src/ArborX_Config.hpp.in index bcd5cbd81..b0216270c 100644 --- a/src/ArborX_Config.hpp.in +++ b/src/ArborX_Config.hpp.in @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/ArborX_Version.hpp.in b/src/ArborX_Version.hpp.in index 04367b53e..db682cbc7 100644 --- a/src/ArborX_Version.hpp.in +++ b/src/ArborX_Version.hpp.in @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/cluster/ArborX_DBSCAN.hpp b/src/cluster/ArborX_DBSCAN.hpp index a33af15a2..da6de17c0 100644 --- a/src/cluster/ArborX_DBSCAN.hpp +++ b/src/cluster/ArborX_DBSCAN.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/cluster/ArborX_Dendrogram.hpp b/src/cluster/ArborX_Dendrogram.hpp index 292553e01..12ff51744 100644 --- a/src/cluster/ArborX_Dendrogram.hpp +++ b/src/cluster/ArborX_Dendrogram.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/cluster/ArborX_HDBSCAN.hpp b/src/cluster/ArborX_HDBSCAN.hpp index 38342e89a..365f5630c 100644 --- a/src/cluster/ArborX_HDBSCAN.hpp +++ b/src/cluster/ArborX_HDBSCAN.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/cluster/ArborX_MinimumSpanningTree.hpp b/src/cluster/ArborX_MinimumSpanningTree.hpp index 5721d3768..76e3f5466 100644 --- a/src/cluster/ArborX_MinimumSpanningTree.hpp +++ b/src/cluster/ArborX_MinimumSpanningTree.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/cluster/detail/ArborX_BoruvkaHelpers.hpp b/src/cluster/detail/ArborX_BoruvkaHelpers.hpp index ff31da940..e57c7f042 100644 --- a/src/cluster/detail/ArborX_BoruvkaHelpers.hpp +++ b/src/cluster/detail/ArborX_BoruvkaHelpers.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/cluster/detail/ArborX_CartesianGrid.hpp b/src/cluster/detail/ArborX_CartesianGrid.hpp index 01b623acc..948caba5a 100644 --- a/src/cluster/detail/ArborX_CartesianGrid.hpp +++ b/src/cluster/detail/ArborX_CartesianGrid.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/cluster/detail/ArborX_DendrogramHelpers.hpp b/src/cluster/detail/ArborX_DendrogramHelpers.hpp index 027c0dc04..29189c335 100644 --- a/src/cluster/detail/ArborX_DendrogramHelpers.hpp +++ b/src/cluster/detail/ArborX_DendrogramHelpers.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/cluster/detail/ArborX_FDBSCAN.hpp b/src/cluster/detail/ArborX_FDBSCAN.hpp index 80db1f9f6..6d93cbb8a 100644 --- a/src/cluster/detail/ArborX_FDBSCAN.hpp +++ b/src/cluster/detail/ArborX_FDBSCAN.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/cluster/detail/ArborX_FDBSCANDenseBox.hpp b/src/cluster/detail/ArborX_FDBSCANDenseBox.hpp index 8b0baa911..e529c9919 100644 --- a/src/cluster/detail/ArborX_FDBSCANDenseBox.hpp +++ b/src/cluster/detail/ArborX_FDBSCANDenseBox.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/cluster/detail/ArborX_MutualReachabilityDistance.hpp b/src/cluster/detail/ArborX_MutualReachabilityDistance.hpp index e08513ecc..7e828dc10 100644 --- a/src/cluster/detail/ArborX_MutualReachabilityDistance.hpp +++ b/src/cluster/detail/ArborX_MutualReachabilityDistance.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/cluster/detail/ArborX_UnionFind.hpp b/src/cluster/detail/ArborX_UnionFind.hpp index d5a6a244d..be6e3fe1b 100644 --- a/src/cluster/detail/ArborX_UnionFind.hpp +++ b/src/cluster/detail/ArborX_UnionFind.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/cluster/detail/ArborX_WeightedEdge.hpp b/src/cluster/detail/ArborX_WeightedEdge.hpp index 515755882..a737d128c 100644 --- a/src/cluster/detail/ArborX_WeightedEdge.hpp +++ b/src/cluster/detail/ArborX_WeightedEdge.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/distributed/ArborX_DistributedTree.hpp b/src/distributed/ArborX_DistributedTree.hpp index b8df311a5..5e4e1623c 100644 --- a/src/distributed/ArborX_DistributedTree.hpp +++ b/src/distributed/ArborX_DistributedTree.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/distributed/detail/ArborX_DistributedTreeImpl.hpp b/src/distributed/detail/ArborX_DistributedTreeImpl.hpp index b1daa614b..96e9c7214 100644 --- a/src/distributed/detail/ArborX_DistributedTreeImpl.hpp +++ b/src/distributed/detail/ArborX_DistributedTreeImpl.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/distributed/detail/ArborX_DistributedTreeNearest.hpp b/src/distributed/detail/ArborX_DistributedTreeNearest.hpp index 623273e98..cbfa2fd76 100644 --- a/src/distributed/detail/ArborX_DistributedTreeNearest.hpp +++ b/src/distributed/detail/ArborX_DistributedTreeNearest.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/distributed/detail/ArborX_DistributedTreeNearestHelpers.hpp b/src/distributed/detail/ArborX_DistributedTreeNearestHelpers.hpp index 1dc584713..85147938e 100644 --- a/src/distributed/detail/ArborX_DistributedTreeNearestHelpers.hpp +++ b/src/distributed/detail/ArborX_DistributedTreeNearestHelpers.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/distributed/detail/ArborX_DistributedTreeSpatial.hpp b/src/distributed/detail/ArborX_DistributedTreeSpatial.hpp index ab37583e7..2e29ff2e6 100644 --- a/src/distributed/detail/ArborX_DistributedTreeSpatial.hpp +++ b/src/distributed/detail/ArborX_DistributedTreeSpatial.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/distributed/detail/ArborX_DistributedTreeUtils.hpp b/src/distributed/detail/ArborX_DistributedTreeUtils.hpp index 9d5b41032..452ed9189 100644 --- a/src/distributed/detail/ArborX_DistributedTreeUtils.hpp +++ b/src/distributed/detail/ArborX_DistributedTreeUtils.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/distributed/detail/ArborX_Distributor.hpp b/src/distributed/detail/ArborX_Distributor.hpp index 65f37efa5..0a21d6d7b 100644 --- a/src/distributed/detail/ArborX_Distributor.hpp +++ b/src/distributed/detail/ArborX_Distributor.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/ArborX_Box.hpp b/src/geometry/ArborX_Box.hpp index 076d6d149..627e7c189 100644 --- a/src/geometry/ArborX_Box.hpp +++ b/src/geometry/ArborX_Box.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/ArborX_GeometryTraits.hpp b/src/geometry/ArborX_GeometryTraits.hpp index ce74f97a6..cd52c79f9 100644 --- a/src/geometry/ArborX_GeometryTraits.hpp +++ b/src/geometry/ArborX_GeometryTraits.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/ArborX_KDOP.hpp b/src/geometry/ArborX_KDOP.hpp index 9d1d78b23..74a242a73 100644 --- a/src/geometry/ArborX_KDOP.hpp +++ b/src/geometry/ArborX_KDOP.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/ArborX_Point.hpp b/src/geometry/ArborX_Point.hpp index 2dd32ea18..131cdfea5 100644 --- a/src/geometry/ArborX_Point.hpp +++ b/src/geometry/ArborX_Point.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/ArborX_Ray.hpp b/src/geometry/ArborX_Ray.hpp index a43c7e209..cab57522c 100644 --- a/src/geometry/ArborX_Ray.hpp +++ b/src/geometry/ArborX_Ray.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/ArborX_Segment.hpp b/src/geometry/ArborX_Segment.hpp index b7bb2f199..469bf6033 100644 --- a/src/geometry/ArborX_Segment.hpp +++ b/src/geometry/ArborX_Segment.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/ArborX_Sphere.hpp b/src/geometry/ArborX_Sphere.hpp index 87dcdceb2..53cc1c2ab 100644 --- a/src/geometry/ArborX_Sphere.hpp +++ b/src/geometry/ArborX_Sphere.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/ArborX_Tetrahedron.hpp b/src/geometry/ArborX_Tetrahedron.hpp index 3827de36b..808dc4c50 100644 --- a/src/geometry/ArborX_Tetrahedron.hpp +++ b/src/geometry/ArborX_Tetrahedron.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/ArborX_Triangle.hpp b/src/geometry/ArborX_Triangle.hpp index 2c43077f8..8c89ef6a7 100644 --- a/src/geometry/ArborX_Triangle.hpp +++ b/src/geometry/ArborX_Triangle.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/algorithms/ArborX_Centroid.hpp b/src/geometry/algorithms/ArborX_Centroid.hpp index 6279c4521..25a882bf0 100644 --- a/src/geometry/algorithms/ArborX_Centroid.hpp +++ b/src/geometry/algorithms/ArborX_Centroid.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/algorithms/ArborX_Convert.hpp b/src/geometry/algorithms/ArborX_Convert.hpp index 509538a4a..15c19ef8d 100644 --- a/src/geometry/algorithms/ArborX_Convert.hpp +++ b/src/geometry/algorithms/ArborX_Convert.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/algorithms/ArborX_Distance.hpp b/src/geometry/algorithms/ArborX_Distance.hpp index ebcd0f809..d16b47489 100644 --- a/src/geometry/algorithms/ArborX_Distance.hpp +++ b/src/geometry/algorithms/ArborX_Distance.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/algorithms/ArborX_Equals.hpp b/src/geometry/algorithms/ArborX_Equals.hpp index 3d95b2bf4..d7adbd7ea 100644 --- a/src/geometry/algorithms/ArborX_Equals.hpp +++ b/src/geometry/algorithms/ArborX_Equals.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/algorithms/ArborX_Expand.hpp b/src/geometry/algorithms/ArborX_Expand.hpp index 9fd524443..dba0b3268 100644 --- a/src/geometry/algorithms/ArborX_Expand.hpp +++ b/src/geometry/algorithms/ArborX_Expand.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/algorithms/ArborX_Intersects.hpp b/src/geometry/algorithms/ArborX_Intersects.hpp index 9e5f66413..1adadae4f 100644 --- a/src/geometry/algorithms/ArborX_Intersects.hpp +++ b/src/geometry/algorithms/ArborX_Intersects.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/algorithms/ArborX_Reducer.hpp b/src/geometry/algorithms/ArborX_Reducer.hpp index 7924008cc..4f4b89ce4 100644 --- a/src/geometry/algorithms/ArborX_Reducer.hpp +++ b/src/geometry/algorithms/ArborX_Reducer.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/algorithms/ArborX_TranslateAndScale.hpp b/src/geometry/algorithms/ArborX_TranslateAndScale.hpp index 7facbafc5..8392ae21c 100644 --- a/src/geometry/algorithms/ArborX_TranslateAndScale.hpp +++ b/src/geometry/algorithms/ArborX_TranslateAndScale.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/algorithms/ArborX_Valid.hpp b/src/geometry/algorithms/ArborX_Valid.hpp index 01adff17b..34421de94 100644 --- a/src/geometry/algorithms/ArborX_Valid.hpp +++ b/src/geometry/algorithms/ArborX_Valid.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/interpolation/ArborX_InterpMovingLeastSquares.hpp b/src/interpolation/ArborX_InterpMovingLeastSquares.hpp index 9dcd01a0a..a95d94853 100644 --- a/src/interpolation/ArborX_InterpMovingLeastSquares.hpp +++ b/src/interpolation/ArborX_InterpMovingLeastSquares.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/interpolation/detail/ArborX_InterpDetailsCompactRadialBasisFunction.hpp b/src/interpolation/detail/ArborX_InterpDetailsCompactRadialBasisFunction.hpp index 7fac1b48b..143b2676f 100644 --- a/src/interpolation/detail/ArborX_InterpDetailsCompactRadialBasisFunction.hpp +++ b/src/interpolation/detail/ArborX_InterpDetailsCompactRadialBasisFunction.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/interpolation/detail/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp b/src/interpolation/detail/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp index cb2c541df..c6b63099d 100644 --- a/src/interpolation/detail/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp +++ b/src/interpolation/detail/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/interpolation/detail/ArborX_InterpDetailsPolynomialBasis.hpp b/src/interpolation/detail/ArborX_InterpDetailsPolynomialBasis.hpp index cdda6affd..e48a39df4 100644 --- a/src/interpolation/detail/ArborX_InterpDetailsPolynomialBasis.hpp +++ b/src/interpolation/detail/ArborX_InterpDetailsPolynomialBasis.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/kokkos_ext/ArborX_KokkosExtAccessibilityTraits.hpp b/src/kokkos_ext/ArborX_KokkosExtAccessibilityTraits.hpp index 33d5da9ca..aaef6bb78 100644 --- a/src/kokkos_ext/ArborX_KokkosExtAccessibilityTraits.hpp +++ b/src/kokkos_ext/ArborX_KokkosExtAccessibilityTraits.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/kokkos_ext/ArborX_KokkosExtArithmeticTraits.hpp b/src/kokkos_ext/ArborX_KokkosExtArithmeticTraits.hpp index 95d58804d..abd73e74b 100644 --- a/src/kokkos_ext/ArborX_KokkosExtArithmeticTraits.hpp +++ b/src/kokkos_ext/ArborX_KokkosExtArithmeticTraits.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/kokkos_ext/ArborX_KokkosExtKernelStdAlgorithms.hpp b/src/kokkos_ext/ArborX_KokkosExtKernelStdAlgorithms.hpp index cfaa47939..999e1a1ff 100644 --- a/src/kokkos_ext/ArborX_KokkosExtKernelStdAlgorithms.hpp +++ b/src/kokkos_ext/ArborX_KokkosExtKernelStdAlgorithms.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/kokkos_ext/ArborX_KokkosExtMinMaxReduce.hpp b/src/kokkos_ext/ArborX_KokkosExtMinMaxReduce.hpp index 19191dbf8..c2ab74671 100644 --- a/src/kokkos_ext/ArborX_KokkosExtMinMaxReduce.hpp +++ b/src/kokkos_ext/ArborX_KokkosExtMinMaxReduce.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/kokkos_ext/ArborX_KokkosExtSort.hpp b/src/kokkos_ext/ArborX_KokkosExtSort.hpp index f76005e2e..1f91a0d4f 100644 --- a/src/kokkos_ext/ArborX_KokkosExtSort.hpp +++ b/src/kokkos_ext/ArborX_KokkosExtSort.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/kokkos_ext/ArborX_KokkosExtStdAlgorithms.hpp b/src/kokkos_ext/ArborX_KokkosExtStdAlgorithms.hpp index b9d72ca54..574344809 100644 --- a/src/kokkos_ext/ArborX_KokkosExtStdAlgorithms.hpp +++ b/src/kokkos_ext/ArborX_KokkosExtStdAlgorithms.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/kokkos_ext/ArborX_KokkosExtUninitializedMemoryAlgorithms.hpp b/src/kokkos_ext/ArborX_KokkosExtUninitializedMemoryAlgorithms.hpp index a0ef8f046..2aa4601f3 100644 --- a/src/kokkos_ext/ArborX_KokkosExtUninitializedMemoryAlgorithms.hpp +++ b/src/kokkos_ext/ArborX_KokkosExtUninitializedMemoryAlgorithms.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/kokkos_ext/ArborX_KokkosExtVersion.hpp b/src/kokkos_ext/ArborX_KokkosExtVersion.hpp index 539683e2f..f96d5ef48 100644 --- a/src/kokkos_ext/ArborX_KokkosExtVersion.hpp +++ b/src/kokkos_ext/ArborX_KokkosExtVersion.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/kokkos_ext/ArborX_KokkosExtViewHelpers.hpp b/src/kokkos_ext/ArborX_KokkosExtViewHelpers.hpp index 6ef835802..6da965c41 100644 --- a/src/kokkos_ext/ArborX_KokkosExtViewHelpers.hpp +++ b/src/kokkos_ext/ArborX_KokkosExtViewHelpers.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/misc/ArborX_Containers.hpp b/src/misc/ArborX_Containers.hpp index 552fde99b..7aaf55e16 100644 --- a/src/misc/ArborX_Containers.hpp +++ b/src/misc/ArborX_Containers.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/misc/ArborX_Exception.hpp b/src/misc/ArborX_Exception.hpp index d1ec2fe35..226ba152d 100644 --- a/src/misc/ArborX_Exception.hpp +++ b/src/misc/ArborX_Exception.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/misc/ArborX_Heap.hpp b/src/misc/ArborX_Heap.hpp index 1e327e324..05490339c 100644 --- a/src/misc/ArborX_Heap.hpp +++ b/src/misc/ArborX_Heap.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/misc/ArborX_OperatorFunctionObjects.hpp b/src/misc/ArborX_OperatorFunctionObjects.hpp index b3083cad3..c7136a020 100644 --- a/src/misc/ArborX_OperatorFunctionObjects.hpp +++ b/src/misc/ArborX_OperatorFunctionObjects.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/misc/ArborX_PriorityQueue.hpp b/src/misc/ArborX_PriorityQueue.hpp index c0c25505d..55f4539a4 100644 --- a/src/misc/ArborX_PriorityQueue.hpp +++ b/src/misc/ArborX_PriorityQueue.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/misc/ArborX_SortUtils.hpp b/src/misc/ArborX_SortUtils.hpp index d68c42347..29870df24 100644 --- a/src/misc/ArborX_SortUtils.hpp +++ b/src/misc/ArborX_SortUtils.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/misc/ArborX_Stack.hpp b/src/misc/ArborX_Stack.hpp index 075865818..93bd390c9 100644 --- a/src/misc/ArborX_Stack.hpp +++ b/src/misc/ArborX_Stack.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/misc/ArborX_SymmetricSVD.hpp b/src/misc/ArborX_SymmetricSVD.hpp index 4c7184ce2..6aa5e5b70 100644 --- a/src/misc/ArborX_SymmetricSVD.hpp +++ b/src/misc/ArborX_SymmetricSVD.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/misc/ArborX_Utils.hpp b/src/misc/ArborX_Utils.hpp index ae30c9134..4f1bf835c 100644 --- a/src/misc/ArborX_Utils.hpp +++ b/src/misc/ArborX_Utils.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/misc/ArborX_Vector.hpp b/src/misc/ArborX_Vector.hpp index 43b252ae1..401dbdc22 100644 --- a/src/misc/ArborX_Vector.hpp +++ b/src/misc/ArborX_Vector.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/ArborX_BruteForce.hpp b/src/spatial/ArborX_BruteForce.hpp index ba61532ec..21eee8754 100644 --- a/src/spatial/ArborX_BruteForce.hpp +++ b/src/spatial/ArborX_BruteForce.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/ArborX_CrsGraphWrapper.hpp b/src/spatial/ArborX_CrsGraphWrapper.hpp index 6158deac4..8a8d44902 100644 --- a/src/spatial/ArborX_CrsGraphWrapper.hpp +++ b/src/spatial/ArborX_CrsGraphWrapper.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/ArborX_LinearBVH.hpp b/src/spatial/ArborX_LinearBVH.hpp index 1228610ed..a07b7caf3 100644 --- a/src/spatial/ArborX_LinearBVH.hpp +++ b/src/spatial/ArborX_LinearBVH.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_AccessTraits.hpp b/src/spatial/detail/ArborX_AccessTraits.hpp index 45e359fa3..2961ef43d 100644 --- a/src/spatial/detail/ArborX_AccessTraits.hpp +++ b/src/spatial/detail/ArborX_AccessTraits.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_AttachIndices.hpp b/src/spatial/detail/ArborX_AttachIndices.hpp index 41e3bb0d1..8dc969401 100644 --- a/src/spatial/detail/ArborX_AttachIndices.hpp +++ b/src/spatial/detail/ArborX_AttachIndices.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_BatchedQueries.hpp b/src/spatial/detail/ArborX_BatchedQueries.hpp index cf5650149..c533afe1a 100644 --- a/src/spatial/detail/ArborX_BatchedQueries.hpp +++ b/src/spatial/detail/ArborX_BatchedQueries.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_BruteForceImpl.hpp b/src/spatial/detail/ArborX_BruteForceImpl.hpp index d849ea5d3..092f5411a 100644 --- a/src/spatial/detail/ArborX_BruteForceImpl.hpp +++ b/src/spatial/detail/ArborX_BruteForceImpl.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_Callbacks.hpp b/src/spatial/detail/ArborX_Callbacks.hpp index d6f06221b..45c07ae00 100644 --- a/src/spatial/detail/ArborX_Callbacks.hpp +++ b/src/spatial/detail/ArborX_Callbacks.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_CrsGraphWrapperImpl.hpp b/src/spatial/detail/ArborX_CrsGraphWrapperImpl.hpp index 7f33b6924..a10183fe1 100644 --- a/src/spatial/detail/ArborX_CrsGraphWrapperImpl.hpp +++ b/src/spatial/detail/ArborX_CrsGraphWrapperImpl.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_ExpandHalfToFull.hpp b/src/spatial/detail/ArborX_ExpandHalfToFull.hpp index 09e88537a..538226c7a 100644 --- a/src/spatial/detail/ArborX_ExpandHalfToFull.hpp +++ b/src/spatial/detail/ArborX_ExpandHalfToFull.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_HalfTraversal.hpp b/src/spatial/detail/ArborX_HalfTraversal.hpp index 894a4f083..d2f760212 100644 --- a/src/spatial/detail/ArborX_HalfTraversal.hpp +++ b/src/spatial/detail/ArborX_HalfTraversal.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_HappyTreeFriends.hpp b/src/spatial/detail/ArborX_HappyTreeFriends.hpp index ee52480e4..1d535452b 100644 --- a/src/spatial/detail/ArborX_HappyTreeFriends.hpp +++ b/src/spatial/detail/ArborX_HappyTreeFriends.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_IndexableGetter.hpp b/src/spatial/detail/ArborX_IndexableGetter.hpp index 84909e426..2e25a5a1d 100644 --- a/src/spatial/detail/ArborX_IndexableGetter.hpp +++ b/src/spatial/detail/ArborX_IndexableGetter.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_MortonCode.hpp b/src/spatial/detail/ArborX_MortonCode.hpp index 8579fa106..36cac03a2 100644 --- a/src/spatial/detail/ArborX_MortonCode.hpp +++ b/src/spatial/detail/ArborX_MortonCode.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_NearestBufferProvider.hpp b/src/spatial/detail/ArborX_NearestBufferProvider.hpp index 1cede7387..afbfc8ab1 100644 --- a/src/spatial/detail/ArborX_NearestBufferProvider.hpp +++ b/src/spatial/detail/ArborX_NearestBufferProvider.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_NeighborList.hpp b/src/spatial/detail/ArborX_NeighborList.hpp index 6279758eb..538d8ea42 100644 --- a/src/spatial/detail/ArborX_NeighborList.hpp +++ b/src/spatial/detail/ArborX_NeighborList.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_Node.hpp b/src/spatial/detail/ArborX_Node.hpp index c7899cba5..edbee2111 100644 --- a/src/spatial/detail/ArborX_Node.hpp +++ b/src/spatial/detail/ArborX_Node.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_PairValueIndex.hpp b/src/spatial/detail/ArborX_PairValueIndex.hpp index 2c9c69807..bd4a3edda 100644 --- a/src/spatial/detail/ArborX_PairValueIndex.hpp +++ b/src/spatial/detail/ArborX_PairValueIndex.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_PermutedData.hpp b/src/spatial/detail/ArborX_PermutedData.hpp index a70b4d6ac..22a83b17e 100644 --- a/src/spatial/detail/ArborX_PermutedData.hpp +++ b/src/spatial/detail/ArborX_PermutedData.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_PredicateHelpers.hpp b/src/spatial/detail/ArborX_PredicateHelpers.hpp index 432f35c4f..fd5edc1af 100644 --- a/src/spatial/detail/ArborX_PredicateHelpers.hpp +++ b/src/spatial/detail/ArborX_PredicateHelpers.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_Predicates.hpp b/src/spatial/detail/ArborX_Predicates.hpp index 5c3ca6941..7a117e8fe 100644 --- a/src/spatial/detail/ArborX_Predicates.hpp +++ b/src/spatial/detail/ArborX_Predicates.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_SpaceFillingCurves.hpp b/src/spatial/detail/ArborX_SpaceFillingCurves.hpp index 80d8e0814..5a414be96 100644 --- a/src/spatial/detail/ArborX_SpaceFillingCurves.hpp +++ b/src/spatial/detail/ArborX_SpaceFillingCurves.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_TraversalPolicy.hpp b/src/spatial/detail/ArborX_TraversalPolicy.hpp index 8bd682976..42ec18c91 100644 --- a/src/spatial/detail/ArborX_TraversalPolicy.hpp +++ b/src/spatial/detail/ArborX_TraversalPolicy.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_TreeConstruction.hpp b/src/spatial/detail/ArborX_TreeConstruction.hpp index 84c1f6d25..ff0b7b9af 100644 --- a/src/spatial/detail/ArborX_TreeConstruction.hpp +++ b/src/spatial/detail/ArborX_TreeConstruction.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_TreeNodeLabeling.hpp b/src/spatial/detail/ArborX_TreeNodeLabeling.hpp index b72c18023..443a54572 100644 --- a/src/spatial/detail/ArborX_TreeNodeLabeling.hpp +++ b/src/spatial/detail/ArborX_TreeNodeLabeling.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_TreeTraversal.hpp b/src/spatial/detail/ArborX_TreeTraversal.hpp index 8564bfafa..b6d45d5b5 100644 --- a/src/spatial/detail/ArborX_TreeTraversal.hpp +++ b/src/spatial/detail/ArborX_TreeTraversal.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/spatial/detail/ArborX_TreeVisualization.hpp b/src/spatial/detail/ArborX_TreeVisualization.hpp index 845667146..2ed33ae48 100644 --- a/src/spatial/detail/ArborX_TreeVisualization.hpp +++ b/src/spatial/detail/ArborX_TreeVisualization.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/ArborXTest_Cloud.hpp b/test/ArborXTest_Cloud.hpp index 763c26690..2a80986b6 100644 --- a/test/ArborXTest_Cloud.hpp +++ b/test/ArborXTest_Cloud.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/ArborXTest_LegacyTree.hpp b/test/ArborXTest_LegacyTree.hpp index 8d2486ce6..c692ab491 100644 --- a/test/ArborXTest_LegacyTree.hpp +++ b/test/ArborXTest_LegacyTree.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/ArborXTest_PairIndexRank.hpp b/test/ArborXTest_PairIndexRank.hpp index fa91d6523..27243b676 100644 --- a/test/ArborXTest_PairIndexRank.hpp +++ b/test/ArborXTest_PairIndexRank.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/ArborXTest_StdVectorToKokkosView.hpp b/test/ArborXTest_StdVectorToKokkosView.hpp index 39a0b6519..8a3a91c68 100644 --- a/test/ArborXTest_StdVectorToKokkosView.hpp +++ b/test/ArborXTest_StdVectorToKokkosView.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/ArborXTest_TreeTypeTraits.hpp b/test/ArborXTest_TreeTypeTraits.hpp index 9ed6de4dc..f8d13a287 100644 --- a/test/ArborXTest_TreeTypeTraits.hpp +++ b/test/ArborXTest_TreeTypeTraits.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/ArborX_BoostGeometryAdapters.hpp b/test/ArborX_BoostGeometryAdapters.hpp index 2d2cfe3d1..4bed47175 100644 --- a/test/ArborX_BoostGeometryAdapters.hpp +++ b/test/ArborX_BoostGeometryAdapters.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/ArborX_BoostRTreeHelpers.hpp b/test/ArborX_BoostRTreeHelpers.hpp index fbb8b5016..18525832c 100644 --- a/test/ArborX_BoostRTreeHelpers.hpp +++ b/test/ArborX_BoostRTreeHelpers.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/ArborX_BoostRangeAdapters.hpp b/test/ArborX_BoostRangeAdapters.hpp index 381df64c1..6e78ca107 100644 --- a/test/ArborX_BoostRangeAdapters.hpp +++ b/test/ArborX_BoostRangeAdapters.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/ArborX_EnableDeviceTypes.hpp.in b/test/ArborX_EnableDeviceTypes.hpp.in index d2e43230b..674cd6aee 100644 --- a/test/ArborX_EnableDeviceTypes.hpp.in +++ b/test/ArborX_EnableDeviceTypes.hpp.in @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/ArborX_EnableViewComparison.hpp b/test/ArborX_EnableViewComparison.hpp index b40c6894c..f897cf36b 100644 --- a/test/ArborX_EnableViewComparison.hpp +++ b/test/ArborX_EnableViewComparison.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/BoostTest_CUDA_clang_workarounds.hpp b/test/BoostTest_CUDA_clang_workarounds.hpp index 390d31d27..844c1a3c3 100644 --- a/test/BoostTest_CUDA_clang_workarounds.hpp +++ b/test/BoostTest_CUDA_clang_workarounds.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/Search_UnitTestHelpers.hpp b/test/Search_UnitTestHelpers.hpp index 57ab66de2..8e7b2f4b5 100644 --- a/test/Search_UnitTestHelpers.hpp +++ b/test/Search_UnitTestHelpers.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/boost_ext/CompressedStorageComparison.hpp b/test/boost_ext/CompressedStorageComparison.hpp index 1761f4b39..145246e0d 100644 --- a/test/boost_ext/CompressedStorageComparison.hpp +++ b/test/boost_ext/CompressedStorageComparison.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/boost_ext/KokkosPairComparison.hpp b/test/boost_ext/KokkosPairComparison.hpp index 006cfbbc3..4a4a7a5fb 100644 --- a/test/boost_ext/KokkosPairComparison.hpp +++ b/test/boost_ext/KokkosPairComparison.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/boost_ext/TupleComparison.hpp b/test/boost_ext/TupleComparison.hpp index e09d89d4d..b19c9e178 100644 --- a/test/boost_ext/TupleComparison.hpp +++ b/test/boost_ext/TupleComparison.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/headers_self_contained/tstHeader.cpp b/test/headers_self_contained/tstHeader.cpp index f51cbe782..e03c0b5d0 100644 --- a/test/headers_self_contained/tstHeader.cpp +++ b/test/headers_self_contained/tstHeader.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstAttachIndices.cpp b/test/tstAttachIndices.cpp index 33c6e8bc6..951e62500 100644 --- a/test/tstAttachIndices.cpp +++ b/test/tstAttachIndices.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstBoostGeometryAdapters.cpp b/test/tstBoostGeometryAdapters.cpp index 3d7899645..c1634a1d0 100644 --- a/test/tstBoostGeometryAdapters.cpp +++ b/test/tstBoostGeometryAdapters.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstBoostRangeAdapters.cpp b/test/tstBoostRangeAdapters.cpp index e09aebe8b..829d6a456 100644 --- a/test/tstBoostRangeAdapters.cpp +++ b/test/tstBoostRangeAdapters.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstCompileOnlyAccessTraits.cpp b/test/tstCompileOnlyAccessTraits.cpp index 0870f8ae9..7d6e224c7 100644 --- a/test/tstCompileOnlyAccessTraits.cpp +++ b/test/tstCompileOnlyAccessTraits.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstCompileOnlyCallbacks.cpp b/test/tstCompileOnlyCallbacks.cpp index cf4ab0faa..386346180 100644 --- a/test/tstCompileOnlyCallbacks.cpp +++ b/test/tstCompileOnlyCallbacks.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstCompileOnlyGeometry.cpp b/test/tstCompileOnlyGeometry.cpp index bdf39b9b1..0abd275dd 100644 --- a/test/tstCompileOnlyGeometry.cpp +++ b/test/tstCompileOnlyGeometry.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstCompileOnlyMain.cpp b/test/tstCompileOnlyMain.cpp index 2a93769b8..5d4dd3d1b 100644 --- a/test/tstCompileOnlyMain.cpp +++ b/test/tstCompileOnlyMain.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstCompileOnlyTypeRequirements.cpp b/test/tstCompileOnlyTypeRequirements.cpp index 4d5260b13..2dcd93beb 100644 --- a/test/tstCompileOnlyTypeRequirements.cpp +++ b/test/tstCompileOnlyTypeRequirements.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstCompileOnlyVersionMacros.cpp b/test/tstCompileOnlyVersionMacros.cpp index fcfafd4ab..09411e45e 100644 --- a/test/tstCompileOnlyVersionMacros.cpp +++ b/test/tstCompileOnlyVersionMacros.cpp @@ -1,3 +1,13 @@ +/**************************************************************************** + * Copyright (c) 2025 UT-Battelle * + * All rights reserved. * + * * + * This file is part of the ArborX library. ArborX is * + * distributed under a BSD 3-clause license. For the licensing terms see * + * the LICENSE file in the top-level directory. * + * * + * SPDX-License-Identifier: BSD-3-Clause * + ****************************************************************************/ #include #ifndef ARBORX_VERSION diff --git a/test/tstCompileOnlyWeightedEdges.cpp b/test/tstCompileOnlyWeightedEdges.cpp index 39aae9950..f1823d66d 100644 --- a/test/tstCompileOnlyWeightedEdges.cpp +++ b/test/tstCompileOnlyWeightedEdges.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstContainerAdaptors.cpp b/test/tstContainerAdaptors.cpp index 838688d11..f3dfc50e4 100644 --- a/test/tstContainerAdaptors.cpp +++ b/test/tstContainerAdaptors.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDBSCAN.cpp b/test/tstDBSCAN.cpp index 0d18bfa98..ee2194ce3 100644 --- a/test/tstDBSCAN.cpp +++ b/test/tstDBSCAN.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDendrogram.cpp b/test/tstDendrogram.cpp index 136870f2b..79be6a416 100644 --- a/test/tstDendrogram.cpp +++ b/test/tstDendrogram.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsAlgorithms.cpp b/test/tstDetailsAlgorithms.cpp index ed6746709..ebd5d4832 100644 --- a/test/tstDetailsAlgorithms.cpp +++ b/test/tstDetailsAlgorithms.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsCrsGraphWrapperImpl.cpp b/test/tstDetailsCrsGraphWrapperImpl.cpp index 527c1bb87..2f821a1bc 100644 --- a/test/tstDetailsCrsGraphWrapperImpl.cpp +++ b/test/tstDetailsCrsGraphWrapperImpl.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsDistributedTreeImpl.cpp b/test/tstDetailsDistributedTreeImpl.cpp index 6f1628bf5..548bed02b 100644 --- a/test/tstDetailsDistributedTreeImpl.cpp +++ b/test/tstDetailsDistributedTreeImpl.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsDistributor.cpp b/test/tstDetailsDistributor.cpp index 3192c215b..137d9cece 100644 --- a/test/tstDetailsDistributor.cpp +++ b/test/tstDetailsDistributor.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsExpandHalfToFull.cpp b/test/tstDetailsExpandHalfToFull.cpp index 3a8ed519c..ae6fd30ed 100644 --- a/test/tstDetailsExpandHalfToFull.cpp +++ b/test/tstDetailsExpandHalfToFull.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsGeometryReducer.cpp b/test/tstDetailsGeometryReducer.cpp index cf80ab7bd..773a9bc4d 100644 --- a/test/tstDetailsGeometryReducer.cpp +++ b/test/tstDetailsGeometryReducer.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2024 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsHalfTraversal.cpp b/test/tstDetailsHalfTraversal.cpp index 2ed0b476f..24417b968 100644 --- a/test/tstDetailsHalfTraversal.cpp +++ b/test/tstDetailsHalfTraversal.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsKokkosExtKernelStdAlgorithms.cpp b/test/tstDetailsKokkosExtKernelStdAlgorithms.cpp index 89217c0ea..05b926a6b 100644 --- a/test/tstDetailsKokkosExtKernelStdAlgorithms.cpp +++ b/test/tstDetailsKokkosExtKernelStdAlgorithms.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsKokkosExtMinMaxReduce.cpp b/test/tstDetailsKokkosExtMinMaxReduce.cpp index 3fc972399..174631749 100644 --- a/test/tstDetailsKokkosExtMinMaxReduce.cpp +++ b/test/tstDetailsKokkosExtMinMaxReduce.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsKokkosExtStdAlgorithms.cpp b/test/tstDetailsKokkosExtStdAlgorithms.cpp index 0bde51b2f..21abe8733 100644 --- a/test/tstDetailsKokkosExtStdAlgorithms.cpp +++ b/test/tstDetailsKokkosExtStdAlgorithms.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsKokkosExtUninitializedMemoryAlgorithms.cpp b/test/tstDetailsKokkosExtUninitializedMemoryAlgorithms.cpp index 3fcd30dbb..a053f7b33 100644 --- a/test/tstDetailsKokkosExtUninitializedMemoryAlgorithms.cpp +++ b/test/tstDetailsKokkosExtUninitializedMemoryAlgorithms.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsKokkosExtViewHelpers.cpp b/test/tstDetailsKokkosExtViewHelpers.cpp index fde532dc2..ec6c85ff6 100644 --- a/test/tstDetailsKokkosExtViewHelpers.cpp +++ b/test/tstDetailsKokkosExtViewHelpers.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsMortonCodes.cpp b/test/tstDetailsMortonCodes.cpp index 08a02bc87..ea02da631 100644 --- a/test/tstDetailsMortonCodes.cpp +++ b/test/tstDetailsMortonCodes.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsMutualReachabilityDistance.cpp b/test/tstDetailsMutualReachabilityDistance.cpp index 7a8acea43..611c7a9cb 100644 --- a/test/tstDetailsMutualReachabilityDistance.cpp +++ b/test/tstDetailsMutualReachabilityDistance.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsSVD.cpp b/test/tstDetailsSVD.cpp index d95400baf..7833c8f86 100644 --- a/test/tstDetailsSVD.cpp +++ b/test/tstDetailsSVD.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsTreeConstruction.cpp b/test/tstDetailsTreeConstruction.cpp index d0c6322d3..b5d5bb4e1 100644 --- a/test/tstDetailsTreeConstruction.cpp +++ b/test/tstDetailsTreeConstruction.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsTreeNodeLabeling.cpp b/test/tstDetailsTreeNodeLabeling.cpp index 4650cbc1b..8349e68de 100644 --- a/test/tstDetailsTreeNodeLabeling.cpp +++ b/test/tstDetailsTreeNodeLabeling.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsUtils.cpp b/test/tstDetailsUtils.cpp index 232f56389..ef2796338 100644 --- a/test/tstDetailsUtils.cpp +++ b/test/tstDetailsUtils.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsVector.cpp b/test/tstDetailsVector.cpp index 6c04453aa..3c5a0a0f7 100644 --- a/test/tstDetailsVector.cpp +++ b/test/tstDetailsVector.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDistributedTreeNearest.cpp b/test/tstDistributedTreeNearest.cpp index 331ad2b8b..4b48a70d7 100644 --- a/test/tstDistributedTreeNearest.cpp +++ b/test/tstDistributedTreeNearest.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDistributedTreeSpatial.cpp b/test/tstDistributedTreeSpatial.cpp index f8ced1ed4..b3324849d 100644 --- a/test/tstDistributedTreeSpatial.cpp +++ b/test/tstDistributedTreeSpatial.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstException.cpp b/test/tstException.cpp index 859bd9b36..58b96114e 100644 --- a/test/tstException.cpp +++ b/test/tstException.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstHeapOperations.cpp b/test/tstHeapOperations.cpp index 143926c94..91da74b8d 100644 --- a/test/tstHeapOperations.cpp +++ b/test/tstHeapOperations.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstIndexableGetter.cpp b/test/tstIndexableGetter.cpp index 3f0a9cd3e..b76ce93eb 100644 --- a/test/tstIndexableGetter.cpp +++ b/test/tstIndexableGetter.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstInterpDetailsCompactRadialBasisFunction.cpp b/test/tstInterpDetailsCompactRadialBasisFunction.cpp index 2882650d3..b20124ff3 100644 --- a/test/tstInterpDetailsCompactRadialBasisFunction.cpp +++ b/test/tstInterpDetailsCompactRadialBasisFunction.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstInterpDetailsMLSCoefficients.cpp b/test/tstInterpDetailsMLSCoefficients.cpp index ea714eb23..ad8a4d106 100644 --- a/test/tstInterpDetailsMLSCoefficients.cpp +++ b/test/tstInterpDetailsMLSCoefficients.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstInterpDetailsPolyBasis.cpp b/test/tstInterpDetailsPolyBasis.cpp index 6eb045dfa..46526a1b0 100644 --- a/test/tstInterpDetailsPolyBasis.cpp +++ b/test/tstInterpDetailsPolyBasis.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstInterpMovingLeastSquares.cpp b/test/tstInterpMovingLeastSquares.cpp index 1dd63d190..fd0d8434c 100644 --- a/test/tstInterpMovingLeastSquares.cpp +++ b/test/tstInterpMovingLeastSquares.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstKDOP.cpp b/test/tstKDOP.cpp index e393bf8f1..b9420cc55 100644 --- a/test/tstKDOP.cpp +++ b/test/tstKDOP.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstKokkosToolsAnnotations.cpp b/test/tstKokkosToolsAnnotations.cpp index 0b62e45ed..0efba7273 100644 --- a/test/tstKokkosToolsAnnotations.cpp +++ b/test/tstKokkosToolsAnnotations.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstKokkosToolsDistributedAnnotations.cpp b/test/tstKokkosToolsDistributedAnnotations.cpp index 9be59b236..fa38b83cc 100644 --- a/test/tstKokkosToolsDistributedAnnotations.cpp +++ b/test/tstKokkosToolsDistributedAnnotations.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstKokkosToolsExecutionSpaceInstances.cpp b/test/tstKokkosToolsExecutionSpaceInstances.cpp index 3baa24dc0..1d9aa4a11 100644 --- a/test/tstKokkosToolsExecutionSpaceInstances.cpp +++ b/test/tstKokkosToolsExecutionSpaceInstances.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstMinimumSpanningTree.cpp b/test/tstMinimumSpanningTree.cpp index ff7dd7067..540b08b2f 100644 --- a/test/tstMinimumSpanningTree.cpp +++ b/test/tstMinimumSpanningTree.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstMinimumSpanningTreeGoldenTest.cpp b/test/tstMinimumSpanningTreeGoldenTest.cpp index 52c73e1be..786183d0a 100644 --- a/test/tstMinimumSpanningTreeGoldenTest.cpp +++ b/test/tstMinimumSpanningTreeGoldenTest.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstNeighborList.cpp b/test/tstNeighborList.cpp index 48b972725..66f86b062 100644 --- a/test/tstNeighborList.cpp +++ b/test/tstNeighborList.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstPriorityQueueMiscellaneous.cpp b/test/tstPriorityQueueMiscellaneous.cpp index a5b54a114..ba4a5021b 100644 --- a/test/tstPriorityQueueMiscellaneous.cpp +++ b/test/tstPriorityQueueMiscellaneous.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeCallbackQueryPerThread.cpp b/test/tstQueryTreeCallbackQueryPerThread.cpp index d52fcddac..e4d7cfa66 100644 --- a/test/tstQueryTreeCallbackQueryPerThread.cpp +++ b/test/tstQueryTreeCallbackQueryPerThread.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeCallbacks.cpp b/test/tstQueryTreeCallbacks.cpp index 5ac78b26e..2f8815c6f 100644 --- a/test/tstQueryTreeCallbacks.cpp +++ b/test/tstQueryTreeCallbacks.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeComparisonWithBoost.cpp b/test/tstQueryTreeComparisonWithBoost.cpp index 484f218db..3c416987c 100644 --- a/test/tstQueryTreeComparisonWithBoost.cpp +++ b/test/tstQueryTreeComparisonWithBoost.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeDegenerate.cpp b/test/tstQueryTreeDegenerate.cpp index eb1307366..ee44c1466 100644 --- a/test/tstQueryTreeDegenerate.cpp +++ b/test/tstQueryTreeDegenerate.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeIntersectsKDOP.cpp b/test/tstQueryTreeIntersectsKDOP.cpp index 4657716a6..4dce08405 100644 --- a/test/tstQueryTreeIntersectsKDOP.cpp +++ b/test/tstQueryTreeIntersectsKDOP.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeManufacturedSolution.cpp b/test/tstQueryTreeManufacturedSolution.cpp index d2506c522..fd9b1314c 100644 --- a/test/tstQueryTreeManufacturedSolution.cpp +++ b/test/tstQueryTreeManufacturedSolution.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeRay.cpp b/test/tstQueryTreeRay.cpp index dc207d21a..08d730919 100644 --- a/test/tstQueryTreeRay.cpp +++ b/test/tstQueryTreeRay.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeTraversalPolicy.cpp b/test/tstQueryTreeTraversalPolicy.cpp index 67d760461..0bc73d12a 100644 --- a/test/tstQueryTreeTraversalPolicy.cpp +++ b/test/tstQueryTreeTraversalPolicy.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstRay.cpp b/test/tstRay.cpp index 130df52e1..27d0273c6 100644 --- a/test/tstRay.cpp +++ b/test/tstRay.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstSequenceContainers.cpp b/test/tstSequenceContainers.cpp index b69244802..971e796ed 100644 --- a/test/tstSequenceContainers.cpp +++ b/test/tstSequenceContainers.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstUnionFind.cpp b/test/tstUnionFind.cpp index 0b10baf9b..b9e1ec505 100644 --- a/test/tstUnionFind.cpp +++ b/test/tstUnionFind.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/utf_main.cpp b/test/utf_main.cpp index 05b81cb25..d3341ca5d 100644 --- a/test/utf_main.cpp +++ b/test/utf_main.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025 UT-Battelle * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is *