From b0aa577ec1c96612b8e9b6f52be63e7743a72798 Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko Date: Wed, 11 Oct 2023 19:19:43 -0400 Subject: [PATCH] Update licenses on all files modified this year --- benchmarks/brute_force_vs_bvh/brute_force_vs_bvh.cpp | 2 +- benchmarks/brute_force_vs_bvh/brute_force_vs_bvh_timpl.hpp | 2 +- benchmarks/bvh_driver/benchmark_registration.hpp | 2 +- benchmarks/bvh_driver/bvh_driver.cpp | 2 +- benchmarks/dbscan/ArborX_DBSCANVerification.hpp | 2 +- benchmarks/dbscan/converter.cpp | 2 +- benchmarks/dbscan/data.hpp | 2 +- benchmarks/dbscan/dbscan.hpp | 2 +- benchmarks/dbscan/dbscan_timpl.hpp | 2 +- benchmarks/distributed_tree_driver/distributed_tree_driver.cpp | 2 +- .../execution_space_instances_driver.cpp | 2 +- benchmarks/union_find/union_find.cpp | 2 +- examples/access_traits/example_cuda_access_traits.cpp | 2 +- examples/brute_force/brute_force.cpp | 2 +- examples/callback/example_callback.cpp | 2 +- examples/dbscan/example_dbscan.cpp | 2 +- examples/raytracing/example_raytracing.cpp | 2 +- examples/simple_intersection/example_intersection.cpp | 2 +- examples/viz/tree_visualization.cpp | 2 +- src/ArborX_Config.hpp.in | 2 +- src/ArborX_DBSCAN.hpp | 2 +- src/ArborX_DistributedTree.hpp | 2 +- src/details/ArborX_AccessTraits.hpp | 2 +- src/details/ArborX_DetailsCartesianGrid.hpp | 2 +- src/details/ArborX_DetailsDistributor.hpp | 2 +- src/details/ArborX_DetailsFDBSCAN.hpp | 2 +- src/details/ArborX_DetailsFDBSCANDenseBox.hpp | 2 +- src/details/ArborX_DetailsHeap.hpp | 2 +- src/details/ArborX_DetailsMortonCode.hpp | 2 +- src/details/ArborX_DetailsSortUtils.hpp | 2 +- src/details/ArborX_DetailsTreeNodeLabeling.hpp | 2 +- src/geometry/ArborX_Box.hpp | 2 +- src/geometry/ArborX_DetailsAlgorithms.hpp | 2 +- src/geometry/ArborX_GeometryTraits.hpp | 2 +- src/geometry/ArborX_HyperBox.hpp | 2 +- src/geometry/ArborX_HyperPoint.hpp | 2 +- src/geometry/ArborX_HyperSphere.hpp | 2 +- src/geometry/ArborX_Point.hpp | 2 +- src/geometry/ArborX_Ray.hpp | 2 +- src/geometry/ArborX_Sphere.hpp | 2 +- src/kokkos_ext/ArborX_DetailsKokkosExtSort.hpp | 2 +- src/kokkos_ext/ArborX_DetailsKokkosExtViewHelpers.hpp | 2 +- test/ArborX_BoostRTreeHelpers.hpp | 2 +- test/Search_UnitTestHelpers.hpp | 2 +- test/boost_ext/CompressedStorageComparison.hpp | 2 +- test/boost_ext/KokkosPairComparison.hpp | 2 +- test/tstCompileOnlyAccessTraits.cpp | 2 +- test/tstCompileOnlyCallbacks.cpp | 2 +- test/tstCompileOnlyGeometry.cpp | 2 +- test/tstCompileOnlyTypeRequirements.cpp | 2 +- test/tstDetailsAlgorithms.cpp | 2 +- test/tstDetailsDistributedTreeImpl.cpp | 2 +- test/tstDetailsMortonCodes.cpp | 2 +- test/tstDetailsTreeNodeLabeling.cpp | 2 +- test/tstMinimumSpanningTreeGoldenTest.cpp | 2 +- test/tstQueryTreeManufacturedSolution.cpp | 2 +- test/tstQueryTreeRay.cpp | 2 +- test/tstRay.cpp | 2 +- test/tstUnionFind.cpp | 2 +- 59 files changed, 59 insertions(+), 59 deletions(-) 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 62b73ab6af..c4b62092f3 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) 2017-2023 by the 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 51d66f1ea2..b267774ed5 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-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 fe73319bb3..f1e4634140 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) 2017-2023 by the 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 549a842fd1..4948e4859d 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) 2017-2023 by the 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 8b3879487d..6c9293731b 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) 2017-2023 by the 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 9e352f19fb..2d3ea8143e 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) 2017-2023 by the 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 bf4d814f63..58f7b522c4 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) 2017-2023 by the 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 ae8ae1a8be..29f622b48d 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) 2017-2023 by the 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 9279974853..843d1fad5b 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) 2017-2023 by the 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 6de16cbb97..ff81191250 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) 2017-2023 by the 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 ae12375013..3d3c4c7697 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) 2017-2023 by the 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 d622e37b49..6deaa32b8d 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) 2017-2023 by the 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 8c29713646..bbdeb4f2e2 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) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/examples/brute_force/brute_force.cpp b/examples/brute_force/brute_force.cpp index 616d98964d..d93b0fd5a9 100644 --- a/examples/brute_force/brute_force.cpp +++ b/examples/brute_force/brute_force.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 0a1527b89a..3a72d904c7 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) 2017-2023 by the 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 002103892b..352099e105 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) 2017-2023 by the 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 15c6051168..936f216478 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) 2017-2023 by the 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 f966c6ad68..b279b6aca6 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) 2017-2023 by the 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 77277e9641..d23c4c446a 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) 2017-2023 by the 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 cc57ceeb7a..3a3c8892a8 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) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/ArborX_DBSCAN.hpp b/src/ArborX_DBSCAN.hpp index b80944e88e..fb13fee30b 100644 --- a/src/ArborX_DBSCAN.hpp +++ b/src/ArborX_DBSCAN.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/ArborX_DistributedTree.hpp b/src/ArborX_DistributedTree.hpp index 46491020f7..2aa3145665 100644 --- a/src/ArborX_DistributedTree.hpp +++ b/src/ArborX_DistributedTree.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/details/ArborX_AccessTraits.hpp b/src/details/ArborX_AccessTraits.hpp index 745b72a3c3..430a35555a 100644 --- a/src/details/ArborX_AccessTraits.hpp +++ b/src/details/ArborX_AccessTraits.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/details/ArborX_DetailsCartesianGrid.hpp b/src/details/ArborX_DetailsCartesianGrid.hpp index ea2a6007b1..f9032c1bb4 100644 --- a/src/details/ArborX_DetailsCartesianGrid.hpp +++ b/src/details/ArborX_DetailsCartesianGrid.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/details/ArborX_DetailsDistributor.hpp b/src/details/ArborX_DetailsDistributor.hpp index d1acf893d8..23ec2a89d0 100644 --- a/src/details/ArborX_DetailsDistributor.hpp +++ b/src/details/ArborX_DetailsDistributor.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/details/ArborX_DetailsFDBSCAN.hpp b/src/details/ArborX_DetailsFDBSCAN.hpp index a7e5ee2033..dc01950bc5 100644 --- a/src/details/ArborX_DetailsFDBSCAN.hpp +++ b/src/details/ArborX_DetailsFDBSCAN.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/details/ArborX_DetailsFDBSCANDenseBox.hpp b/src/details/ArborX_DetailsFDBSCANDenseBox.hpp index b74f1d7d1d..7efd54a4b5 100644 --- a/src/details/ArborX_DetailsFDBSCANDenseBox.hpp +++ b/src/details/ArborX_DetailsFDBSCANDenseBox.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/details/ArborX_DetailsHeap.hpp b/src/details/ArborX_DetailsHeap.hpp index c1a3cd1dca..82f6f82c2d 100644 --- a/src/details/ArborX_DetailsHeap.hpp +++ b/src/details/ArborX_DetailsHeap.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/details/ArborX_DetailsMortonCode.hpp b/src/details/ArborX_DetailsMortonCode.hpp index 98d0fcbe43..ca507d3f74 100644 --- a/src/details/ArborX_DetailsMortonCode.hpp +++ b/src/details/ArborX_DetailsMortonCode.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/details/ArborX_DetailsSortUtils.hpp b/src/details/ArborX_DetailsSortUtils.hpp index 0250b84b94..87a1f3154c 100644 --- a/src/details/ArborX_DetailsSortUtils.hpp +++ b/src/details/ArborX_DetailsSortUtils.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/details/ArborX_DetailsTreeNodeLabeling.hpp b/src/details/ArborX_DetailsTreeNodeLabeling.hpp index 0a303fcd63..e2bb98ffc1 100644 --- a/src/details/ArborX_DetailsTreeNodeLabeling.hpp +++ b/src/details/ArborX_DetailsTreeNodeLabeling.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 adfec8d8c5..ffdff3ab64 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) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/ArborX_DetailsAlgorithms.hpp b/src/geometry/ArborX_DetailsAlgorithms.hpp index cd2eb4555d..79026af938 100644 --- a/src/geometry/ArborX_DetailsAlgorithms.hpp +++ b/src/geometry/ArborX_DetailsAlgorithms.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 7c13b9bb78..42b6ac5de7 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) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/ArborX_HyperBox.hpp b/src/geometry/ArborX_HyperBox.hpp index 13c67acf1d..39398eee02 100644 --- a/src/geometry/ArborX_HyperBox.hpp +++ b/src/geometry/ArborX_HyperBox.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/ArborX_HyperPoint.hpp b/src/geometry/ArborX_HyperPoint.hpp index 10c930038c..bfdc953032 100644 --- a/src/geometry/ArborX_HyperPoint.hpp +++ b/src/geometry/ArborX_HyperPoint.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/geometry/ArborX_HyperSphere.hpp b/src/geometry/ArborX_HyperSphere.hpp index ae106a15e5..376d68f7a2 100644 --- a/src/geometry/ArborX_HyperSphere.hpp +++ b/src/geometry/ArborX_HyperSphere.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 05dc691e4a..f39b921dfa 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) 2017-2023 by the 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 5cd09fe83c..b2591d3662 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) 2017-2023 by the 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 c87ed70432..f10aaedb90 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) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/kokkos_ext/ArborX_DetailsKokkosExtSort.hpp b/src/kokkos_ext/ArborX_DetailsKokkosExtSort.hpp index ac4b546432..3baae21be3 100644 --- a/src/kokkos_ext/ArborX_DetailsKokkosExtSort.hpp +++ b/src/kokkos_ext/ArborX_DetailsKokkosExtSort.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * diff --git a/src/kokkos_ext/ArborX_DetailsKokkosExtViewHelpers.hpp b/src/kokkos_ext/ArborX_DetailsKokkosExtViewHelpers.hpp index e988a361d6..25ffa82d1f 100644 --- a/src/kokkos_ext/ArborX_DetailsKokkosExtViewHelpers.hpp +++ b/src/kokkos_ext/ArborX_DetailsKokkosExtViewHelpers.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 fa4ac3f27c..69326b1097 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) 2017-2023 by the 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 12f5d3bd9e..9cfee158f1 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) 2017-2023 by the 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 1761f4b396..33c2247748 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) 2017-2023 by the 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 006cfbbc37..0de2b433e3 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) 2017-2023 by the 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 f3d7294120..746893a7ff 100644 --- a/test/tstCompileOnlyAccessTraits.cpp +++ b/test/tstCompileOnlyAccessTraits.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 5edc3a35a5..4d5851fa2f 100644 --- a/test/tstCompileOnlyCallbacks.cpp +++ b/test/tstCompileOnlyCallbacks.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 b79722de53..62677542d4 100644 --- a/test/tstCompileOnlyGeometry.cpp +++ b/test/tstCompileOnlyGeometry.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 52bd382fc0..88266a9178 100644 --- a/test/tstCompileOnlyTypeRequirements.cpp +++ b/test/tstCompileOnlyTypeRequirements.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 a67af0b218..f39608f958 100644 --- a/test/tstDetailsAlgorithms.cpp +++ b/test/tstDetailsAlgorithms.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 02a53d46e8..c9a59445ef 100644 --- a/test/tstDetailsDistributedTreeImpl.cpp +++ b/test/tstDetailsDistributedTreeImpl.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 b076f5eb45..2e68836f71 100644 --- a/test/tstDetailsMortonCodes.cpp +++ b/test/tstDetailsMortonCodes.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 ad563c764b..0e34f2079d 100644 --- a/test/tstDetailsTreeNodeLabeling.cpp +++ b/test/tstDetailsTreeNodeLabeling.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 280eef583d..d8c8f90d7e 100644 --- a/test/tstMinimumSpanningTreeGoldenTest.cpp +++ b/test/tstMinimumSpanningTreeGoldenTest.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 6f2d563fc6..4da06b0956 100644 --- a/test/tstQueryTreeManufacturedSolution.cpp +++ b/test/tstQueryTreeManufacturedSolution.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 c91c548b3f..de2737d258 100644 --- a/test/tstQueryTreeRay.cpp +++ b/test/tstQueryTreeRay.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 6f1ea96c8a..de38142290 100644 --- a/test/tstRay.cpp +++ b/test/tstRay.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the 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 62be92ed9b..7b7bcf9f89 100644 --- a/test/tstUnionFind.cpp +++ b/test/tstUnionFind.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2017-2022 by the ArborX authors * + * Copyright (c) 2017-2023 by the ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is *