diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ecb3ee6b..8e0cc00de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/LICENSE b/LICENSE index f676f5254..22b971a15 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright 2018-2022 the Cabana authors +Copyright 2018-2023 the Cabana authors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmark/CMakeLists.txt b/benchmark/CMakeLists.txt index 45cc035c1..9327ffd29 100644 --- a/benchmark/CMakeLists.txt +++ b/benchmark/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/benchmark/Cabana_BenchmarkUtils.hpp b/benchmark/Cabana_BenchmarkUtils.hpp index b747d720d..b274f0134 100644 --- a/benchmark/Cabana_BenchmarkUtils.hpp +++ b/benchmark/Cabana_BenchmarkUtils.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/benchmark/cajita/CMakeLists.txt b/benchmark/cajita/CMakeLists.txt index a21cba325..b730e4f47 100644 --- a/benchmark/cajita/CMakeLists.txt +++ b/benchmark/cajita/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/benchmark/cajita/Cajita_FastFourierTransformPerformance.cpp b/benchmark/cajita/Cajita_FastFourierTransformPerformance.cpp index 07d0c4849..ed5c48b4f 100644 --- a/benchmark/cajita/Cajita_FastFourierTransformPerformance.cpp +++ b/benchmark/cajita/Cajita_FastFourierTransformPerformance.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/benchmark/cajita/Cajita_HaloPerformance.cpp b/benchmark/cajita/Cajita_HaloPerformance.cpp index e94b05796..ec8aa86c4 100644 --- a/benchmark/cajita/Cajita_HaloPerformance.cpp +++ b/benchmark/cajita/Cajita_HaloPerformance.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/benchmark/cajita/Cajita_InterpolationPerformance.cpp b/benchmark/cajita/Cajita_InterpolationPerformance.cpp index 0443689f7..a79ad7345 100644 --- a/benchmark/cajita/Cajita_InterpolationPerformance.cpp +++ b/benchmark/cajita/Cajita_InterpolationPerformance.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2021 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/benchmark/cajita/Cajita_SparseMapPerformance.cpp b/benchmark/cajita/Cajita_SparseMapPerformance.cpp index 4c7fe5f86..4ae216064 100644 --- a/benchmark/cajita/Cajita_SparseMapPerformance.cpp +++ b/benchmark/cajita/Cajita_SparseMapPerformance.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/benchmark/cajita/Cajita_SparsePartitionerPerformance.cpp b/benchmark/cajita/Cajita_SparsePartitionerPerformance.cpp index 4706bdf4e..41818dc9f 100644 --- a/benchmark/cajita/Cajita_SparsePartitionerPerformance.cpp +++ b/benchmark/cajita/Cajita_SparsePartitionerPerformance.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/benchmark/core/CMakeLists.txt b/benchmark/core/CMakeLists.txt index 5731ba024..5acfe1dca 100644 --- a/benchmark/core/CMakeLists.txt +++ b/benchmark/core/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/benchmark/core/Cabana_BinSortPerformance.cpp b/benchmark/core/Cabana_BinSortPerformance.cpp index 7e6d2a2c0..93c4223cd 100644 --- a/benchmark/core/Cabana_BinSortPerformance.cpp +++ b/benchmark/core/Cabana_BinSortPerformance.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/benchmark/core/Cabana_CommPerformance.cpp b/benchmark/core/Cabana_CommPerformance.cpp index b47fe39f8..739424729 100644 --- a/benchmark/core/Cabana_CommPerformance.cpp +++ b/benchmark/core/Cabana_CommPerformance.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/benchmark/core/Cabana_LinkedCellPerformance.cpp b/benchmark/core/Cabana_LinkedCellPerformance.cpp index f5e8390e4..cd1f68bb4 100644 --- a/benchmark/core/Cabana_LinkedCellPerformance.cpp +++ b/benchmark/core/Cabana_LinkedCellPerformance.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/benchmark/core/Cabana_NeighborArborXPerformance.cpp b/benchmark/core/Cabana_NeighborArborXPerformance.cpp index 25071bd4c..9a50a9b05 100644 --- a/benchmark/core/Cabana_NeighborArborXPerformance.cpp +++ b/benchmark/core/Cabana_NeighborArborXPerformance.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/benchmark/core/Cabana_NeighborVerletPerformance.cpp b/benchmark/core/Cabana_NeighborVerletPerformance.cpp index 19ffc4ace..9989b14ca 100644 --- a/benchmark/core/Cabana_NeighborVerletPerformance.cpp +++ b/benchmark/core/Cabana_NeighborVerletPerformance.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/benchmark/plot/Cabana_BenchmarkPlotUtils.py b/benchmark/plot/Cabana_BenchmarkPlotUtils.py index 642ed50f1..1e98b80d3 100644 --- a/benchmark/plot/Cabana_BenchmarkPlotUtils.py +++ b/benchmark/plot/Cabana_BenchmarkPlotUtils.py @@ -1,3 +1,14 @@ +"""************************************************************************** + * Copyright (c) 2018-2023 by the Cabana authors * + * All rights reserved. * + * * + * This file is part of the Cabana library. Cabana 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 * + *************************************************************************""" + from matplotlib import pyplot as plt from matplotlib.lines import Line2D diff --git a/benchmark/plot/Cabana_PlotBenchmark.py b/benchmark/plot/Cabana_PlotBenchmark.py index d691bab19..b7473a34a 100644 --- a/benchmark/plot/Cabana_PlotBenchmark.py +++ b/benchmark/plot/Cabana_PlotBenchmark.py @@ -1,3 +1,14 @@ +"""************************************************************************** + * Copyright (c) 2018-2023 by the Cabana authors * + * All rights reserved. * + * * + * This file is part of the Cabana library. Cabana 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 * + *************************************************************************""" + import sys, numpy as np from matplotlib import pyplot as plt diff --git a/cajita/CMakeLists.txt b/cajita/CMakeLists.txt index 2db297334..15d8a742e 100644 --- a/cajita/CMakeLists.txt +++ b/cajita/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/cajita/src/CMakeLists.txt b/cajita/src/CMakeLists.txt index 952685de1..0e25032cf 100644 --- a/cajita/src/CMakeLists.txt +++ b/cajita/src/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/cajita/src/Cajita.hpp b/cajita/src/Cajita.hpp index 832a8f61c..927a0b9c9 100644 --- a/cajita/src/Cajita.hpp +++ b/cajita/src/Cajita.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_Array.hpp b/cajita/src/Cajita_Array.hpp index c6b58b173..9b03e2afb 100644 --- a/cajita/src/Cajita_Array.hpp +++ b/cajita/src/Cajita_Array.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_BovWriter.hpp b/cajita/src/Cajita_BovWriter.hpp index 14f2320b7..3053fdb84 100644 --- a/cajita/src/Cajita_BovWriter.hpp +++ b/cajita/src/Cajita_BovWriter.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_Config.hpp.in b/cajita/src/Cajita_Config.hpp.in index 64acf2ef1..0c215f7da 100644 --- a/cajita/src/Cajita_Config.hpp.in +++ b/cajita/src/Cajita_Config.hpp.in @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_FastFourierTransform.hpp b/cajita/src/Cajita_FastFourierTransform.hpp index 829a68cd3..a233ed460 100644 --- a/cajita/src/Cajita_FastFourierTransform.hpp +++ b/cajita/src/Cajita_FastFourierTransform.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_GlobalGrid.hpp b/cajita/src/Cajita_GlobalGrid.hpp index b216c9d0e..141ef44f1 100644 --- a/cajita/src/Cajita_GlobalGrid.hpp +++ b/cajita/src/Cajita_GlobalGrid.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_GlobalGrid_impl.hpp b/cajita/src/Cajita_GlobalGrid_impl.hpp index 05e2ad1aa..d3f60f6f8 100644 --- a/cajita/src/Cajita_GlobalGrid_impl.hpp +++ b/cajita/src/Cajita_GlobalGrid_impl.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_GlobalMesh.hpp b/cajita/src/Cajita_GlobalMesh.hpp index 47385f24f..9f3e08ec1 100644 --- a/cajita/src/Cajita_GlobalMesh.hpp +++ b/cajita/src/Cajita_GlobalMesh.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_Halo.hpp b/cajita/src/Cajita_Halo.hpp index d351be74a..3abdfa6c5 100644 --- a/cajita/src/Cajita_Halo.hpp +++ b/cajita/src/Cajita_Halo.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_Hypre.hpp b/cajita/src/Cajita_Hypre.hpp index d54b467a3..33f597806 100644 --- a/cajita/src/Cajita_Hypre.hpp +++ b/cajita/src/Cajita_Hypre.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_HypreSemiStructuredSolver.hpp b/cajita/src/Cajita_HypreSemiStructuredSolver.hpp index 26f8fdb55..16d3bea28 100644 --- a/cajita/src/Cajita_HypreSemiStructuredSolver.hpp +++ b/cajita/src/Cajita_HypreSemiStructuredSolver.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_HypreStructuredSolver.hpp b/cajita/src/Cajita_HypreStructuredSolver.hpp index c7e7a4b60..67a5ded47 100644 --- a/cajita/src/Cajita_HypreStructuredSolver.hpp +++ b/cajita/src/Cajita_HypreStructuredSolver.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_IndexConversion.hpp b/cajita/src/Cajita_IndexConversion.hpp index 458fe7729..3dddb4d9a 100644 --- a/cajita/src/Cajita_IndexConversion.hpp +++ b/cajita/src/Cajita_IndexConversion.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_IndexSpace.hpp b/cajita/src/Cajita_IndexSpace.hpp index 8e693d531..d0c65a531 100644 --- a/cajita/src/Cajita_IndexSpace.hpp +++ b/cajita/src/Cajita_IndexSpace.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_Interpolation.hpp b/cajita/src/Cajita_Interpolation.hpp index 91566c263..994cf87b4 100644 --- a/cajita/src/Cajita_Interpolation.hpp +++ b/cajita/src/Cajita_Interpolation.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_LoadBalancer.hpp b/cajita/src/Cajita_LoadBalancer.hpp index b9d7f6b20..32c4b4c8c 100644 --- a/cajita/src/Cajita_LoadBalancer.hpp +++ b/cajita/src/Cajita_LoadBalancer.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_LocalGrid.hpp b/cajita/src/Cajita_LocalGrid.hpp index 4b0f2403a..cb05684ba 100644 --- a/cajita/src/Cajita_LocalGrid.hpp +++ b/cajita/src/Cajita_LocalGrid.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_LocalGrid_impl.hpp b/cajita/src/Cajita_LocalGrid_impl.hpp index e10bb4446..dc8ab509e 100644 --- a/cajita/src/Cajita_LocalGrid_impl.hpp +++ b/cajita/src/Cajita_LocalGrid_impl.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_LocalMesh.hpp b/cajita/src/Cajita_LocalMesh.hpp index c772674fd..b3725a80b 100644 --- a/cajita/src/Cajita_LocalMesh.hpp +++ b/cajita/src/Cajita_LocalMesh.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_ManualPartitioner.hpp b/cajita/src/Cajita_ManualPartitioner.hpp index 5b2f19227..4788da79b 100644 --- a/cajita/src/Cajita_ManualPartitioner.hpp +++ b/cajita/src/Cajita_ManualPartitioner.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_MpiTraits.hpp b/cajita/src/Cajita_MpiTraits.hpp index 323c06366..472b42bb2 100644 --- a/cajita/src/Cajita_MpiTraits.hpp +++ b/cajita/src/Cajita_MpiTraits.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_Parallel.hpp b/cajita/src/Cajita_Parallel.hpp index f76b23acb..5c42389f0 100644 --- a/cajita/src/Cajita_Parallel.hpp +++ b/cajita/src/Cajita_Parallel.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_ParticleGridDistributor.hpp b/cajita/src/Cajita_ParticleGridDistributor.hpp index 2de653f5f..3f158daf2 100644 --- a/cajita/src/Cajita_ParticleGridDistributor.hpp +++ b/cajita/src/Cajita_ParticleGridDistributor.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_ParticleList.hpp b/cajita/src/Cajita_ParticleList.hpp index 4a352c30d..0792cc0f3 100644 --- a/cajita/src/Cajita_ParticleList.hpp +++ b/cajita/src/Cajita_ParticleList.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_Partitioner.hpp b/cajita/src/Cajita_Partitioner.hpp index b7716bca0..d2408a54a 100644 --- a/cajita/src/Cajita_Partitioner.hpp +++ b/cajita/src/Cajita_Partitioner.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_ReferenceStructuredSolver.hpp b/cajita/src/Cajita_ReferenceStructuredSolver.hpp index ed17bde5f..0a0637653 100644 --- a/cajita/src/Cajita_ReferenceStructuredSolver.hpp +++ b/cajita/src/Cajita_ReferenceStructuredSolver.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_SiloParticleOutput.hpp b/cajita/src/Cajita_SiloParticleOutput.hpp index d76c0b24f..c2b99fced 100644 --- a/cajita/src/Cajita_SiloParticleOutput.hpp +++ b/cajita/src/Cajita_SiloParticleOutput.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_SparseArray.hpp b/cajita/src/Cajita_SparseArray.hpp index 56046dffd..5143d9f8f 100644 --- a/cajita/src/Cajita_SparseArray.hpp +++ b/cajita/src/Cajita_SparseArray.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_SparseDimPartitioner.hpp b/cajita/src/Cajita_SparseDimPartitioner.hpp index 47cd5f86b..209e2f936 100644 --- a/cajita/src/Cajita_SparseDimPartitioner.hpp +++ b/cajita/src/Cajita_SparseDimPartitioner.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_SparseHalo.hpp b/cajita/src/Cajita_SparseHalo.hpp index ea24347ba..87d3183c4 100644 --- a/cajita/src/Cajita_SparseHalo.hpp +++ b/cajita/src/Cajita_SparseHalo.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_SparseIndexSpace.hpp b/cajita/src/Cajita_SparseIndexSpace.hpp index e4af0bb65..faa37bef5 100644 --- a/cajita/src/Cajita_SparseIndexSpace.hpp +++ b/cajita/src/Cajita_SparseIndexSpace.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_SparseLocalGrid.hpp b/cajita/src/Cajita_SparseLocalGrid.hpp index bcf19dce6..122a20514 100644 --- a/cajita/src/Cajita_SparseLocalGrid.hpp +++ b/cajita/src/Cajita_SparseLocalGrid.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2021 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_SparseLocalGrid_impl.hpp b/cajita/src/Cajita_SparseLocalGrid_impl.hpp index 4d9af6e37..83ee31ae3 100644 --- a/cajita/src/Cajita_SparseLocalGrid_impl.hpp +++ b/cajita/src/Cajita_SparseLocalGrid_impl.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2021 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_Splines.hpp b/cajita/src/Cajita_Splines.hpp index bb3c9b0d7..f3cd22b46 100644 --- a/cajita/src/Cajita_Splines.hpp +++ b/cajita/src/Cajita_Splines.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_Types.hpp b/cajita/src/Cajita_Types.hpp index afe1beb5a..2c94223cd 100644 --- a/cajita/src/Cajita_Types.hpp +++ b/cajita/src/Cajita_Types.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/src/Cajita_UniformDimPartitioner.hpp b/cajita/src/Cajita_UniformDimPartitioner.hpp index 612889a7a..9a15e5011 100644 --- a/cajita/src/Cajita_UniformDimPartitioner.hpp +++ b/cajita/src/Cajita_UniformDimPartitioner.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/CMakeLists.txt b/cajita/unit_test/CMakeLists.txt index 01dec6177..5909ae863 100644 --- a/cajita/unit_test/CMakeLists.txt +++ b/cajita/unit_test/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/cajita/unit_test/tstArray2d.hpp b/cajita/unit_test/tstArray2d.hpp index 51a74eb9d..2c2deff02 100644 --- a/cajita/unit_test/tstArray2d.hpp +++ b/cajita/unit_test/tstArray2d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstArray3d.hpp b/cajita/unit_test/tstArray3d.hpp index a41a76f72..1afb460bf 100644 --- a/cajita/unit_test/tstArray3d.hpp +++ b/cajita/unit_test/tstArray3d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstBovWriter.hpp b/cajita/unit_test/tstBovWriter.hpp index 920419fc0..cdf9e31f4 100644 --- a/cajita/unit_test/tstBovWriter.hpp +++ b/cajita/unit_test/tstBovWriter.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstFastFourierTransform.hpp b/cajita/unit_test/tstFastFourierTransform.hpp index bed239a79..6fed91214 100644 --- a/cajita/unit_test/tstFastFourierTransform.hpp +++ b/cajita/unit_test/tstFastFourierTransform.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstGlobalGrid.hpp b/cajita/unit_test/tstGlobalGrid.hpp index bdf0966e2..b28c86e9c 100644 --- a/cajita/unit_test/tstGlobalGrid.hpp +++ b/cajita/unit_test/tstGlobalGrid.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstGlobalMesh.hpp b/cajita/unit_test/tstGlobalMesh.hpp index ecc78cc18..92d5e1577 100644 --- a/cajita/unit_test/tstGlobalMesh.hpp +++ b/cajita/unit_test/tstGlobalMesh.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstHalo2d.hpp b/cajita/unit_test/tstHalo2d.hpp index e30e4c2dc..605ba8944 100644 --- a/cajita/unit_test/tstHalo2d.hpp +++ b/cajita/unit_test/tstHalo2d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstHalo3d.hpp b/cajita/unit_test/tstHalo3d.hpp index 2cbef69a3..5c842f359 100644 --- a/cajita/unit_test/tstHalo3d.hpp +++ b/cajita/unit_test/tstHalo3d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstHypreSemiStructuredSolver.hpp b/cajita/unit_test/tstHypreSemiStructuredSolver.hpp index 085cdecac..55504f3bd 100644 --- a/cajita/unit_test/tstHypreSemiStructuredSolver.hpp +++ b/cajita/unit_test/tstHypreSemiStructuredSolver.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstHypreSemiStructuredSolverMulti.hpp b/cajita/unit_test/tstHypreSemiStructuredSolverMulti.hpp index 455fde2dd..dfeb742ab 100644 --- a/cajita/unit_test/tstHypreSemiStructuredSolverMulti.hpp +++ b/cajita/unit_test/tstHypreSemiStructuredSolverMulti.hpp @@ -1,7 +1,5 @@ - - /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstHypreStructuredSolver2d.hpp b/cajita/unit_test/tstHypreStructuredSolver2d.hpp index ac916bd34..0573418fd 100644 --- a/cajita/unit_test/tstHypreStructuredSolver2d.hpp +++ b/cajita/unit_test/tstHypreStructuredSolver2d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstHypreStructuredSolver3d.hpp b/cajita/unit_test/tstHypreStructuredSolver3d.hpp index 7b88d1873..078663e5c 100644 --- a/cajita/unit_test/tstHypreStructuredSolver3d.hpp +++ b/cajita/unit_test/tstHypreStructuredSolver3d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstIndexConversion.hpp b/cajita/unit_test/tstIndexConversion.hpp index 944c0eef2..6bad66abc 100644 --- a/cajita/unit_test/tstIndexConversion.hpp +++ b/cajita/unit_test/tstIndexConversion.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstIndexSpace.hpp b/cajita/unit_test/tstIndexSpace.hpp index 175502730..2aa8f6c03 100644 --- a/cajita/unit_test/tstIndexSpace.hpp +++ b/cajita/unit_test/tstIndexSpace.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstInterpolation2d.hpp b/cajita/unit_test/tstInterpolation2d.hpp index 480705c72..2bf7f99a5 100644 --- a/cajita/unit_test/tstInterpolation2d.hpp +++ b/cajita/unit_test/tstInterpolation2d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstInterpolation3d.hpp b/cajita/unit_test/tstInterpolation3d.hpp index 1e3e9a16f..774e97819 100644 --- a/cajita/unit_test/tstInterpolation3d.hpp +++ b/cajita/unit_test/tstInterpolation3d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstLoadBalancer.hpp b/cajita/unit_test/tstLoadBalancer.hpp index f84a0e063..4182288f4 100644 --- a/cajita/unit_test/tstLoadBalancer.hpp +++ b/cajita/unit_test/tstLoadBalancer.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstLocalGrid.hpp b/cajita/unit_test/tstLocalGrid.hpp index 9b5bf95db..92402c437 100644 --- a/cajita/unit_test/tstLocalGrid.hpp +++ b/cajita/unit_test/tstLocalGrid.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstLocalMesh2d.hpp b/cajita/unit_test/tstLocalMesh2d.hpp index 86b6f6a48..f14b987b2 100644 --- a/cajita/unit_test/tstLocalMesh2d.hpp +++ b/cajita/unit_test/tstLocalMesh2d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstLocalMesh3d.hpp b/cajita/unit_test/tstLocalMesh3d.hpp index 3c7347123..006335c78 100644 --- a/cajita/unit_test/tstLocalMesh3d.hpp +++ b/cajita/unit_test/tstLocalMesh3d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstParallel.hpp b/cajita/unit_test/tstParallel.hpp index ed18b60cb..39b7e2122 100644 --- a/cajita/unit_test/tstParallel.hpp +++ b/cajita/unit_test/tstParallel.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstParticleGridDistributor2d.hpp b/cajita/unit_test/tstParticleGridDistributor2d.hpp index 5855ec79f..dfca47b24 100644 --- a/cajita/unit_test/tstParticleGridDistributor2d.hpp +++ b/cajita/unit_test/tstParticleGridDistributor2d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstParticleGridDistributor3d.hpp b/cajita/unit_test/tstParticleGridDistributor3d.hpp index c044fcd29..a064fe928 100644 --- a/cajita/unit_test/tstParticleGridDistributor3d.hpp +++ b/cajita/unit_test/tstParticleGridDistributor3d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstParticleList.hpp b/cajita/unit_test/tstParticleList.hpp index a140abf93..6f5f7ed5e 100644 --- a/cajita/unit_test/tstParticleList.hpp +++ b/cajita/unit_test/tstParticleList.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstPartitioner.hpp b/cajita/unit_test/tstPartitioner.hpp index cc8ef4bc4..26dea2102 100644 --- a/cajita/unit_test/tstPartitioner.hpp +++ b/cajita/unit_test/tstPartitioner.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstSiloParticleOutput.hpp b/cajita/unit_test/tstSiloParticleOutput.hpp index dffdecded..16fa6cc6f 100644 --- a/cajita/unit_test/tstSiloParticleOutput.hpp +++ b/cajita/unit_test/tstSiloParticleOutput.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstSparseArray.hpp b/cajita/unit_test/tstSparseArray.hpp index 76787fcd8..790bd93e3 100644 --- a/cajita/unit_test/tstSparseArray.hpp +++ b/cajita/unit_test/tstSparseArray.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstSparseDimPartitioner.hpp b/cajita/unit_test/tstSparseDimPartitioner.hpp index 9eb6c185b..cbe117887 100644 --- a/cajita/unit_test/tstSparseDimPartitioner.hpp +++ b/cajita/unit_test/tstSparseDimPartitioner.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstSparseHalo.hpp b/cajita/unit_test/tstSparseHalo.hpp index 445388613..517018936 100644 --- a/cajita/unit_test/tstSparseHalo.hpp +++ b/cajita/unit_test/tstSparseHalo.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstSparseIndexSpace.hpp b/cajita/unit_test/tstSparseIndexSpace.hpp index bdf5c3395..5ee93ad06 100644 --- a/cajita/unit_test/tstSparseIndexSpace.hpp +++ b/cajita/unit_test/tstSparseIndexSpace.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstSparseLocalGrid.hpp b/cajita/unit_test/tstSparseLocalGrid.hpp index d0c296fe0..1f3341292 100644 --- a/cajita/unit_test/tstSparseLocalGrid.hpp +++ b/cajita/unit_test/tstSparseLocalGrid.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * @@ -477,4 +477,4 @@ TEST( sparse_local_grid, 3d_sprase_local_grid ) } //---------------------------------------------------------------------------// -} // namespace Test \ No newline at end of file +} // namespace Test diff --git a/cajita/unit_test/tstSplineEvaluation2d.hpp b/cajita/unit_test/tstSplineEvaluation2d.hpp index 34771da5f..b92a88e61 100644 --- a/cajita/unit_test/tstSplineEvaluation2d.hpp +++ b/cajita/unit_test/tstSplineEvaluation2d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstSplineEvaluation3d.hpp b/cajita/unit_test/tstSplineEvaluation3d.hpp index 80d81c8bd..eb87ee625 100644 --- a/cajita/unit_test/tstSplineEvaluation3d.hpp +++ b/cajita/unit_test/tstSplineEvaluation3d.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cajita/unit_test/tstSplines.hpp b/cajita/unit_test/tstSplines.hpp index e29ce14cd..8ab0ad9f6 100644 --- a/cajita/unit_test/tstSplines.hpp +++ b/cajita/unit_test/tstSplines.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cmake/Cabana.pc.cmakein b/cmake/Cabana.pc.cmakein index 4ac0f4584..4e08b9439 100644 --- a/cmake/Cabana.pc.cmakein +++ b/cmake/Cabana.pc.cmakein @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/cmake/CabanaConfig.cmakein b/cmake/CabanaConfig.cmakein index 93dc73264..240798e16 100644 --- a/cmake/CabanaConfig.cmakein +++ b/cmake/CabanaConfig.cmakein @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/cmake/FindCLANG_FORMAT.cmake b/cmake/FindCLANG_FORMAT.cmake index 36c7dd008..8433e4661 100644 --- a/cmake/FindCLANG_FORMAT.cmake +++ b/cmake/FindCLANG_FORMAT.cmake @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/cmake/test_harness/TestCUDA_Category.hpp b/cmake/test_harness/TestCUDA_Category.hpp index 98e747fbd..b6f0a1483 100644 --- a/cmake/test_harness/TestCUDA_Category.hpp +++ b/cmake/test_harness/TestCUDA_Category.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cmake/test_harness/TestCUDA_UVM_Category.hpp b/cmake/test_harness/TestCUDA_UVM_Category.hpp index 3e3ff659d..dc04a0fbf 100644 --- a/cmake/test_harness/TestCUDA_UVM_Category.hpp +++ b/cmake/test_harness/TestCUDA_UVM_Category.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cmake/test_harness/TestHIP_Category.hpp b/cmake/test_harness/TestHIP_Category.hpp index 3ad1f2db0..ec4be4909 100644 --- a/cmake/test_harness/TestHIP_Category.hpp +++ b/cmake/test_harness/TestHIP_Category.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cmake/test_harness/TestOPENMPTARGET_Category.hpp b/cmake/test_harness/TestOPENMPTARGET_Category.hpp index 5d284174d..ff59d5abd 100644 --- a/cmake/test_harness/TestOPENMPTARGET_Category.hpp +++ b/cmake/test_harness/TestOPENMPTARGET_Category.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cmake/test_harness/TestOPENMP_Category.hpp b/cmake/test_harness/TestOPENMP_Category.hpp index 4848c7143..55365e0e9 100644 --- a/cmake/test_harness/TestOPENMP_Category.hpp +++ b/cmake/test_harness/TestOPENMP_Category.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cmake/test_harness/TestSERIAL_Category.hpp b/cmake/test_harness/TestSERIAL_Category.hpp index 6ba3221ca..7f999a72e 100644 --- a/cmake/test_harness/TestSERIAL_Category.hpp +++ b/cmake/test_harness/TestSERIAL_Category.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cmake/test_harness/TestSYCL_Category.hpp b/cmake/test_harness/TestSYCL_Category.hpp index ca568440c..551635b63 100644 --- a/cmake/test_harness/TestSYCL_Category.hpp +++ b/cmake/test_harness/TestSYCL_Category.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2020 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cmake/test_harness/TestTHREADS_Category.hpp b/cmake/test_harness/TestTHREADS_Category.hpp index 31926780b..ec05a7d86 100644 --- a/cmake/test_harness/TestTHREADS_Category.hpp +++ b/cmake/test_harness/TestTHREADS_Category.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cmake/test_harness/mpi_unit_test_main.cpp b/cmake/test_harness/mpi_unit_test_main.cpp index bbd78d593..cf2ce4074 100644 --- a/cmake/test_harness/mpi_unit_test_main.cpp +++ b/cmake/test_harness/mpi_unit_test_main.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/cmake/test_harness/test_harness.cmake b/cmake/test_harness/test_harness.cmake index c869013e7..2a6d40d71 100644 --- a/cmake/test_harness/test_harness.cmake +++ b/cmake/test_harness/test_harness.cmake @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/cmake/test_harness/unit_test_main.cpp b/cmake/test_harness/unit_test_main.cpp index c6ba06d34..139258934 100644 --- a/cmake/test_harness/unit_test_main.cpp +++ b/cmake/test_harness/unit_test_main.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 0df30eae0..9b749c0ef 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/core/performance_test/CMakeLists.txt b/core/performance_test/CMakeLists.txt index f0b3c9934..9b8ff0680 100644 --- a/core/performance_test/CMakeLists.txt +++ b/core/performance_test/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/core/performance_test/peakflops/01_cpp_simple.cpp b/core/performance_test/peakflops/01_cpp_simple.cpp index d3486ca3b..1642a3596 100644 --- a/core/performance_test/peakflops/01_cpp_simple.cpp +++ b/core/performance_test/peakflops/01_cpp_simple.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/performance_test/peakflops/02_kokkos_simple_view.cpp b/core/performance_test/peakflops/02_kokkos_simple_view.cpp index 2949ab7ff..535913b15 100644 --- a/core/performance_test/peakflops/02_kokkos_simple_view.cpp +++ b/core/performance_test/peakflops/02_kokkos_simple_view.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/performance_test/peakflops/03_Cabana_peakflops.cpp b/core/performance_test/peakflops/03_Cabana_peakflops.cpp index dfb89191d..1b5b51226 100644 --- a/core/performance_test/peakflops/03_Cabana_peakflops.cpp +++ b/core/performance_test/peakflops/03_Cabana_peakflops.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/performance_test/peakflops/CMakeLists.txt b/core/performance_test/peakflops/CMakeLists.txt index 875d39b92..83c3c5bb8 100644 --- a/core/performance_test/peakflops/CMakeLists.txt +++ b/core/performance_test/peakflops/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/core/performance_test/peakflops/common.h b/core/performance_test/peakflops/common.h index 3ee22e985..bfccbd719 100644 --- a/core/performance_test/peakflops/common.h +++ b/core/performance_test/peakflops/common.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/CMakeLists.txt b/core/src/CMakeLists.txt index d9ca1a4b0..1752a85c7 100644 --- a/core/src/CMakeLists.txt +++ b/core/src/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/core/src/CabanaCore_config.hpp.cmakein b/core/src/CabanaCore_config.hpp.cmakein index 26336939c..32219e6d9 100644 --- a/core/src/CabanaCore_config.hpp.cmakein +++ b/core/src/CabanaCore_config.hpp.cmakein @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_AoSoA.hpp b/core/src/Cabana_AoSoA.hpp index 4e2a1e25a..b7c1043ec 100644 --- a/core/src/Cabana_AoSoA.hpp +++ b/core/src/Cabana_AoSoA.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_CommunicationPlan.hpp b/core/src/Cabana_CommunicationPlan.hpp index b57b1bdbb..96bf17f0a 100644 --- a/core/src/Cabana_CommunicationPlan.hpp +++ b/core/src/Cabana_CommunicationPlan.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_Core.hpp b/core/src/Cabana_Core.hpp index 131b3edd9..486666a8b 100644 --- a/core/src/Cabana_Core.hpp +++ b/core/src/Cabana_Core.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_DeepCopy.hpp b/core/src/Cabana_DeepCopy.hpp index 2e6bc5d0b..e7a9196c8 100644 --- a/core/src/Cabana_DeepCopy.hpp +++ b/core/src/Cabana_DeepCopy.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_Distributor.hpp b/core/src/Cabana_Distributor.hpp index 446eb5ce1..ab2e80068 100644 --- a/core/src/Cabana_Distributor.hpp +++ b/core/src/Cabana_Distributor.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_ExecutionPolicy.hpp b/core/src/Cabana_ExecutionPolicy.hpp index 86bfcba01..d8d44fa42 100644 --- a/core/src/Cabana_ExecutionPolicy.hpp +++ b/core/src/Cabana_ExecutionPolicy.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_Experimental_NeighborList.hpp b/core/src/Cabana_Experimental_NeighborList.hpp index 067ec9c50..cda130a8d 100644 --- a/core/src/Cabana_Experimental_NeighborList.hpp +++ b/core/src/Cabana_Experimental_NeighborList.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_Fields.hpp b/core/src/Cabana_Fields.hpp index 88a89f000..acf5d9988 100644 --- a/core/src/Cabana_Fields.hpp +++ b/core/src/Cabana_Fields.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_HDF5ParticleOutput.hpp b/core/src/Cabana_HDF5ParticleOutput.hpp index 6928705de..c347c2f8a 100644 --- a/core/src/Cabana_HDF5ParticleOutput.hpp +++ b/core/src/Cabana_HDF5ParticleOutput.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_Halo.hpp b/core/src/Cabana_Halo.hpp index b967a3bd0..78db62530 100644 --- a/core/src/Cabana_Halo.hpp +++ b/core/src/Cabana_Halo.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_LinkedCellList.hpp b/core/src/Cabana_LinkedCellList.hpp index d5f106ea3..a9b63c109 100644 --- a/core/src/Cabana_LinkedCellList.hpp +++ b/core/src/Cabana_LinkedCellList.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_MemberTypes.hpp b/core/src/Cabana_MemberTypes.hpp index c51e4725a..27a3c5b81 100644 --- a/core/src/Cabana_MemberTypes.hpp +++ b/core/src/Cabana_MemberTypes.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_NeighborList.hpp b/core/src/Cabana_NeighborList.hpp index 4f46f62a6..cc2e2a22b 100644 --- a/core/src/Cabana_NeighborList.hpp +++ b/core/src/Cabana_NeighborList.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_Parallel.hpp b/core/src/Cabana_Parallel.hpp index 957011e1d..f46d674f8 100644 --- a/core/src/Cabana_Parallel.hpp +++ b/core/src/Cabana_Parallel.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_ParameterPack.hpp b/core/src/Cabana_ParameterPack.hpp index ef264f34b..83e506611 100644 --- a/core/src/Cabana_ParameterPack.hpp +++ b/core/src/Cabana_ParameterPack.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_ParticleInit.hpp b/core/src/Cabana_ParticleInit.hpp index 3cf10f00b..c6da3b520 100644 --- a/core/src/Cabana_ParticleInit.hpp +++ b/core/src/Cabana_ParticleInit.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_ParticleList.hpp b/core/src/Cabana_ParticleList.hpp index d2cde4fc7..1170dce41 100644 --- a/core/src/Cabana_ParticleList.hpp +++ b/core/src/Cabana_ParticleList.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_SiloParticleOutput.hpp b/core/src/Cabana_SiloParticleOutput.hpp index de30f7c89..d63d5eb06 100644 --- a/core/src/Cabana_SiloParticleOutput.hpp +++ b/core/src/Cabana_SiloParticleOutput.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_Slice.hpp b/core/src/Cabana_Slice.hpp index 3cd8182f6..899f5d668 100644 --- a/core/src/Cabana_Slice.hpp +++ b/core/src/Cabana_Slice.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_SoA.hpp b/core/src/Cabana_SoA.hpp index 7dd92ab15..933c6d1da 100644 --- a/core/src/Cabana_SoA.hpp +++ b/core/src/Cabana_SoA.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_Sort.hpp b/core/src/Cabana_Sort.hpp index c23abf452..928929c2a 100644 --- a/core/src/Cabana_Sort.hpp +++ b/core/src/Cabana_Sort.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_Tuple.hpp b/core/src/Cabana_Tuple.hpp index d27299af0..31b6fd8ef 100644 --- a/core/src/Cabana_Tuple.hpp +++ b/core/src/Cabana_Tuple.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_Types.hpp b/core/src/Cabana_Types.hpp index ff8a72528..e2cd265f5 100644 --- a/core/src/Cabana_Types.hpp +++ b/core/src/Cabana_Types.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_VerletList.hpp b/core/src/Cabana_VerletList.hpp index 3d5a218ec..6e921a12c 100644 --- a/core/src/Cabana_VerletList.hpp +++ b/core/src/Cabana_VerletList.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/Cabana_Version.hpp b/core/src/Cabana_Version.hpp index 37f1a037d..b9c7462e6 100644 --- a/core/src/Cabana_Version.hpp +++ b/core/src/Cabana_Version.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/impl/Cabana_CartesianGrid.hpp b/core/src/impl/Cabana_CartesianGrid.hpp index a898995f8..c93f70065 100644 --- a/core/src/impl/Cabana_CartesianGrid.hpp +++ b/core/src/impl/Cabana_CartesianGrid.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/impl/Cabana_Index.hpp b/core/src/impl/Cabana_Index.hpp index 4f1420a55..340d100cd 100644 --- a/core/src/impl/Cabana_Index.hpp +++ b/core/src/impl/Cabana_Index.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/impl/Cabana_PerformanceTraits.hpp b/core/src/impl/Cabana_PerformanceTraits.hpp index 694697165..4dcebdd8c 100644 --- a/core/src/impl/Cabana_PerformanceTraits.hpp +++ b/core/src/impl/Cabana_PerformanceTraits.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/src/impl/Cabana_TypeTraits.hpp b/core/src/impl/Cabana_TypeTraits.hpp index 1b3cec367..20fac97e3 100644 --- a/core/src/impl/Cabana_TypeTraits.hpp +++ b/core/src/impl/Cabana_TypeTraits.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/CMakeLists.txt b/core/unit_test/CMakeLists.txt index ce81265eb..6fae5f868 100644 --- a/core/unit_test/CMakeLists.txt +++ b/core/unit_test/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/core/unit_test/neighbor_unit_test.hpp b/core/unit_test/neighbor_unit_test.hpp index 3656ff4fc..28ff84257 100644 --- a/core/unit_test/neighbor_unit_test.hpp +++ b/core/unit_test/neighbor_unit_test.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/particle_list_unit_test.hpp b/core/unit_test/particle_list_unit_test.hpp index e11a23c25..abab18d3a 100644 --- a/core/unit_test/particle_list_unit_test.hpp +++ b/core/unit_test/particle_list_unit_test.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstAoSoA.hpp b/core/unit_test/tstAoSoA.hpp index 5c96e5c17..e15bcb62e 100644 --- a/core/unit_test/tstAoSoA.hpp +++ b/core/unit_test/tstAoSoA.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstCartesianGrid.cpp b/core/unit_test/tstCartesianGrid.cpp index ff1c91fbe..1f4ea8499 100644 --- a/core/unit_test/tstCartesianGrid.cpp +++ b/core/unit_test/tstCartesianGrid.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstCommunicationPlan.hpp b/core/unit_test/tstCommunicationPlan.hpp index 27fb08fa8..8328bcada 100644 --- a/core/unit_test/tstCommunicationPlan.hpp +++ b/core/unit_test/tstCommunicationPlan.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstDeepCopy.hpp b/core/unit_test/tstDeepCopy.hpp index 2a2b6bc87..e5c9119e2 100644 --- a/core/unit_test/tstDeepCopy.hpp +++ b/core/unit_test/tstDeepCopy.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstDistributor.hpp b/core/unit_test/tstDistributor.hpp index 2b0632081..14a87e79a 100644 --- a/core/unit_test/tstDistributor.hpp +++ b/core/unit_test/tstDistributor.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstHDF5ParticleOutput.hpp b/core/unit_test/tstHDF5ParticleOutput.hpp index 3d1771f3c..0b97dc2d6 100644 --- a/core/unit_test/tstHDF5ParticleOutput.hpp +++ b/core/unit_test/tstHDF5ParticleOutput.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstHalo.hpp b/core/unit_test/tstHalo.hpp index f5e171be3..743b0b38f 100644 --- a/core/unit_test/tstHalo.hpp +++ b/core/unit_test/tstHalo.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstIndex.cpp b/core/unit_test/tstIndex.cpp index 90653153c..e61488a4a 100644 --- a/core/unit_test/tstIndex.cpp +++ b/core/unit_test/tstIndex.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstLinkedCellList.hpp b/core/unit_test/tstLinkedCellList.hpp index 0712bd033..9c51ca990 100644 --- a/core/unit_test/tstLinkedCellList.hpp +++ b/core/unit_test/tstLinkedCellList.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstNeighborList.hpp b/core/unit_test/tstNeighborList.hpp index 9516a17cb..1bb28fd8c 100644 --- a/core/unit_test/tstNeighborList.hpp +++ b/core/unit_test/tstNeighborList.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstNeighborListArborX.hpp b/core/unit_test/tstNeighborListArborX.hpp index 4a1100243..d4bc9b488 100644 --- a/core/unit_test/tstNeighborListArborX.hpp +++ b/core/unit_test/tstNeighborListArborX.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstParallel.hpp b/core/unit_test/tstParallel.hpp index e4a61c1f4..af7785e51 100644 --- a/core/unit_test/tstParallel.hpp +++ b/core/unit_test/tstParallel.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstParameterPack.hpp b/core/unit_test/tstParameterPack.hpp index 39d703a65..99f80335a 100644 --- a/core/unit_test/tstParameterPack.hpp +++ b/core/unit_test/tstParameterPack.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstParticleInit.hpp b/core/unit_test/tstParticleInit.hpp index 910dc1c8c..4e2a13008 100644 --- a/core/unit_test/tstParticleInit.hpp +++ b/core/unit_test/tstParticleInit.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstParticleList.hpp b/core/unit_test/tstParticleList.hpp index fceaf0e37..1f35d30ab 100644 --- a/core/unit_test/tstParticleList.hpp +++ b/core/unit_test/tstParticleList.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstSlice.hpp b/core/unit_test/tstSlice.hpp index 0a9ebba99..f33a0b19f 100644 --- a/core/unit_test/tstSlice.hpp +++ b/core/unit_test/tstSlice.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstSoA.cpp b/core/unit_test/tstSoA.cpp index caf094ff1..960e885cc 100644 --- a/core/unit_test/tstSoA.cpp +++ b/core/unit_test/tstSoA.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstSort.hpp b/core/unit_test/tstSort.hpp index 0396f950d..97e0c8b70 100644 --- a/core/unit_test/tstSort.hpp +++ b/core/unit_test/tstSort.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstTuple.hpp b/core/unit_test/tstTuple.hpp index ea542e3eb..42cdd2902 100644 --- a/core/unit_test/tstTuple.hpp +++ b/core/unit_test/tstTuple.hpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/core/unit_test/tstVersion.cpp b/core/unit_test/tstVersion.cpp index 7556e08a8..935168751 100644 --- a/core/unit_test/tstVersion.cpp +++ b/core/unit_test/tstVersion.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 449ff2b3a..6641cb5b8 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/01_types/CMakeLists.txt b/example/cajita_tutorial/01_types/CMakeLists.txt index d0f81ef7c..1d4e80d41 100644 --- a/example/cajita_tutorial/01_types/CMakeLists.txt +++ b/example/cajita_tutorial/01_types/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/01_types/types_example.cpp b/example/cajita_tutorial/01_types/types_example.cpp index 43a89db07..a488430a4 100644 --- a/example/cajita_tutorial/01_types/types_example.cpp +++ b/example/cajita_tutorial/01_types/types_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/02_global_mesh/CMakeLists.txt b/example/cajita_tutorial/02_global_mesh/CMakeLists.txt index 7f06db927..dfb452d2c 100644 --- a/example/cajita_tutorial/02_global_mesh/CMakeLists.txt +++ b/example/cajita_tutorial/02_global_mesh/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/02_global_mesh/global_mesh_example.cpp b/example/cajita_tutorial/02_global_mesh/global_mesh_example.cpp index e296d33a2..f64d0add8 100644 --- a/example/cajita_tutorial/02_global_mesh/global_mesh_example.cpp +++ b/example/cajita_tutorial/02_global_mesh/global_mesh_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/03_partitioner/CMakeLists.txt b/example/cajita_tutorial/03_partitioner/CMakeLists.txt index 9c937a945..4002876a1 100644 --- a/example/cajita_tutorial/03_partitioner/CMakeLists.txt +++ b/example/cajita_tutorial/03_partitioner/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/03_partitioner/partitioner_example.cpp b/example/cajita_tutorial/03_partitioner/partitioner_example.cpp index 1662366f7..14d82e9b9 100644 --- a/example/cajita_tutorial/03_partitioner/partitioner_example.cpp +++ b/example/cajita_tutorial/03_partitioner/partitioner_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/04_global_grid/CMakeLists.txt b/example/cajita_tutorial/04_global_grid/CMakeLists.txt index b0250fde2..1f50225ff 100644 --- a/example/cajita_tutorial/04_global_grid/CMakeLists.txt +++ b/example/cajita_tutorial/04_global_grid/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/04_global_grid/global_grid_example.cpp b/example/cajita_tutorial/04_global_grid/global_grid_example.cpp index c978fa5c8..94cc20c19 100644 --- a/example/cajita_tutorial/04_global_grid/global_grid_example.cpp +++ b/example/cajita_tutorial/04_global_grid/global_grid_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/05_index_space/CMakeLists.txt b/example/cajita_tutorial/05_index_space/CMakeLists.txt index 808788815..96d54cc85 100644 --- a/example/cajita_tutorial/05_index_space/CMakeLists.txt +++ b/example/cajita_tutorial/05_index_space/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/05_index_space/index_space_example.cpp b/example/cajita_tutorial/05_index_space/index_space_example.cpp index 5470ac1bc..6d3b5ec83 100644 --- a/example/cajita_tutorial/05_index_space/index_space_example.cpp +++ b/example/cajita_tutorial/05_index_space/index_space_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/06_local_grid/CMakeLists.txt b/example/cajita_tutorial/06_local_grid/CMakeLists.txt index 112fac190..fccbbc104 100644 --- a/example/cajita_tutorial/06_local_grid/CMakeLists.txt +++ b/example/cajita_tutorial/06_local_grid/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/06_local_grid/local_grid_example.cpp b/example/cajita_tutorial/06_local_grid/local_grid_example.cpp index 749df8e53..8667cd490 100644 --- a/example/cajita_tutorial/06_local_grid/local_grid_example.cpp +++ b/example/cajita_tutorial/06_local_grid/local_grid_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/07_local_mesh/CMakeLists.txt b/example/cajita_tutorial/07_local_mesh/CMakeLists.txt index 49da36f99..56ef15ccd 100644 --- a/example/cajita_tutorial/07_local_mesh/CMakeLists.txt +++ b/example/cajita_tutorial/07_local_mesh/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/07_local_mesh/local_mesh_example.cpp b/example/cajita_tutorial/07_local_mesh/local_mesh_example.cpp index b91be862b..d9a28368a 100644 --- a/example/cajita_tutorial/07_local_mesh/local_mesh_example.cpp +++ b/example/cajita_tutorial/07_local_mesh/local_mesh_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/08_array/CMakeLists.txt b/example/cajita_tutorial/08_array/CMakeLists.txt index 3fb807c1c..4b8d46b61 100644 --- a/example/cajita_tutorial/08_array/CMakeLists.txt +++ b/example/cajita_tutorial/08_array/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/08_array/array_example.cpp b/example/cajita_tutorial/08_array/array_example.cpp index 6c9983d11..145ce3a00 100644 --- a/example/cajita_tutorial/08_array/array_example.cpp +++ b/example/cajita_tutorial/08_array/array_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/09_grid_parallel/CMakeLists.txt b/example/cajita_tutorial/09_grid_parallel/CMakeLists.txt index 5f14ce809..9e387495e 100644 --- a/example/cajita_tutorial/09_grid_parallel/CMakeLists.txt +++ b/example/cajita_tutorial/09_grid_parallel/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/09_grid_parallel/grid_parallel_example.cpp b/example/cajita_tutorial/09_grid_parallel/grid_parallel_example.cpp index 84fea72b8..daa5e6933 100644 --- a/example/cajita_tutorial/09_grid_parallel/grid_parallel_example.cpp +++ b/example/cajita_tutorial/09_grid_parallel/grid_parallel_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/10_fft_heffte/CMakeLists.txt b/example/cajita_tutorial/10_fft_heffte/CMakeLists.txt index 6a4fd5a46..34e360c36 100644 --- a/example/cajita_tutorial/10_fft_heffte/CMakeLists.txt +++ b/example/cajita_tutorial/10_fft_heffte/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/10_fft_heffte/heffte_fast_fourier_transform_example.cpp b/example/cajita_tutorial/10_fft_heffte/heffte_fast_fourier_transform_example.cpp index 0d901cbec..99218b290 100644 --- a/example/cajita_tutorial/10_fft_heffte/heffte_fast_fourier_transform_example.cpp +++ b/example/cajita_tutorial/10_fft_heffte/heffte_fast_fourier_transform_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/11_semi_structured_solver_multi_variate/CMakeLists.txt b/example/cajita_tutorial/11_semi_structured_solver_multi_variate/CMakeLists.txt index 93d592793..ebe1b3a7b 100644 --- a/example/cajita_tutorial/11_semi_structured_solver_multi_variate/CMakeLists.txt +++ b/example/cajita_tutorial/11_semi_structured_solver_multi_variate/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/11_semi_structured_solver_multi_variate/hypre_semi_structured_solver_multi_example.cpp b/example/cajita_tutorial/11_semi_structured_solver_multi_variate/hypre_semi_structured_solver_multi_example.cpp index 5a2c3132a..8718d270f 100644 --- a/example/cajita_tutorial/11_semi_structured_solver_multi_variate/hypre_semi_structured_solver_multi_example.cpp +++ b/example/cajita_tutorial/11_semi_structured_solver_multi_variate/hypre_semi_structured_solver_multi_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/11_structured_solver/CMakeLists.txt b/example/cajita_tutorial/11_structured_solver/CMakeLists.txt index c4368bd3b..cff9a7d43 100644 --- a/example/cajita_tutorial/11_structured_solver/CMakeLists.txt +++ b/example/cajita_tutorial/11_structured_solver/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/11_structured_solver/structured_solver_example.cpp b/example/cajita_tutorial/11_structured_solver/structured_solver_example.cpp index f77fc5599..48967a9bb 100644 --- a/example/cajita_tutorial/11_structured_solver/structured_solver_example.cpp +++ b/example/cajita_tutorial/11_structured_solver/structured_solver_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/11_structured_solver_hypre/CMakeLists.txt b/example/cajita_tutorial/11_structured_solver_hypre/CMakeLists.txt index c4ce4ca14..234609e44 100644 --- a/example/cajita_tutorial/11_structured_solver_hypre/CMakeLists.txt +++ b/example/cajita_tutorial/11_structured_solver_hypre/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/11_structured_solver_hypre/hypre_structured_solver_example.cpp b/example/cajita_tutorial/11_structured_solver_hypre/hypre_structured_solver_example.cpp index 92a84fbe8..896efba90 100644 --- a/example/cajita_tutorial/11_structured_solver_hypre/hypre_structured_solver_example.cpp +++ b/example/cajita_tutorial/11_structured_solver_hypre/hypre_structured_solver_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/12_halo/CMakeLists.txt b/example/cajita_tutorial/12_halo/CMakeLists.txt index e3bcb6aff..bb5755d54 100644 --- a/example/cajita_tutorial/12_halo/CMakeLists.txt +++ b/example/cajita_tutorial/12_halo/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/12_halo/halo_example.cpp b/example/cajita_tutorial/12_halo/halo_example.cpp index 14a432256..f3a8fd7e6 100644 --- a/example/cajita_tutorial/12_halo/halo_example.cpp +++ b/example/cajita_tutorial/12_halo/halo_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/13_all_loadbalancer/CMakeLists.txt b/example/cajita_tutorial/13_all_loadbalancer/CMakeLists.txt index b70d56635..d0336abde 100644 --- a/example/cajita_tutorial/13_all_loadbalancer/CMakeLists.txt +++ b/example/cajita_tutorial/13_all_loadbalancer/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/13_all_loadbalancer/loadbalancer_example.cpp b/example/cajita_tutorial/13_all_loadbalancer/loadbalancer_example.cpp index c3f4154f8..d0372cce2 100644 --- a/example/cajita_tutorial/13_all_loadbalancer/loadbalancer_example.cpp +++ b/example/cajita_tutorial/13_all_loadbalancer/loadbalancer_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/14_spline/CMakeLists.txt b/example/cajita_tutorial/14_spline/CMakeLists.txt index 9dc899e36..12acd8fc5 100644 --- a/example/cajita_tutorial/14_spline/CMakeLists.txt +++ b/example/cajita_tutorial/14_spline/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/14_spline/spline_example.cpp b/example/cajita_tutorial/14_spline/spline_example.cpp index 83dfb3bdf..cecf29cf9 100644 --- a/example/cajita_tutorial/14_spline/spline_example.cpp +++ b/example/cajita_tutorial/14_spline/spline_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/15_interpolation/CMakeLists.txt b/example/cajita_tutorial/15_interpolation/CMakeLists.txt index c32f0332c..4e41d2fe7 100644 --- a/example/cajita_tutorial/15_interpolation/CMakeLists.txt +++ b/example/cajita_tutorial/15_interpolation/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/cajita_tutorial/15_interpolation/interpolation_example.cpp b/example/cajita_tutorial/15_interpolation/interpolation_example.cpp index bc0015fe7..20b2435b1 100644 --- a/example/cajita_tutorial/15_interpolation/interpolation_example.cpp +++ b/example/cajita_tutorial/15_interpolation/interpolation_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/cajita_tutorial/CMakeLists.txt b/example/cajita_tutorial/CMakeLists.txt index b96346390..4f429ddb9 100644 --- a/example/cajita_tutorial/CMakeLists.txt +++ b/example/cajita_tutorial/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/01_hello_world/CMakeLists.txt b/example/core_tutorial/01_hello_world/CMakeLists.txt index 9ce9800ba..629016c77 100644 --- a/example/core_tutorial/01_hello_world/CMakeLists.txt +++ b/example/core_tutorial/01_hello_world/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/01_hello_world/hello_world.cpp b/example/core_tutorial/01_hello_world/hello_world.cpp index 3bf8ff8e4..85069b7f3 100644 --- a/example/core_tutorial/01_hello_world/hello_world.cpp +++ b/example/core_tutorial/01_hello_world/hello_world.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/02_tuple/CMakeLists.txt b/example/core_tutorial/02_tuple/CMakeLists.txt index bf3bd12e1..4a85f13a8 100644 --- a/example/core_tutorial/02_tuple/CMakeLists.txt +++ b/example/core_tutorial/02_tuple/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/02_tuple/tuple_example.cpp b/example/core_tutorial/02_tuple/tuple_example.cpp index a4ef5182f..d0d137f6b 100644 --- a/example/core_tutorial/02_tuple/tuple_example.cpp +++ b/example/core_tutorial/02_tuple/tuple_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/03_struct_of_arrays/CMakeLists.txt b/example/core_tutorial/03_struct_of_arrays/CMakeLists.txt index 9f5848859..783345905 100644 --- a/example/core_tutorial/03_struct_of_arrays/CMakeLists.txt +++ b/example/core_tutorial/03_struct_of_arrays/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/03_struct_of_arrays/soa_example.cpp b/example/core_tutorial/03_struct_of_arrays/soa_example.cpp index 9159da8a4..731358c6a 100644 --- a/example/core_tutorial/03_struct_of_arrays/soa_example.cpp +++ b/example/core_tutorial/03_struct_of_arrays/soa_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/04_aosoa/CMakeLists.txt b/example/core_tutorial/04_aosoa/CMakeLists.txt index 52b8fcd07..22d614ffb 100644 --- a/example/core_tutorial/04_aosoa/CMakeLists.txt +++ b/example/core_tutorial/04_aosoa/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/04_aosoa/aosoa_example.cpp b/example/core_tutorial/04_aosoa/aosoa_example.cpp index cc854c218..6a4c964e7 100644 --- a/example/core_tutorial/04_aosoa/aosoa_example.cpp +++ b/example/core_tutorial/04_aosoa/aosoa_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/04_aosoa_advanced_unmanaged/CMakeLists.txt b/example/core_tutorial/04_aosoa_advanced_unmanaged/CMakeLists.txt index da27352de..0d7caf588 100644 --- a/example/core_tutorial/04_aosoa_advanced_unmanaged/CMakeLists.txt +++ b/example/core_tutorial/04_aosoa_advanced_unmanaged/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/04_aosoa_advanced_unmanaged/advanced_aosoa_unmanaged.cpp b/example/core_tutorial/04_aosoa_advanced_unmanaged/advanced_aosoa_unmanaged.cpp index e89857e44..fb0ce918d 100644 --- a/example/core_tutorial/04_aosoa_advanced_unmanaged/advanced_aosoa_unmanaged.cpp +++ b/example/core_tutorial/04_aosoa_advanced_unmanaged/advanced_aosoa_unmanaged.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/05_slice/CMakeLists.txt b/example/core_tutorial/05_slice/CMakeLists.txt index f85859d8d..d67754211 100644 --- a/example/core_tutorial/05_slice/CMakeLists.txt +++ b/example/core_tutorial/05_slice/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/05_slice/slice_example.cpp b/example/core_tutorial/05_slice/slice_example.cpp index 17e1a2ec4..506503dd2 100644 --- a/example/core_tutorial/05_slice/slice_example.cpp +++ b/example/core_tutorial/05_slice/slice_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/05_slice_advanced_cuda/CMakeLists.txt b/example/core_tutorial/05_slice_advanced_cuda/CMakeLists.txt index 4e755f240..b5452b946 100644 --- a/example/core_tutorial/05_slice_advanced_cuda/CMakeLists.txt +++ b/example/core_tutorial/05_slice_advanced_cuda/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/05_slice_advanced_cuda/advanced_slice_cuda.cpp b/example/core_tutorial/05_slice_advanced_cuda/advanced_slice_cuda.cpp index 2e90b2768..1661f5bae 100644 --- a/example/core_tutorial/05_slice_advanced_cuda/advanced_slice_cuda.cpp +++ b/example/core_tutorial/05_slice_advanced_cuda/advanced_slice_cuda.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/05_slice_advanced_openmp/CMakeLists.txt b/example/core_tutorial/05_slice_advanced_openmp/CMakeLists.txt index 21afa2253..3b12799dc 100644 --- a/example/core_tutorial/05_slice_advanced_openmp/CMakeLists.txt +++ b/example/core_tutorial/05_slice_advanced_openmp/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/05_slice_advanced_openmp/advanced_slice_openmp.cpp b/example/core_tutorial/05_slice_advanced_openmp/advanced_slice_openmp.cpp index ba7eda82c..ef6c91fbb 100644 --- a/example/core_tutorial/05_slice_advanced_openmp/advanced_slice_openmp.cpp +++ b/example/core_tutorial/05_slice_advanced_openmp/advanced_slice_openmp.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/06_deep_copy/CMakeLists.txt b/example/core_tutorial/06_deep_copy/CMakeLists.txt index d90b3fbc4..1f227a459 100644 --- a/example/core_tutorial/06_deep_copy/CMakeLists.txt +++ b/example/core_tutorial/06_deep_copy/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/06_deep_copy/deep_copy_example.cpp b/example/core_tutorial/06_deep_copy/deep_copy_example.cpp index ff16a3997..f2cfea89c 100644 --- a/example/core_tutorial/06_deep_copy/deep_copy_example.cpp +++ b/example/core_tutorial/06_deep_copy/deep_copy_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/07_sorting/CMakeLists.txt b/example/core_tutorial/07_sorting/CMakeLists.txt index bf09929f4..14acc7202 100644 --- a/example/core_tutorial/07_sorting/CMakeLists.txt +++ b/example/core_tutorial/07_sorting/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/07_sorting/sorting_example.cpp b/example/core_tutorial/07_sorting/sorting_example.cpp index 92ad715e5..dc724589b 100644 --- a/example/core_tutorial/07_sorting/sorting_example.cpp +++ b/example/core_tutorial/07_sorting/sorting_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/08_linked_cell_list/CMakeLists.txt b/example/core_tutorial/08_linked_cell_list/CMakeLists.txt index 73bc980d4..ce91b571f 100644 --- a/example/core_tutorial/08_linked_cell_list/CMakeLists.txt +++ b/example/core_tutorial/08_linked_cell_list/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/08_linked_cell_list/linked_cell_list_example.cpp b/example/core_tutorial/08_linked_cell_list/linked_cell_list_example.cpp index c0e2c4783..ecf89e6d9 100644 --- a/example/core_tutorial/08_linked_cell_list/linked_cell_list_example.cpp +++ b/example/core_tutorial/08_linked_cell_list/linked_cell_list_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/09_neighbor_list/CMakeLists.txt b/example/core_tutorial/09_neighbor_list/CMakeLists.txt index 7b1888d2d..e1a6a430d 100644 --- a/example/core_tutorial/09_neighbor_list/CMakeLists.txt +++ b/example/core_tutorial/09_neighbor_list/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/09_neighbor_list/verlet_list_example.cpp b/example/core_tutorial/09_neighbor_list/verlet_list_example.cpp index 3f978e4f0..8822ac157 100644 --- a/example/core_tutorial/09_neighbor_list/verlet_list_example.cpp +++ b/example/core_tutorial/09_neighbor_list/verlet_list_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/09_neighbor_list_arborx/CMakeLists.txt b/example/core_tutorial/09_neighbor_list_arborx/CMakeLists.txt index 15e31ede3..c6fb676db 100644 --- a/example/core_tutorial/09_neighbor_list_arborx/CMakeLists.txt +++ b/example/core_tutorial/09_neighbor_list_arborx/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/09_neighbor_list_arborx/arborx_neighborlist_example.cpp b/example/core_tutorial/09_neighbor_list_arborx/arborx_neighborlist_example.cpp index d942ff1aa..39b91cdf9 100644 --- a/example/core_tutorial/09_neighbor_list_arborx/arborx_neighborlist_example.cpp +++ b/example/core_tutorial/09_neighbor_list_arborx/arborx_neighborlist_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/10_neighbor_parallel_for/CMakeLists.txt b/example/core_tutorial/10_neighbor_parallel_for/CMakeLists.txt index fa31ec84a..b651ffaa0 100644 --- a/example/core_tutorial/10_neighbor_parallel_for/CMakeLists.txt +++ b/example/core_tutorial/10_neighbor_parallel_for/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/10_neighbor_parallel_for/neighbor_parallel_for_example.cpp b/example/core_tutorial/10_neighbor_parallel_for/neighbor_parallel_for_example.cpp index b0025956c..2c1e9be23 100644 --- a/example/core_tutorial/10_neighbor_parallel_for/neighbor_parallel_for_example.cpp +++ b/example/core_tutorial/10_neighbor_parallel_for/neighbor_parallel_for_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/10_simd_parallel_for/CMakeLists.txt b/example/core_tutorial/10_simd_parallel_for/CMakeLists.txt index bd5852821..a946ecb63 100644 --- a/example/core_tutorial/10_simd_parallel_for/CMakeLists.txt +++ b/example/core_tutorial/10_simd_parallel_for/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/10_simd_parallel_for/simd_parallel_for_example.cpp b/example/core_tutorial/10_simd_parallel_for/simd_parallel_for_example.cpp index ec072a20c..5fac6e04b 100644 --- a/example/core_tutorial/10_simd_parallel_for/simd_parallel_for_example.cpp +++ b/example/core_tutorial/10_simd_parallel_for/simd_parallel_for_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/11_migration/CMakeLists.txt b/example/core_tutorial/11_migration/CMakeLists.txt index 3df922e2f..c21c96bbe 100644 --- a/example/core_tutorial/11_migration/CMakeLists.txt +++ b/example/core_tutorial/11_migration/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/11_migration/migration_example.cpp b/example/core_tutorial/11_migration/migration_example.cpp index aa8631b8e..746af49be 100644 --- a/example/core_tutorial/11_migration/migration_example.cpp +++ b/example/core_tutorial/11_migration/migration_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/12_halo_exchange/CMakeLists.txt b/example/core_tutorial/12_halo_exchange/CMakeLists.txt index c4aba4e10..b54628097 100644 --- a/example/core_tutorial/12_halo_exchange/CMakeLists.txt +++ b/example/core_tutorial/12_halo_exchange/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/12_halo_exchange/halo_exchange_example.cpp b/example/core_tutorial/12_halo_exchange/halo_exchange_example.cpp index 9e2bbb731..3c31805d7 100644 --- a/example/core_tutorial/12_halo_exchange/halo_exchange_example.cpp +++ b/example/core_tutorial/12_halo_exchange/halo_exchange_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/13_hdf5_output/CMakeLists.txt b/example/core_tutorial/13_hdf5_output/CMakeLists.txt index 338afd906..f6f476a1b 100644 --- a/example/core_tutorial/13_hdf5_output/CMakeLists.txt +++ b/example/core_tutorial/13_hdf5_output/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a # diff --git a/example/core_tutorial/13_hdf5_output/hdf5_output_example.cpp b/example/core_tutorial/13_hdf5_output/hdf5_output_example.cpp index 74189bc56..7dc66d70e 100644 --- a/example/core_tutorial/13_hdf5_output/hdf5_output_example.cpp +++ b/example/core_tutorial/13_hdf5_output/hdf5_output_example.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2018-2022 by the Cabana authors * + * Copyright (c) 2018-2023 by the Cabana authors * * All rights reserved. * * * * This file is part of the Cabana library. Cabana is distributed under a * diff --git a/example/core_tutorial/CMakeLists.txt b/example/core_tutorial/CMakeLists.txt index 92eb313d4..26e0493ea 100644 --- a/example/core_tutorial/CMakeLists.txt +++ b/example/core_tutorial/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################ -# Copyright (c) 2018-2022 by the Cabana authors # +# Copyright (c) 2018-2023 by the Cabana authors # # All rights reserved. # # # # This file is part of the Cabana library. Cabana is distributed under a #