diff --git a/.jenkins/continuous.groovy b/.jenkins/continuous.groovy index 5efdb2186..1b62cf764 100644 --- a/.jenkins/continuous.groovy +++ b/.jenkins/continuous.groovy @@ -31,6 +31,7 @@ pipeline { } steps { sh './scripts/check_format_cpp.sh' + sh './scripts/check_copyright.sh' } } diff --git a/LICENSE b/LICENSE index daedfc118..0ba4713cd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright 2017-2022 the ArborX authors +Copyright (c) 2025, ArborX authors All rights reserved. Redistribution and use in source and binary forms, with or without 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..f05e76227 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, ArborX authors * * 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..c79ed6d9c 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, ArborX authors * * 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..a560d3f03 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, ArborX authors * * 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..5711619ba 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, ArborX authors * * 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..5243178c8 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, ArborX authors * * 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 c8b1356d0..c6218fdce 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, ArborX authors * * 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..13c9f30d6 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, ArborX authors * * 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..78c3f33dc 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, ArborX authors * * 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..23df0eddc 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, ArborX authors * * 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..b5b04d186 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, ArborX authors * * 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..3c109ae3e 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, ArborX authors * * 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..0ef215db3 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, ArborX authors * * 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..b20ef827d 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, ArborX authors * * 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..0aa532ec7 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, ArborX authors * * 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..120fed9c3 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, ArborX authors * * 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..924af9147 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, ArborX authors * * 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..b814567cd 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, ArborX authors * * 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..8cecac1dd 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, ArborX authors * * 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..416f9e5a2 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, ArborX authors * * 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..2825ca051 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, ArborX authors * * 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..271e8e7e9 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, ArborX authors * * 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..cb47f7c46 100644 --- a/cmake/SetupVersion.cmake +++ b/cmake/SetupVersion.cmake @@ -1,5 +1,5 @@ ##/**************************************************************************** -## * Copyright (c) 2017-2022 by the ArborX authors * +## * Copyright (c) 2025, ArborX authors * ## * 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..3bbbf0540 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, ArborX authors * * 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..cdf7eb15d 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, ArborX authors * * 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..9c5ed5551 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, ArborX authors * * 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..a9585d957 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, ArborX authors * * 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..f7816d58a 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, ArborX authors * * 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..594a23fea 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, ArborX authors * * 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..7b12236e4 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, ArborX authors * * 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..ff453f80b 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, ArborX authors * * 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..5e2f2075a 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, ArborX authors * * 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..7c4797e0b 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, ArborX authors * * 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..b4e1c4687 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, ArborX authors * * 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 e085502f5..aef7a1262 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, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/scripts/check_copyright.sh b/scripts/check_copyright.sh new file mode 100755 index 000000000..01b3bb325 --- /dev/null +++ b/scripts/check_copyright.sh @@ -0,0 +1,37 @@ +#!/usr/bin/env bash + +year=2025 + +license="/**************************************************************************** + * Copyright (c) ${year}, ArborX authors * + * 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 * + ****************************************************************************/" +header_length=$(echo "$license" | wc -l) + +temp_header_file="scripts/.temp_header" +master="origin/master" + +n_wrong_licenses=0 +for file in $(git diff --diff-filter=AMRU --name-only ${master}... | grep -e '.*\.\(cc\|cpp\|hpp\)') +do + header="$(head -n ${header_length} ${file})" + # header=$(echo "$header" | sed 's/[[:digit:]]\{4\}-//') + echo "${header}" > ${temp_header_file} + diff=$(diff -q "${temp_header_file}" <(echo "$license")) + if [[ "$diff" != "" ]] + then + echo "File \"${file}\" does not have a correct license or year" + diff "${temp_header_file}" <(echo "$license") + + n_wrong_licenses=$((n_wrong_licenses + 1)) + fi +done +rm -f ${temp_header_file} + +exit $n_wrong_licenses diff --git a/src/ArborX.hpp b/src/ArborX.hpp index 28335e2a7..ce87200b8 100644 --- a/src/ArborX.hpp +++ b/src/ArborX.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..c636be22f 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, ArborX authors * * 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..6de066844 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, ArborX authors * * 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 337e49cc6..b9c0d5ba3 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, ArborX authors * * 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..a6337b6fe 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, ArborX authors * * 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..db49f6639 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, ArborX authors * * 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..161a3decd 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, ArborX authors * * 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..1af447221 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, ArborX authors * * 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 2178f51d3..aef7b39c7 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, ArborX authors * * 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..bcb8f99da 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, ArborX authors * * 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..7a824184a 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, ArborX authors * * 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 db0664c72..f8664c3e8 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, ArborX authors * * 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..4cae4d56e 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, ArborX authors * * 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..98c2ebb2f 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, ArborX authors * * 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..3a3bc515e 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, ArborX authors * * 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..9aaf41839 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, ArborX authors * * 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..c4ea714e5 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, ArborX authors * * 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..c81d18c57 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, ArborX authors * * 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..3fbff974c 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, ArborX authors * * 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..a1c3d52d5 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, ArborX authors * * 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..b86e5fad8 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, ArborX authors * * 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..1a9e1a0a9 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, ArborX authors * * 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..98c555d13 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, ArborX authors * * 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..d55f84b49 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, ArborX authors * * 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..c8fb04e70 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, ArborX authors * * 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..945dde156 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, ArborX authors * * 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..35913b89d 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, ArborX authors * * 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..69380d6cb 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, ArborX authors * * 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..e05e1d7fe 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, ArborX authors * * 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..0b73cdc59 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, ArborX authors * * 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..7022c5b2c 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, ArborX authors * * 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..c1e8d060a 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, ArborX authors * * 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..a555f5297 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, ArborX authors * * 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..5d64f31e3 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, ArborX authors * * 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..536f38d73 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, ArborX authors * * 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..3f728105d 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, ArborX authors * * 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..766ee094f 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, ArborX authors * * 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..3e12dfb64 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, ArborX authors * * 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..b1e8c8c84 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, ArborX authors * * 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..1504d4f64 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, ArborX authors * * 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..9831c0d68 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, ArborX authors * * 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..0571c9b67 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, ArborX authors * * 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..f6b19cb06 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, ArborX authors * * 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 29e893652..7ac65d6e6 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, ArborX authors * * 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..aa6995c67 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, ArborX authors * * 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..1dee854dd 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, ArborX authors * * 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..3a82497b7 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, ArborX authors * * 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..0e1ea870e 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, ArborX authors * * 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..2321164ed 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, ArborX authors * * 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..a68979dc8 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, ArborX authors * * 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..ee4bfa243 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, ArborX authors * * 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..bcbb3c9f5 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, ArborX authors * * 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..c52a1d5c0 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, ArborX authors * * 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..f38316b3d 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, ArborX authors * * 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..3db1bd8af 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, ArborX authors * * 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..181a5c16e 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, ArborX authors * * 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..5b02cb932 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, ArborX authors * * 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..abba68c38 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, ArborX authors * * 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..b677745b8 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, ArborX authors * * 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..d9eb70bc0 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, ArborX authors * * 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..5dbce24cd 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, ArborX authors * * 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..848985da0 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, ArborX authors * * 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..0aacf5b7d 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, ArborX authors * * 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..0b533b68d 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, ArborX authors * * 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..020de4389 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, ArborX authors * * 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 7da8c9706..0a31911c5 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, ArborX authors * * 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..cde51d3a6 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, ArborX authors * * 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..744672dd6 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, ArborX authors * * 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 a6cc026e6..36322c556 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, ArborX authors * * 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..27d9624ff 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, ArborX authors * * 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 f3fac183f..350a8a77e 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, ArborX authors * * 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..28a8f7d3a 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, ArborX authors * * 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..efaa22ba0 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, ArborX authors * * 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..381e6e15d 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, ArborX authors * * 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..9a660abcf 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, ArborX authors * * 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..7388cc86d 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, ArborX authors * * 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..187405a5a 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, ArborX authors * * 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..67c0ff15b 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, ArborX authors * * 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..183516161 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, ArborX authors * * 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..6ce3a4ec8 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, ArborX authors * * 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..efdfbce9a 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, ArborX authors * * 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..db7960164 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, ArborX authors * * 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 1de6a65ce..400ceb0db 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, ArborX authors * * 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 1d046eabc..9c240982e 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, ArborX authors * * 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..8c98a2e05 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, ArborX authors * * 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 76e19af5d..31082d65c 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, ArborX authors * * 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..7f7b55051 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, ArborX authors * * 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..218de7e4d 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, ArborX authors * * 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..3eb4c888f 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, ArborX authors * * 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..f10c0f1a1 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, ArborX authors * * 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..32d69f214 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, ArborX authors * * 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..de62383b6 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, ArborX authors * * 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..5722f5315 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, ArborX authors * * 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..9747417a3 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, ArborX authors * * 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..dbcfc6bec 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, ArborX authors * * 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..41465b5ba 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, ArborX authors * * 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..5a9920c3b 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, ArborX authors * * 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..ad56b92d4 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, ArborX authors * * 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..f6af65a6d 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, ArborX authors * * 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..cd4b77103 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, ArborX authors * * 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 a728b2b8f..2cf674333 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, ArborX authors * * 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..396519adf 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, ArborX authors * * 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..a2155fc13 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, ArborX authors * * 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..d6a0c9849 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, ArborX authors * * 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..a505708dd 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, ArborX authors * * 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..b4fbd2a10 100644 --- a/test/tstAttachIndices.cpp +++ b/test/tstAttachIndices.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..761466786 100644 --- a/test/tstBoostGeometryAdapters.cpp +++ b/test/tstBoostGeometryAdapters.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..6bc613a58 100644 --- a/test/tstBoostRangeAdapters.cpp +++ b/test/tstBoostRangeAdapters.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstCompileOnlyAccessTraits.cpp b/test/tstCompileOnlyAccessTraits.cpp index 3b10afe86..0bdf645a1 100644 --- a/test/tstCompileOnlyAccessTraits.cpp +++ b/test/tstCompileOnlyAccessTraits.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..9d5ec8091 100644 --- a/test/tstCompileOnlyCallbacks.cpp +++ b/test/tstCompileOnlyCallbacks.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..422d52a51 100644 --- a/test/tstCompileOnlyGeometry.cpp +++ b/test/tstCompileOnlyGeometry.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..a0ad3d26a 100644 --- a/test/tstCompileOnlyMain.cpp +++ b/test/tstCompileOnlyMain.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..205da644f 100644 --- a/test/tstCompileOnlyTypeRequirements.cpp +++ b/test/tstCompileOnlyTypeRequirements.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..5001f24f6 100644 --- a/test/tstCompileOnlyVersionMacros.cpp +++ b/test/tstCompileOnlyVersionMacros.cpp @@ -1,3 +1,13 @@ +/**************************************************************************** + * Copyright (c) 2025, ArborX authors * + * 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..4c20eb70b 100644 --- a/test/tstCompileOnlyWeightedEdges.cpp +++ b/test/tstCompileOnlyWeightedEdges.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..6af42c884 100644 --- a/test/tstContainerAdaptors.cpp +++ b/test/tstContainerAdaptors.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDBSCAN.cpp b/test/tstDBSCAN.cpp index 29ac6997a..3cef3592c 100644 --- a/test/tstDBSCAN.cpp +++ b/test/tstDBSCAN.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDendrogram.cpp b/test/tstDendrogram.cpp index 3c834d178..f2f7b5bfb 100644 --- a/test/tstDendrogram.cpp +++ b/test/tstDendrogram.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..fd7bd9087 100644 --- a/test/tstDetailsAlgorithms.cpp +++ b/test/tstDetailsAlgorithms.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..26933b8d1 100644 --- a/test/tstDetailsCrsGraphWrapperImpl.cpp +++ b/test/tstDetailsCrsGraphWrapperImpl.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..032a9202f 100644 --- a/test/tstDetailsDistributedTreeImpl.cpp +++ b/test/tstDetailsDistributedTreeImpl.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..32b626123 100644 --- a/test/tstDetailsDistributor.cpp +++ b/test/tstDetailsDistributor.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..0a28d49d2 100644 --- a/test/tstDetailsExpandHalfToFull.cpp +++ b/test/tstDetailsExpandHalfToFull.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..6526e7ef6 100644 --- a/test/tstDetailsGeometryReducer.cpp +++ b/test/tstDetailsGeometryReducer.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2024 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..502c4f4ba 100644 --- a/test/tstDetailsHalfTraversal.cpp +++ b/test/tstDetailsHalfTraversal.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..80e5a0597 100644 --- a/test/tstDetailsKokkosExtKernelStdAlgorithms.cpp +++ b/test/tstDetailsKokkosExtKernelStdAlgorithms.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..dcb085921 100644 --- a/test/tstDetailsKokkosExtMinMaxReduce.cpp +++ b/test/tstDetailsKokkosExtMinMaxReduce.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..8dca41b0f 100644 --- a/test/tstDetailsKokkosExtStdAlgorithms.cpp +++ b/test/tstDetailsKokkosExtStdAlgorithms.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..2d673e4fd 100644 --- a/test/tstDetailsKokkosExtUninitializedMemoryAlgorithms.cpp +++ b/test/tstDetailsKokkosExtUninitializedMemoryAlgorithms.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..f267d6331 100644 --- a/test/tstDetailsKokkosExtViewHelpers.cpp +++ b/test/tstDetailsKokkosExtViewHelpers.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..cfbe0164c 100644 --- a/test/tstDetailsMortonCodes.cpp +++ b/test/tstDetailsMortonCodes.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..dc8b9b82e 100644 --- a/test/tstDetailsMutualReachabilityDistance.cpp +++ b/test/tstDetailsMutualReachabilityDistance.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..e929674a4 100644 --- a/test/tstDetailsSVD.cpp +++ b/test/tstDetailsSVD.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDetailsTreeConstruction.cpp b/test/tstDetailsTreeConstruction.cpp index 023097975..0474bd2e7 100644 --- a/test/tstDetailsTreeConstruction.cpp +++ b/test/tstDetailsTreeConstruction.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..8d1b6b4df 100644 --- a/test/tstDetailsTreeNodeLabeling.cpp +++ b/test/tstDetailsTreeNodeLabeling.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..0a90d5ce0 100644 --- a/test/tstDetailsUtils.cpp +++ b/test/tstDetailsUtils.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..cb5581221 100644 --- a/test/tstDetailsVector.cpp +++ b/test/tstDetailsVector.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDistributedTreeNearest.cpp b/test/tstDistributedTreeNearest.cpp index da687d9e4..5b3a1035d 100644 --- a/test/tstDistributedTreeNearest.cpp +++ b/test/tstDistributedTreeNearest.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstDistributedTreeSpatial.cpp b/test/tstDistributedTreeSpatial.cpp index d7d3c0d9b..b372e8905 100644 --- a/test/tstDistributedTreeSpatial.cpp +++ b/test/tstDistributedTreeSpatial.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..3f3ceef76 100644 --- a/test/tstException.cpp +++ b/test/tstException.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..c0fa24e1d 100644 --- a/test/tstHeapOperations.cpp +++ b/test/tstHeapOperations.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..75f1d5f48 100644 --- a/test/tstIndexableGetter.cpp +++ b/test/tstIndexableGetter.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..237511e78 100644 --- a/test/tstInterpDetailsCompactRadialBasisFunction.cpp +++ b/test/tstInterpDetailsCompactRadialBasisFunction.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..a4e9a167a 100644 --- a/test/tstInterpDetailsMLSCoefficients.cpp +++ b/test/tstInterpDetailsMLSCoefficients.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..8379d1c41 100644 --- a/test/tstInterpDetailsPolyBasis.cpp +++ b/test/tstInterpDetailsPolyBasis.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..ea062441e 100644 --- a/test/tstInterpMovingLeastSquares.cpp +++ b/test/tstInterpMovingLeastSquares.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..80f111427 100644 --- a/test/tstKDOP.cpp +++ b/test/tstKDOP.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstKokkosToolsAnnotations.cpp b/test/tstKokkosToolsAnnotations.cpp index 4ad3f5758..94239613e 100644 --- a/test/tstKokkosToolsAnnotations.cpp +++ b/test/tstKokkosToolsAnnotations.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstKokkosToolsDistributedAnnotations.cpp b/test/tstKokkosToolsDistributedAnnotations.cpp index f4433b0e6..f188fad3a 100644 --- a/test/tstKokkosToolsDistributedAnnotations.cpp +++ b/test/tstKokkosToolsDistributedAnnotations.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstKokkosToolsExecutionSpaceInstances.cpp b/test/tstKokkosToolsExecutionSpaceInstances.cpp index e83e67f0b..a793f786c 100644 --- a/test/tstKokkosToolsExecutionSpaceInstances.cpp +++ b/test/tstKokkosToolsExecutionSpaceInstances.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..f54bcd192 100644 --- a/test/tstMinimumSpanningTree.cpp +++ b/test/tstMinimumSpanningTree.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..537fcd38c 100644 --- a/test/tstMinimumSpanningTreeGoldenTest.cpp +++ b/test/tstMinimumSpanningTreeGoldenTest.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..4451ab55d 100644 --- a/test/tstNeighborList.cpp +++ b/test/tstNeighborList.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..d4d4d3d8b 100644 --- a/test/tstPriorityQueueMiscellaneous.cpp +++ b/test/tstPriorityQueueMiscellaneous.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..6f6aa044c 100644 --- a/test/tstQueryTreeCallbackQueryPerThread.cpp +++ b/test/tstQueryTreeCallbackQueryPerThread.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeCallbacks.cpp b/test/tstQueryTreeCallbacks.cpp index 12cc7fade..b97a33ad0 100644 --- a/test/tstQueryTreeCallbacks.cpp +++ b/test/tstQueryTreeCallbacks.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeComparisonWithBoost.cpp b/test/tstQueryTreeComparisonWithBoost.cpp index 8987ec921..cc8d38fef 100644 --- a/test/tstQueryTreeComparisonWithBoost.cpp +++ b/test/tstQueryTreeComparisonWithBoost.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2023 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeDegenerate.cpp b/test/tstQueryTreeDegenerate.cpp index daa80d333..db0539d1a 100644 --- a/test/tstQueryTreeDegenerate.cpp +++ b/test/tstQueryTreeDegenerate.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeIntersectsKDOP.cpp b/test/tstQueryTreeIntersectsKDOP.cpp index 0b96564d9..08362d19e 100644 --- a/test/tstQueryTreeIntersectsKDOP.cpp +++ b/test/tstQueryTreeIntersectsKDOP.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeManufacturedSolution.cpp b/test/tstQueryTreeManufacturedSolution.cpp index ddde43b55..2835d86dc 100644 --- a/test/tstQueryTreeManufacturedSolution.cpp +++ b/test/tstQueryTreeManufacturedSolution.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeRay.cpp b/test/tstQueryTreeRay.cpp index e73144d00..ac7f24841 100644 --- a/test/tstQueryTreeRay.cpp +++ b/test/tstQueryTreeRay.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/test/tstQueryTreeTraversalPolicy.cpp b/test/tstQueryTreeTraversalPolicy.cpp index c808f90d9..34176bc4f 100644 --- a/test/tstQueryTreeTraversalPolicy.cpp +++ b/test/tstQueryTreeTraversalPolicy.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..3036e81ba 100644 --- a/test/tstRay.cpp +++ b/test/tstRay.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..a1280db72 100644 --- a/test/tstSequenceContainers.cpp +++ b/test/tstSequenceContainers.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..664d9f570 100644 --- a/test/tstUnionFind.cpp +++ b/test/tstUnionFind.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2025, ArborX authors * * 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..a9a04cfb5 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, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is *