diff --git a/.github/hubcast.yml b/.github/hubcast.yml index ef9d479e..522d259a 100644 --- a/.github/hubcast.yml +++ b/.github/hubcast.yml @@ -1,3 +1,10 @@ +############################################################################## +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. +# +# SPDX-License-Identifier: BSD-3-Clause +############################################################################## + Repo: # Destination organization dest_org: CARE diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2e354b2..6df7e370 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,10 @@ +############################################################################### +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. +# +# SPDX-License-Identifier: BSD-3-Clause +############################################################################### + name: C/C++ CI on: diff --git a/.gitignore b/.gitignore index b7bf1592..2321d077 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +############################################################################## +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. +# +# SPDX-License-Identifier: BSD-3-Clause +############################################################################## + *.swp *.swo build diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de9d848e..52633b73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ ############################################################################### -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################### diff --git a/.gitlab/custom-jobs.yml b/.gitlab/custom-jobs.yml index a2c04252..2cdf2e12 100644 --- a/.gitlab/custom-jobs.yml +++ b/.gitlab/custom-jobs.yml @@ -1,6 +1,6 @@ ############################################################################### -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################### diff --git a/.gitlab/custom-variables.yml b/.gitlab/custom-variables.yml index e7cd9bc5..8b1dd503 100644 --- a/.gitlab/custom-variables.yml +++ b/.gitlab/custom-variables.yml @@ -1,6 +1,6 @@ ############################################################################### -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################### diff --git a/.gitlab/jobs/corona.yml b/.gitlab/jobs/corona.yml index cfe67ff6..dbfbbc01 100644 --- a/.gitlab/jobs/corona.yml +++ b/.gitlab/jobs/corona.yml @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/.gitlab/jobs/dane.yml b/.gitlab/jobs/dane.yml index 1fad0ce4..e05a4e83 100644 --- a/.gitlab/jobs/dane.yml +++ b/.gitlab/jobs/dane.yml @@ -1,6 +1,6 @@ ############################################################################### -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################### diff --git a/.gitlab/jobs/matrix.yml b/.gitlab/jobs/matrix.yml index 480d97c6..0637b1be 100644 --- a/.gitlab/jobs/matrix.yml +++ b/.gitlab/jobs/matrix.yml @@ -1,6 +1,6 @@ ############################################################################### -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################### diff --git a/.gitlab/jobs/tioga.yml b/.gitlab/jobs/tioga.yml index 208e1711..f8621be5 100644 --- a/.gitlab/jobs/tioga.yml +++ b/.gitlab/jobs/tioga.yml @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/.gitlab/jobs/tuolumne.yml b/.gitlab/jobs/tuolumne.yml index 0be6c7f1..dbe7ab19 100644 --- a/.gitlab/jobs/tuolumne.yml +++ b/.gitlab/jobs/tuolumne.yml @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/CMakeLists.txt b/CMakeLists.txt index 940f8eaa..5b284eb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/COPYRIGHT b/COPYRIGHT index e24a3c0f..35b8e8bf 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,14 +1,44 @@ Intellectual Property Notice ------------------------------ -CARE is licensed under the BSD-3 license, -(BSD-3 or https://opensource.org/licenses/BSD-3-Clause). +This file is part of CARE. +For details, see https://github.com/llnl/CARE -See the LICENSE file for details. +CARE is produced at the Lawrence Livermore National Laboratory. +See NOTICE file. -Copyrights and patents in the CARE project are retained by contributors. No -copyright assignment is required to contribute to CARE. +Unlimited Open Source - BSD Distribution +LLNL-CODE-809741 +CARE licensed under the BSD 3-Clause license +(BSD-3-Clause or https://opensource.org/licenses/BSD-3-Clause). +See LICENSE file. + +Copyrights and patents in the CARE project are retained by contributors. +No copyright assignment is required to contribute to CARE. + +See https://github.com/llnl/CARE/contributors for the list of contributors. + +Additional BSD Notice + +1. This notice is required to be provided under our contract with the U.S. +Department of Energy (DOE). This work was produced at Lawrence Livermore +National Laboratory under Contract No. DE-AC52-07NA27344 with the DOE. + +2. Neither the United States Government nor Lawrence Livermore National +Security, LLC nor any of their employees, makes any warranty, express or +implied, or assumes any liability or responsibility for the accuracy, +completeness, or usefulness of any information, apparatus, product, or process +disclosed, or represents that its use would not infringe privately-owned rights. + +3. Also, reference herein to any specific commercial products, process, or +services by trade name, trademark, manufacturer or otherwise does not +necessarily constitute or imply its endorsement, recommendation, or favoring by +the United States Government or Lawrence Livermore National Security, LLC. The +views and opinions of authors expressed herein do not necessarily state or +reflect those of the United States Government or Lawrence Livermore National +Security, LLC, and shall not be used for advertising or product endorsement +purposes. SPDX usage ------------ diff --git a/LICENSE b/LICENSE index 0e7db4be..e009e0ed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ BSD 3-Clause License -Copyright (c) 2020-2025, Lawrence Livermore National Security, LLC. +Copyright (c) 2020-2026, Lawrence Livermore National Security, LLC and other CARE contributors. + All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 5a0e65e0..3bed7faf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [comment]: # (#################################################################) -[comment]: # (Copyright 2020-25, Lawrence Livermore National Security, LLC and CARE) -[comment]: # (project contributors. See the CARE LICENSE file for details.) +[comment]: # (Copyright Lawrence Livermore National Security, LLC and other CARE) +[comment]: # (contributors. See the CARE LICENSE and COPYRIGHT files for details.) [comment]: # [comment]: # (SPDX-License-Identifier: BSD-3-Clause) [comment]: # (#################################################################) @@ -33,8 +33,16 @@ By default, only the tests are built. Documentation, benchmarks, and examples ca License ======= -CARE is release under the BSD-3-Clause License. See the LICENSE and NOTICE files for more details. +CARE is licensed under the [BSD 3-Clause license](https://opensource.org/licenses/BSD-3-Clause). +Unlimited Open Source - BSD 3-clause Distribution SPDX-License-Identifier: BSD-3-Clause +`LLNL-CODE-809741` -LLNL-CODE-809741 +Copyrights and patents in the CARE project are retained by contributors. +No copyright assignment is required to contribute to CARE. + +For release details and restrictions, please see the information in the +following: +- [COPYRIGHT](./COPYRIGHT) +- [LICENSE](./LICENSE) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bc074012..fad0e95a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ [comment]: # (#################################################################) -[comment]: # (Copyright 2020-25, Lawrence Livermore National Security, LLC and CARE) -[comment]: # (project contributors. See the CARE LICENSE file for details.) +[comment]: # (Copyright Lawrence Livermore National Security, LLC and other CARE) +[comment]: # (contributors. See the CARE LICENSE and COPYRIGHT files for details.) [comment]: # [comment]: # (SPDX-License-Identifier: BSD-3-Clause) [comment]: # (#################################################################) diff --git a/benchmarks/BenchmarkArrayView.cpp b/benchmarks/BenchmarkArrayView.cpp index 3b7c0c40..06388b9d 100644 --- a/benchmarks/BenchmarkArrayView.cpp +++ b/benchmarks/BenchmarkArrayView.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/benchmarks/BenchmarkForall.cpp b/benchmarks/BenchmarkForall.cpp index 25015c20..2145b3a7 100644 --- a/benchmarks/BenchmarkForall.cpp +++ b/benchmarks/BenchmarkForall.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/benchmarks/BenchmarkHostDeviceMap.cpp b/benchmarks/BenchmarkHostDeviceMap.cpp index 88a182e5..37438a16 100644 --- a/benchmarks/BenchmarkHostDeviceMap.cpp +++ b/benchmarks/BenchmarkHostDeviceMap.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/benchmarks/BenchmarkNumeric.cpp b/benchmarks/BenchmarkNumeric.cpp index 928bcf3f..1be8905e 100644 --- a/benchmarks/BenchmarkNumeric.cpp +++ b/benchmarks/BenchmarkNumeric.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/benchmarks/CMakeLists.txt b/benchmarks/CMakeLists.txt index fc7c2524..cb40e84d 100644 --- a/benchmarks/CMakeLists.txt +++ b/benchmarks/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/cmake/Setup.cmake b/cmake/Setup.cmake index a7a023ba..e9437eab 100644 --- a/cmake/Setup.cmake +++ b/cmake/Setup.cmake @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/cmake/SetupBLTWrapper.cmake b/cmake/SetupBLTWrapper.cmake index 0294b16d..2418492f 100644 --- a/cmake/SetupBLTWrapper.cmake +++ b/cmake/SetupBLTWrapper.cmake @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/cmake/SetupCompilerOptions.cmake b/cmake/SetupCompilerOptions.cmake index 95776ce2..6cce42e2 100644 --- a/cmake/SetupCompilerOptions.cmake +++ b/cmake/SetupCompilerOptions.cmake @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/cmake/SetupDependencies.cmake b/cmake/SetupDependencies.cmake index 7a80b448..cfd551dc 100644 --- a/cmake/SetupDependencies.cmake +++ b/cmake/SetupDependencies.cmake @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/cmake/SetupMacros.cmake b/cmake/SetupMacros.cmake index cf811b39..2da6d9bf 100644 --- a/cmake/SetupMacros.cmake +++ b/cmake/SetupMacros.cmake @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/cmake/SetupOptions.cmake b/cmake/SetupOptions.cmake index 07ed16cd..3331f0e5 100644 --- a/cmake/SetupOptions.cmake +++ b/cmake/SetupOptions.cmake @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/cmake/care-config.cmake.in b/cmake/care-config.cmake.in index 4adcb845..df813694 100644 --- a/cmake/care-config.cmake.in +++ b/cmake/care-config.cmake.in @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/cmake/modules/FindCUB.cmake b/cmake/modules/FindCUB.cmake index b8406105..379c5c77 100644 --- a/cmake/modules/FindCUB.cmake +++ b/cmake/modules/FindCUB.cmake @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/debug/gdb/care-gdb.py b/debug/gdb/care-gdb.py index cf778990..cbf05524 100644 --- a/debug/gdb/care-gdb.py +++ b/debug/gdb/care-gdb.py @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/debug/totalview/host_device_ptr.tvd b/debug/totalview/host_device_ptr.tvd index f91c21d6..8b980280 100644 --- a/debug/totalview/host_device_ptr.tvd +++ b/debug/totalview/host_device_ptr.tvd @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 7680d234..f6bcbbf9 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/docs/doxygen/CMakeLists.txt b/docs/doxygen/CMakeLists.txt index 1ecb86ff..35540016 100644 --- a/docs/doxygen/CMakeLists.txt +++ b/docs/doxygen/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in index 7a03c11d..348135d3 100644 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/docs/sphinx/CMakeLists.txt b/docs/sphinx/CMakeLists.txt index 363b5b6f..6b8c8a34 100644 --- a/docs/sphinx/CMakeLists.txt +++ b/docs/sphinx/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index af9955d8..a92a23ba 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## @@ -48,7 +48,7 @@ # General information about the project. project = u'CARE' -copyright = u'2020-2025, Peter Robinson, Ben Liu, Alan Dayton, Arlie Capps, Al Nichols' +copyright = u'2020-2026, Lawrence Livermore National Security, LLC and other CARE contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/docs/sphinx/data_structures.rst b/docs/sphinx/data_structures.rst index 54e4d0ba..87d6fd07 100644 --- a/docs/sphinx/data_structures.rst +++ b/docs/sphinx/data_structures.rst @@ -1,6 +1,6 @@ .. ############################################################################## - # Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE - # project contributors. See the CARE LICENSE file for details. + # Copyright (c) Lawrence Livermore National Security, LLC and other CARE + # contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/docs/sphinx/index.rst b/docs/sphinx/index.rst index 259c76b8..0398ba45 100644 --- a/docs/sphinx/index.rst +++ b/docs/sphinx/index.rst @@ -1,6 +1,6 @@ .. ############################################################################## - # Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE - # project contributors. See the CARE LICENSE file for details. + # Copyright (c) Lawrence Livermore National Security, LLC and other CARE + # contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/docs/sphinx/infrastructure.rst b/docs/sphinx/infrastructure.rst index 1db64ea5..12478ae1 100644 --- a/docs/sphinx/infrastructure.rst +++ b/docs/sphinx/infrastructure.rst @@ -1,6 +1,6 @@ .. ############################################################################## - # Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE - # project contributors. See the CARE LICENSE file for details. + # Copyright (c) Lawrence Livermore National Security, LLC and other CARE + # contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/docs/sphinx/install.rst b/docs/sphinx/install.rst index ad03f727..a3460e33 100644 --- a/docs/sphinx/install.rst +++ b/docs/sphinx/install.rst @@ -1,6 +1,6 @@ .. ############################################################################## - # Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE - # project contributors. See the CARE LICENSE file for details. + # Copyright (c) Lawrence Livermore National Security, LLC and other CARE + # contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/docs/sphinx/loop_fuser.rst b/docs/sphinx/loop_fuser.rst index 893b2182..870a65ad 100644 --- a/docs/sphinx/loop_fuser.rst +++ b/docs/sphinx/loop_fuser.rst @@ -1,6 +1,6 @@ .. ############################################################################## - # Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE - # project contributors. See the CARE LICENSE file for details. + # Copyright (c) Lawrence Livermore National Security, LLC and other CARE + # contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/docs/sphinx/tutorial.rst b/docs/sphinx/tutorial.rst index 16bc229d..16d71271 100644 --- a/docs/sphinx/tutorial.rst +++ b/docs/sphinx/tutorial.rst @@ -1,6 +1,6 @@ .. ############################################################################## - # Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE - # project contributors. See the CARE LICENSE file for details. + # Copyright (c) Lawrence Livermore National Security, LLC and other CARE + # contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index d0bb356f..fd0c836c 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/examples/DeviceASAN.cpp b/examples/DeviceASAN.cpp index daaed196..9d202e0c 100644 --- a/examples/DeviceASAN.cpp +++ b/examples/DeviceASAN.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// @@ -21,7 +21,7 @@ int main(int, char**) { // // ==4084715==ERROR: AddressSanitizer: heap-buffer-overflow on amdgpu device 0 at pc 0x153d3cdd3db8 // READ of size 4 in workgroup id (3906,0,0) - // #0 0x153d3cdd3db8 in main::'lambda0'(int)::operator()(int) const at /g/g17/dayton8/ale3d/github_care_4/examples/DeviceASAN.cpp:26:14 + // #0 0x153d3cdd3db8 in main::'lambda0'(int)::operator()(int) const at care/examples/DeviceASAN.cpp:26:14 CARE_STREAM_LOOP(i, 0, size + 1) { data[i]++; } CARE_STREAM_LOOP_END diff --git a/examples/RaceConditions.cpp b/examples/RaceConditions.cpp index 4859a064..67bd6d1f 100644 --- a/examples/RaceConditions.cpp +++ b/examples/RaceConditions.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/examples/ScanLoop.cpp b/examples/ScanLoop.cpp index b5e2d895..2469e6f5 100644 --- a/examples/ScanLoop.cpp +++ b/examples/ScanLoop.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/examples/StreamLoop.cpp b/examples/StreamLoop.cpp index 97456232..bb0e1786 100644 --- a/examples/StreamLoop.cpp +++ b/examples/StreamLoop.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/host-configs/lc/toss_4_x86_64_ib/clang.cmake b/host-configs/lc/toss_4_x86_64_ib/clang.cmake index bf770cdf..500beae6 100644 --- a/host-configs/lc/toss_4_x86_64_ib/clang.cmake +++ b/host-configs/lc/toss_4_x86_64_ib/clang.cmake @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/host-configs/lc/toss_4_x86_64_ib/clang_tsan.cmake b/host-configs/lc/toss_4_x86_64_ib/clang_tsan.cmake index f13a2b2b..d161e589 100644 --- a/host-configs/lc/toss_4_x86_64_ib/clang_tsan.cmake +++ b/host-configs/lc/toss_4_x86_64_ib/clang_tsan.cmake @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/host-configs/lc/toss_4_x86_64_ib/clang_ubsan.cmake b/host-configs/lc/toss_4_x86_64_ib/clang_ubsan.cmake index cd836260..a939530f 100644 --- a/host-configs/lc/toss_4_x86_64_ib/clang_ubsan.cmake +++ b/host-configs/lc/toss_4_x86_64_ib/clang_ubsan.cmake @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/host-configs/lc/toss_4_x86_64_ib/intel.cmake b/host-configs/lc/toss_4_x86_64_ib/intel.cmake index e475adef..d9c229d8 100644 --- a/host-configs/lc/toss_4_x86_64_ib/intel.cmake +++ b/host-configs/lc/toss_4_x86_64_ib/intel.cmake @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/host-configs/lc/toss_4_x86_64_ib/nvcc_clang.cmake b/host-configs/lc/toss_4_x86_64_ib/nvcc_clang.cmake index a6d9821c..6a3a9806 100644 --- a/host-configs/lc/toss_4_x86_64_ib/nvcc_clang.cmake +++ b/host-configs/lc/toss_4_x86_64_ib/nvcc_clang.cmake @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/host-configs/lc/toss_4_x86_64_ib_cray/amdclang.cmake b/host-configs/lc/toss_4_x86_64_ib_cray/amdclang.cmake index 28ee0214..ac4bbafe 100644 --- a/host-configs/lc/toss_4_x86_64_ib_cray/amdclang.cmake +++ b/host-configs/lc/toss_4_x86_64_ib_cray/amdclang.cmake @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/reproducers/CMakeLists.txt b/reproducers/CMakeLists.txt index ac7f1768..c6aea565 100644 --- a/reproducers/CMakeLists.txt +++ b/reproducers/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/reproducers/ReproducerManagedPtr.cpp b/reproducers/ReproducerManagedPtr.cpp index 064cceeb..f6c1cd96 100644 --- a/reproducers/ReproducerManagedPtr.cpp +++ b/reproducers/ReproducerManagedPtr.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/scripts/check-license-info.sh b/scripts/check-license-info.sh index f30cf8ed..fb5ddc0c 100755 --- a/scripts/check-license-info.sh +++ b/scripts/check-license-info.sh @@ -1,7 +1,8 @@ #!/usr/bin/env zsh + ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## @@ -15,10 +16,9 @@ RED="\033[1;31m" GREEN="\033[1;32m" NOCOLOR="\033[0m" -files_no_license=$(grep -rL "Copyright.*2020-25, Lawrence Livermore National Security, LLC and CARE" . \ +files_no_license=$(grep -rL "Copyright (c) Lawrence Livermore National Security, LLC and other CARE" . \ --exclude-dir=.git \ --exclude-dir=blt \ - --exclude-dir=cub \ --exclude-dir=umpire \ --exclude-dir=raja \ --exclude-dir=chai \ @@ -26,21 +26,20 @@ files_no_license=$(grep -rL "Copyright.*2020-25, Lawrence Livermore National Sec --exclude-dir=uberenv \ --exclude-dir=build \ --exclude=\*.swp \ - --exclude=ci.yml \ - --exclude=.gitignore \ --exclude=.gitmodules \ --exclude=LICENSE \ --exclude=COPYRIGHT \ --exclude=NOTICE \ + --exclude=README.md \ + --exclude=RELEASE_NOTES.md \ --exclude=\*.natvis \ --exclude=repo.yaml \ --exclude=package.py \ --exclude=.uberenv_config.json) -files_no_license+=$(grep -rL "project contributors. See the CARE LICENSE file for details." . \ +files_no_license+=$(grep -rL "contributors. See the CARE LICENSE and COPYRIGHT files for details." . \ --exclude-dir=.git \ --exclude-dir=blt \ - --exclude-dir=cub \ --exclude-dir=umpire \ --exclude-dir=raja \ --exclude-dir=chai \ @@ -48,8 +47,6 @@ files_no_license+=$(grep -rL "project contributors. See the CARE LICENSE file fo --exclude-dir=uberenv \ --exclude-dir=build \ --exclude=\*.swp \ - --exclude=ci.yml \ - --exclude=.gitignore \ --exclude=.gitmodules \ --exclude=LICENSE \ --exclude=COPYRIGHT \ @@ -62,7 +59,6 @@ files_no_license+=$(grep -rL "project contributors. See the CARE LICENSE file fo files_no_license+=$(grep -rL "SPDX-License-Identifier: BSD-3-Clause" . \ --exclude-dir=.git \ --exclude-dir=blt \ - --exclude-dir=cub \ --exclude-dir=umpire \ --exclude-dir=raja \ --exclude-dir=chai \ @@ -70,8 +66,6 @@ files_no_license+=$(grep -rL "SPDX-License-Identifier: BSD-3-Clause" . \ --exclude-dir=uberenv \ --exclude-dir=build \ --exclude=\*.swp \ - --exclude=ci.yml \ - --exclude=.gitignore \ --exclude=.gitmodules \ --exclude=LICENSE \ --exclude=COPYRIGHT \ @@ -82,10 +76,10 @@ files_no_license+=$(grep -rL "SPDX-License-Identifier: BSD-3-Clause" . \ --exclude=.uberenv_config.json) if [ $files_no_license ]; then - print "${RED} [!] Some files are missing license text:${NOCOLOR}" + print "${RED}[!] Some files are missing license text:${NOCOLOR}" echo "${files_no_license}" exit 255 else - print "${GREEN} [Ok] All files have required license info.${NOCOLOR}" + print "${GREEN}[Ok] All files have required license info.${NOCOLOR}" exit 0 fi diff --git a/scripts/gitlab/build_and_test.sh b/scripts/gitlab/build_and_test.sh index 575bcd4b..4df6f2d1 100755 --- a/scripts/gitlab/build_and_test.sh +++ b/scripts/gitlab/build_and_test.sh @@ -7,8 +7,8 @@ then fi ############################################################################### -# Copyright (c) 2020-26, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################### diff --git a/scripts/make_release_tarball.sh b/scripts/make_release_tarball.sh index e54720e7..d2b872bd 100755 --- a/scripts/make_release_tarball.sh +++ b/scripts/make_release_tarball.sh @@ -1,8 +1,8 @@ #!/bin/bash ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/scripts/spack_packages/spack_repo/llnl_care/packages/README.md b/scripts/spack_packages/spack_repo/llnl_care/packages/README.md index 5c4a1dfe..ddd388be 100644 --- a/scripts/spack_packages/spack_repo/llnl_care/packages/README.md +++ b/scripts/spack_packages/spack_repo/llnl_care/packages/README.md @@ -1,6 +1,6 @@ [comment]: # (#################################################################) -[comment]: # (Copyright 2020-25, Lawrence Livermore National Security, LLC and CARE) -[comment]: # (project contributors. See the CARE LICENSE file for details.) +[comment]: # (Copyright Lawrence Livermore National Security, LLC and other CARE) +[comment]: # (contributors. See the CARE LICENSE and COPYRIGHT files for details.) [comment]: # [comment]: # (SPDX-License-Identifier: BSD-3-Clause) [comment]: # (#################################################################) diff --git a/scripts/update-copyright.sh b/scripts/update-copyright.sh index db1c3e28..ef77f591 100755 --- a/scripts/update-copyright.sh +++ b/scripts/update-copyright.sh @@ -1,70 +1,18 @@ #!/usr/bin/env bash ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## -#============================================================================= -# Change the copyright date in all files that contain the text -# "the CARE LICENSE file", which is part of the copyright statement at the -# top of each CARE file. We use this to distinguish CARE files from ones -# that we do not own (e.g., other repos included as submodules), which we -# do not want to modify. Note that this file and *.git files are omitted -# as well. -# -# IMPORTANT: Since this file is not modified (it is running the shell -# script commands), you must EDIT THE COPYRIGHT DATES IN THE HEADER ABOVE -# MANUALLY. -# -# Edit the 'grep' command below to change the set of files that will be -# modified. -# -# Change the 'sed' command below to change the content that is changed -# in each file and what it is changed to. Typically, this would only be -# modifying the end year in the copyright date. -# -#============================================================================= -# -# If you need to modify this script, you may want to run each of these -# commands individually from the command line to make sure things are doing -# what you think they should be doing. This is why they are separated into -# steps here. -# -#============================================================================= +set -euo pipefail -#============================================================================= -# First find all the files we want to modify -#============================================================================= -grep -rl "the CARE LICENSE file" . --exclude-dir=.git --exclude-dir=blt --exclude-dir=cub --exclude-dir=umpire --exclude-dir=raja --exclude-dir=chai --exclude-dir=radiuss-spack-configs --exclude-dir=uberenv --exclude-dir=build --exclude=update-copyright.sh > files2change +NEW_END_YEAR="2026" +echo "Updating copyright end year to ${NEW_END_YEAR}:" -#============================================================================= -# Replace the old copyright dates with new dates -#============================================================================= -for i in `cat files2change` -do - echo $i - cp $i $i.sed.bak - # For when there is only a single year in the copyright - # sed "s/Copyright (c) \([0-9]\{4\}\),/Copyright (c) 2020-25,/" $i.sed.bak > $i - sed "s/Copyright (c) \([0-9]\{4\}\)-[0-9]\{2\},/Copyright (c) 2020-25,/" $i.sed.bak > $i +for file in "LICENSE" "docs/sphinx/conf.py"; do + echo " $file" + sed -i "s/\([0-9]\{4\}\)-[0-9]\{4\}/\1-${NEW_END_YEAR}/g" "$file" done - -echo LICENSE -cp LICENSE LICENSE.sed.bak -sed "s/Copyright (c) \([0-9]\{4\}\)-[0-9]\{4\}/Copyright (c) 2020-2025/" LICENSE.sed.bak > LICENSE - -for i in README.md -do - echo $i - cp $i $i.sed.bak - sed "s/\([0-9]\{4\}\)-[0-9]\{2\}/2020-25/" $i.sed.bak > $i -done - -#============================================================================= -# Remove temporary files created in the process -#============================================================================= -find . -name \*.sed.bak -exec rm {} \; -rm files2change diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 69b4ee33..d131d8dd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/src/care/ArrayView.h b/src/care/ArrayView.h index e2f1ee68..f491ec41 100644 --- a/src/care/ArrayView.h +++ b/src/care/ArrayView.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/CHAICallback.cpp b/src/care/CHAICallback.cpp index bdb7d281..302e4ac1 100644 --- a/src/care/CHAICallback.cpp +++ b/src/care/CHAICallback.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/CHAICallback.h b/src/care/CHAICallback.h index d7e656d7..756accae 100644 --- a/src/care/CHAICallback.h +++ b/src/care/CHAICallback.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/CHAIDataGetter.h b/src/care/CHAIDataGetter.h index 9f41d489..89b1536f 100644 --- a/src/care/CHAIDataGetter.h +++ b/src/care/CHAIDataGetter.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/CMakeLists.txt b/src/care/CMakeLists.txt index 59a8de1d..79143d01 100644 --- a/src/care/CMakeLists.txt +++ b/src/care/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/src/care/Debug.h b/src/care/Debug.h index 36495db7..70a444b1 100644 --- a/src/care/Debug.h +++ b/src/care/Debug.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/DebugPlugin.cpp b/src/care/DebugPlugin.cpp index da76ee6d..97f296ad 100644 --- a/src/care/DebugPlugin.cpp +++ b/src/care/DebugPlugin.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/DebugPlugin.h b/src/care/DebugPlugin.h index ff4df4b3..e6af1b95 100644 --- a/src/care/DebugPlugin.h +++ b/src/care/DebugPlugin.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/DefaultMacros.h b/src/care/DefaultMacros.h index af00f33b..db94d7a1 100644 --- a/src/care/DefaultMacros.h +++ b/src/care/DefaultMacros.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/ExecutionSpace.cpp b/src/care/ExecutionSpace.cpp index 8ebf2565..3b4ff709 100644 --- a/src/care/ExecutionSpace.cpp +++ b/src/care/ExecutionSpace.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/ExecutionSpace.h b/src/care/ExecutionSpace.h index 4f0cf64b..da1a33b1 100644 --- a/src/care/ExecutionSpace.h +++ b/src/care/ExecutionSpace.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/FOREACHMACRO.h b/src/care/FOREACHMACRO.h index 5ffb4a96..07220a3f 100644 --- a/src/care/FOREACHMACRO.h +++ b/src/care/FOREACHMACRO.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/GPUMacros.h b/src/care/GPUMacros.h index 6414fcb7..74d95ff9 100644 --- a/src/care/GPUMacros.h +++ b/src/care/GPUMacros.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/GPUWatchpoint.h b/src/care/GPUWatchpoint.h index 15109277..d405eb1a 100644 --- a/src/care/GPUWatchpoint.h +++ b/src/care/GPUWatchpoint.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/KeyValueSorter.h b/src/care/KeyValueSorter.h index a4883544..a6e4f852 100644 --- a/src/care/KeyValueSorter.h +++ b/src/care/KeyValueSorter.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/KeyValueSorter_decl.h b/src/care/KeyValueSorter_decl.h index 46a9e66a..95347c08 100644 --- a/src/care/KeyValueSorter_decl.h +++ b/src/care/KeyValueSorter_decl.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/KeyValueSorter_impl.h b/src/care/KeyValueSorter_impl.h index 2b4b9608..7b324bcc 100644 --- a/src/care/KeyValueSorter_impl.h +++ b/src/care/KeyValueSorter_impl.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/KeyValueSorter_inst.h b/src/care/KeyValueSorter_inst.h index 5bbe0b88..991564a0 100644 --- a/src/care/KeyValueSorter_inst.h +++ b/src/care/KeyValueSorter_inst.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/LoopFuser.cpp b/src/care/LoopFuser.cpp index 5d149a5e..aaf10a3c 100644 --- a/src/care/LoopFuser.cpp +++ b/src/care/LoopFuser.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/LoopFuser.h b/src/care/LoopFuser.h index e23bd562..504a4f20 100644 --- a/src/care/LoopFuser.h +++ b/src/care/LoopFuser.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/PluginData.cpp b/src/care/PluginData.cpp index 660224b8..b55eba3a 100644 --- a/src/care/PluginData.cpp +++ b/src/care/PluginData.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/PluginData.h b/src/care/PluginData.h index 5fef41fd..db221fcf 100644 --- a/src/care/PluginData.h +++ b/src/care/PluginData.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/PointerTypes.h b/src/care/PointerTypes.h index 783707f2..8d210bba 100644 --- a/src/care/PointerTypes.h +++ b/src/care/PointerTypes.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/ProfilePlugin.cpp b/src/care/ProfilePlugin.cpp index 6669c8a6..37ebedf0 100644 --- a/src/care/ProfilePlugin.cpp +++ b/src/care/ProfilePlugin.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/ProfilePlugin.h b/src/care/ProfilePlugin.h index c6c36a53..785ea615 100644 --- a/src/care/ProfilePlugin.h +++ b/src/care/ProfilePlugin.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/Setup.h b/src/care/Setup.h index 94663dbd..4413917e 100644 --- a/src/care/Setup.h +++ b/src/care/Setup.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/SortFuser.h b/src/care/SortFuser.h index c88a330d..b53ebb45 100644 --- a/src/care/SortFuser.h +++ b/src/care/SortFuser.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/algorithm.h b/src/care/algorithm.h index 6a29a03f..4befa19d 100644 --- a/src/care/algorithm.h +++ b/src/care/algorithm.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/algorithm_decl.h b/src/care/algorithm_decl.h index 3b84815c..a84959e4 100644 --- a/src/care/algorithm_decl.h +++ b/src/care/algorithm_decl.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/algorithm_impl.h b/src/care/algorithm_impl.h index a686d23a..15226388 100644 --- a/src/care/algorithm_impl.h +++ b/src/care/algorithm_impl.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/array.h b/src/care/array.h index 497c71cd..0ee3824b 100644 --- a/src/care/array.h +++ b/src/care/array.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/atomic.h b/src/care/atomic.h index 44e522c5..3605c4cd 100644 --- a/src/care/atomic.h +++ b/src/care/atomic.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/care.cpp b/src/care/care.cpp index c42ecf2e..feb12246 100644 --- a/src/care/care.cpp +++ b/src/care/care.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/care.h b/src/care/care.h index 2b1bb1ca..b51d0397 100644 --- a/src/care/care.h +++ b/src/care/care.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/care_inst.cpp b/src/care/care_inst.cpp index 9280089f..edbdebcd 100644 --- a/src/care/care_inst.cpp +++ b/src/care/care_inst.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/care_inst.h b/src/care/care_inst.h index 17b7e5e8..0f7511ef 100644 --- a/src/care/care_inst.h +++ b/src/care/care_inst.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/compress_algorithm_impl.h b/src/care/compress_algorithm_impl.h index 9c9ea8de..a124c68e 100644 --- a/src/care/compress_algorithm_impl.h +++ b/src/care/compress_algorithm_impl.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/config.h.in b/src/care/config.h.in index 9fdbdef8..1105eb48 100644 --- a/src/care/config.h.in +++ b/src/care/config.h.in @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/detail/test_utils.h b/src/care/detail/test_utils.h index 85c8572e..010be3f6 100644 --- a/src/care/detail/test_utils.h +++ b/src/care/detail/test_utils.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/device_ptr.h b/src/care/device_ptr.h index 58ad43b4..5c5f300c 100644 --- a/src/care/device_ptr.h +++ b/src/care/device_ptr.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/forall.h b/src/care/forall.h index 3c4ce3a3..b53c95f1 100644 --- a/src/care/forall.h +++ b/src/care/forall.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/host_device_map.h b/src/care/host_device_map.h index 6c5e780a..4d13da6a 100644 --- a/src/care/host_device_map.h +++ b/src/care/host_device_map.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/host_device_ptr.h b/src/care/host_device_ptr.h index c9aade3a..863a7f45 100644 --- a/src/care/host_device_ptr.h +++ b/src/care/host_device_ptr.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/host_ptr.h b/src/care/host_ptr.h index 5a9521fc..943e4f20 100644 --- a/src/care/host_ptr.h +++ b/src/care/host_ptr.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/local_host_device_ptr.h b/src/care/local_host_device_ptr.h index d6aa2fa8..d6c316e2 100644 --- a/src/care/local_host_device_ptr.h +++ b/src/care/local_host_device_ptr.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/local_ptr.h b/src/care/local_ptr.h index b812a1b9..abe0cbc5 100644 --- a/src/care/local_ptr.h +++ b/src/care/local_ptr.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/managed_ptr.h b/src/care/managed_ptr.h index 35f004d4..a3902d2d 100644 --- a/src/care/managed_ptr.h +++ b/src/care/managed_ptr.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/numeric.h b/src/care/numeric.h index c79e1976..7d91ec9b 100644 --- a/src/care/numeric.h +++ b/src/care/numeric.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/openmp.h b/src/care/openmp.h index 5c6f1b59..6142210f 100644 --- a/src/care/openmp.h +++ b/src/care/openmp.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/policies.h b/src/care/policies.h index c75b069a..45213007 100644 --- a/src/care/policies.h +++ b/src/care/policies.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/scan.cpp b/src/care/scan.cpp index 02d304f4..cec08b3e 100644 --- a/src/care/scan.cpp +++ b/src/care/scan.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/scan.h b/src/care/scan.h index 600c17e9..92e3ba21 100644 --- a/src/care/scan.h +++ b/src/care/scan.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/scan_impl.h b/src/care/scan_impl.h index 391610ba..d7a26ca6 100644 --- a/src/care/scan_impl.h +++ b/src/care/scan_impl.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/single_access_ptr.h b/src/care/single_access_ptr.h index f75a8e4e..92db6c86 100644 --- a/src/care/single_access_ptr.h +++ b/src/care/single_access_ptr.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/src/care/util.h b/src/care/util.h index bd775138..c6a9baba 100644 --- a/src/care/util.h +++ b/src/care/util.h @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/test/Benchmarks.cpp b/test/Benchmarks.cpp index 5c3ea98a..c4751f31 100644 --- a/test/Benchmarks.cpp +++ b/test/Benchmarks.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fde473d5..a8cf4861 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ############################################################################## diff --git a/test/TestAlgorithm.cpp b/test/TestAlgorithm.cpp index e5bb8ca6..f178bfb3 100644 --- a/test/TestAlgorithm.cpp +++ b/test/TestAlgorithm.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/test/TestArray.cpp b/test/TestArray.cpp index 83a6db16..cd308ada 100644 --- a/test/TestArray.cpp +++ b/test/TestArray.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/test/TestForall.cpp b/test/TestForall.cpp index c79812fa..ba75e961 100644 --- a/test/TestForall.cpp +++ b/test/TestForall.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/test/TestKeyValueSorter.cpp b/test/TestKeyValueSorter.cpp index a9703c7a..35c05a63 100644 --- a/test/TestKeyValueSorter.cpp +++ b/test/TestKeyValueSorter.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/test/TestLoopFuser.cxx b/test/TestLoopFuser.cxx index 7bb08556..306a4b0e 100644 --- a/test/TestLoopFuser.cxx +++ b/test/TestLoopFuser.cxx @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/test/TestManagedPtr.cpp b/test/TestManagedPtr.cpp index a0a2963c..52164690 100644 --- a/test/TestManagedPtr.cpp +++ b/test/TestManagedPtr.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/test/TestNestedMA.cpp b/test/TestNestedMA.cpp index 50789b98..9bcaa44e 100644 --- a/test/TestNestedMA.cpp +++ b/test/TestNestedMA.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/test/TestNumeric.cpp b/test/TestNumeric.cpp index fd372020..2341c5fd 100644 --- a/test/TestNumeric.cpp +++ b/test/TestNumeric.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/test/TestScan.cpp b/test/TestScan.cpp index e6e312dc..6f7963c2 100644 --- a/test/TestScan.cpp +++ b/test/TestScan.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/test/TestSortFuser.cxx b/test/TestSortFuser.cxx index 418cbcdc..baf22f8e 100644 --- a/test/TestSortFuser.cxx +++ b/test/TestSortFuser.cxx @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -// project contributors. See the CARE LICENSE file for details. +// Copyright (c) Lawrence Livermore National Security, LLC and other CARE +// contributors. See the CARE LICENSE and COPYRIGHT files for details. // // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// diff --git a/tpl/versions.txt b/tpl/versions.txt index f890b077..352cb5b7 100644 --- a/tpl/versions.txt +++ b/tpl/versions.txt @@ -1,6 +1,6 @@ ############################################################################## -# Copyright (c) 2020-25, Lawrence Livermore National Security, LLC and CARE -# project contributors. See the CARE LICENSE file for details. +# Copyright (c) Lawrence Livermore National Security, LLC and other CARE +# contributors. See the CARE LICENSE and COPYRIGHT files for details. # # SPDX-License-Identifier: BSD-3-Clause ##############################################################################