From f8fab1559495f1ee52c5eeb66e0050594077ff13 Mon Sep 17 00:00:00 2001 From: Philip Top Date: Mon, 1 Jan 2024 17:33:46 -0800 Subject: [PATCH] update copyright dates and version numbers (#21) * update copyright dates and version numbers * fix pre-commit warning --- CMakeLists.txt | 8 ++++---- gmlc/utilities/mapOps.hpp | 2 +- gmlc/utilities/stringConversion.h | 2 +- gmlc/utilities/stringOps.cpp | 2 +- gmlc/utilities/stringOps.h | 2 +- gmlc/utilities/string_viewOps.cpp | 2 +- gmlc/utilities/string_viewOps.h | 2 +- gmlc/utilities/timeRepresentation.hpp | 2 +- gmlc/utilities/timeStringOps.cpp | 2 +- gmlc/utilities/vectorOps.hpp | 4 ++-- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 11cc26c..b6b51bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # ~~~ -# Copyright (c) 2017-2022, Battelle Memorial Institute; Lawrence Livermore +# Copyright (c) 2017-2024, Battelle Memorial Institute; Lawrence Livermore # National Security, LLC; Alliance for Sustainable Energy, LLC. # See the top-level NOTICE for additional details. # All rights reserved. @@ -7,19 +7,19 @@ # SPDX-License-Identifier: BSD-3-Clause # ~~~ -cmake_minimum_required(VERSION 3.11...3.24) +cmake_minimum_required(VERSION 3.11...3.28) project( GMLC_UTILITIES LANGUAGES CXX - VERSION 0.5.0 + VERSION 0.6.0 ) # ----------------------------------------------------------------------------- # GMLC UTILITIES library Version number # ----------------------------------------------------------------------------- set(GMLC_UTILITIES_VERSION_BUILD) -set(GMLC_UTILITIES_DATE "2022-10-25") +set(GMLC_UTILITIES_DATE "2024-01-02") set(GMLC_UTILITIES_VERSION_STRING "${GMLC_UTILITIES_VERSION} (${GMLC_UTILITIES_DATE})") diff --git a/gmlc/utilities/mapOps.hpp b/gmlc/utilities/mapOps.hpp index aea9203..0b4d135 100644 --- a/gmlc/utilities/mapOps.hpp +++ b/gmlc/utilities/mapOps.hpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2017-2022, +Copyright (c) 2017-2024, Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable Energy, LLC. See the top-level NOTICE for additional details. All rights reserved. SPDX-License-Identifier: BSD-3-Clause diff --git a/gmlc/utilities/stringConversion.h b/gmlc/utilities/stringConversion.h index 2eaf28c..4002972 100644 --- a/gmlc/utilities/stringConversion.h +++ b/gmlc/utilities/stringConversion.h @@ -11,7 +11,7 @@ */ /* -Copyright (c) 2017-2022, +Copyright (c) 2017-2024, Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable Energy, LLC. See the top-level NOTICE for additional details. All rights reserved. SPDX-License-Identifier: BSD-3-Clause diff --git a/gmlc/utilities/stringOps.cpp b/gmlc/utilities/stringOps.cpp index 68cad07..e4e1169 100644 --- a/gmlc/utilities/stringOps.cpp +++ b/gmlc/utilities/stringOps.cpp @@ -11,7 +11,7 @@ */ /* -Copyright (c) 2017-2022, +Copyright (c) 2017-2024, Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable Energy, LLC. See the top-level NOTICE for additional details. All rights reserved. SPDX-License-Identifier: BSD-3-Clause diff --git a/gmlc/utilities/stringOps.h b/gmlc/utilities/stringOps.h index 5332c34..d614db1 100644 --- a/gmlc/utilities/stringOps.h +++ b/gmlc/utilities/stringOps.h @@ -11,7 +11,7 @@ */ /* -Copyright (c) 2017-2022, +Copyright (c) 2017-2024, Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable Energy, LLC. See the top-level NOTICE for additional details. All rights reserved. SPDX-License-Identifier: BSD-3-Clause diff --git a/gmlc/utilities/string_viewOps.cpp b/gmlc/utilities/string_viewOps.cpp index 3a46974..51d0fc8 100644 --- a/gmlc/utilities/string_viewOps.cpp +++ b/gmlc/utilities/string_viewOps.cpp @@ -11,7 +11,7 @@ */ /* -Copyright (c) 2017-2022, +Copyright (c) 2017-2024, Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable Energy, LLC. See the top-level NOTICE for additional details. All rights reserved. SPDX-License-Identifier: BSD-3-Clause diff --git a/gmlc/utilities/string_viewOps.h b/gmlc/utilities/string_viewOps.h index c080d5e..0ed1a8b 100644 --- a/gmlc/utilities/string_viewOps.h +++ b/gmlc/utilities/string_viewOps.h @@ -12,7 +12,7 @@ */ /* -Copyright (c) 2017-2022, +Copyright (c) 2017-2024, Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable Energy, LLC. See the top-level NOTICE for additional details. All rights reserved. SPDX-License-Identifier: BSD-3-Clause diff --git a/gmlc/utilities/timeRepresentation.hpp b/gmlc/utilities/timeRepresentation.hpp index 18a6975..62cf44f 100644 --- a/gmlc/utilities/timeRepresentation.hpp +++ b/gmlc/utilities/timeRepresentation.hpp @@ -9,7 +9,7 @@ * LLNS Copyright End */ /* -Copyright (c) 2017-2022, +Copyright (c) 2017-2024, Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable Energy, LLC. See the top-level NOTICE for additional details. All rights reserved. SPDX-License-Identifier: BSD-3-Clause diff --git a/gmlc/utilities/timeStringOps.cpp b/gmlc/utilities/timeStringOps.cpp index 5048a13..ff1e374 100644 --- a/gmlc/utilities/timeStringOps.cpp +++ b/gmlc/utilities/timeStringOps.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2017-2020, +Copyright (c) 2017-2024, Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable Energy, LLC. See the top-level NOTICE for additional details. All rights reserved. diff --git a/gmlc/utilities/vectorOps.hpp b/gmlc/utilities/vectorOps.hpp index b71f942..abf47a5 100644 --- a/gmlc/utilities/vectorOps.hpp +++ b/gmlc/utilities/vectorOps.hpp @@ -813,7 +813,7 @@ void vectorMultAdd( /** sum the absolute differences between two Vectors @param a the first vector -@param b the secon vector +@param b the second vector @param[out] diff a vector the absolute values of the differences @param cnt the number of elements in the vector to compare and sum @return the sum of the absolute values of the differences @@ -837,7 +837,7 @@ X compareVec( } /** sum the absolute differences between two Vectors @param a the first vector -@param b the secon vector +@param b the second vector @param cnt the number of elements in the vector to compare and sum @return the sum of the absolute values of the differences */