From dc1cb5189b093f6a3aed1dc9d22c478ad064e388 Mon Sep 17 00:00:00 2001 From: Coleman Kendrick <6309092+ckendrick@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:29:05 -0700 Subject: [PATCH] Update copyright year to 2024 (#262) --- CMakeLists.txt | 2 +- LICENSE-MIT | 2 +- docs/Doxyfile | 2 +- docs/sphinx/conf.py | 2 +- examples/dmd/de_parametric_heat_conduction_greedy.cpp | 2 +- examples/dmd/dg_advection.cpp | 2 +- examples/dmd/dg_euler.cpp | 2 +- examples/dmd/dg_euler.hpp | 2 +- examples/dmd/heat_conduction.cpp | 2 +- examples/dmd/heat_conduction_dmdc.cpp | 2 +- examples/dmd/local_dw_csv.cpp | 2 +- examples/dmd/local_tw_csv.cpp | 2 +- examples/dmd/nonlinear_elasticity.cpp | 2 +- examples/dmd/parametric_dw_csv.cpp | 2 +- examples/dmd/parametric_heat_conduction.cpp | 2 +- examples/dmd/parametric_tw_csv.cpp | 2 +- examples/dmd/wave_equation.cpp | 2 +- examples/misc/combine_samples.cpp | 2 +- examples/prom/dg_advection_global_rom.cpp | 2 +- examples/prom/dg_advection_local_rom_matrix_interp.cpp | 2 +- examples/prom/grad_div_global_rom.cpp | 2 +- examples/prom/linear_elasticity_global_rom.cpp | 2 +- examples/prom/maxwell_global_rom.cpp | 2 +- examples/prom/maxwell_local_rom_greedy.cpp | 2 +- examples/prom/mixed_nonlinear_diffusion.cpp | 2 +- examples/prom/mixed_nonlinear_diffusion_eqp.hpp | 2 +- examples/prom/nonlinear_elasticity_global_rom_eqp.hpp | 2 +- examples/prom/poisson_global_rom.cpp | 2 +- examples/prom/poisson_local_rom_greedy.cpp | 2 +- lib/CAROM_config.h.in | 2 +- lib/CMakeLists.txt | 2 +- lib/algo/AdaptiveDMD.cpp | 2 +- lib/algo/AdaptiveDMD.h | 2 +- lib/algo/DMD.cpp | 2 +- lib/algo/DMD.h | 2 +- lib/algo/DMDc.cpp | 2 +- lib/algo/DMDc.h | 2 +- lib/algo/NonuniformDMD.cpp | 2 +- lib/algo/NonuniformDMD.h | 2 +- lib/algo/ParametricDMD.h | 2 +- lib/algo/greedy/GreedyCustomSampler.cpp | 2 +- lib/algo/greedy/GreedyCustomSampler.h | 2 +- lib/algo/greedy/GreedyRandomSampler.cpp | 2 +- lib/algo/greedy/GreedyRandomSampler.h | 2 +- lib/algo/greedy/GreedySampler.cpp | 2 +- lib/algo/greedy/GreedySampler.h | 2 +- lib/algo/manifold_interp/Interpolator.cpp | 2 +- lib/algo/manifold_interp/Interpolator.h | 2 +- lib/algo/manifold_interp/MatrixInterpolator.cpp | 2 +- lib/algo/manifold_interp/MatrixInterpolator.h | 2 +- lib/algo/manifold_interp/VectorInterpolator.cpp | 2 +- lib/algo/manifold_interp/VectorInterpolator.h | 2 +- lib/hyperreduction/DEIM.cpp | 2 +- lib/hyperreduction/DEIM.h | 2 +- lib/hyperreduction/GNAT.cpp | 2 +- lib/hyperreduction/GNAT.h | 2 +- lib/hyperreduction/Hyperreduction.cpp | 2 +- lib/hyperreduction/Hyperreduction.h | 2 +- lib/hyperreduction/QDEIM.cpp | 2 +- lib/hyperreduction/QDEIM.h | 2 +- lib/hyperreduction/STSampling.cpp | 2 +- lib/hyperreduction/STSampling.h | 2 +- lib/hyperreduction/S_OPT.cpp | 2 +- lib/hyperreduction/S_OPT.h | 2 +- lib/hyperreduction/Utilities.cpp | 2 +- lib/hyperreduction/Utilities.h | 2 +- lib/librom.h | 2 +- lib/linalg/BasisGenerator.cpp | 2 +- lib/linalg/BasisGenerator.h | 2 +- lib/linalg/BasisReader.cpp | 2 +- lib/linalg/BasisReader.h | 2 +- lib/linalg/BasisWriter.cpp | 2 +- lib/linalg/BasisWriter.h | 2 +- lib/linalg/Matrix.cpp | 2 +- lib/linalg/Matrix.h | 2 +- lib/linalg/NNLS.cpp | 2 +- lib/linalg/NNLS.h | 2 +- lib/linalg/Options.h | 2 +- lib/linalg/Vector.cpp | 2 +- lib/linalg/Vector.h | 2 +- lib/linalg/scalapack_c_wrapper.c | 2 +- lib/linalg/scalapack_f_wrapper.f90 | 2 +- lib/linalg/scalapack_wrapper.h | 2 +- lib/linalg/svd/IncrementalSVD.cpp | 2 +- lib/linalg/svd/IncrementalSVD.h | 2 +- lib/linalg/svd/IncrementalSVDBrand.cpp | 2 +- lib/linalg/svd/IncrementalSVDBrand.h | 2 +- lib/linalg/svd/IncrementalSVDFastUpdate.cpp | 2 +- lib/linalg/svd/IncrementalSVDFastUpdate.h | 2 +- lib/linalg/svd/IncrementalSVDStandard.cpp | 2 +- lib/linalg/svd/IncrementalSVDStandard.h | 2 +- lib/linalg/svd/RandomizedSVD.cpp | 2 +- lib/linalg/svd/RandomizedSVD.h | 2 +- lib/linalg/svd/SVD.cpp | 2 +- lib/linalg/svd/SVD.h | 2 +- lib/linalg/svd/StaticSVD.cpp | 2 +- lib/linalg/svd/StaticSVD.h | 2 +- lib/mfem/PointwiseSnapshot.hpp | 2 +- lib/mfem/SampleMesh.cpp | 2 +- lib/mfem/SampleMesh.hpp | 2 +- lib/mfem/Utilities.cpp | 2 +- lib/mfem/Utilities.hpp | 2 +- lib/utils/CSVDatabase.cpp | 2 +- lib/utils/CSVDatabase.h | 2 +- lib/utils/Database.cpp | 2 +- lib/utils/Database.h | 2 +- lib/utils/HDFDatabase.cpp | 2 +- lib/utils/HDFDatabase.h | 2 +- lib/utils/ParallelBuffer.cpp | 2 +- lib/utils/ParallelBuffer.h | 2 +- lib/utils/Utilities.cpp | 2 +- lib/utils/Utilities.h | 2 +- lib/utils/mpi_utils.cpp | 2 +- lib/utils/mpi_utils.h | 2 +- regression_tests/basisComparator.cpp | 2 +- regression_tests/checkError.cpp | 2 +- regression_tests/computeSpeedup.cpp | 2 +- regression_tests/fileComparator.cpp | 2 +- regression_tests/solutionComparator.cpp | 2 +- scripts/compile.sh | 2 +- unit_tests/load_samples.cpp | 2 +- unit_tests/random_test.cpp | 2 +- unit_tests/smoke_static.cpp | 2 +- unit_tests/smoke_test.cpp | 2 +- unit_tests/test_DEIM.cpp | 2 +- unit_tests/test_DMD.cpp | 2 +- unit_tests/test_GNAT.cpp | 2 +- unit_tests/test_GreedyCustomSampler.cpp | 2 +- unit_tests/test_IncrementalSVD.cpp | 2 +- unit_tests/test_IncrementalSVDBrand.cpp | 2 +- unit_tests/test_Matrix.cpp | 2 +- unit_tests/test_QDEIM.cpp | 2 +- unit_tests/test_RandomizedSVD.cpp | 2 +- unit_tests/test_SVD.cpp | 2 +- unit_tests/test_S_OPT.cpp | 2 +- unit_tests/test_StaticSVD.cpp | 2 +- unit_tests/test_Vector.cpp | 2 +- unit_tests/test_include.cpp | 2 +- unit_tests/uneven_dist.cpp | 2 +- unit_tests/weak_scaling.cpp | 2 +- 140 files changed, 140 insertions(+), 140 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e095a6c22..e042dc4a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC +# Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC # and other libROM project developers. See the top-level COPYRIGHT # file for details. # diff --git a/LICENSE-MIT b/LICENSE-MIT index 5222cd86d..3acade53d 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright 2013-2023 Lawrence Livermore National Security, LLC and other +Copyright 2013-2024 Lawrence Livermore National Security, LLC and other libROM Project Developers. See the top-level COPYRIGHT file for details. Permission is hereby granted, free of charge, to any person obtaining a diff --git a/docs/Doxyfile b/docs/Doxyfile index 0409de47d..9ff94128c 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC. +# Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory # Written by William Arrighi wjarrighi@llnl.gov # CODE-686965 diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 156ad6e72..bbc125376 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -48,7 +48,7 @@ # -- Project information ----------------------------------------------------- project = 'libROM' -copyright = '2023, Lawrence Livermore National Security, LLNS' +copyright = '2024, Lawrence Livermore National Security, LLNS' author = 'Lawrence Livermore National Security, LLNS' # The short X.Y version diff --git a/examples/dmd/de_parametric_heat_conduction_greedy.cpp b/examples/dmd/de_parametric_heat_conduction_greedy.cpp index 847c92542..60e532d87 100644 --- a/examples/dmd/de_parametric_heat_conduction_greedy.cpp +++ b/examples/dmd/de_parametric_heat_conduction_greedy.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/dmd/dg_advection.cpp b/examples/dmd/dg_advection.cpp index c75c2339f..9e1d8b040 100644 --- a/examples/dmd/dg_advection.cpp +++ b/examples/dmd/dg_advection.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/dmd/dg_euler.cpp b/examples/dmd/dg_euler.cpp index 159ef76f2..ae4f06885 100644 --- a/examples/dmd/dg_euler.cpp +++ b/examples/dmd/dg_euler.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/dmd/dg_euler.hpp b/examples/dmd/dg_euler.hpp index 41df33b52..b5754ef83 100644 --- a/examples/dmd/dg_euler.hpp +++ b/examples/dmd/dg_euler.hpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/dmd/heat_conduction.cpp b/examples/dmd/heat_conduction.cpp index 34cb44329..baea9b2c7 100644 --- a/examples/dmd/heat_conduction.cpp +++ b/examples/dmd/heat_conduction.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/dmd/heat_conduction_dmdc.cpp b/examples/dmd/heat_conduction_dmdc.cpp index 7d76568c2..c1fa4d56e 100644 --- a/examples/dmd/heat_conduction_dmdc.cpp +++ b/examples/dmd/heat_conduction_dmdc.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/dmd/local_dw_csv.cpp b/examples/dmd/local_dw_csv.cpp index 69309a6cf..4dd83031a 100644 --- a/examples/dmd/local_dw_csv.cpp +++ b/examples/dmd/local_dw_csv.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/dmd/local_tw_csv.cpp b/examples/dmd/local_tw_csv.cpp index 8d8e359cd..2ae40cdee 100644 --- a/examples/dmd/local_tw_csv.cpp +++ b/examples/dmd/local_tw_csv.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/dmd/nonlinear_elasticity.cpp b/examples/dmd/nonlinear_elasticity.cpp index 5bca8b44b..2c093c818 100644 --- a/examples/dmd/nonlinear_elasticity.cpp +++ b/examples/dmd/nonlinear_elasticity.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/dmd/parametric_dw_csv.cpp b/examples/dmd/parametric_dw_csv.cpp index 81e5bb6dc..7222ea85f 100644 --- a/examples/dmd/parametric_dw_csv.cpp +++ b/examples/dmd/parametric_dw_csv.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/dmd/parametric_heat_conduction.cpp b/examples/dmd/parametric_heat_conduction.cpp index 054bc6e66..e50d329c3 100644 --- a/examples/dmd/parametric_heat_conduction.cpp +++ b/examples/dmd/parametric_heat_conduction.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/dmd/parametric_tw_csv.cpp b/examples/dmd/parametric_tw_csv.cpp index 369865747..db2e9c4fc 100644 --- a/examples/dmd/parametric_tw_csv.cpp +++ b/examples/dmd/parametric_tw_csv.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/dmd/wave_equation.cpp b/examples/dmd/wave_equation.cpp index 7bc6ae3fe..52326e3e5 100644 --- a/examples/dmd/wave_equation.cpp +++ b/examples/dmd/wave_equation.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC +* Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/misc/combine_samples.cpp b/examples/misc/combine_samples.cpp index 4b083e807..77987ab37 100644 --- a/examples/misc/combine_samples.cpp +++ b/examples/misc/combine_samples.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/prom/dg_advection_global_rom.cpp b/examples/prom/dg_advection_global_rom.cpp index 3d159a1e5..4f28c57d9 100644 --- a/examples/prom/dg_advection_global_rom.cpp +++ b/examples/prom/dg_advection_global_rom.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/prom/dg_advection_local_rom_matrix_interp.cpp b/examples/prom/dg_advection_local_rom_matrix_interp.cpp index d0db96f14..1341c63ac 100644 --- a/examples/prom/dg_advection_local_rom_matrix_interp.cpp +++ b/examples/prom/dg_advection_local_rom_matrix_interp.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/prom/grad_div_global_rom.cpp b/examples/prom/grad_div_global_rom.cpp index 94e0a19e2..22a944854 100644 --- a/examples/prom/grad_div_global_rom.cpp +++ b/examples/prom/grad_div_global_rom.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/prom/linear_elasticity_global_rom.cpp b/examples/prom/linear_elasticity_global_rom.cpp index 0de7a3005..f84974ebf 100644 --- a/examples/prom/linear_elasticity_global_rom.cpp +++ b/examples/prom/linear_elasticity_global_rom.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/prom/maxwell_global_rom.cpp b/examples/prom/maxwell_global_rom.cpp index cdc081960..f9de7d849 100644 --- a/examples/prom/maxwell_global_rom.cpp +++ b/examples/prom/maxwell_global_rom.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/prom/maxwell_local_rom_greedy.cpp b/examples/prom/maxwell_local_rom_greedy.cpp index f3dc4453d..8c75a0f7b 100644 --- a/examples/prom/maxwell_local_rom_greedy.cpp +++ b/examples/prom/maxwell_local_rom_greedy.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/prom/mixed_nonlinear_diffusion.cpp b/examples/prom/mixed_nonlinear_diffusion.cpp index 8b6f7916f..19ab15dd9 100644 --- a/examples/prom/mixed_nonlinear_diffusion.cpp +++ b/examples/prom/mixed_nonlinear_diffusion.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/prom/mixed_nonlinear_diffusion_eqp.hpp b/examples/prom/mixed_nonlinear_diffusion_eqp.hpp index 0a781f5e0..4bc0940f5 100644 --- a/examples/prom/mixed_nonlinear_diffusion_eqp.hpp +++ b/examples/prom/mixed_nonlinear_diffusion_eqp.hpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/prom/nonlinear_elasticity_global_rom_eqp.hpp b/examples/prom/nonlinear_elasticity_global_rom_eqp.hpp index 5cd4ef1d6..9ecf58e2c 100644 --- a/examples/prom/nonlinear_elasticity_global_rom_eqp.hpp +++ b/examples/prom/nonlinear_elasticity_global_rom_eqp.hpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/prom/poisson_global_rom.cpp b/examples/prom/poisson_global_rom.cpp index a5a393124..8406466ce 100644 --- a/examples/prom/poisson_global_rom.cpp +++ b/examples/prom/poisson_global_rom.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/examples/prom/poisson_local_rom_greedy.cpp b/examples/prom/poisson_local_rom_greedy.cpp index 6633110f5..72a7eb271 100644 --- a/examples/prom/poisson_local_rom_greedy.cpp +++ b/examples/prom/poisson_local_rom_greedy.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/CAROM_config.h.in b/lib/CAROM_config.h.in index 5e1da2106..9a0246992 100644 --- a/lib/CAROM_config.h.in +++ b/lib/CAROM_config.h.in @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index e65cca1f0..c21ae8169 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC +# Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC # and other libROM project developers. See the top-level COPYRIGHT # file for details. # diff --git a/lib/algo/AdaptiveDMD.cpp b/lib/algo/AdaptiveDMD.cpp index 8ae379d74..a2d765019 100644 --- a/lib/algo/AdaptiveDMD.cpp +++ b/lib/algo/AdaptiveDMD.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/AdaptiveDMD.h b/lib/algo/AdaptiveDMD.h index beca5a8b8..1a7598928 100644 --- a/lib/algo/AdaptiveDMD.h +++ b/lib/algo/AdaptiveDMD.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/DMD.cpp b/lib/algo/DMD.cpp index 4d84d15df..a66f3b65b 100755 --- a/lib/algo/DMD.cpp +++ b/lib/algo/DMD.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/DMD.h b/lib/algo/DMD.h index 09ac38e1d..ba3750251 100644 --- a/lib/algo/DMD.h +++ b/lib/algo/DMD.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/DMDc.cpp b/lib/algo/DMDc.cpp index 95fd97a55..1b1c0df53 100644 --- a/lib/algo/DMDc.cpp +++ b/lib/algo/DMDc.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/DMDc.h b/lib/algo/DMDc.h index 4f0700265..e0360a8f2 100644 --- a/lib/algo/DMDc.h +++ b/lib/algo/DMDc.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/NonuniformDMD.cpp b/lib/algo/NonuniformDMD.cpp index ed92a5366..9a0454322 100644 --- a/lib/algo/NonuniformDMD.cpp +++ b/lib/algo/NonuniformDMD.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/NonuniformDMD.h b/lib/algo/NonuniformDMD.h index b5cb22d26..50761c6b2 100644 --- a/lib/algo/NonuniformDMD.h +++ b/lib/algo/NonuniformDMD.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/ParametricDMD.h b/lib/algo/ParametricDMD.h index e59426cbe..dee8a98f3 100644 --- a/lib/algo/ParametricDMD.h +++ b/lib/algo/ParametricDMD.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/greedy/GreedyCustomSampler.cpp b/lib/algo/greedy/GreedyCustomSampler.cpp index 9fb7b50d8..895d6f880 100644 --- a/lib/algo/greedy/GreedyCustomSampler.cpp +++ b/lib/algo/greedy/GreedyCustomSampler.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/greedy/GreedyCustomSampler.h b/lib/algo/greedy/GreedyCustomSampler.h index de60d8cbc..c705976c8 100644 --- a/lib/algo/greedy/GreedyCustomSampler.h +++ b/lib/algo/greedy/GreedyCustomSampler.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/greedy/GreedyRandomSampler.cpp b/lib/algo/greedy/GreedyRandomSampler.cpp index 7ea44a7e1..84494e908 100644 --- a/lib/algo/greedy/GreedyRandomSampler.cpp +++ b/lib/algo/greedy/GreedyRandomSampler.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/greedy/GreedyRandomSampler.h b/lib/algo/greedy/GreedyRandomSampler.h index 49aa7ebd0..92182c18f 100644 --- a/lib/algo/greedy/GreedyRandomSampler.h +++ b/lib/algo/greedy/GreedyRandomSampler.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/greedy/GreedySampler.cpp b/lib/algo/greedy/GreedySampler.cpp index f0c52c5af..ec41da39e 100644 --- a/lib/algo/greedy/GreedySampler.cpp +++ b/lib/algo/greedy/GreedySampler.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/greedy/GreedySampler.h b/lib/algo/greedy/GreedySampler.h index 843f897be..b9f7c2115 100644 --- a/lib/algo/greedy/GreedySampler.h +++ b/lib/algo/greedy/GreedySampler.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/manifold_interp/Interpolator.cpp b/lib/algo/manifold_interp/Interpolator.cpp index 262bf72cc..77ffe7668 100644 --- a/lib/algo/manifold_interp/Interpolator.cpp +++ b/lib/algo/manifold_interp/Interpolator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/manifold_interp/Interpolator.h b/lib/algo/manifold_interp/Interpolator.h index eebc3a76e..11df9fac8 100644 --- a/lib/algo/manifold_interp/Interpolator.h +++ b/lib/algo/manifold_interp/Interpolator.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/manifold_interp/MatrixInterpolator.cpp b/lib/algo/manifold_interp/MatrixInterpolator.cpp index e22816b23..faa23b054 100644 --- a/lib/algo/manifold_interp/MatrixInterpolator.cpp +++ b/lib/algo/manifold_interp/MatrixInterpolator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/manifold_interp/MatrixInterpolator.h b/lib/algo/manifold_interp/MatrixInterpolator.h index c07382616..9ad284dbd 100644 --- a/lib/algo/manifold_interp/MatrixInterpolator.h +++ b/lib/algo/manifold_interp/MatrixInterpolator.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/manifold_interp/VectorInterpolator.cpp b/lib/algo/manifold_interp/VectorInterpolator.cpp index c009d3034..c11f4d8dd 100644 --- a/lib/algo/manifold_interp/VectorInterpolator.cpp +++ b/lib/algo/manifold_interp/VectorInterpolator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/algo/manifold_interp/VectorInterpolator.h b/lib/algo/manifold_interp/VectorInterpolator.h index 674b083f2..a1fdf5fe3 100644 --- a/lib/algo/manifold_interp/VectorInterpolator.h +++ b/lib/algo/manifold_interp/VectorInterpolator.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/DEIM.cpp b/lib/hyperreduction/DEIM.cpp index 5bc1e6527..21e6231c9 100644 --- a/lib/hyperreduction/DEIM.cpp +++ b/lib/hyperreduction/DEIM.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/DEIM.h b/lib/hyperreduction/DEIM.h index cd0fd783b..b8b14425b 100644 --- a/lib/hyperreduction/DEIM.h +++ b/lib/hyperreduction/DEIM.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/GNAT.cpp b/lib/hyperreduction/GNAT.cpp index faa65a243..f304fb21d 100644 --- a/lib/hyperreduction/GNAT.cpp +++ b/lib/hyperreduction/GNAT.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/GNAT.h b/lib/hyperreduction/GNAT.h index 81d747732..bfbd60e2e 100644 --- a/lib/hyperreduction/GNAT.h +++ b/lib/hyperreduction/GNAT.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/Hyperreduction.cpp b/lib/hyperreduction/Hyperreduction.cpp index b110dc326..b98934e63 100644 --- a/lib/hyperreduction/Hyperreduction.cpp +++ b/lib/hyperreduction/Hyperreduction.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/Hyperreduction.h b/lib/hyperreduction/Hyperreduction.h index 4fd4fc91a..2fb8a2947 100644 --- a/lib/hyperreduction/Hyperreduction.h +++ b/lib/hyperreduction/Hyperreduction.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/QDEIM.cpp b/lib/hyperreduction/QDEIM.cpp index 34fbf3619..486a95410 100644 --- a/lib/hyperreduction/QDEIM.cpp +++ b/lib/hyperreduction/QDEIM.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/QDEIM.h b/lib/hyperreduction/QDEIM.h index ca9707c97..d0b245b6c 100644 --- a/lib/hyperreduction/QDEIM.h +++ b/lib/hyperreduction/QDEIM.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/STSampling.cpp b/lib/hyperreduction/STSampling.cpp index a26416628..0d9fb546c 100644 --- a/lib/hyperreduction/STSampling.cpp +++ b/lib/hyperreduction/STSampling.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/STSampling.h b/lib/hyperreduction/STSampling.h index 2833cf67c..d54ccf0c5 100644 --- a/lib/hyperreduction/STSampling.h +++ b/lib/hyperreduction/STSampling.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/S_OPT.cpp b/lib/hyperreduction/S_OPT.cpp index f21534dc0..81c5b24de 100644 --- a/lib/hyperreduction/S_OPT.cpp +++ b/lib/hyperreduction/S_OPT.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/S_OPT.h b/lib/hyperreduction/S_OPT.h index df7db65f4..e82094d22 100644 --- a/lib/hyperreduction/S_OPT.h +++ b/lib/hyperreduction/S_OPT.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/Utilities.cpp b/lib/hyperreduction/Utilities.cpp index 83eea8d29..93fca0e84 100644 --- a/lib/hyperreduction/Utilities.cpp +++ b/lib/hyperreduction/Utilities.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/hyperreduction/Utilities.h b/lib/hyperreduction/Utilities.h index 2572a47c5..a4da0284e 100644 --- a/lib/hyperreduction/Utilities.h +++ b/lib/hyperreduction/Utilities.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/librom.h b/lib/librom.h index e250feed8..de3a8d02d 100644 --- a/lib/librom.h +++ b/lib/librom.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/BasisGenerator.cpp b/lib/linalg/BasisGenerator.cpp index bfd46bbb7..7c1925a78 100644 --- a/lib/linalg/BasisGenerator.cpp +++ b/lib/linalg/BasisGenerator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/BasisGenerator.h b/lib/linalg/BasisGenerator.h index cbd5febcc..ebad59495 100644 --- a/lib/linalg/BasisGenerator.h +++ b/lib/linalg/BasisGenerator.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/BasisReader.cpp b/lib/linalg/BasisReader.cpp index 900f85f09..1b5c8583c 100644 --- a/lib/linalg/BasisReader.cpp +++ b/lib/linalg/BasisReader.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/BasisReader.h b/lib/linalg/BasisReader.h index 6dbe5706d..5cbfb27ef 100644 --- a/lib/linalg/BasisReader.h +++ b/lib/linalg/BasisReader.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/BasisWriter.cpp b/lib/linalg/BasisWriter.cpp index 15924526e..eee5c3a09 100644 --- a/lib/linalg/BasisWriter.cpp +++ b/lib/linalg/BasisWriter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/BasisWriter.h b/lib/linalg/BasisWriter.h index 3088e090b..8611c1ead 100644 --- a/lib/linalg/BasisWriter.h +++ b/lib/linalg/BasisWriter.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/Matrix.cpp b/lib/linalg/Matrix.cpp index 4918b1ba1..f5ff015e6 100644 --- a/lib/linalg/Matrix.cpp +++ b/lib/linalg/Matrix.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/Matrix.h b/lib/linalg/Matrix.h index e5f5bc988..9ad551443 100644 --- a/lib/linalg/Matrix.h +++ b/lib/linalg/Matrix.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/NNLS.cpp b/lib/linalg/NNLS.cpp index 08554470f..5c794f1a2 100644 --- a/lib/linalg/NNLS.cpp +++ b/lib/linalg/NNLS.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/NNLS.h b/lib/linalg/NNLS.h index f8d2751a3..7ccf3a9b9 100644 --- a/lib/linalg/NNLS.h +++ b/lib/linalg/NNLS.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/Options.h b/lib/linalg/Options.h index 082d4a2b2..87153f8ef 100644 --- a/lib/linalg/Options.h +++ b/lib/linalg/Options.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/Vector.cpp b/lib/linalg/Vector.cpp index dccf72995..490ee31ca 100644 --- a/lib/linalg/Vector.cpp +++ b/lib/linalg/Vector.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/Vector.h b/lib/linalg/Vector.h index 0daea6237..0f7624f65 100644 --- a/lib/linalg/Vector.h +++ b/lib/linalg/Vector.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/scalapack_c_wrapper.c b/lib/linalg/scalapack_c_wrapper.c index 9b0d22a8a..974c8347b 100644 --- a/lib/linalg/scalapack_c_wrapper.c +++ b/lib/linalg/scalapack_c_wrapper.c @@ -1,6 +1,6 @@ /******************************************************************************* * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT file for * details. * diff --git a/lib/linalg/scalapack_f_wrapper.f90 b/lib/linalg/scalapack_f_wrapper.f90 index f2a659d08..bfed8c5a7 100644 --- a/lib/linalg/scalapack_f_wrapper.f90 +++ b/lib/linalg/scalapack_f_wrapper.f90 @@ -1,6 +1,6 @@ !******************************************************************************* ! -! Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC +! Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC ! and other libROM project developers. See the top-level COPYRIGHT file for ! details. ! diff --git a/lib/linalg/scalapack_wrapper.h b/lib/linalg/scalapack_wrapper.h index dd17bea61..f7071593e 100644 --- a/lib/linalg/scalapack_wrapper.h +++ b/lib/linalg/scalapack_wrapper.h @@ -1,6 +1,6 @@ /******************************************************************************* * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT file for * details. * diff --git a/lib/linalg/svd/IncrementalSVD.cpp b/lib/linalg/svd/IncrementalSVD.cpp index f30551e8d..807e8d473 100644 --- a/lib/linalg/svd/IncrementalSVD.cpp +++ b/lib/linalg/svd/IncrementalSVD.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/svd/IncrementalSVD.h b/lib/linalg/svd/IncrementalSVD.h index 1f3368b0e..213151aaa 100644 --- a/lib/linalg/svd/IncrementalSVD.h +++ b/lib/linalg/svd/IncrementalSVD.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/svd/IncrementalSVDBrand.cpp b/lib/linalg/svd/IncrementalSVDBrand.cpp index beea05218..32cd41ca1 100644 --- a/lib/linalg/svd/IncrementalSVDBrand.cpp +++ b/lib/linalg/svd/IncrementalSVDBrand.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/svd/IncrementalSVDBrand.h b/lib/linalg/svd/IncrementalSVDBrand.h index af44beaf4..153120c62 100644 --- a/lib/linalg/svd/IncrementalSVDBrand.h +++ b/lib/linalg/svd/IncrementalSVDBrand.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/svd/IncrementalSVDFastUpdate.cpp b/lib/linalg/svd/IncrementalSVDFastUpdate.cpp index 330b227bb..cbed4d250 100644 --- a/lib/linalg/svd/IncrementalSVDFastUpdate.cpp +++ b/lib/linalg/svd/IncrementalSVDFastUpdate.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/svd/IncrementalSVDFastUpdate.h b/lib/linalg/svd/IncrementalSVDFastUpdate.h index 703f168fa..2069e86e5 100644 --- a/lib/linalg/svd/IncrementalSVDFastUpdate.h +++ b/lib/linalg/svd/IncrementalSVDFastUpdate.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/svd/IncrementalSVDStandard.cpp b/lib/linalg/svd/IncrementalSVDStandard.cpp index e49ba8d8f..c9c9dd491 100644 --- a/lib/linalg/svd/IncrementalSVDStandard.cpp +++ b/lib/linalg/svd/IncrementalSVDStandard.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/svd/IncrementalSVDStandard.h b/lib/linalg/svd/IncrementalSVDStandard.h index f8f776f05..f514bb5b8 100644 --- a/lib/linalg/svd/IncrementalSVDStandard.h +++ b/lib/linalg/svd/IncrementalSVDStandard.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/svd/RandomizedSVD.cpp b/lib/linalg/svd/RandomizedSVD.cpp index 95d7f185a..9d9271ebc 100644 --- a/lib/linalg/svd/RandomizedSVD.cpp +++ b/lib/linalg/svd/RandomizedSVD.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/svd/RandomizedSVD.h b/lib/linalg/svd/RandomizedSVD.h index 49b3552bd..947c38e42 100644 --- a/lib/linalg/svd/RandomizedSVD.h +++ b/lib/linalg/svd/RandomizedSVD.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/svd/SVD.cpp b/lib/linalg/svd/SVD.cpp index 6fb9b1a06..d81825f94 100644 --- a/lib/linalg/svd/SVD.cpp +++ b/lib/linalg/svd/SVD.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/svd/SVD.h b/lib/linalg/svd/SVD.h index 312a2d50c..9ce034843 100644 --- a/lib/linalg/svd/SVD.h +++ b/lib/linalg/svd/SVD.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/svd/StaticSVD.cpp b/lib/linalg/svd/StaticSVD.cpp index 9684b6032..484d59cc0 100644 --- a/lib/linalg/svd/StaticSVD.cpp +++ b/lib/linalg/svd/StaticSVD.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/linalg/svd/StaticSVD.h b/lib/linalg/svd/StaticSVD.h index 69e38181a..78140a9b3 100644 --- a/lib/linalg/svd/StaticSVD.h +++ b/lib/linalg/svd/StaticSVD.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/mfem/PointwiseSnapshot.hpp b/lib/mfem/PointwiseSnapshot.hpp index c6f3fe039..33e99f4e0 100644 --- a/lib/mfem/PointwiseSnapshot.hpp +++ b/lib/mfem/PointwiseSnapshot.hpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/mfem/SampleMesh.cpp b/lib/mfem/SampleMesh.cpp index fcc51a770..374649df1 100644 --- a/lib/mfem/SampleMesh.cpp +++ b/lib/mfem/SampleMesh.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/mfem/SampleMesh.hpp b/lib/mfem/SampleMesh.hpp index 7d2779f91..343c439b6 100644 --- a/lib/mfem/SampleMesh.hpp +++ b/lib/mfem/SampleMesh.hpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/mfem/Utilities.cpp b/lib/mfem/Utilities.cpp index 88a1bb074..ebef43d84 100644 --- a/lib/mfem/Utilities.cpp +++ b/lib/mfem/Utilities.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/mfem/Utilities.hpp b/lib/mfem/Utilities.hpp index a04ffd649..464d1c93f 100644 --- a/lib/mfem/Utilities.hpp +++ b/lib/mfem/Utilities.hpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/utils/CSVDatabase.cpp b/lib/utils/CSVDatabase.cpp index 6b3a9752f..6ecf74cd8 100644 --- a/lib/utils/CSVDatabase.cpp +++ b/lib/utils/CSVDatabase.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/utils/CSVDatabase.h b/lib/utils/CSVDatabase.h index aa3969a70..f4cfdb465 100644 --- a/lib/utils/CSVDatabase.h +++ b/lib/utils/CSVDatabase.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/utils/Database.cpp b/lib/utils/Database.cpp index ca9f2b9ca..ef46d3ad4 100644 --- a/lib/utils/Database.cpp +++ b/lib/utils/Database.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/utils/Database.h b/lib/utils/Database.h index 9e7c39588..dafdb4056 100644 --- a/lib/utils/Database.h +++ b/lib/utils/Database.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/utils/HDFDatabase.cpp b/lib/utils/HDFDatabase.cpp index aa1b1a22e..7f98f4e11 100644 --- a/lib/utils/HDFDatabase.cpp +++ b/lib/utils/HDFDatabase.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/utils/HDFDatabase.h b/lib/utils/HDFDatabase.h index 328d4cacb..35cbc0070 100644 --- a/lib/utils/HDFDatabase.h +++ b/lib/utils/HDFDatabase.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/utils/ParallelBuffer.cpp b/lib/utils/ParallelBuffer.cpp index e94ef884e..8d96ebcee 100644 --- a/lib/utils/ParallelBuffer.cpp +++ b/lib/utils/ParallelBuffer.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/utils/ParallelBuffer.h b/lib/utils/ParallelBuffer.h index 2323d0a8a..0f6f97512 100644 --- a/lib/utils/ParallelBuffer.h +++ b/lib/utils/ParallelBuffer.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/utils/Utilities.cpp b/lib/utils/Utilities.cpp index 83e3adaeb..1c372be69 100644 --- a/lib/utils/Utilities.cpp +++ b/lib/utils/Utilities.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/utils/Utilities.h b/lib/utils/Utilities.h index 737ce55c7..fe777049c 100644 --- a/lib/utils/Utilities.h +++ b/lib/utils/Utilities.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/utils/mpi_utils.cpp b/lib/utils/mpi_utils.cpp index 577e7d834..a92d23094 100644 --- a/lib/utils/mpi_utils.cpp +++ b/lib/utils/mpi_utils.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/lib/utils/mpi_utils.h b/lib/utils/mpi_utils.h index e7c5b7d67..bb2a02a3b 100644 --- a/lib/utils/mpi_utils.h +++ b/lib/utils/mpi_utils.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/regression_tests/basisComparator.cpp b/regression_tests/basisComparator.cpp index a6c436527..d4aca8fad 100755 --- a/regression_tests/basisComparator.cpp +++ b/regression_tests/basisComparator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/regression_tests/checkError.cpp b/regression_tests/checkError.cpp index ab703399b..59b06f7c8 100644 --- a/regression_tests/checkError.cpp +++ b/regression_tests/checkError.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/regression_tests/computeSpeedup.cpp b/regression_tests/computeSpeedup.cpp index 670cadcd5..c65b98ee9 100644 --- a/regression_tests/computeSpeedup.cpp +++ b/regression_tests/computeSpeedup.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/regression_tests/fileComparator.cpp b/regression_tests/fileComparator.cpp index cdaa1ca8d..e9aa268b9 100644 --- a/regression_tests/fileComparator.cpp +++ b/regression_tests/fileComparator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/regression_tests/solutionComparator.cpp b/regression_tests/solutionComparator.cpp index 9fe1faa81..f27900d09 100644 --- a/regression_tests/solutionComparator.cpp +++ b/regression_tests/solutionComparator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/scripts/compile.sh b/scripts/compile.sh index 324e2886d..6dcc2243f 100755 --- a/scripts/compile.sh +++ b/scripts/compile.sh @@ -2,7 +2,7 @@ ############################################################################### # -# Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC +# Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC # and other libROM project developers. See the top-level COPYRIGHT # file for details. # diff --git a/unit_tests/load_samples.cpp b/unit_tests/load_samples.cpp index 139c56cfb..febe02d0a 100644 --- a/unit_tests/load_samples.cpp +++ b/unit_tests/load_samples.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/random_test.cpp b/unit_tests/random_test.cpp index 06560ced8..b6c759c87 100644 --- a/unit_tests/random_test.cpp +++ b/unit_tests/random_test.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/smoke_static.cpp b/unit_tests/smoke_static.cpp index 07fa0448e..316bd72f8 100644 --- a/unit_tests/smoke_static.cpp +++ b/unit_tests/smoke_static.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/smoke_test.cpp b/unit_tests/smoke_test.cpp index c8e46b960..feca85ebe 100644 --- a/unit_tests/smoke_test.cpp +++ b/unit_tests/smoke_test.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_DEIM.cpp b/unit_tests/test_DEIM.cpp index f977a6bf2..751ff2e1b 100644 --- a/unit_tests/test_DEIM.cpp +++ b/unit_tests/test_DEIM.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_DMD.cpp b/unit_tests/test_DMD.cpp index 8d49d3ebc..393538f7d 100644 --- a/unit_tests/test_DMD.cpp +++ b/unit_tests/test_DMD.cpp @@ -2,7 +2,7 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_GNAT.cpp b/unit_tests/test_GNAT.cpp index be19dbee7..d1524b352 100644 --- a/unit_tests/test_GNAT.cpp +++ b/unit_tests/test_GNAT.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_GreedyCustomSampler.cpp b/unit_tests/test_GreedyCustomSampler.cpp index 1d8904fe3..0a51c25f4 100644 --- a/unit_tests/test_GreedyCustomSampler.cpp +++ b/unit_tests/test_GreedyCustomSampler.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_IncrementalSVD.cpp b/unit_tests/test_IncrementalSVD.cpp index b5d47dac3..5aaa31279 100644 --- a/unit_tests/test_IncrementalSVD.cpp +++ b/unit_tests/test_IncrementalSVD.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_IncrementalSVDBrand.cpp b/unit_tests/test_IncrementalSVDBrand.cpp index 5cc287ca2..014c05021 100644 --- a/unit_tests/test_IncrementalSVDBrand.cpp +++ b/unit_tests/test_IncrementalSVDBrand.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_Matrix.cpp b/unit_tests/test_Matrix.cpp index 8f3d77503..517b12b32 100644 --- a/unit_tests/test_Matrix.cpp +++ b/unit_tests/test_Matrix.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_QDEIM.cpp b/unit_tests/test_QDEIM.cpp index d40e2bfe9..9e099855a 100644 --- a/unit_tests/test_QDEIM.cpp +++ b/unit_tests/test_QDEIM.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_RandomizedSVD.cpp b/unit_tests/test_RandomizedSVD.cpp index 4e243b2fd..0f52b495c 100644 --- a/unit_tests/test_RandomizedSVD.cpp +++ b/unit_tests/test_RandomizedSVD.cpp @@ -2,7 +2,7 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_SVD.cpp b/unit_tests/test_SVD.cpp index 52288d144..68a7c70fc 100644 --- a/unit_tests/test_SVD.cpp +++ b/unit_tests/test_SVD.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_S_OPT.cpp b/unit_tests/test_S_OPT.cpp index 159cc384c..9cae320dd 100644 --- a/unit_tests/test_S_OPT.cpp +++ b/unit_tests/test_S_OPT.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_StaticSVD.cpp b/unit_tests/test_StaticSVD.cpp index 7d99960d9..ddda7bc4c 100644 --- a/unit_tests/test_StaticSVD.cpp +++ b/unit_tests/test_StaticSVD.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_Vector.cpp b/unit_tests/test_Vector.cpp index 0cc02b6e2..45ab890a2 100644 --- a/unit_tests/test_Vector.cpp +++ b/unit_tests/test_Vector.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/test_include.cpp b/unit_tests/test_include.cpp index af0b534ca..8cbb6b3bb 100644 --- a/unit_tests/test_include.cpp +++ b/unit_tests/test_include.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/uneven_dist.cpp b/unit_tests/uneven_dist.cpp index 6bed4acac..7da2dfb41 100644 --- a/unit_tests/uneven_dist.cpp +++ b/unit_tests/uneven_dist.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. * diff --git a/unit_tests/weak_scaling.cpp b/unit_tests/weak_scaling.cpp index b99affbb0..b0e232564 100644 --- a/unit_tests/weak_scaling.cpp +++ b/unit_tests/weak_scaling.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (c) 2013-2023, Lawrence Livermore National Security, LLC + * Copyright (c) 2013-2024, Lawrence Livermore National Security, LLC * and other libROM project developers. See the top-level COPYRIGHT * file for details. *