diff --git a/CMakeLists.txt b/CMakeLists.txt index 0795a92409..69e1f25647 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # and Slaven Peles @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/LICENSE b/LICENSE index 2b12386cc0..83e943ccc7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2002-2024, Lawrence Livermore National Security and Southern Methodist University. +Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmarks/CMakeLists.txt b/benchmarks/CMakeLists.txt index 2c139fc356..e4b21669f2 100644 --- a/benchmarks/CMakeLists.txt +++ b/benchmarks/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/advection_reaction_3D/CMakeLists.txt b/benchmarks/advection_reaction_3D/CMakeLists.txt index b4b953a437..ab510c3709 100644 --- a/benchmarks/advection_reaction_3D/CMakeLists.txt +++ b/benchmarks/advection_reaction_3D/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/advection_reaction_3D/kokkos/CMakeLists.txt b/benchmarks/advection_reaction_3D/kokkos/CMakeLists.txt index 1bb7ac2c5e..7250bbb0d0 100644 --- a/benchmarks/advection_reaction_3D/kokkos/CMakeLists.txt +++ b/benchmarks/advection_reaction_3D/kokkos/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/advection_reaction_3D/kokkos/ParallelGrid.hpp b/benchmarks/advection_reaction_3D/kokkos/ParallelGrid.hpp index 78fafd71ad..bc0604d525 100644 --- a/benchmarks/advection_reaction_3D/kokkos/ParallelGrid.hpp +++ b/benchmarks/advection_reaction_3D/kokkos/ParallelGrid.hpp @@ -3,7 +3,7 @@ * Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/kokkos/advection_reaction_3D.cpp b/benchmarks/advection_reaction_3D/kokkos/advection_reaction_3D.cpp index 1bca75cbcc..87ce6204be 100644 --- a/benchmarks/advection_reaction_3D/kokkos/advection_reaction_3D.cpp +++ b/benchmarks/advection_reaction_3D/kokkos/advection_reaction_3D.cpp @@ -3,7 +3,7 @@ * David J. Gardner, Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/kokkos/advection_reaction_3D.hpp b/benchmarks/advection_reaction_3D/kokkos/advection_reaction_3D.hpp index ed594b0828..b73864426c 100644 --- a/benchmarks/advection_reaction_3D/kokkos/advection_reaction_3D.hpp +++ b/benchmarks/advection_reaction_3D/kokkos/advection_reaction_3D.hpp @@ -3,7 +3,7 @@ * David J. Gardner, Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/kokkos/arkode_driver.cpp b/benchmarks/advection_reaction_3D/kokkos/arkode_driver.cpp index 8330eafb70..d852ae1fe8 100644 --- a/benchmarks/advection_reaction_3D/kokkos/arkode_driver.cpp +++ b/benchmarks/advection_reaction_3D/kokkos/arkode_driver.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner, Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/kokkos/check_retval.h b/benchmarks/advection_reaction_3D/kokkos/check_retval.h index a64f816976..929ab7cd10 100644 --- a/benchmarks/advection_reaction_3D/kokkos/check_retval.h +++ b/benchmarks/advection_reaction_3D/kokkos/check_retval.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/kokkos/cvode_driver.cpp b/benchmarks/advection_reaction_3D/kokkos/cvode_driver.cpp index 76f3c9f5f3..9b97e993ac 100644 --- a/benchmarks/advection_reaction_3D/kokkos/cvode_driver.cpp +++ b/benchmarks/advection_reaction_3D/kokkos/cvode_driver.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/kokkos/ida_driver.cpp b/benchmarks/advection_reaction_3D/kokkos/ida_driver.cpp index d029f8c34e..73d40b7fae 100644 --- a/benchmarks/advection_reaction_3D/kokkos/ida_driver.cpp +++ b/benchmarks/advection_reaction_3D/kokkos/ida_driver.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/kokkos/rhs3D.hpp b/benchmarks/advection_reaction_3D/kokkos/rhs3D.hpp index ea714ecaeb..b6cd22fa3d 100644 --- a/benchmarks/advection_reaction_3D/kokkos/rhs3D.hpp +++ b/benchmarks/advection_reaction_3D/kokkos/rhs3D.hpp @@ -3,7 +3,7 @@ * David J. Gardner, Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/raja/CMakeLists.txt b/benchmarks/advection_reaction_3D/raja/CMakeLists.txt index 264e023b5a..143e85a78e 100644 --- a/benchmarks/advection_reaction_3D/raja/CMakeLists.txt +++ b/benchmarks/advection_reaction_3D/raja/CMakeLists.txt @@ -3,7 +3,7 @@ # Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/advection_reaction_3D/raja/ParallelGrid.hpp b/benchmarks/advection_reaction_3D/raja/ParallelGrid.hpp index f234aa089a..c5c06d214c 100644 --- a/benchmarks/advection_reaction_3D/raja/ParallelGrid.hpp +++ b/benchmarks/advection_reaction_3D/raja/ParallelGrid.hpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/raja/advection_reaction_3D.cpp b/benchmarks/advection_reaction_3D/raja/advection_reaction_3D.cpp index 770f1f3a54..851d6bf587 100644 --- a/benchmarks/advection_reaction_3D/raja/advection_reaction_3D.cpp +++ b/benchmarks/advection_reaction_3D/raja/advection_reaction_3D.cpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/raja/advection_reaction_3D.hpp b/benchmarks/advection_reaction_3D/raja/advection_reaction_3D.hpp index 791686d9ca..a417aa12be 100644 --- a/benchmarks/advection_reaction_3D/raja/advection_reaction_3D.hpp +++ b/benchmarks/advection_reaction_3D/raja/advection_reaction_3D.hpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/raja/arkode_driver.cpp b/benchmarks/advection_reaction_3D/raja/arkode_driver.cpp index 2a77a3b89b..b5de17a200 100644 --- a/benchmarks/advection_reaction_3D/raja/arkode_driver.cpp +++ b/benchmarks/advection_reaction_3D/raja/arkode_driver.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner, Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/raja/backends.hpp b/benchmarks/advection_reaction_3D/raja/backends.hpp index c258c68598..213a420c8d 100644 --- a/benchmarks/advection_reaction_3D/raja/backends.hpp +++ b/benchmarks/advection_reaction_3D/raja/backends.hpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/raja/check_retval.h b/benchmarks/advection_reaction_3D/raja/check_retval.h index a64f816976..929ab7cd10 100644 --- a/benchmarks/advection_reaction_3D/raja/check_retval.h +++ b/benchmarks/advection_reaction_3D/raja/check_retval.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/raja/cvode_driver.cpp b/benchmarks/advection_reaction_3D/raja/cvode_driver.cpp index 76f3c9f5f3..9b97e993ac 100644 --- a/benchmarks/advection_reaction_3D/raja/cvode_driver.cpp +++ b/benchmarks/advection_reaction_3D/raja/cvode_driver.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/raja/ida_driver.cpp b/benchmarks/advection_reaction_3D/raja/ida_driver.cpp index b85c7a3fb6..8429a863c6 100644 --- a/benchmarks/advection_reaction_3D/raja/ida_driver.cpp +++ b/benchmarks/advection_reaction_3D/raja/ida_driver.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/raja/rhs3D.hpp b/benchmarks/advection_reaction_3D/raja/rhs3D.hpp index 05e9f20448..9821ed4087 100644 --- a/benchmarks/advection_reaction_3D/raja/rhs3D.hpp +++ b/benchmarks/advection_reaction_3D/raja/rhs3D.hpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/advection_reaction_3D/scripts/compare_error.py b/benchmarks/advection_reaction_3D/scripts/compare_error.py index 4dd1ff7ee1..53ad8d125e 100755 --- a/benchmarks/advection_reaction_3D/scripts/compare_error.py +++ b/benchmarks/advection_reaction_3D/scripts/compare_error.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/advection_reaction_3D/scripts/compute_error.py b/benchmarks/advection_reaction_3D/scripts/compute_error.py index 85f151ed59..51eff39309 100755 --- a/benchmarks/advection_reaction_3D/scripts/compute_error.py +++ b/benchmarks/advection_reaction_3D/scripts/compute_error.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/advection_reaction_3D/scripts/make_plots.py b/benchmarks/advection_reaction_3D/scripts/make_plots.py index a4dfa87840..e823ce4e0d 100755 --- a/benchmarks/advection_reaction_3D/scripts/make_plots.py +++ b/benchmarks/advection_reaction_3D/scripts/make_plots.py @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/advection_reaction_3D/scripts/pickle_solution_output.py b/benchmarks/advection_reaction_3D/scripts/pickle_solution_output.py index a51fade40f..7ca6ba2ce7 100755 --- a/benchmarks/advection_reaction_3D/scripts/pickle_solution_output.py +++ b/benchmarks/advection_reaction_3D/scripts/pickle_solution_output.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/diffusion_2D/CMakeLists.txt b/benchmarks/diffusion_2D/CMakeLists.txt index f26f7397c2..0384fb2d63 100644 --- a/benchmarks/diffusion_2D/CMakeLists.txt +++ b/benchmarks/diffusion_2D/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/diffusion_2D/diffusion_2D.cpp b/benchmarks/diffusion_2D/diffusion_2D.cpp index 2a64400938..ee2186f76f 100644 --- a/benchmarks/diffusion_2D/diffusion_2D.cpp +++ b/benchmarks/diffusion_2D/diffusion_2D.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/diffusion_2D/diffusion_2D.hpp b/benchmarks/diffusion_2D/diffusion_2D.hpp index a27c004e63..309751eb94 100644 --- a/benchmarks/diffusion_2D/diffusion_2D.hpp +++ b/benchmarks/diffusion_2D/diffusion_2D.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/diffusion_2D/main_arkode.cpp b/benchmarks/diffusion_2D/main_arkode.cpp index e569cffec2..04e00801dc 100644 --- a/benchmarks/diffusion_2D/main_arkode.cpp +++ b/benchmarks/diffusion_2D/main_arkode.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/diffusion_2D/main_cvode.cpp b/benchmarks/diffusion_2D/main_cvode.cpp index 47420cdc98..2cb2e4579f 100644 --- a/benchmarks/diffusion_2D/main_cvode.cpp +++ b/benchmarks/diffusion_2D/main_cvode.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/diffusion_2D/main_ida.cpp b/benchmarks/diffusion_2D/main_ida.cpp index ccd86c7ad5..b02c62af8c 100644 --- a/benchmarks/diffusion_2D/main_ida.cpp +++ b/benchmarks/diffusion_2D/main_ida.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/diffusion_2D/mpi_gpu/CMakeLists.txt b/benchmarks/diffusion_2D/mpi_gpu/CMakeLists.txt index bedab66e97..d8aea52988 100644 --- a/benchmarks/diffusion_2D/mpi_gpu/CMakeLists.txt +++ b/benchmarks/diffusion_2D/mpi_gpu/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/diffusion_2D/mpi_gpu/buffers.cpp b/benchmarks/diffusion_2D/mpi_gpu/buffers.cpp index 06f3ea7943..456bd3cb6d 100644 --- a/benchmarks/diffusion_2D/mpi_gpu/buffers.cpp +++ b/benchmarks/diffusion_2D/mpi_gpu/buffers.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/diffusion_2D/mpi_gpu/diffusion.cpp b/benchmarks/diffusion_2D/mpi_gpu/diffusion.cpp index bd3cbc2691..194279a59c 100644 --- a/benchmarks/diffusion_2D/mpi_gpu/diffusion.cpp +++ b/benchmarks/diffusion_2D/mpi_gpu/diffusion.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/diffusion_2D/mpi_gpu/solution.cpp b/benchmarks/diffusion_2D/mpi_gpu/solution.cpp index 9dfcd3aa6e..17b4cbdd3d 100644 --- a/benchmarks/diffusion_2D/mpi_gpu/solution.cpp +++ b/benchmarks/diffusion_2D/mpi_gpu/solution.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/diffusion_2D/mpi_gpu/utils.cpp b/benchmarks/diffusion_2D/mpi_gpu/utils.cpp index 7e6fc94444..66b4b5937b 100644 --- a/benchmarks/diffusion_2D/mpi_gpu/utils.cpp +++ b/benchmarks/diffusion_2D/mpi_gpu/utils.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/diffusion_2D/mpi_serial/CMakeLists.txt b/benchmarks/diffusion_2D/mpi_serial/CMakeLists.txt index a5cccdf1ed..0b17a88816 100644 --- a/benchmarks/diffusion_2D/mpi_serial/CMakeLists.txt +++ b/benchmarks/diffusion_2D/mpi_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/diffusion_2D/mpi_serial/buffers.cpp b/benchmarks/diffusion_2D/mpi_serial/buffers.cpp index a5448b8939..b3630fa991 100644 --- a/benchmarks/diffusion_2D/mpi_serial/buffers.cpp +++ b/benchmarks/diffusion_2D/mpi_serial/buffers.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/diffusion_2D/mpi_serial/diffusion.cpp b/benchmarks/diffusion_2D/mpi_serial/diffusion.cpp index 277267993b..1deb6be756 100644 --- a/benchmarks/diffusion_2D/mpi_serial/diffusion.cpp +++ b/benchmarks/diffusion_2D/mpi_serial/diffusion.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/diffusion_2D/mpi_serial/solution.cpp b/benchmarks/diffusion_2D/mpi_serial/solution.cpp index cd5dcbd1f9..cbdf0583ac 100644 --- a/benchmarks/diffusion_2D/mpi_serial/solution.cpp +++ b/benchmarks/diffusion_2D/mpi_serial/solution.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/diffusion_2D/mpi_serial/utils.cpp b/benchmarks/diffusion_2D/mpi_serial/utils.cpp index c6a3f40fc3..5b70223bbf 100644 --- a/benchmarks/diffusion_2D/mpi_serial/utils.cpp +++ b/benchmarks/diffusion_2D/mpi_serial/utils.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/diffusion_2D/preconditioner_jacobi.cpp b/benchmarks/diffusion_2D/preconditioner_jacobi.cpp index 8f41d7b947..153d7a9c0e 100644 --- a/benchmarks/diffusion_2D/preconditioner_jacobi.cpp +++ b/benchmarks/diffusion_2D/preconditioner_jacobi.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/CMakeLists.txt b/benchmarks/nvector/CMakeLists.txt index c728c59b96..88b938ac95 100644 --- a/benchmarks/nvector/CMakeLists.txt +++ b/benchmarks/nvector/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/cuda/CMakeLists.txt b/benchmarks/nvector/cuda/CMakeLists.txt index 2a6741fc40..1c4d168619 100644 --- a/benchmarks/nvector/cuda/CMakeLists.txt +++ b/benchmarks/nvector/cuda/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/cuda/test_nvector_performance_cuda.cu b/benchmarks/nvector/cuda/test_nvector_performance_cuda.cu index 8884555af2..4a444a7605 100644 --- a/benchmarks/nvector/cuda/test_nvector_performance_cuda.cu +++ b/benchmarks/nvector/cuda/test_nvector_performance_cuda.cu @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/hip/CMakeLists.txt b/benchmarks/nvector/hip/CMakeLists.txt index f19d4df759..564a221e28 100644 --- a/benchmarks/nvector/hip/CMakeLists.txt +++ b/benchmarks/nvector/hip/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/hip/test_nvector_performance_hip.cpp b/benchmarks/nvector/hip/test_nvector_performance_hip.cpp index d3974bc749..83331a00b3 100644 --- a/benchmarks/nvector/hip/test_nvector_performance_hip.cpp +++ b/benchmarks/nvector/hip/test_nvector_performance_hip.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/kokkos/CMakeLists.txt b/benchmarks/nvector/kokkos/CMakeLists.txt index 2ca1539df0..dd50eb52ab 100644 --- a/benchmarks/nvector/kokkos/CMakeLists.txt +++ b/benchmarks/nvector/kokkos/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/kokkos/test_nvector_performance_kokkos.cpp b/benchmarks/nvector/kokkos/test_nvector_performance_kokkos.cpp index ac2d9910a2..2ecc7706d3 100644 --- a/benchmarks/nvector/kokkos/test_nvector_performance_kokkos.cpp +++ b/benchmarks/nvector/kokkos/test_nvector_performance_kokkos.cpp @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/mpiplusx/CMakeLists.txt b/benchmarks/nvector/mpiplusx/CMakeLists.txt index 6a1fd9c1f5..ff1683de9e 100644 --- a/benchmarks/nvector/mpiplusx/CMakeLists.txt +++ b/benchmarks/nvector/mpiplusx/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/mpiplusx/test_nvector_performance_mpiplusx.c b/benchmarks/nvector/mpiplusx/test_nvector_performance_mpiplusx.c index 1b4e5e949b..51142bb515 100644 --- a/benchmarks/nvector/mpiplusx/test_nvector_performance_mpiplusx.c +++ b/benchmarks/nvector/mpiplusx/test_nvector_performance_mpiplusx.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/openmp/CMakeLists.txt b/benchmarks/nvector/openmp/CMakeLists.txt index 0980bb8ef4..f7129de7ff 100644 --- a/benchmarks/nvector/openmp/CMakeLists.txt +++ b/benchmarks/nvector/openmp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/openmp/test_nvector_performance_openmp.c b/benchmarks/nvector/openmp/test_nvector_performance_openmp.c index c5628bd7b3..5eccb88420 100644 --- a/benchmarks/nvector/openmp/test_nvector_performance_openmp.c +++ b/benchmarks/nvector/openmp/test_nvector_performance_openmp.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/openmpdev/CMakeLists.txt b/benchmarks/nvector/openmpdev/CMakeLists.txt index 54789c9a95..0fb716bacd 100644 --- a/benchmarks/nvector/openmpdev/CMakeLists.txt +++ b/benchmarks/nvector/openmpdev/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/openmpdev/test_nvector_performance_openmpdev.c b/benchmarks/nvector/openmpdev/test_nvector_performance_openmpdev.c index 7a942e7020..49d9c512f0 100644 --- a/benchmarks/nvector/openmpdev/test_nvector_performance_openmpdev.c +++ b/benchmarks/nvector/openmpdev/test_nvector_performance_openmpdev.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/parallel/CMakeLists.txt b/benchmarks/nvector/parallel/CMakeLists.txt index 87ed3138ba..81755d32e8 100644 --- a/benchmarks/nvector/parallel/CMakeLists.txt +++ b/benchmarks/nvector/parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/parallel/test_nvector_performance_parallel.c b/benchmarks/nvector/parallel/test_nvector_performance_parallel.c index 94894ff1ce..305b5be80a 100644 --- a/benchmarks/nvector/parallel/test_nvector_performance_parallel.c +++ b/benchmarks/nvector/parallel/test_nvector_performance_parallel.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/parhyp/CMakeLists.txt b/benchmarks/nvector/parhyp/CMakeLists.txt index 216085064b..513082598a 100644 --- a/benchmarks/nvector/parhyp/CMakeLists.txt +++ b/benchmarks/nvector/parhyp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/parhyp/test_nvector_performance_parhyp.c b/benchmarks/nvector/parhyp/test_nvector_performance_parhyp.c index b2bab65f0e..a2d721db14 100644 --- a/benchmarks/nvector/parhyp/test_nvector_performance_parhyp.c +++ b/benchmarks/nvector/parhyp/test_nvector_performance_parhyp.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/petsc/CMakeLists.txt b/benchmarks/nvector/petsc/CMakeLists.txt index fd9183593d..6ddcc47d0d 100644 --- a/benchmarks/nvector/petsc/CMakeLists.txt +++ b/benchmarks/nvector/petsc/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/petsc/test_nvector_performance_petsc.c b/benchmarks/nvector/petsc/test_nvector_performance_petsc.c index f90b4f4c46..775317185b 100644 --- a/benchmarks/nvector/petsc/test_nvector_performance_petsc.c +++ b/benchmarks/nvector/petsc/test_nvector_performance_petsc.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/plot_nvector_performance_results.py b/benchmarks/nvector/plot_nvector_performance_results.py index c5e9f69301..c66ae62e40 100755 --- a/benchmarks/nvector/plot_nvector_performance_results.py +++ b/benchmarks/nvector/plot_nvector_performance_results.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/plot_nvector_performance_speedup.py b/benchmarks/nvector/plot_nvector_performance_speedup.py index baaaf43682..65813f4e30 100755 --- a/benchmarks/nvector/plot_nvector_performance_speedup.py +++ b/benchmarks/nvector/plot_nvector_performance_speedup.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/pthreads/CMakeLists.txt b/benchmarks/nvector/pthreads/CMakeLists.txt index bc7cac35f2..a781126c27 100644 --- a/benchmarks/nvector/pthreads/CMakeLists.txt +++ b/benchmarks/nvector/pthreads/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/pthreads/test_nvector_performance_pthreads.c b/benchmarks/nvector/pthreads/test_nvector_performance_pthreads.c index 25da5d09b3..eb5b49e149 100644 --- a/benchmarks/nvector/pthreads/test_nvector_performance_pthreads.c +++ b/benchmarks/nvector/pthreads/test_nvector_performance_pthreads.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/raja/CMakeLists.txt b/benchmarks/nvector/raja/CMakeLists.txt index 9c37eb6d99..2ba5889213 100644 --- a/benchmarks/nvector/raja/CMakeLists.txt +++ b/benchmarks/nvector/raja/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/raja/test_nvector_performance_raja.cpp b/benchmarks/nvector/raja/test_nvector_performance_raja.cpp index 75cca0d74f..2d2b1ab68b 100644 --- a/benchmarks/nvector/raja/test_nvector_performance_raja.cpp +++ b/benchmarks/nvector/raja/test_nvector_performance_raja.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/serial/CMakeLists.txt b/benchmarks/nvector/serial/CMakeLists.txt index edac263500..8e6cfd977a 100644 --- a/benchmarks/nvector/serial/CMakeLists.txt +++ b/benchmarks/nvector/serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/serial/test_nvector_performance_serial.c b/benchmarks/nvector/serial/test_nvector_performance_serial.c index 8b16c3a829..a6bb545f16 100644 --- a/benchmarks/nvector/serial/test_nvector_performance_serial.c +++ b/benchmarks/nvector/serial/test_nvector_performance_serial.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/sycl/CMakeLists.txt b/benchmarks/nvector/sycl/CMakeLists.txt index b92c202b53..9d0080b9e4 100644 --- a/benchmarks/nvector/sycl/CMakeLists.txt +++ b/benchmarks/nvector/sycl/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/benchmarks/nvector/sycl/test_nvector_performance_sycl.cpp b/benchmarks/nvector/sycl/test_nvector_performance_sycl.cpp index 52b12e966f..b6220d515f 100644 --- a/benchmarks/nvector/sycl/test_nvector_performance_sycl.cpp +++ b/benchmarks/nvector/sycl/test_nvector_performance_sycl.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/test_nvector_performance.c b/benchmarks/nvector/test_nvector_performance.c index c0f0870da2..5cb3781dce 100644 --- a/benchmarks/nvector/test_nvector_performance.c +++ b/benchmarks/nvector/test_nvector_performance.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/benchmarks/nvector/test_nvector_performance.h b/benchmarks/nvector/test_nvector_performance.h index 74528b749d..a7a3893206 100644 --- a/benchmarks/nvector/test_nvector_performance.h +++ b/benchmarks/nvector/test_nvector_performance.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/cmake/SUNDIALSConfig.cmake.in b/cmake/SUNDIALSConfig.cmake.in index a5f255f035..0e95338973 100644 --- a/cmake/SUNDIALSConfig.cmake.in +++ b/cmake/SUNDIALSConfig.cmake.in @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsBuildOptionsPost.cmake b/cmake/SundialsBuildOptionsPost.cmake index 6d05b9846e..9f71d66faf 100644 --- a/cmake/SundialsBuildOptionsPost.cmake +++ b/cmake/SundialsBuildOptionsPost.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsBuildOptionsPre.cmake b/cmake/SundialsBuildOptionsPre.cmake index 6b23028b13..c18c1dfcf7 100644 --- a/cmake/SundialsBuildOptionsPre.cmake +++ b/cmake/SundialsBuildOptionsPre.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsDeprecated.cmake b/cmake/SundialsDeprecated.cmake index 33ab94ef43..e123489ba2 100644 --- a/cmake/SundialsDeprecated.cmake +++ b/cmake/SundialsDeprecated.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsExampleOptions.cmake b/cmake/SundialsExampleOptions.cmake index 5a63e9cc44..4a848d0bfc 100644 --- a/cmake/SundialsExampleOptions.cmake +++ b/cmake/SundialsExampleOptions.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsIndexSize.cmake b/cmake/SundialsIndexSize.cmake index f8f4836144..c9355f8720 100644 --- a/cmake/SundialsIndexSize.cmake +++ b/cmake/SundialsIndexSize.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsSetupBenchmarks.cmake b/cmake/SundialsSetupBenchmarks.cmake index f9bf454d3b..0d49d68d5a 100644 --- a/cmake/SundialsSetupBenchmarks.cmake +++ b/cmake/SundialsSetupBenchmarks.cmake @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsSetupCXX.cmake b/cmake/SundialsSetupCXX.cmake index 187e597d40..d52d35fe8e 100644 --- a/cmake/SundialsSetupCXX.cmake +++ b/cmake/SundialsSetupCXX.cmake @@ -3,7 +3,7 @@ # Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsSetupCompilers.cmake b/cmake/SundialsSetupCompilers.cmake index af5ef91f5f..812f93963b 100644 --- a/cmake/SundialsSetupCompilers.cmake +++ b/cmake/SundialsSetupCompilers.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsSetupConfig.cmake b/cmake/SundialsSetupConfig.cmake index 7000a90396..7a174d480e 100644 --- a/cmake/SundialsSetupConfig.cmake +++ b/cmake/SundialsSetupConfig.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsSetupCuda.cmake b/cmake/SundialsSetupCuda.cmake index 09703288bc..d8ff4e178a 100644 --- a/cmake/SundialsSetupCuda.cmake +++ b/cmake/SundialsSetupCuda.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsSetupFortran.cmake b/cmake/SundialsSetupFortran.cmake index bdef010422..0cccae9be4 100644 --- a/cmake/SundialsSetupFortran.cmake +++ b/cmake/SundialsSetupFortran.cmake @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban, David Gardner, Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsSetupHIP.cmake b/cmake/SundialsSetupHIP.cmake index 709e335d55..4df9d02ccc 100644 --- a/cmake/SundialsSetupHIP.cmake +++ b/cmake/SundialsSetupHIP.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsSetupTPLs.cmake b/cmake/SundialsSetupTPLs.cmake index d23bb95503..30685f5337 100644 --- a/cmake/SundialsSetupTPLs.cmake +++ b/cmake/SundialsSetupTPLs.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsSetupTesting.cmake b/cmake/SundialsSetupTesting.cmake index 2ed28b1fba..c5563056b4 100644 --- a/cmake/SundialsSetupTesting.cmake +++ b/cmake/SundialsSetupTesting.cmake @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/SundialsTPLOptions.cmake b/cmake/SundialsTPLOptions.cmake index 765dcb4120..c94d34b681 100644 --- a/cmake/SundialsTPLOptions.cmake +++ b/cmake/SundialsTPLOptions.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/macros/SundialsAddBenchmark.cmake b/cmake/macros/SundialsAddBenchmark.cmake index 970ddfe45e..631700a9e1 100644 --- a/cmake/macros/SundialsAddBenchmark.cmake +++ b/cmake/macros/SundialsAddBenchmark.cmake @@ -2,7 +2,7 @@ # Programmer(s): Yu Pan @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/macros/SundialsAddExamplesGinkgo.cmake b/cmake/macros/SundialsAddExamplesGinkgo.cmake index c723f68f29..d4d12b9639 100644 --- a/cmake/macros/SundialsAddExamplesGinkgo.cmake +++ b/cmake/macros/SundialsAddExamplesGinkgo.cmake @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/macros/SundialsAddExecutable.cmake b/cmake/macros/SundialsAddExecutable.cmake index 00508c76b2..a2d91cc9ba 100644 --- a/cmake/macros/SundialsAddExecutable.cmake +++ b/cmake/macros/SundialsAddExecutable.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/macros/SundialsAddLibrary.cmake b/cmake/macros/SundialsAddLibrary.cmake index e3d0bb893d..9af64418c2 100644 --- a/cmake/macros/SundialsAddLibrary.cmake +++ b/cmake/macros/SundialsAddLibrary.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/macros/SundialsAddTest.cmake b/cmake/macros/SundialsAddTest.cmake index d91cc0ef50..1e2f27e58c 100644 --- a/cmake/macros/SundialsAddTest.cmake +++ b/cmake/macros/SundialsAddTest.cmake @@ -2,7 +2,7 @@ # Programmer(s): Steven Smith and David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/macros/SundialsAddTestInstall.cmake b/cmake/macros/SundialsAddTestInstall.cmake index 159fc54cd6..d452050ba2 100644 --- a/cmake/macros/SundialsAddTestInstall.cmake +++ b/cmake/macros/SundialsAddTestInstall.cmake @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/macros/SundialsCMakeMacros.cmake b/cmake/macros/SundialsCMakeMacros.cmake index aa34ea8f4c..9a4350b413 100644 --- a/cmake/macros/SundialsCMakeMacros.cmake +++ b/cmake/macros/SundialsCMakeMacros.cmake @@ -3,7 +3,7 @@ # Radu Serban @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/macros/SundialsInstallExamples.cmake b/cmake/macros/SundialsInstallExamples.cmake index 471c18e0a5..ad0050d660 100644 --- a/cmake/macros/SundialsInstallExamples.cmake +++ b/cmake/macros/SundialsInstallExamples.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/macros/SundialsInstallExamplesGinkgo.cmake b/cmake/macros/SundialsInstallExamplesGinkgo.cmake index 6d89b13875..f4977a1f9f 100644 --- a/cmake/macros/SundialsInstallExamplesGinkgo.cmake +++ b/cmake/macros/SundialsInstallExamplesGinkgo.cmake @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/macros/SundialsOption.cmake b/cmake/macros/SundialsOption.cmake index 0bb5c4d359..9f4aa9044a 100644 --- a/cmake/macros/SundialsOption.cmake +++ b/cmake/macros/SundialsOption.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/macros/SundialsTryCompileExecute.cmake b/cmake/macros/SundialsTryCompileExecute.cmake index da4f88b535..29a7d27fda 100644 --- a/cmake/macros/SundialsTryCompileExecute.cmake +++ b/cmake/macros/SundialsTryCompileExecute.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/FindHYPRE.cmake b/cmake/tpl/FindHYPRE.cmake index c9f0fa1258..f8554deb64 100644 --- a/cmake/tpl/FindHYPRE.cmake +++ b/cmake/tpl/FindHYPRE.cmake @@ -3,7 +3,7 @@ # Jean Sexton @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/FindKLU.cmake b/cmake/tpl/FindKLU.cmake index 0818f31209..e90a0816f1 100644 --- a/cmake/tpl/FindKLU.cmake +++ b/cmake/tpl/FindKLU.cmake @@ -2,7 +2,7 @@ # Programmer(s): Steven Smith and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/FindMAGMA.cmake b/cmake/tpl/FindMAGMA.cmake index f28780129f..9ae5e117d9 100644 --- a/cmake/tpl/FindMAGMA.cmake +++ b/cmake/tpl/FindMAGMA.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/FindPETSC.cmake b/cmake/tpl/FindPETSC.cmake index d85e199f9b..9a3e44354e 100644 --- a/cmake/tpl/FindPETSC.cmake +++ b/cmake/tpl/FindPETSC.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos and David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/FindSUPERLUDIST.cmake b/cmake/tpl/FindSUPERLUDIST.cmake index 1dcaf00c20..eb67df04a0 100644 --- a/cmake/tpl/FindSUPERLUDIST.cmake +++ b/cmake/tpl/FindSUPERLUDIST.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/FindSUPERLUMT.cmake b/cmake/tpl/FindSUPERLUMT.cmake index 27eafcb264..2f5cc93a23 100644 --- a/cmake/tpl/FindSUPERLUMT.cmake +++ b/cmake/tpl/FindSUPERLUMT.cmake @@ -2,7 +2,7 @@ # Programmer(s): Eddy Banks and David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/FindXBRAID.cmake b/cmake/tpl/FindXBRAID.cmake index d46299a337..c6d40ae8e4 100644 --- a/cmake/tpl/FindXBRAID.cmake +++ b/cmake/tpl/FindXBRAID.cmake @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsAdiak.cmake b/cmake/tpl/SundialsAdiak.cmake index 8a6483e308..c4df96cb62 100644 --- a/cmake/tpl/SundialsAdiak.cmake +++ b/cmake/tpl/SundialsAdiak.cmake @@ -2,7 +2,7 @@ # Programmer(s): Yu Pan @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsCaliper.cmake b/cmake/tpl/SundialsCaliper.cmake index a07ad39556..a39ab988b8 100644 --- a/cmake/tpl/SundialsCaliper.cmake +++ b/cmake/tpl/SundialsCaliper.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsGinkgo.cmake b/cmake/tpl/SundialsGinkgo.cmake index 715f30e6bd..ecabcb4c8c 100644 --- a/cmake/tpl/SundialsGinkgo.cmake +++ b/cmake/tpl/SundialsGinkgo.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsHypre.cmake b/cmake/tpl/SundialsHypre.cmake index 12d7b550b1..1ae0ccdb2a 100644 --- a/cmake/tpl/SundialsHypre.cmake +++ b/cmake/tpl/SundialsHypre.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsKLU.cmake b/cmake/tpl/SundialsKLU.cmake index 3f56e809a8..43db83589d 100644 --- a/cmake/tpl/SundialsKLU.cmake +++ b/cmake/tpl/SundialsKLU.cmake @@ -2,7 +2,7 @@ # Programmer(s): Steven Smith and Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsKokkos.cmake b/cmake/tpl/SundialsKokkos.cmake index ad13181b30..eb5c65385e 100644 --- a/cmake/tpl/SundialsKokkos.cmake +++ b/cmake/tpl/SundialsKokkos.cmake @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsKokkosKernels.cmake b/cmake/tpl/SundialsKokkosKernels.cmake index 4f495725ee..18d319b269 100644 --- a/cmake/tpl/SundialsKokkosKernels.cmake +++ b/cmake/tpl/SundialsKokkosKernels.cmake @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsLapack.cmake b/cmake/tpl/SundialsLapack.cmake index 1af930d388..a9f51997dd 100644 --- a/cmake/tpl/SundialsLapack.cmake +++ b/cmake/tpl/SundialsLapack.cmake @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban and Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsMAGMA.cmake b/cmake/tpl/SundialsMAGMA.cmake index 6fb0284713..11f46939a9 100644 --- a/cmake/tpl/SundialsMAGMA.cmake +++ b/cmake/tpl/SundialsMAGMA.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsMPI.cmake b/cmake/tpl/SundialsMPI.cmake index 1905c66d5d..f0b514ea33 100644 --- a/cmake/tpl/SundialsMPI.cmake +++ b/cmake/tpl/SundialsMPI.cmake @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsONEMKL.cmake b/cmake/tpl/SundialsONEMKL.cmake index 8fe11a2207..73f8a2843b 100644 --- a/cmake/tpl/SundialsONEMKL.cmake +++ b/cmake/tpl/SundialsONEMKL.cmake @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsOpenMP.cmake b/cmake/tpl/SundialsOpenMP.cmake index e59b47b670..732b9aba98 100644 --- a/cmake/tpl/SundialsOpenMP.cmake +++ b/cmake/tpl/SundialsOpenMP.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsPETSC.cmake b/cmake/tpl/SundialsPETSC.cmake index e31b46c397..6966c5ca47 100644 --- a/cmake/tpl/SundialsPETSC.cmake +++ b/cmake/tpl/SundialsPETSC.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsPOSIXTimers.cmake b/cmake/tpl/SundialsPOSIXTimers.cmake index edf9e4cf29..97485eb54c 100644 --- a/cmake/tpl/SundialsPOSIXTimers.cmake +++ b/cmake/tpl/SundialsPOSIXTimers.cmake @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsPthread.cmake b/cmake/tpl/SundialsPthread.cmake index f19b07c09c..b99648b9d6 100644 --- a/cmake/tpl/SundialsPthread.cmake +++ b/cmake/tpl/SundialsPthread.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsRAJA.cmake b/cmake/tpl/SundialsRAJA.cmake index 64404801b0..b87b50d620 100644 --- a/cmake/tpl/SundialsRAJA.cmake +++ b/cmake/tpl/SundialsRAJA.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsSuperLUDIST.cmake b/cmake/tpl/SundialsSuperLUDIST.cmake index cd5d63421f..4b5293a5eb 100644 --- a/cmake/tpl/SundialsSuperLUDIST.cmake +++ b/cmake/tpl/SundialsSuperLUDIST.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsSuperLUMT.cmake b/cmake/tpl/SundialsSuperLUMT.cmake index a6c62d8649..f81f9674a1 100644 --- a/cmake/tpl/SundialsSuperLUMT.cmake +++ b/cmake/tpl/SundialsSuperLUMT.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsTPL.cmake.template b/cmake/tpl/SundialsTPL.cmake.template index a199a1b8c4..91c8171a57 100644 --- a/cmake/tpl/SundialsTPL.cmake.template +++ b/cmake/tpl/SundialsTPL.cmake.template @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsTrilinos.cmake b/cmake/tpl/SundialsTrilinos.cmake index ea6aa6393b..e075926ee1 100644 --- a/cmake/tpl/SundialsTrilinos.cmake +++ b/cmake/tpl/SundialsTrilinos.cmake @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/cmake/tpl/SundialsXBRAID.cmake b/cmake/tpl/SundialsXBRAID.cmake index ede169ade0..b03c6ebf4e 100644 --- a/cmake/tpl/SundialsXBRAID.cmake +++ b/cmake/tpl/SundialsXBRAID.cmake @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/Makefile b/doc/Makefile index 4b25c396fa..2a33b8444c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/Makefile.in b/doc/Makefile.in index 8b01c393c9..b0c598fd54 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban, Slaven Peles, Cody Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/arkode/examples/source/References.rst b/doc/arkode/examples/source/References.rst index b7d6a93214..0a4c9c4d3b 100644 --- a/doc/arkode/examples/source/References.rst +++ b/doc/arkode/examples/source/References.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/examples/source/c_openmp.rst b/doc/arkode/examples/source/c_openmp.rst index 0d411b1e12..a9d0c032bf 100644 --- a/doc/arkode/examples/source/c_openmp.rst +++ b/doc/arkode/examples/source/c_openmp.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/examples/source/c_parallel.rst b/doc/arkode/examples/source/c_parallel.rst index 4509dea306..ce62032246 100644 --- a/doc/arkode/examples/source/c_parallel.rst +++ b/doc/arkode/examples/source/c_parallel.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/examples/source/c_parhyp.rst b/doc/arkode/examples/source/c_parhyp.rst index 7e7e27827d..5570f8aa38 100644 --- a/doc/arkode/examples/source/c_parhyp.rst +++ b/doc/arkode/examples/source/c_parhyp.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/examples/source/c_serial.rst b/doc/arkode/examples/source/c_serial.rst index 81d8b6b248..f1b74be4ce 100644 --- a/doc/arkode/examples/source/c_serial.rst +++ b/doc/arkode/examples/source/c_serial.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/examples/source/conf.py b/doc/arkode/examples/source/conf.py index 703861d658..b6b4289919 100644 --- a/doc/arkode/examples/source/conf.py +++ b/doc/arkode/examples/source/conf.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/arkode/examples/source/cpp_parallel.rst b/doc/arkode/examples/source/cpp_parallel.rst index 964fd355a1..d1751a48a4 100644 --- a/doc/arkode/examples/source/cpp_parallel.rst +++ b/doc/arkode/examples/source/cpp_parallel.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/examples/source/cpp_serial.rst b/doc/arkode/examples/source/cpp_serial.rst index 6015e1550d..262b3af465 100644 --- a/doc/arkode/examples/source/cpp_serial.rst +++ b/doc/arkode/examples/source/cpp_serial.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/examples/source/f77_parallel.rst b/doc/arkode/examples/source/f77_parallel.rst index ffbb36b14b..d09e0b4f8c 100644 --- a/doc/arkode/examples/source/f77_parallel.rst +++ b/doc/arkode/examples/source/f77_parallel.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/examples/source/f77_serial.rst b/doc/arkode/examples/source/f77_serial.rst index 6d1dd4f383..1472a64fa2 100644 --- a/doc/arkode/examples/source/f77_serial.rst +++ b/doc/arkode/examples/source/f77_serial.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/examples/source/f90_parallel.rst b/doc/arkode/examples/source/f90_parallel.rst index fbbbc07d7c..80f64cc241 100644 --- a/doc/arkode/examples/source/f90_parallel.rst +++ b/doc/arkode/examples/source/f90_parallel.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/examples/source/f90_serial.rst b/doc/arkode/examples/source/f90_serial.rst index 20e3621c34..81568887b1 100644 --- a/doc/arkode/examples/source/f90_serial.rst +++ b/doc/arkode/examples/source/f90_serial.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/examples/source/index.rst b/doc/arkode/examples/source/index.rst index c83cdd2045..0e22a417e9 100644 --- a/doc/arkode/examples/source/index.rst +++ b/doc/arkode/examples/source/index.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/ARKodeButcherTable.rst b/doc/arkode/guide/source/ARKodeButcherTable.rst index 97ccdc96e5..82574f2dee 100644 --- a/doc/arkode/guide/source/ARKodeButcherTable.rst +++ b/doc/arkode/guide/source/ARKodeButcherTable.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/ARKodeSPRKTable.rst b/doc/arkode/guide/source/ARKodeSPRKTable.rst index c56f75ff19..f5b6d7af51 100644 --- a/doc/arkode/guide/source/ARKodeSPRKTable.rst +++ b/doc/arkode/guide/source/ARKodeSPRKTable.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Butcher.rst b/doc/arkode/guide/source/Butcher.rst index 4e6aec608a..88d7eb09f7 100644 --- a/doc/arkode/guide/source/Butcher.rst +++ b/doc/arkode/guide/source/Butcher.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Changelog_link.rst b/doc/arkode/guide/source/Changelog_link.rst index 2951551136..ddf0b16d4a 100644 --- a/doc/arkode/guide/source/Changelog_link.rst +++ b/doc/arkode/guide/source/Changelog_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Constants.rst b/doc/arkode/guide/source/Constants.rst index d49d4c0335..dcb293581d 100644 --- a/doc/arkode/guide/source/Constants.rst +++ b/doc/arkode/guide/source/Constants.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/History_link.rst b/doc/arkode/guide/source/History_link.rst index 49ad1ea5a8..d53796f9a0 100644 --- a/doc/arkode/guide/source/History_link.rst +++ b/doc/arkode/guide/source/History_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Introduction.rst b/doc/arkode/guide/source/Introduction.rst index a8e4d53d20..8733e8e74c 100644 --- a/doc/arkode/guide/source/Introduction.rst +++ b/doc/arkode/guide/source/Introduction.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Landing.rst b/doc/arkode/guide/source/Landing.rst index a58691747d..e10c8528ce 100644 --- a/doc/arkode/guide/source/Landing.rst +++ b/doc/arkode/guide/source/Landing.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Mathematics.rst b/doc/arkode/guide/source/Mathematics.rst index 5c378b6b6b..c6e6f95eff 100644 --- a/doc/arkode/guide/source/Mathematics.rst +++ b/doc/arkode/guide/source/Mathematics.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Organization.rst b/doc/arkode/guide/source/Organization.rst index 204ed9a999..d2bc093234 100644 --- a/doc/arkode/guide/source/Organization.rst +++ b/doc/arkode/guide/source/Organization.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/RecentChanges_link.rst b/doc/arkode/guide/source/RecentChanges_link.rst index 0eb6be0ebc..59a765cad4 100644 --- a/doc/arkode/guide/source/RecentChanges_link.rst +++ b/doc/arkode/guide/source/RecentChanges_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/References.rst b/doc/arkode/guide/source/References.rst index 04a4ccbf0e..434a30923c 100644 --- a/doc/arkode/guide/source/References.rst +++ b/doc/arkode/guide/source/References.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/ARKStep/Relaxation.rst b/doc/arkode/guide/source/Usage/ARKStep/Relaxation.rst index ed7ba1fd64..71d47db8cf 100644 --- a/doc/arkode/guide/source/Usage/ARKStep/Relaxation.rst +++ b/doc/arkode/guide/source/Usage/ARKStep/Relaxation.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/ARKStep/User_callable.rst b/doc/arkode/guide/source/Usage/ARKStep/User_callable.rst index 74107072dc..08f30b9ff9 100644 --- a/doc/arkode/guide/source/Usage/ARKStep/User_callable.rst +++ b/doc/arkode/guide/source/Usage/ARKStep/User_callable.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/ARKStep/XBraid.rst b/doc/arkode/guide/source/Usage/ARKStep/XBraid.rst index 8245f0efc9..edd254ff41 100644 --- a/doc/arkode/guide/source/Usage/ARKStep/XBraid.rst +++ b/doc/arkode/guide/source/Usage/ARKStep/XBraid.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/ARKStep/index.rst b/doc/arkode/guide/source/Usage/ARKStep/index.rst index 3edc8baf51..15f97660d4 100644 --- a/doc/arkode/guide/source/Usage/ARKStep/index.rst +++ b/doc/arkode/guide/source/Usage/ARKStep/index.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/ERKStep/Relaxation.rst b/doc/arkode/guide/source/Usage/ERKStep/Relaxation.rst index 979e8bff02..9e87540c0b 100644 --- a/doc/arkode/guide/source/Usage/ERKStep/Relaxation.rst +++ b/doc/arkode/guide/source/Usage/ERKStep/Relaxation.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/ERKStep/User_callable.rst b/doc/arkode/guide/source/Usage/ERKStep/User_callable.rst index 88c485e26c..d5f7659863 100644 --- a/doc/arkode/guide/source/Usage/ERKStep/User_callable.rst +++ b/doc/arkode/guide/source/Usage/ERKStep/User_callable.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/ERKStep/index.rst b/doc/arkode/guide/source/Usage/ERKStep/index.rst index d799e0bc86..f50cf4cc96 100644 --- a/doc/arkode/guide/source/Usage/ERKStep/index.rst +++ b/doc/arkode/guide/source/Usage/ERKStep/index.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/ForcingStep/User_callable.rst b/doc/arkode/guide/source/Usage/ForcingStep/User_callable.rst index 2e2adc723f..98ab8b5ad4 100644 --- a/doc/arkode/guide/source/Usage/ForcingStep/User_callable.rst +++ b/doc/arkode/guide/source/Usage/ForcingStep/User_callable.rst @@ -2,7 +2,7 @@ Programmer(s): Steven B. Roberts @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/ForcingStep/index.rst b/doc/arkode/guide/source/Usage/ForcingStep/index.rst index 820f4f1d14..1644afef4f 100644 --- a/doc/arkode/guide/source/Usage/ForcingStep/index.rst +++ b/doc/arkode/guide/source/Usage/ForcingStep/index.rst @@ -2,7 +2,7 @@ Programmer(s): Steven B. Roberts @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/General.rst b/doc/arkode/guide/source/Usage/General.rst index adaa7b9641..9940f92770 100644 --- a/doc/arkode/guide/source/Usage/General.rst +++ b/doc/arkode/guide/source/Usage/General.rst @@ -3,7 +3,7 @@ Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst b/doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst index f59296229a..ac150cd8d5 100644 --- a/doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst +++ b/doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst @@ -2,7 +2,7 @@ Programmer(s): Mustafa Aggul @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/LSRKStep/User_supplied.rst b/doc/arkode/guide/source/Usage/LSRKStep/User_supplied.rst index 2363898955..8a9c724a3a 100644 --- a/doc/arkode/guide/source/Usage/LSRKStep/User_supplied.rst +++ b/doc/arkode/guide/source/Usage/LSRKStep/User_supplied.rst @@ -2,7 +2,7 @@ Programmer(s): Mustafa Aggul @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/LSRKStep/index.rst b/doc/arkode/guide/source/Usage/LSRKStep/index.rst index ca07bfffc3..910fffdcaf 100644 --- a/doc/arkode/guide/source/Usage/LSRKStep/index.rst +++ b/doc/arkode/guide/source/Usage/LSRKStep/index.rst @@ -2,7 +2,7 @@ Programmer(s): Mustafa Aggul @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/MRIStep/Custom_Inner_Stepper/Description.rst b/doc/arkode/guide/source/Usage/MRIStep/Custom_Inner_Stepper/Description.rst index 561b82522f..ad447d184f 100644 --- a/doc/arkode/guide/source/Usage/MRIStep/Custom_Inner_Stepper/Description.rst +++ b/doc/arkode/guide/source/Usage/MRIStep/Custom_Inner_Stepper/Description.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/MRIStep/Custom_Inner_Stepper/Implementing.rst b/doc/arkode/guide/source/Usage/MRIStep/Custom_Inner_Stepper/Implementing.rst index 8fe01b276e..ef40764df0 100644 --- a/doc/arkode/guide/source/Usage/MRIStep/Custom_Inner_Stepper/Implementing.rst +++ b/doc/arkode/guide/source/Usage/MRIStep/Custom_Inner_Stepper/Implementing.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/MRIStep/Custom_Inner_Stepper/index.rst b/doc/arkode/guide/source/Usage/MRIStep/Custom_Inner_Stepper/index.rst index a1f5272aae..93673bdb88 100644 --- a/doc/arkode/guide/source/Usage/MRIStep/Custom_Inner_Stepper/index.rst +++ b/doc/arkode/guide/source/Usage/MRIStep/Custom_Inner_Stepper/index.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/MRIStep/MRIStepCoupling.rst b/doc/arkode/guide/source/Usage/MRIStep/MRIStepCoupling.rst index 502e5b9de5..e21e0093b9 100644 --- a/doc/arkode/guide/source/Usage/MRIStep/MRIStepCoupling.rst +++ b/doc/arkode/guide/source/Usage/MRIStep/MRIStepCoupling.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/MRIStep/Skeleton.rst b/doc/arkode/guide/source/Usage/MRIStep/Skeleton.rst index c8e239086c..ca11d4f661 100644 --- a/doc/arkode/guide/source/Usage/MRIStep/Skeleton.rst +++ b/doc/arkode/guide/source/Usage/MRIStep/Skeleton.rst @@ -5,7 +5,7 @@ Based on ERKStep by Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/MRIStep/User_callable.rst b/doc/arkode/guide/source/Usage/MRIStep/User_callable.rst index 809d7ba4c9..8514af3f71 100644 --- a/doc/arkode/guide/source/Usage/MRIStep/User_callable.rst +++ b/doc/arkode/guide/source/Usage/MRIStep/User_callable.rst @@ -3,7 +3,7 @@ Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/MRIStep/index.rst b/doc/arkode/guide/source/Usage/MRIStep/index.rst index a1d91c144b..04df79cc08 100644 --- a/doc/arkode/guide/source/Usage/MRIStep/index.rst +++ b/doc/arkode/guide/source/Usage/MRIStep/index.rst @@ -3,7 +3,7 @@ Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/Preconditioners.rst b/doc/arkode/guide/source/Usage/Preconditioners.rst index 62bdb966b0..f103db9505 100644 --- a/doc/arkode/guide/source/Usage/Preconditioners.rst +++ b/doc/arkode/guide/source/Usage/Preconditioners.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/Relaxation.rst b/doc/arkode/guide/source/Usage/Relaxation.rst index a3b237ccbd..6c597009bb 100644 --- a/doc/arkode/guide/source/Usage/Relaxation.rst +++ b/doc/arkode/guide/source/Usage/Relaxation.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/SPRKStep/User_callable.rst b/doc/arkode/guide/source/Usage/SPRKStep/User_callable.rst index 00c41d9013..948da93a99 100644 --- a/doc/arkode/guide/source/Usage/SPRKStep/User_callable.rst +++ b/doc/arkode/guide/source/Usage/SPRKStep/User_callable.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/SPRKStep/index.rst b/doc/arkode/guide/source/Usage/SPRKStep/index.rst index ec3dbdc935..b8e1de699a 100644 --- a/doc/arkode/guide/source/Usage/SPRKStep/index.rst +++ b/doc/arkode/guide/source/Usage/SPRKStep/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/Skeleton.rst b/doc/arkode/guide/source/Usage/Skeleton.rst index 5909007646..5b059d06af 100644 --- a/doc/arkode/guide/source/Usage/Skeleton.rst +++ b/doc/arkode/guide/source/Usage/Skeleton.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/SplittingStep/Skeleton.rst b/doc/arkode/guide/source/Usage/SplittingStep/Skeleton.rst index 0c1e82e36c..c0949c63f5 100644 --- a/doc/arkode/guide/source/Usage/SplittingStep/Skeleton.rst +++ b/doc/arkode/guide/source/Usage/SplittingStep/Skeleton.rst @@ -5,7 +5,7 @@ Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/SplittingStep/SplittingStepCoefficients.rst b/doc/arkode/guide/source/Usage/SplittingStep/SplittingStepCoefficients.rst index a4adc901e2..13f8af4c58 100644 --- a/doc/arkode/guide/source/Usage/SplittingStep/SplittingStepCoefficients.rst +++ b/doc/arkode/guide/source/Usage/SplittingStep/SplittingStepCoefficients.rst @@ -2,7 +2,7 @@ Programmer(s): Steven B. Roberts @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/SplittingStep/User_callable.rst b/doc/arkode/guide/source/Usage/SplittingStep/User_callable.rst index c378743617..9a76dff675 100644 --- a/doc/arkode/guide/source/Usage/SplittingStep/User_callable.rst +++ b/doc/arkode/guide/source/Usage/SplittingStep/User_callable.rst @@ -2,7 +2,7 @@ Programmer(s): Steven B. Roberts @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/SplittingStep/index.rst b/doc/arkode/guide/source/Usage/SplittingStep/index.rst index 1a8719e36f..f7ea1f0db5 100644 --- a/doc/arkode/guide/source/Usage/SplittingStep/index.rst +++ b/doc/arkode/guide/source/Usage/SplittingStep/index.rst @@ -2,7 +2,7 @@ Programmer(s): Steven B. Roberts @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/User_callable.rst b/doc/arkode/guide/source/Usage/User_callable.rst index 0a378f1b2e..a5798450e0 100644 --- a/doc/arkode/guide/source/Usage/User_callable.rst +++ b/doc/arkode/guide/source/Usage/User_callable.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/User_supplied.rst b/doc/arkode/guide/source/Usage/User_supplied.rst index cb27409c48..90b353ad7f 100644 --- a/doc/arkode/guide/source/Usage/User_supplied.rst +++ b/doc/arkode/guide/source/Usage/User_supplied.rst @@ -3,7 +3,7 @@ David J. Gardner @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/Usage/index.rst b/doc/arkode/guide/source/Usage/index.rst index bc6232e8ee..3408f128c5 100644 --- a/doc/arkode/guide/source/Usage/index.rst +++ b/doc/arkode/guide/source/Usage/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/conf.py b/doc/arkode/guide/source/conf.py index 2975c7bd36..cecf45bda2 100644 --- a/doc/arkode/guide/source/conf.py +++ b/doc/arkode/guide/source/conf.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/arkode/guide/source/index.rst b/doc/arkode/guide/source/index.rst index edb093b943..466eba8ae2 100644 --- a/doc/arkode/guide/source/index.rst +++ b/doc/arkode/guide/source/index.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/nvectors/ARKODE_requirements.rst b/doc/arkode/guide/source/nvectors/ARKODE_requirements.rst index 4020c32931..4c30f91997 100644 --- a/doc/arkode/guide/source/nvectors/ARKODE_requirements.rst +++ b/doc/arkode/guide/source/nvectors/ARKODE_requirements.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/nvectors/NVector_API_link.rst b/doc/arkode/guide/source/nvectors/NVector_API_link.rst index ecb141527d..bf4d1f97ab 100644 --- a/doc/arkode/guide/source/nvectors/NVector_API_link.rst +++ b/doc/arkode/guide/source/nvectors/NVector_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/nvectors/NVector_links.rst b/doc/arkode/guide/source/nvectors/NVector_links.rst index a8f6ca88d9..f39c3a11d9 100644 --- a/doc/arkode/guide/source/nvectors/NVector_links.rst +++ b/doc/arkode/guide/source/nvectors/NVector_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/nvectors/index.rst b/doc/arkode/guide/source/nvectors/index.rst index 8f92c4f837..7a099863f9 100644 --- a/doc/arkode/guide/source/nvectors/index.rst +++ b/doc/arkode/guide/source/nvectors/index.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunadaptcontroller/SUNAdaptController_links.rst b/doc/arkode/guide/source/sunadaptcontroller/SUNAdaptController_links.rst index 9c90434a0c..3ef34e8fa5 100644 --- a/doc/arkode/guide/source/sunadaptcontroller/SUNAdaptController_links.rst +++ b/doc/arkode/guide/source/sunadaptcontroller/SUNAdaptController_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunadaptcontroller/index.rst b/doc/arkode/guide/source/sunadaptcontroller/index.rst index 6c1cdc06df..acea18bd9c 100644 --- a/doc/arkode/guide/source/sunadaptcontroller/index.rst +++ b/doc/arkode/guide/source/sunadaptcontroller/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sundials/Errors_link.rst b/doc/arkode/guide/source/sundials/Errors_link.rst index 3b50f5fc89..58e51ca572 100644 --- a/doc/arkode/guide/source/sundials/Errors_link.rst +++ b/doc/arkode/guide/source/sundials/Errors_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sundials/Fortran_link.rst b/doc/arkode/guide/source/sundials/Fortran_link.rst index 01e648a065..5389d3b270 100644 --- a/doc/arkode/guide/source/sundials/Fortran_link.rst +++ b/doc/arkode/guide/source/sundials/Fortran_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sundials/GPU_link.rst b/doc/arkode/guide/source/sundials/GPU_link.rst index 4c61276f04..0dfebf67a3 100644 --- a/doc/arkode/guide/source/sundials/GPU_link.rst +++ b/doc/arkode/guide/source/sundials/GPU_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sundials/Install_link.rst b/doc/arkode/guide/source/sundials/Install_link.rst index e767d71df9..cb8d80ef18 100644 --- a/doc/arkode/guide/source/sundials/Install_link.rst +++ b/doc/arkode/guide/source/sundials/Install_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sundials/Logging_link.rst b/doc/arkode/guide/source/sundials/Logging_link.rst index e2c7369b59..732256257e 100644 --- a/doc/arkode/guide/source/sundials/Logging_link.rst +++ b/doc/arkode/guide/source/sundials/Logging_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sundials/Profiling_link.rst b/doc/arkode/guide/source/sundials/Profiling_link.rst index 3768cb3931..d870a84a19 100644 --- a/doc/arkode/guide/source/sundials/Profiling_link.rst +++ b/doc/arkode/guide/source/sundials/Profiling_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sundials/SUNContext_link.rst b/doc/arkode/guide/source/sundials/SUNContext_link.rst index 50c4c62b30..bddf6d3d8d 100644 --- a/doc/arkode/guide/source/sundials/SUNContext_link.rst +++ b/doc/arkode/guide/source/sundials/SUNContext_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sundials/Types_link.rst b/doc/arkode/guide/source/sundials/Types_link.rst index d967cc0cba..12c9bebcf3 100644 --- a/doc/arkode/guide/source/sundials/Types_link.rst +++ b/doc/arkode/guide/source/sundials/Types_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sundials/index.rst b/doc/arkode/guide/source/sundials/index.rst index 7d6842a46d..de495edf23 100644 --- a/doc/arkode/guide/source/sundials/index.rst +++ b/doc/arkode/guide/source/sundials/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sundials/version_information_link.rst b/doc/arkode/guide/source/sundials/version_information_link.rst index 92f9a92fe9..4d7959f80c 100644 --- a/doc/arkode/guide/source/sundials/version_information_link.rst +++ b/doc/arkode/guide/source/sundials/version_information_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunlinsol/ARKODE_interface.rst b/doc/arkode/guide/source/sunlinsol/ARKODE_interface.rst index ab90aae357..4748c282ba 100644 --- a/doc/arkode/guide/source/sunlinsol/ARKODE_interface.rst +++ b/doc/arkode/guide/source/sunlinsol/ARKODE_interface.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunlinsol/SUNLinSol_API_link.rst b/doc/arkode/guide/source/sunlinsol/SUNLinSol_API_link.rst index 55a98fe293..0a72d51ad7 100644 --- a/doc/arkode/guide/source/sunlinsol/SUNLinSol_API_link.rst +++ b/doc/arkode/guide/source/sunlinsol/SUNLinSol_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunlinsol/SUNLinSol_links.rst b/doc/arkode/guide/source/sunlinsol/SUNLinSol_links.rst index e3b69e6b22..9f8087c372 100644 --- a/doc/arkode/guide/source/sunlinsol/SUNLinSol_links.rst +++ b/doc/arkode/guide/source/sunlinsol/SUNLinSol_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunlinsol/index.rst b/doc/arkode/guide/source/sunlinsol/index.rst index 638de4d660..943a7cbed7 100644 --- a/doc/arkode/guide/source/sunlinsol/index.rst +++ b/doc/arkode/guide/source/sunlinsol/index.rst @@ -2,7 +2,7 @@ Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunmatrix/ARKODE_requirements.rst b/doc/arkode/guide/source/sunmatrix/ARKODE_requirements.rst index 9bd9aa0be8..1d079b8d2c 100644 --- a/doc/arkode/guide/source/sunmatrix/ARKODE_requirements.rst +++ b/doc/arkode/guide/source/sunmatrix/ARKODE_requirements.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunmatrix/SUNMatrix_links.rst b/doc/arkode/guide/source/sunmatrix/SUNMatrix_links.rst index 26f592234d..fa5e94ed57 100644 --- a/doc/arkode/guide/source/sunmatrix/SUNMatrix_links.rst +++ b/doc/arkode/guide/source/sunmatrix/SUNMatrix_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunmatrix/index.rst b/doc/arkode/guide/source/sunmatrix/index.rst index 16f97b7d82..34d7bde3eb 100644 --- a/doc/arkode/guide/source/sunmatrix/index.rst +++ b/doc/arkode/guide/source/sunmatrix/index.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunmemory/SUNMemory_links.rst b/doc/arkode/guide/source/sunmemory/SUNMemory_links.rst index 2316e91e6e..8d7842553d 100644 --- a/doc/arkode/guide/source/sunmemory/SUNMemory_links.rst +++ b/doc/arkode/guide/source/sunmemory/SUNMemory_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunmemory/index.rst b/doc/arkode/guide/source/sunmemory/index.rst index 999f12137c..220608829d 100644 --- a/doc/arkode/guide/source/sunmemory/index.rst +++ b/doc/arkode/guide/source/sunmemory/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunnonlinsol/ARKODE_interface.rst b/doc/arkode/guide/source/sunnonlinsol/ARKODE_interface.rst index 5d0f0b02f3..5cf281fabe 100644 --- a/doc/arkode/guide/source/sunnonlinsol/ARKODE_interface.rst +++ b/doc/arkode/guide/source/sunnonlinsol/ARKODE_interface.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst b/doc/arkode/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst index 70786114ee..7c74b28196 100644 --- a/doc/arkode/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst +++ b/doc/arkode/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunnonlinsol/SUNNonlinSol_links.rst b/doc/arkode/guide/source/sunnonlinsol/SUNNonlinSol_links.rst index ef46cb49c2..0424574fdf 100644 --- a/doc/arkode/guide/source/sunnonlinsol/SUNNonlinSol_links.rst +++ b/doc/arkode/guide/source/sunnonlinsol/SUNNonlinSol_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunnonlinsol/index.rst b/doc/arkode/guide/source/sunnonlinsol/index.rst index dd4a0264c5..a788f3f973 100644 --- a/doc/arkode/guide/source/sunnonlinsol/index.rst +++ b/doc/arkode/guide/source/sunnonlinsol/index.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunstepper/SUNStepper_links.rst b/doc/arkode/guide/source/sunstepper/SUNStepper_links.rst index 938c5f5d9d..89917ffc9a 100644 --- a/doc/arkode/guide/source/sunstepper/SUNStepper_links.rst +++ b/doc/arkode/guide/source/sunstepper/SUNStepper_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/arkode/guide/source/sunstepper/index.rst b/doc/arkode/guide/source/sunstepper/index.rst index 86e89bd4c0..688423cdb7 100644 --- a/doc/arkode/guide/source/sunstepper/index.rst +++ b/doc/arkode/guide/source/sunstepper/index.rst @@ -2,7 +2,7 @@ Programmer(s): Steven B. Roberts @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/Makefile b/doc/cvode/Makefile index bcaa44729f..c1bdbfa81e 100644 --- a/doc/cvode/Makefile +++ b/doc/cvode/Makefile @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles, Cody Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/cvode/guide/source/Changelog_link.rst b/doc/cvode/guide/source/Changelog_link.rst index 2951551136..ddf0b16d4a 100644 --- a/doc/cvode/guide/source/Changelog_link.rst +++ b/doc/cvode/guide/source/Changelog_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/Constants.rst b/doc/cvode/guide/source/Constants.rst index ebb0971921..ecd56ccb74 100644 --- a/doc/cvode/guide/source/Constants.rst +++ b/doc/cvode/guide/source/Constants.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/History_link.rst b/doc/cvode/guide/source/History_link.rst index 49ad1ea5a8..d53796f9a0 100644 --- a/doc/cvode/guide/source/History_link.rst +++ b/doc/cvode/guide/source/History_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/Introduction.rst b/doc/cvode/guide/source/Introduction.rst index 3657a9c6b5..4c273787d5 100644 --- a/doc/cvode/guide/source/Introduction.rst +++ b/doc/cvode/guide/source/Introduction.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/Landing.rst b/doc/cvode/guide/source/Landing.rst index e439046772..a06ac2df62 100644 --- a/doc/cvode/guide/source/Landing.rst +++ b/doc/cvode/guide/source/Landing.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/Mathematics.rst b/doc/cvode/guide/source/Mathematics.rst index 2b24ed4fcb..99b82196cf 100644 --- a/doc/cvode/guide/source/Mathematics.rst +++ b/doc/cvode/guide/source/Mathematics.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/Organization.rst b/doc/cvode/guide/source/Organization.rst index 8b08601005..bf0de1613c 100644 --- a/doc/cvode/guide/source/Organization.rst +++ b/doc/cvode/guide/source/Organization.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/RecentChanges_link.rst b/doc/cvode/guide/source/RecentChanges_link.rst index 0eb6be0ebc..59a765cad4 100644 --- a/doc/cvode/guide/source/RecentChanges_link.rst +++ b/doc/cvode/guide/source/RecentChanges_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/References.rst b/doc/cvode/guide/source/References.rst index 2a9ee9991f..95b7e1319e 100644 --- a/doc/cvode/guide/source/References.rst +++ b/doc/cvode/guide/source/References.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/Usage/index.rst b/doc/cvode/guide/source/Usage/index.rst index 85704745a9..ece23179a1 100644 --- a/doc/cvode/guide/source/Usage/index.rst +++ b/doc/cvode/guide/source/Usage/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/conf.py b/doc/cvode/guide/source/conf.py index 4377102f1e..b56d3cdc84 100644 --- a/doc/cvode/guide/source/conf.py +++ b/doc/cvode/guide/source/conf.py @@ -1,6 +1,6 @@ # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/cvode/guide/source/index.rst b/doc/cvode/guide/source/index.rst index f853e52579..a0f081e118 100644 --- a/doc/cvode/guide/source/index.rst +++ b/doc/cvode/guide/source/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/nvectors/CVODE_requirements.rst b/doc/cvode/guide/source/nvectors/CVODE_requirements.rst index 67c24cd3b9..d17e53c7db 100644 --- a/doc/cvode/guide/source/nvectors/CVODE_requirements.rst +++ b/doc/cvode/guide/source/nvectors/CVODE_requirements.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/nvectors/NVector_API_link.rst b/doc/cvode/guide/source/nvectors/NVector_API_link.rst index ecb141527d..bf4d1f97ab 100644 --- a/doc/cvode/guide/source/nvectors/NVector_API_link.rst +++ b/doc/cvode/guide/source/nvectors/NVector_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/nvectors/NVector_links.rst b/doc/cvode/guide/source/nvectors/NVector_links.rst index a8f6ca88d9..f39c3a11d9 100644 --- a/doc/cvode/guide/source/nvectors/NVector_links.rst +++ b/doc/cvode/guide/source/nvectors/NVector_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/nvectors/index.rst b/doc/cvode/guide/source/nvectors/index.rst index db970f2846..03b6d1ebfd 100644 --- a/doc/cvode/guide/source/nvectors/index.rst +++ b/doc/cvode/guide/source/nvectors/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sundials/Errors_link.rst b/doc/cvode/guide/source/sundials/Errors_link.rst index 3b50f5fc89..58e51ca572 100644 --- a/doc/cvode/guide/source/sundials/Errors_link.rst +++ b/doc/cvode/guide/source/sundials/Errors_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sundials/Fortran_link.rst b/doc/cvode/guide/source/sundials/Fortran_link.rst index 01e648a065..5389d3b270 100644 --- a/doc/cvode/guide/source/sundials/Fortran_link.rst +++ b/doc/cvode/guide/source/sundials/Fortran_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sundials/GPU_link.rst b/doc/cvode/guide/source/sundials/GPU_link.rst index 4c61276f04..0dfebf67a3 100644 --- a/doc/cvode/guide/source/sundials/GPU_link.rst +++ b/doc/cvode/guide/source/sundials/GPU_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sundials/Install_link.rst b/doc/cvode/guide/source/sundials/Install_link.rst index e767d71df9..cb8d80ef18 100644 --- a/doc/cvode/guide/source/sundials/Install_link.rst +++ b/doc/cvode/guide/source/sundials/Install_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sundials/Logging_link.rst b/doc/cvode/guide/source/sundials/Logging_link.rst index e2c7369b59..732256257e 100644 --- a/doc/cvode/guide/source/sundials/Logging_link.rst +++ b/doc/cvode/guide/source/sundials/Logging_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sundials/Profiling_link.rst b/doc/cvode/guide/source/sundials/Profiling_link.rst index 3768cb3931..d870a84a19 100644 --- a/doc/cvode/guide/source/sundials/Profiling_link.rst +++ b/doc/cvode/guide/source/sundials/Profiling_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sundials/SUNContext_link.rst b/doc/cvode/guide/source/sundials/SUNContext_link.rst index 50c4c62b30..bddf6d3d8d 100644 --- a/doc/cvode/guide/source/sundials/SUNContext_link.rst +++ b/doc/cvode/guide/source/sundials/SUNContext_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sundials/Types_link.rst b/doc/cvode/guide/source/sundials/Types_link.rst index d967cc0cba..12c9bebcf3 100644 --- a/doc/cvode/guide/source/sundials/Types_link.rst +++ b/doc/cvode/guide/source/sundials/Types_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sundials/index.rst b/doc/cvode/guide/source/sundials/index.rst index 7d6842a46d..de495edf23 100644 --- a/doc/cvode/guide/source/sundials/index.rst +++ b/doc/cvode/guide/source/sundials/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sundials/version_information_link.rst b/doc/cvode/guide/source/sundials/version_information_link.rst index 92f9a92fe9..4d7959f80c 100644 --- a/doc/cvode/guide/source/sundials/version_information_link.rst +++ b/doc/cvode/guide/source/sundials/version_information_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sunlinsol/CVODE_interface.rst b/doc/cvode/guide/source/sunlinsol/CVODE_interface.rst index ee87622f2b..43e4c7afbf 100644 --- a/doc/cvode/guide/source/sunlinsol/CVODE_interface.rst +++ b/doc/cvode/guide/source/sunlinsol/CVODE_interface.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sunlinsol/SUNLinSol_API_link.rst b/doc/cvode/guide/source/sunlinsol/SUNLinSol_API_link.rst index 55a98fe293..0a72d51ad7 100644 --- a/doc/cvode/guide/source/sunlinsol/SUNLinSol_API_link.rst +++ b/doc/cvode/guide/source/sunlinsol/SUNLinSol_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sunlinsol/SUNLinSol_links.rst b/doc/cvode/guide/source/sunlinsol/SUNLinSol_links.rst index e3b69e6b22..9f8087c372 100644 --- a/doc/cvode/guide/source/sunlinsol/SUNLinSol_links.rst +++ b/doc/cvode/guide/source/sunlinsol/SUNLinSol_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sunlinsol/index.rst b/doc/cvode/guide/source/sunlinsol/index.rst index ecf0edccb0..7f482151fb 100644 --- a/doc/cvode/guide/source/sunlinsol/index.rst +++ b/doc/cvode/guide/source/sunlinsol/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sunmatrix/CVODE_requirements.rst b/doc/cvode/guide/source/sunmatrix/CVODE_requirements.rst index d6a6ff101b..788613a6ca 100644 --- a/doc/cvode/guide/source/sunmatrix/CVODE_requirements.rst +++ b/doc/cvode/guide/source/sunmatrix/CVODE_requirements.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sunmatrix/SUNMatrix_links.rst b/doc/cvode/guide/source/sunmatrix/SUNMatrix_links.rst index 26f592234d..fa5e94ed57 100644 --- a/doc/cvode/guide/source/sunmatrix/SUNMatrix_links.rst +++ b/doc/cvode/guide/source/sunmatrix/SUNMatrix_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sunmatrix/index.rst b/doc/cvode/guide/source/sunmatrix/index.rst index 86f66e1fa7..eeec6d020e 100644 --- a/doc/cvode/guide/source/sunmatrix/index.rst +++ b/doc/cvode/guide/source/sunmatrix/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sunmemory/SUNMemory_links.rst b/doc/cvode/guide/source/sunmemory/SUNMemory_links.rst index 2316e91e6e..8d7842553d 100644 --- a/doc/cvode/guide/source/sunmemory/SUNMemory_links.rst +++ b/doc/cvode/guide/source/sunmemory/SUNMemory_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sunmemory/index.rst b/doc/cvode/guide/source/sunmemory/index.rst index 999f12137c..220608829d 100644 --- a/doc/cvode/guide/source/sunmemory/index.rst +++ b/doc/cvode/guide/source/sunmemory/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sunnonlinsol/CVODE_interface.rst b/doc/cvode/guide/source/sunnonlinsol/CVODE_interface.rst index 4300c48f3f..d24e8381c5 100644 --- a/doc/cvode/guide/source/sunnonlinsol/CVODE_interface.rst +++ b/doc/cvode/guide/source/sunnonlinsol/CVODE_interface.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst b/doc/cvode/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst index 70786114ee..7c74b28196 100644 --- a/doc/cvode/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst +++ b/doc/cvode/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sunnonlinsol/SUNNonlinSol_links.rst b/doc/cvode/guide/source/sunnonlinsol/SUNNonlinSol_links.rst index ef46cb49c2..0424574fdf 100644 --- a/doc/cvode/guide/source/sunnonlinsol/SUNNonlinSol_links.rst +++ b/doc/cvode/guide/source/sunnonlinsol/SUNNonlinSol_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvode/guide/source/sunnonlinsol/index.rst b/doc/cvode/guide/source/sunnonlinsol/index.rst index f8f962ca83..c6989d9ca4 100644 --- a/doc/cvode/guide/source/sunnonlinsol/index.rst +++ b/doc/cvode/guide/source/sunnonlinsol/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/Makefile b/doc/cvodes/Makefile index dde188957b..8c4fcf1353 100644 --- a/doc/cvodes/Makefile +++ b/doc/cvodes/Makefile @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles, Cody Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/cvodes/guide/source/Changelog_link.rst b/doc/cvodes/guide/source/Changelog_link.rst index 2951551136..ddf0b16d4a 100644 --- a/doc/cvodes/guide/source/Changelog_link.rst +++ b/doc/cvodes/guide/source/Changelog_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/Constants.rst b/doc/cvodes/guide/source/Constants.rst index 4be7173ac0..278236dd31 100644 --- a/doc/cvodes/guide/source/Constants.rst +++ b/doc/cvodes/guide/source/Constants.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/History_link.rst b/doc/cvodes/guide/source/History_link.rst index 49ad1ea5a8..d53796f9a0 100644 --- a/doc/cvodes/guide/source/History_link.rst +++ b/doc/cvodes/guide/source/History_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/Introduction.rst b/doc/cvodes/guide/source/Introduction.rst index b2883b9050..08da04dc71 100644 --- a/doc/cvodes/guide/source/Introduction.rst +++ b/doc/cvodes/guide/source/Introduction.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/Landing.rst b/doc/cvodes/guide/source/Landing.rst index 4d91fcb24c..f4c3829b6b 100644 --- a/doc/cvodes/guide/source/Landing.rst +++ b/doc/cvodes/guide/source/Landing.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/Mathematics.rst b/doc/cvodes/guide/source/Mathematics.rst index 6f5ec2b285..407bb8c293 100644 --- a/doc/cvodes/guide/source/Mathematics.rst +++ b/doc/cvodes/guide/source/Mathematics.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/Organization.rst b/doc/cvodes/guide/source/Organization.rst index c57ba3077f..7067444036 100644 --- a/doc/cvodes/guide/source/Organization.rst +++ b/doc/cvodes/guide/source/Organization.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/RecentChanges_link.rst b/doc/cvodes/guide/source/RecentChanges_link.rst index 0eb6be0ebc..59a765cad4 100644 --- a/doc/cvodes/guide/source/RecentChanges_link.rst +++ b/doc/cvodes/guide/source/RecentChanges_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/References.rst b/doc/cvodes/guide/source/References.rst index dda780172b..9408b28ccc 100644 --- a/doc/cvodes/guide/source/References.rst +++ b/doc/cvodes/guide/source/References.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/Usage/ADJ.rst b/doc/cvodes/guide/source/Usage/ADJ.rst index 6ab2b68396..178a8cbcc8 100644 --- a/doc/cvodes/guide/source/Usage/ADJ.rst +++ b/doc/cvodes/guide/source/Usage/ADJ.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/Usage/FSA.rst b/doc/cvodes/guide/source/Usage/FSA.rst index 17723f0607..23f2a7d171 100644 --- a/doc/cvodes/guide/source/Usage/FSA.rst +++ b/doc/cvodes/guide/source/Usage/FSA.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/Usage/SIM.rst b/doc/cvodes/guide/source/Usage/SIM.rst index 716e063b23..d4fa362041 100644 --- a/doc/cvodes/guide/source/Usage/SIM.rst +++ b/doc/cvodes/guide/source/Usage/SIM.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/Usage/index.rst b/doc/cvodes/guide/source/Usage/index.rst index 590af15ac1..4ede361d04 100644 --- a/doc/cvodes/guide/source/Usage/index.rst +++ b/doc/cvodes/guide/source/Usage/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/conf.py b/doc/cvodes/guide/source/conf.py index a8e4f703f7..b54ee07744 100644 --- a/doc/cvodes/guide/source/conf.py +++ b/doc/cvodes/guide/source/conf.py @@ -1,6 +1,6 @@ # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/cvodes/guide/source/index.rst b/doc/cvodes/guide/source/index.rst index c6324802e5..b5755c7a93 100644 --- a/doc/cvodes/guide/source/index.rst +++ b/doc/cvodes/guide/source/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/nvectors/CVODES_requirements.rst b/doc/cvodes/guide/source/nvectors/CVODES_requirements.rst index 716bd75f17..91487d963c 100644 --- a/doc/cvodes/guide/source/nvectors/CVODES_requirements.rst +++ b/doc/cvodes/guide/source/nvectors/CVODES_requirements.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/nvectors/NVector_API_link.rst b/doc/cvodes/guide/source/nvectors/NVector_API_link.rst index ecb141527d..bf4d1f97ab 100644 --- a/doc/cvodes/guide/source/nvectors/NVector_API_link.rst +++ b/doc/cvodes/guide/source/nvectors/NVector_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/nvectors/NVector_links.rst b/doc/cvodes/guide/source/nvectors/NVector_links.rst index a8f6ca88d9..f39c3a11d9 100644 --- a/doc/cvodes/guide/source/nvectors/NVector_links.rst +++ b/doc/cvodes/guide/source/nvectors/NVector_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/nvectors/index.rst b/doc/cvodes/guide/source/nvectors/index.rst index b3019d2893..ca58b44926 100644 --- a/doc/cvodes/guide/source/nvectors/index.rst +++ b/doc/cvodes/guide/source/nvectors/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sundials/Errors_link.rst b/doc/cvodes/guide/source/sundials/Errors_link.rst index 3b50f5fc89..58e51ca572 100644 --- a/doc/cvodes/guide/source/sundials/Errors_link.rst +++ b/doc/cvodes/guide/source/sundials/Errors_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sundials/Fortran_link.rst b/doc/cvodes/guide/source/sundials/Fortran_link.rst index 01e648a065..5389d3b270 100644 --- a/doc/cvodes/guide/source/sundials/Fortran_link.rst +++ b/doc/cvodes/guide/source/sundials/Fortran_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sundials/GPU_link.rst b/doc/cvodes/guide/source/sundials/GPU_link.rst index 4c61276f04..0dfebf67a3 100644 --- a/doc/cvodes/guide/source/sundials/GPU_link.rst +++ b/doc/cvodes/guide/source/sundials/GPU_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sundials/Install_link.rst b/doc/cvodes/guide/source/sundials/Install_link.rst index e767d71df9..cb8d80ef18 100644 --- a/doc/cvodes/guide/source/sundials/Install_link.rst +++ b/doc/cvodes/guide/source/sundials/Install_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sundials/Logging_link.rst b/doc/cvodes/guide/source/sundials/Logging_link.rst index e2c7369b59..732256257e 100644 --- a/doc/cvodes/guide/source/sundials/Logging_link.rst +++ b/doc/cvodes/guide/source/sundials/Logging_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sundials/Profiling_link.rst b/doc/cvodes/guide/source/sundials/Profiling_link.rst index 3768cb3931..d870a84a19 100644 --- a/doc/cvodes/guide/source/sundials/Profiling_link.rst +++ b/doc/cvodes/guide/source/sundials/Profiling_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sundials/SUNContext_link.rst b/doc/cvodes/guide/source/sundials/SUNContext_link.rst index 50c4c62b30..bddf6d3d8d 100644 --- a/doc/cvodes/guide/source/sundials/SUNContext_link.rst +++ b/doc/cvodes/guide/source/sundials/SUNContext_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sundials/Types_link.rst b/doc/cvodes/guide/source/sundials/Types_link.rst index d967cc0cba..12c9bebcf3 100644 --- a/doc/cvodes/guide/source/sundials/Types_link.rst +++ b/doc/cvodes/guide/source/sundials/Types_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sundials/index.rst b/doc/cvodes/guide/source/sundials/index.rst index 7d6842a46d..de495edf23 100644 --- a/doc/cvodes/guide/source/sundials/index.rst +++ b/doc/cvodes/guide/source/sundials/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sundials/version_information_link.rst b/doc/cvodes/guide/source/sundials/version_information_link.rst index 92f9a92fe9..4d7959f80c 100644 --- a/doc/cvodes/guide/source/sundials/version_information_link.rst +++ b/doc/cvodes/guide/source/sundials/version_information_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sunlinsol/CVODES_interface.rst b/doc/cvodes/guide/source/sunlinsol/CVODES_interface.rst index 1a397b3992..d268b4ea3b 100644 --- a/doc/cvodes/guide/source/sunlinsol/CVODES_interface.rst +++ b/doc/cvodes/guide/source/sunlinsol/CVODES_interface.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sunlinsol/SUNLinSol_API_link.rst b/doc/cvodes/guide/source/sunlinsol/SUNLinSol_API_link.rst index 55a98fe293..0a72d51ad7 100644 --- a/doc/cvodes/guide/source/sunlinsol/SUNLinSol_API_link.rst +++ b/doc/cvodes/guide/source/sunlinsol/SUNLinSol_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sunlinsol/SUNLinSol_links.rst b/doc/cvodes/guide/source/sunlinsol/SUNLinSol_links.rst index e3b69e6b22..9f8087c372 100644 --- a/doc/cvodes/guide/source/sunlinsol/SUNLinSol_links.rst +++ b/doc/cvodes/guide/source/sunlinsol/SUNLinSol_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sunlinsol/index.rst b/doc/cvodes/guide/source/sunlinsol/index.rst index 607cebecf8..1fca636c2d 100644 --- a/doc/cvodes/guide/source/sunlinsol/index.rst +++ b/doc/cvodes/guide/source/sunlinsol/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sunmatrix/CVODES_requirements.rst b/doc/cvodes/guide/source/sunmatrix/CVODES_requirements.rst index bb8e085091..b06453a7af 100644 --- a/doc/cvodes/guide/source/sunmatrix/CVODES_requirements.rst +++ b/doc/cvodes/guide/source/sunmatrix/CVODES_requirements.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sunmatrix/SUNMatrix_links.rst b/doc/cvodes/guide/source/sunmatrix/SUNMatrix_links.rst index 26f592234d..fa5e94ed57 100644 --- a/doc/cvodes/guide/source/sunmatrix/SUNMatrix_links.rst +++ b/doc/cvodes/guide/source/sunmatrix/SUNMatrix_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sunmatrix/index.rst b/doc/cvodes/guide/source/sunmatrix/index.rst index b3bdb24d87..0b348e03cd 100644 --- a/doc/cvodes/guide/source/sunmatrix/index.rst +++ b/doc/cvodes/guide/source/sunmatrix/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sunmemory/SUNMemory_links.rst b/doc/cvodes/guide/source/sunmemory/SUNMemory_links.rst index 2316e91e6e..8d7842553d 100644 --- a/doc/cvodes/guide/source/sunmemory/SUNMemory_links.rst +++ b/doc/cvodes/guide/source/sunmemory/SUNMemory_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sunmemory/index.rst b/doc/cvodes/guide/source/sunmemory/index.rst index 999f12137c..220608829d 100644 --- a/doc/cvodes/guide/source/sunmemory/index.rst +++ b/doc/cvodes/guide/source/sunmemory/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sunnonlinsol/CVODES_interface.rst b/doc/cvodes/guide/source/sunnonlinsol/CVODES_interface.rst index 3d4a42140d..8f39b148fa 100644 --- a/doc/cvodes/guide/source/sunnonlinsol/CVODES_interface.rst +++ b/doc/cvodes/guide/source/sunnonlinsol/CVODES_interface.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst b/doc/cvodes/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst index 70786114ee..7c74b28196 100644 --- a/doc/cvodes/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst +++ b/doc/cvodes/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sunnonlinsol/SUNNonlinSol_links.rst b/doc/cvodes/guide/source/sunnonlinsol/SUNNonlinSol_links.rst index ef46cb49c2..0424574fdf 100644 --- a/doc/cvodes/guide/source/sunnonlinsol/SUNNonlinSol_links.rst +++ b/doc/cvodes/guide/source/sunnonlinsol/SUNNonlinSol_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/cvodes/guide/source/sunnonlinsol/index.rst b/doc/cvodes/guide/source/sunnonlinsol/index.rst index dc13aab41c..93b4dc222d 100644 --- a/doc/cvodes/guide/source/sunnonlinsol/index.rst +++ b/doc/cvodes/guide/source/sunnonlinsol/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/Makefile b/doc/ida/Makefile index 0aa9ca71c8..c7e86484f2 100644 --- a/doc/ida/Makefile +++ b/doc/ida/Makefile @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles, Cody Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/ida/guide/source/Changelog_link.rst b/doc/ida/guide/source/Changelog_link.rst index 2951551136..ddf0b16d4a 100644 --- a/doc/ida/guide/source/Changelog_link.rst +++ b/doc/ida/guide/source/Changelog_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/Constants.rst b/doc/ida/guide/source/Constants.rst index 903b27bf4e..7d31cbd6d2 100644 --- a/doc/ida/guide/source/Constants.rst +++ b/doc/ida/guide/source/Constants.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/History_link.rst b/doc/ida/guide/source/History_link.rst index 49ad1ea5a8..d53796f9a0 100644 --- a/doc/ida/guide/source/History_link.rst +++ b/doc/ida/guide/source/History_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/Introduction.rst b/doc/ida/guide/source/Introduction.rst index 2ccf5ede24..f4b67d9b8c 100644 --- a/doc/ida/guide/source/Introduction.rst +++ b/doc/ida/guide/source/Introduction.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/Landing.rst b/doc/ida/guide/source/Landing.rst index 36ad5620c6..b2a7b8b10d 100644 --- a/doc/ida/guide/source/Landing.rst +++ b/doc/ida/guide/source/Landing.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/Mathematics.rst b/doc/ida/guide/source/Mathematics.rst index accbe39639..335f2014c3 100644 --- a/doc/ida/guide/source/Mathematics.rst +++ b/doc/ida/guide/source/Mathematics.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/Organization.rst b/doc/ida/guide/source/Organization.rst index 9243f13584..e0f8b5c18b 100644 --- a/doc/ida/guide/source/Organization.rst +++ b/doc/ida/guide/source/Organization.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/RecentChanges_link.rst b/doc/ida/guide/source/RecentChanges_link.rst index 0eb6be0ebc..59a765cad4 100644 --- a/doc/ida/guide/source/RecentChanges_link.rst +++ b/doc/ida/guide/source/RecentChanges_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/References.rst b/doc/ida/guide/source/References.rst index 6bf9dd0136..30ef170bb3 100644 --- a/doc/ida/guide/source/References.rst +++ b/doc/ida/guide/source/References.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/Usage/index.rst b/doc/ida/guide/source/Usage/index.rst index 86a41b42d9..8647287eb6 100644 --- a/doc/ida/guide/source/Usage/index.rst +++ b/doc/ida/guide/source/Usage/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/conf.py b/doc/ida/guide/source/conf.py index 53f27fadba..0fea9bf26a 100644 --- a/doc/ida/guide/source/conf.py +++ b/doc/ida/guide/source/conf.py @@ -1,6 +1,6 @@ # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/ida/guide/source/index.rst b/doc/ida/guide/source/index.rst index 572bcdd863..8e96d8b461 100644 --- a/doc/ida/guide/source/index.rst +++ b/doc/ida/guide/source/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/nvectors/IDA_requirements.rst b/doc/ida/guide/source/nvectors/IDA_requirements.rst index 2a798299af..c5d12d3b8e 100644 --- a/doc/ida/guide/source/nvectors/IDA_requirements.rst +++ b/doc/ida/guide/source/nvectors/IDA_requirements.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/nvectors/NVector_API_link.rst b/doc/ida/guide/source/nvectors/NVector_API_link.rst index ecb141527d..bf4d1f97ab 100644 --- a/doc/ida/guide/source/nvectors/NVector_API_link.rst +++ b/doc/ida/guide/source/nvectors/NVector_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/nvectors/NVector_links.rst b/doc/ida/guide/source/nvectors/NVector_links.rst index a8f6ca88d9..f39c3a11d9 100644 --- a/doc/ida/guide/source/nvectors/NVector_links.rst +++ b/doc/ida/guide/source/nvectors/NVector_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/nvectors/index.rst b/doc/ida/guide/source/nvectors/index.rst index 91d07e0443..06cecf83f2 100644 --- a/doc/ida/guide/source/nvectors/index.rst +++ b/doc/ida/guide/source/nvectors/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sundials/Errors_link.rst b/doc/ida/guide/source/sundials/Errors_link.rst index 3b50f5fc89..58e51ca572 100644 --- a/doc/ida/guide/source/sundials/Errors_link.rst +++ b/doc/ida/guide/source/sundials/Errors_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sundials/Fortran_link.rst b/doc/ida/guide/source/sundials/Fortran_link.rst index 01e648a065..5389d3b270 100644 --- a/doc/ida/guide/source/sundials/Fortran_link.rst +++ b/doc/ida/guide/source/sundials/Fortran_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sundials/GPU_link.rst b/doc/ida/guide/source/sundials/GPU_link.rst index 4c61276f04..0dfebf67a3 100644 --- a/doc/ida/guide/source/sundials/GPU_link.rst +++ b/doc/ida/guide/source/sundials/GPU_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sundials/Install_link.rst b/doc/ida/guide/source/sundials/Install_link.rst index e767d71df9..cb8d80ef18 100644 --- a/doc/ida/guide/source/sundials/Install_link.rst +++ b/doc/ida/guide/source/sundials/Install_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sundials/Logging_link.rst b/doc/ida/guide/source/sundials/Logging_link.rst index e2c7369b59..732256257e 100644 --- a/doc/ida/guide/source/sundials/Logging_link.rst +++ b/doc/ida/guide/source/sundials/Logging_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sundials/Profiling_link.rst b/doc/ida/guide/source/sundials/Profiling_link.rst index 3768cb3931..d870a84a19 100644 --- a/doc/ida/guide/source/sundials/Profiling_link.rst +++ b/doc/ida/guide/source/sundials/Profiling_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sundials/SUNContext_link.rst b/doc/ida/guide/source/sundials/SUNContext_link.rst index 50c4c62b30..bddf6d3d8d 100644 --- a/doc/ida/guide/source/sundials/SUNContext_link.rst +++ b/doc/ida/guide/source/sundials/SUNContext_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sundials/Types_link.rst b/doc/ida/guide/source/sundials/Types_link.rst index d967cc0cba..12c9bebcf3 100644 --- a/doc/ida/guide/source/sundials/Types_link.rst +++ b/doc/ida/guide/source/sundials/Types_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sundials/index.rst b/doc/ida/guide/source/sundials/index.rst index 7d6842a46d..de495edf23 100644 --- a/doc/ida/guide/source/sundials/index.rst +++ b/doc/ida/guide/source/sundials/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sundials/version_information_link.rst b/doc/ida/guide/source/sundials/version_information_link.rst index 92f9a92fe9..4d7959f80c 100644 --- a/doc/ida/guide/source/sundials/version_information_link.rst +++ b/doc/ida/guide/source/sundials/version_information_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sunlinsol/IDA_interface.rst b/doc/ida/guide/source/sunlinsol/IDA_interface.rst index ab8d225c64..88ffcc00f9 100644 --- a/doc/ida/guide/source/sunlinsol/IDA_interface.rst +++ b/doc/ida/guide/source/sunlinsol/IDA_interface.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sunlinsol/SUNLinSol_API_link.rst b/doc/ida/guide/source/sunlinsol/SUNLinSol_API_link.rst index 55a98fe293..0a72d51ad7 100644 --- a/doc/ida/guide/source/sunlinsol/SUNLinSol_API_link.rst +++ b/doc/ida/guide/source/sunlinsol/SUNLinSol_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sunlinsol/SUNLinSol_links.rst b/doc/ida/guide/source/sunlinsol/SUNLinSol_links.rst index e3b69e6b22..9f8087c372 100644 --- a/doc/ida/guide/source/sunlinsol/SUNLinSol_links.rst +++ b/doc/ida/guide/source/sunlinsol/SUNLinSol_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sunlinsol/index.rst b/doc/ida/guide/source/sunlinsol/index.rst index 8ec0dc4a8a..eb33d3599c 100644 --- a/doc/ida/guide/source/sunlinsol/index.rst +++ b/doc/ida/guide/source/sunlinsol/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sunmatrix/IDA_requirements.rst b/doc/ida/guide/source/sunmatrix/IDA_requirements.rst index f82a9e71eb..1f30958074 100644 --- a/doc/ida/guide/source/sunmatrix/IDA_requirements.rst +++ b/doc/ida/guide/source/sunmatrix/IDA_requirements.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sunmatrix/SUNMatrix_links.rst b/doc/ida/guide/source/sunmatrix/SUNMatrix_links.rst index 26f592234d..fa5e94ed57 100644 --- a/doc/ida/guide/source/sunmatrix/SUNMatrix_links.rst +++ b/doc/ida/guide/source/sunmatrix/SUNMatrix_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sunmatrix/index.rst b/doc/ida/guide/source/sunmatrix/index.rst index 0730543675..a4e020a31e 100644 --- a/doc/ida/guide/source/sunmatrix/index.rst +++ b/doc/ida/guide/source/sunmatrix/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sunmemory/SUNMemory_links.rst b/doc/ida/guide/source/sunmemory/SUNMemory_links.rst index 2316e91e6e..8d7842553d 100644 --- a/doc/ida/guide/source/sunmemory/SUNMemory_links.rst +++ b/doc/ida/guide/source/sunmemory/SUNMemory_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sunmemory/index.rst b/doc/ida/guide/source/sunmemory/index.rst index 999f12137c..220608829d 100644 --- a/doc/ida/guide/source/sunmemory/index.rst +++ b/doc/ida/guide/source/sunmemory/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sunnonlinsol/IDA_interface.rst b/doc/ida/guide/source/sunnonlinsol/IDA_interface.rst index 2ec40ffb7a..0afbea6a20 100644 --- a/doc/ida/guide/source/sunnonlinsol/IDA_interface.rst +++ b/doc/ida/guide/source/sunnonlinsol/IDA_interface.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst b/doc/ida/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst index 70786114ee..7c74b28196 100644 --- a/doc/ida/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst +++ b/doc/ida/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sunnonlinsol/SUNNonlinSol_links.rst b/doc/ida/guide/source/sunnonlinsol/SUNNonlinSol_links.rst index ef46cb49c2..0424574fdf 100644 --- a/doc/ida/guide/source/sunnonlinsol/SUNNonlinSol_links.rst +++ b/doc/ida/guide/source/sunnonlinsol/SUNNonlinSol_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/ida/guide/source/sunnonlinsol/index.rst b/doc/ida/guide/source/sunnonlinsol/index.rst index 6c8114909c..c67ade27a4 100644 --- a/doc/ida/guide/source/sunnonlinsol/index.rst +++ b/doc/ida/guide/source/sunnonlinsol/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/Makefile b/doc/idas/Makefile index 99001d3a32..fdceebe15b 100644 --- a/doc/idas/Makefile +++ b/doc/idas/Makefile @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles, Cody Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/idas/guide/source/Changelog_link.rst b/doc/idas/guide/source/Changelog_link.rst index 2951551136..ddf0b16d4a 100644 --- a/doc/idas/guide/source/Changelog_link.rst +++ b/doc/idas/guide/source/Changelog_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/Constants.rst b/doc/idas/guide/source/Constants.rst index 993677cf87..c1a5fa0ebb 100644 --- a/doc/idas/guide/source/Constants.rst +++ b/doc/idas/guide/source/Constants.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/History_link.rst b/doc/idas/guide/source/History_link.rst index 49ad1ea5a8..d53796f9a0 100644 --- a/doc/idas/guide/source/History_link.rst +++ b/doc/idas/guide/source/History_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/Introduction.rst b/doc/idas/guide/source/Introduction.rst index 5fe9913428..13c4625005 100644 --- a/doc/idas/guide/source/Introduction.rst +++ b/doc/idas/guide/source/Introduction.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/Landing.rst b/doc/idas/guide/source/Landing.rst index f73a9dd313..79d1b96d49 100644 --- a/doc/idas/guide/source/Landing.rst +++ b/doc/idas/guide/source/Landing.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/Mathematics.rst b/doc/idas/guide/source/Mathematics.rst index 6ee22c694f..efde513996 100644 --- a/doc/idas/guide/source/Mathematics.rst +++ b/doc/idas/guide/source/Mathematics.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/Organization.rst b/doc/idas/guide/source/Organization.rst index 0d590660c0..d624427d51 100644 --- a/doc/idas/guide/source/Organization.rst +++ b/doc/idas/guide/source/Organization.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/RecentChanges_link.rst b/doc/idas/guide/source/RecentChanges_link.rst index 0eb6be0ebc..59a765cad4 100644 --- a/doc/idas/guide/source/RecentChanges_link.rst +++ b/doc/idas/guide/source/RecentChanges_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/References.rst b/doc/idas/guide/source/References.rst index 9695c7143b..9e710a44a7 100644 --- a/doc/idas/guide/source/References.rst +++ b/doc/idas/guide/source/References.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/Usage/ADJ.rst b/doc/idas/guide/source/Usage/ADJ.rst index af8b782a28..0368cf958d 100644 --- a/doc/idas/guide/source/Usage/ADJ.rst +++ b/doc/idas/guide/source/Usage/ADJ.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/Usage/FSA.rst b/doc/idas/guide/source/Usage/FSA.rst index 38f5608634..b89ea26bf6 100644 --- a/doc/idas/guide/source/Usage/FSA.rst +++ b/doc/idas/guide/source/Usage/FSA.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/Usage/SIM.rst b/doc/idas/guide/source/Usage/SIM.rst index ee62a6b8f2..a73e525c6c 100644 --- a/doc/idas/guide/source/Usage/SIM.rst +++ b/doc/idas/guide/source/Usage/SIM.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/Usage/index.rst b/doc/idas/guide/source/Usage/index.rst index 0e7d58c9bd..1c71a356a2 100644 --- a/doc/idas/guide/source/Usage/index.rst +++ b/doc/idas/guide/source/Usage/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/conf.py b/doc/idas/guide/source/conf.py index e0da18474a..67d90f30a1 100644 --- a/doc/idas/guide/source/conf.py +++ b/doc/idas/guide/source/conf.py @@ -1,6 +1,6 @@ # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/idas/guide/source/index.rst b/doc/idas/guide/source/index.rst index 5ba30f86aa..d649c5e780 100644 --- a/doc/idas/guide/source/index.rst +++ b/doc/idas/guide/source/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/nvectors/IDAS_requirements.rst b/doc/idas/guide/source/nvectors/IDAS_requirements.rst index e2db9f5f7b..037f93712f 100644 --- a/doc/idas/guide/source/nvectors/IDAS_requirements.rst +++ b/doc/idas/guide/source/nvectors/IDAS_requirements.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/nvectors/NVector_API_link.rst b/doc/idas/guide/source/nvectors/NVector_API_link.rst index ecb141527d..bf4d1f97ab 100644 --- a/doc/idas/guide/source/nvectors/NVector_API_link.rst +++ b/doc/idas/guide/source/nvectors/NVector_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/nvectors/NVector_links.rst b/doc/idas/guide/source/nvectors/NVector_links.rst index a8f6ca88d9..f39c3a11d9 100644 --- a/doc/idas/guide/source/nvectors/NVector_links.rst +++ b/doc/idas/guide/source/nvectors/NVector_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/nvectors/index.rst b/doc/idas/guide/source/nvectors/index.rst index e7ebf62d7f..c5a8626724 100644 --- a/doc/idas/guide/source/nvectors/index.rst +++ b/doc/idas/guide/source/nvectors/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sundials/Errors_link.rst b/doc/idas/guide/source/sundials/Errors_link.rst index 3b50f5fc89..58e51ca572 100644 --- a/doc/idas/guide/source/sundials/Errors_link.rst +++ b/doc/idas/guide/source/sundials/Errors_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sundials/Fortran_link.rst b/doc/idas/guide/source/sundials/Fortran_link.rst index 01e648a065..5389d3b270 100644 --- a/doc/idas/guide/source/sundials/Fortran_link.rst +++ b/doc/idas/guide/source/sundials/Fortran_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sundials/GPU_link.rst b/doc/idas/guide/source/sundials/GPU_link.rst index 4c61276f04..0dfebf67a3 100644 --- a/doc/idas/guide/source/sundials/GPU_link.rst +++ b/doc/idas/guide/source/sundials/GPU_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sundials/Install_link.rst b/doc/idas/guide/source/sundials/Install_link.rst index e767d71df9..cb8d80ef18 100644 --- a/doc/idas/guide/source/sundials/Install_link.rst +++ b/doc/idas/guide/source/sundials/Install_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sundials/Logging_link.rst b/doc/idas/guide/source/sundials/Logging_link.rst index e2c7369b59..732256257e 100644 --- a/doc/idas/guide/source/sundials/Logging_link.rst +++ b/doc/idas/guide/source/sundials/Logging_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sundials/Profiling_link.rst b/doc/idas/guide/source/sundials/Profiling_link.rst index 3768cb3931..d870a84a19 100644 --- a/doc/idas/guide/source/sundials/Profiling_link.rst +++ b/doc/idas/guide/source/sundials/Profiling_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sundials/SUNContext_link.rst b/doc/idas/guide/source/sundials/SUNContext_link.rst index 50c4c62b30..bddf6d3d8d 100644 --- a/doc/idas/guide/source/sundials/SUNContext_link.rst +++ b/doc/idas/guide/source/sundials/SUNContext_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sundials/Types_link.rst b/doc/idas/guide/source/sundials/Types_link.rst index d967cc0cba..12c9bebcf3 100644 --- a/doc/idas/guide/source/sundials/Types_link.rst +++ b/doc/idas/guide/source/sundials/Types_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sundials/index.rst b/doc/idas/guide/source/sundials/index.rst index 7d6842a46d..de495edf23 100644 --- a/doc/idas/guide/source/sundials/index.rst +++ b/doc/idas/guide/source/sundials/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sundials/version_information_link.rst b/doc/idas/guide/source/sundials/version_information_link.rst index 92f9a92fe9..4d7959f80c 100644 --- a/doc/idas/guide/source/sundials/version_information_link.rst +++ b/doc/idas/guide/source/sundials/version_information_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sunlinsol/IDAS_interface.rst b/doc/idas/guide/source/sunlinsol/IDAS_interface.rst index 4370b5e650..8e52a03d72 100644 --- a/doc/idas/guide/source/sunlinsol/IDAS_interface.rst +++ b/doc/idas/guide/source/sunlinsol/IDAS_interface.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sunlinsol/SUNLinSol_API_link.rst b/doc/idas/guide/source/sunlinsol/SUNLinSol_API_link.rst index 55a98fe293..0a72d51ad7 100644 --- a/doc/idas/guide/source/sunlinsol/SUNLinSol_API_link.rst +++ b/doc/idas/guide/source/sunlinsol/SUNLinSol_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sunlinsol/SUNLinSol_links.rst b/doc/idas/guide/source/sunlinsol/SUNLinSol_links.rst index e3b69e6b22..9f8087c372 100644 --- a/doc/idas/guide/source/sunlinsol/SUNLinSol_links.rst +++ b/doc/idas/guide/source/sunlinsol/SUNLinSol_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sunlinsol/index.rst b/doc/idas/guide/source/sunlinsol/index.rst index 1b3a285a04..3fc5b3b491 100644 --- a/doc/idas/guide/source/sunlinsol/index.rst +++ b/doc/idas/guide/source/sunlinsol/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sunmatrix/IDAS_requirements.rst b/doc/idas/guide/source/sunmatrix/IDAS_requirements.rst index 59d0fc2e48..899f80766b 100644 --- a/doc/idas/guide/source/sunmatrix/IDAS_requirements.rst +++ b/doc/idas/guide/source/sunmatrix/IDAS_requirements.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sunmatrix/SUNMatrix_links.rst b/doc/idas/guide/source/sunmatrix/SUNMatrix_links.rst index 26f592234d..fa5e94ed57 100644 --- a/doc/idas/guide/source/sunmatrix/SUNMatrix_links.rst +++ b/doc/idas/guide/source/sunmatrix/SUNMatrix_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sunmatrix/index.rst b/doc/idas/guide/source/sunmatrix/index.rst index 4cf9a9db34..2ab2f25ebf 100644 --- a/doc/idas/guide/source/sunmatrix/index.rst +++ b/doc/idas/guide/source/sunmatrix/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sunmemory/SUNMemory_links.rst b/doc/idas/guide/source/sunmemory/SUNMemory_links.rst index 2316e91e6e..8d7842553d 100644 --- a/doc/idas/guide/source/sunmemory/SUNMemory_links.rst +++ b/doc/idas/guide/source/sunmemory/SUNMemory_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sunmemory/index.rst b/doc/idas/guide/source/sunmemory/index.rst index 999f12137c..220608829d 100644 --- a/doc/idas/guide/source/sunmemory/index.rst +++ b/doc/idas/guide/source/sunmemory/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sunnonlinsol/IDAS_interface.rst b/doc/idas/guide/source/sunnonlinsol/IDAS_interface.rst index 54f8375db9..57477b1b8f 100644 --- a/doc/idas/guide/source/sunnonlinsol/IDAS_interface.rst +++ b/doc/idas/guide/source/sunnonlinsol/IDAS_interface.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst b/doc/idas/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst index 70786114ee..7c74b28196 100644 --- a/doc/idas/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst +++ b/doc/idas/guide/source/sunnonlinsol/SUNNonlinSol_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sunnonlinsol/SUNNonlinSol_links.rst b/doc/idas/guide/source/sunnonlinsol/SUNNonlinSol_links.rst index ef46cb49c2..0424574fdf 100644 --- a/doc/idas/guide/source/sunnonlinsol/SUNNonlinSol_links.rst +++ b/doc/idas/guide/source/sunnonlinsol/SUNNonlinSol_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/idas/guide/source/sunnonlinsol/index.rst b/doc/idas/guide/source/sunnonlinsol/index.rst index af9d7929de..c5dd5e1fa0 100644 --- a/doc/idas/guide/source/sunnonlinsol/index.rst +++ b/doc/idas/guide/source/sunnonlinsol/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/install_guide/source/Install_link.rst b/doc/install_guide/source/Install_link.rst index dc795a9d2e..6f3624ac89 100644 --- a/doc/install_guide/source/Install_link.rst +++ b/doc/install_guide/source/Install_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/install_guide/source/conf.py b/doc/install_guide/source/conf.py index 34d91a697c..9b825c1234 100644 --- a/doc/install_guide/source/conf.py +++ b/doc/install_guide/source/conf.py @@ -1,6 +1,6 @@ # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/install_guide/source/index.rst b/doc/install_guide/source/index.rst index 58cbdf6d23..3a3c09c851 100644 --- a/doc/install_guide/source/index.rst +++ b/doc/install_guide/source/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/Makefile b/doc/kinsol/Makefile index aecbc5a8e6..246250072a 100644 --- a/doc/kinsol/Makefile +++ b/doc/kinsol/Makefile @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles, Cody Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/kinsol/guide/source/Changelog_link.rst b/doc/kinsol/guide/source/Changelog_link.rst index 2951551136..ddf0b16d4a 100644 --- a/doc/kinsol/guide/source/Changelog_link.rst +++ b/doc/kinsol/guide/source/Changelog_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/Constants.rst b/doc/kinsol/guide/source/Constants.rst index 5882acf59c..810e3c6567 100644 --- a/doc/kinsol/guide/source/Constants.rst +++ b/doc/kinsol/guide/source/Constants.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/History_link.rst b/doc/kinsol/guide/source/History_link.rst index 49ad1ea5a8..d53796f9a0 100644 --- a/doc/kinsol/guide/source/History_link.rst +++ b/doc/kinsol/guide/source/History_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/Introduction.rst b/doc/kinsol/guide/source/Introduction.rst index 6961e9da38..afc5a122e8 100644 --- a/doc/kinsol/guide/source/Introduction.rst +++ b/doc/kinsol/guide/source/Introduction.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/Landing.rst b/doc/kinsol/guide/source/Landing.rst index 56ee78e9c7..303654844e 100644 --- a/doc/kinsol/guide/source/Landing.rst +++ b/doc/kinsol/guide/source/Landing.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/Mathematics.rst b/doc/kinsol/guide/source/Mathematics.rst index dd1674e5c0..8fce8af74d 100644 --- a/doc/kinsol/guide/source/Mathematics.rst +++ b/doc/kinsol/guide/source/Mathematics.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/Organization.rst b/doc/kinsol/guide/source/Organization.rst index 02b3634a64..ff950185eb 100644 --- a/doc/kinsol/guide/source/Organization.rst +++ b/doc/kinsol/guide/source/Organization.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/RecentChanges_link.rst b/doc/kinsol/guide/source/RecentChanges_link.rst index 0eb6be0ebc..59a765cad4 100644 --- a/doc/kinsol/guide/source/RecentChanges_link.rst +++ b/doc/kinsol/guide/source/RecentChanges_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/References.rst b/doc/kinsol/guide/source/References.rst index ebcbed1726..17e6ac8789 100644 --- a/doc/kinsol/guide/source/References.rst +++ b/doc/kinsol/guide/source/References.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/Usage/index.rst b/doc/kinsol/guide/source/Usage/index.rst index 6f578c8b97..c9de0ca4aa 100644 --- a/doc/kinsol/guide/source/Usage/index.rst +++ b/doc/kinsol/guide/source/Usage/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/conf.py b/doc/kinsol/guide/source/conf.py index 074821a0a3..03b18bb461 100644 --- a/doc/kinsol/guide/source/conf.py +++ b/doc/kinsol/guide/source/conf.py @@ -1,6 +1,6 @@ # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/kinsol/guide/source/index.rst b/doc/kinsol/guide/source/index.rst index 2d3d1a6dbb..0828279e7f 100644 --- a/doc/kinsol/guide/source/index.rst +++ b/doc/kinsol/guide/source/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/nvectors/KINSOL_requirements.rst b/doc/kinsol/guide/source/nvectors/KINSOL_requirements.rst index 0029ca3708..6d33951acd 100644 --- a/doc/kinsol/guide/source/nvectors/KINSOL_requirements.rst +++ b/doc/kinsol/guide/source/nvectors/KINSOL_requirements.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/nvectors/NVector_API_link.rst b/doc/kinsol/guide/source/nvectors/NVector_API_link.rst index ecb141527d..bf4d1f97ab 100644 --- a/doc/kinsol/guide/source/nvectors/NVector_API_link.rst +++ b/doc/kinsol/guide/source/nvectors/NVector_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/nvectors/NVector_links.rst b/doc/kinsol/guide/source/nvectors/NVector_links.rst index a8f6ca88d9..f39c3a11d9 100644 --- a/doc/kinsol/guide/source/nvectors/NVector_links.rst +++ b/doc/kinsol/guide/source/nvectors/NVector_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/nvectors/index.rst b/doc/kinsol/guide/source/nvectors/index.rst index 5a89642302..ba68fd35a4 100644 --- a/doc/kinsol/guide/source/nvectors/index.rst +++ b/doc/kinsol/guide/source/nvectors/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sundials/Errors_link.rst b/doc/kinsol/guide/source/sundials/Errors_link.rst index 3b50f5fc89..58e51ca572 100644 --- a/doc/kinsol/guide/source/sundials/Errors_link.rst +++ b/doc/kinsol/guide/source/sundials/Errors_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sundials/Fortran_link.rst b/doc/kinsol/guide/source/sundials/Fortran_link.rst index 01e648a065..5389d3b270 100644 --- a/doc/kinsol/guide/source/sundials/Fortran_link.rst +++ b/doc/kinsol/guide/source/sundials/Fortran_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sundials/GPU_link.rst b/doc/kinsol/guide/source/sundials/GPU_link.rst index 4c61276f04..0dfebf67a3 100644 --- a/doc/kinsol/guide/source/sundials/GPU_link.rst +++ b/doc/kinsol/guide/source/sundials/GPU_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sundials/Install_link.rst b/doc/kinsol/guide/source/sundials/Install_link.rst index e767d71df9..cb8d80ef18 100644 --- a/doc/kinsol/guide/source/sundials/Install_link.rst +++ b/doc/kinsol/guide/source/sundials/Install_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sundials/Logging_link.rst b/doc/kinsol/guide/source/sundials/Logging_link.rst index e2c7369b59..732256257e 100644 --- a/doc/kinsol/guide/source/sundials/Logging_link.rst +++ b/doc/kinsol/guide/source/sundials/Logging_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sundials/Profiling_link.rst b/doc/kinsol/guide/source/sundials/Profiling_link.rst index 3768cb3931..d870a84a19 100644 --- a/doc/kinsol/guide/source/sundials/Profiling_link.rst +++ b/doc/kinsol/guide/source/sundials/Profiling_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sundials/SUNContext_link.rst b/doc/kinsol/guide/source/sundials/SUNContext_link.rst index 50c4c62b30..bddf6d3d8d 100644 --- a/doc/kinsol/guide/source/sundials/SUNContext_link.rst +++ b/doc/kinsol/guide/source/sundials/SUNContext_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sundials/Types_link.rst b/doc/kinsol/guide/source/sundials/Types_link.rst index d967cc0cba..12c9bebcf3 100644 --- a/doc/kinsol/guide/source/sundials/Types_link.rst +++ b/doc/kinsol/guide/source/sundials/Types_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sundials/index.rst b/doc/kinsol/guide/source/sundials/index.rst index 7d6842a46d..de495edf23 100644 --- a/doc/kinsol/guide/source/sundials/index.rst +++ b/doc/kinsol/guide/source/sundials/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sundials/version_information_link.rst b/doc/kinsol/guide/source/sundials/version_information_link.rst index 92f9a92fe9..4d7959f80c 100644 --- a/doc/kinsol/guide/source/sundials/version_information_link.rst +++ b/doc/kinsol/guide/source/sundials/version_information_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sunlinsol/KINSOL_interface.rst b/doc/kinsol/guide/source/sunlinsol/KINSOL_interface.rst index a902becc60..d8f29e16f3 100644 --- a/doc/kinsol/guide/source/sunlinsol/KINSOL_interface.rst +++ b/doc/kinsol/guide/source/sunlinsol/KINSOL_interface.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sunlinsol/SUNLinSol_API_link.rst b/doc/kinsol/guide/source/sunlinsol/SUNLinSol_API_link.rst index 55a98fe293..0a72d51ad7 100644 --- a/doc/kinsol/guide/source/sunlinsol/SUNLinSol_API_link.rst +++ b/doc/kinsol/guide/source/sunlinsol/SUNLinSol_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sunlinsol/SUNLinSol_links.rst b/doc/kinsol/guide/source/sunlinsol/SUNLinSol_links.rst index e3b69e6b22..9f8087c372 100644 --- a/doc/kinsol/guide/source/sunlinsol/SUNLinSol_links.rst +++ b/doc/kinsol/guide/source/sunlinsol/SUNLinSol_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sunlinsol/index.rst b/doc/kinsol/guide/source/sunlinsol/index.rst index 36eeba1644..16c6b1fcae 100644 --- a/doc/kinsol/guide/source/sunlinsol/index.rst +++ b/doc/kinsol/guide/source/sunlinsol/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sunmatrix/KINSOL_requirements.rst b/doc/kinsol/guide/source/sunmatrix/KINSOL_requirements.rst index 0b051c6f7d..095f6f8fb7 100644 --- a/doc/kinsol/guide/source/sunmatrix/KINSOL_requirements.rst +++ b/doc/kinsol/guide/source/sunmatrix/KINSOL_requirements.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sunmatrix/SUNMatrix_links.rst b/doc/kinsol/guide/source/sunmatrix/SUNMatrix_links.rst index 26f592234d..fa5e94ed57 100644 --- a/doc/kinsol/guide/source/sunmatrix/SUNMatrix_links.rst +++ b/doc/kinsol/guide/source/sunmatrix/SUNMatrix_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sunmatrix/index.rst b/doc/kinsol/guide/source/sunmatrix/index.rst index 1cf3a15c4d..a3fc47e221 100644 --- a/doc/kinsol/guide/source/sunmatrix/index.rst +++ b/doc/kinsol/guide/source/sunmatrix/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sunmemory/SUNMemory_links.rst b/doc/kinsol/guide/source/sunmemory/SUNMemory_links.rst index 2316e91e6e..8d7842553d 100644 --- a/doc/kinsol/guide/source/sunmemory/SUNMemory_links.rst +++ b/doc/kinsol/guide/source/sunmemory/SUNMemory_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/kinsol/guide/source/sunmemory/index.rst b/doc/kinsol/guide/source/sunmemory/index.rst index 5cc40cbc18..e36db8921e 100644 --- a/doc/kinsol/guide/source/sunmemory/index.rst +++ b/doc/kinsol/guide/source/sunmemory/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/Changelog.rst b/doc/shared/Changelog.rst index bcb8a58fdd..6f71bba854 100644 --- a/doc/shared/Changelog.rst +++ b/doc/shared/Changelog.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/FAQ.rst b/doc/shared/FAQ.rst index 09b824fb68..092a6a5391 100644 --- a/doc/shared/FAQ.rst +++ b/doc/shared/FAQ.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/History.rst b/doc/shared/History.rst index f7881c1b6c..8de5774e12 100644 --- a/doc/shared/History.rst +++ b/doc/shared/History.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/LicenseReleaseNumbers.rst b/doc/shared/LicenseReleaseNumbers.rst index b1a1a2bfc9..cda676ddcd 100644 --- a/doc/shared/LicenseReleaseNumbers.rst +++ b/doc/shared/LicenseReleaseNumbers.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. @@ -29,7 +29,7 @@ NOTICE files provided with all SUNDIALS packages. BSD 3-Clause License -------------------- -Copyright (c) 2002-2024, Lawrence Livermore National Security and Southern +Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/cite_sundials.rst b/doc/shared/cite_sundials.rst index 60fc943471..67b5c6c7fb 100644 --- a/doc/shared/cite_sundials.rst +++ b/doc/shared/cite_sundials.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_CUDA.rst b/doc/shared/nvectors/NVector_CUDA.rst index d81ba70e7c..56705715b1 100644 --- a/doc/shared/nvectors/NVector_CUDA.rst +++ b/doc/shared/nvectors/NVector_CUDA.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_Description.rst b/doc/shared/nvectors/NVector_Description.rst index c4d5eb7054..a85a42ef6a 100644 --- a/doc/shared/nvectors/NVector_Description.rst +++ b/doc/shared/nvectors/NVector_Description.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_Examples.rst b/doc/shared/nvectors/NVector_Examples.rst index 9c29661c85..939b2713b5 100644 --- a/doc/shared/nvectors/NVector_Examples.rst +++ b/doc/shared/nvectors/NVector_Examples.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_HIP.rst b/doc/shared/nvectors/NVector_HIP.rst index 050e379982..9b75032da0 100644 --- a/doc/shared/nvectors/NVector_HIP.rst +++ b/doc/shared/nvectors/NVector_HIP.rst @@ -2,7 +2,7 @@ Programmer(s): Cody J. Balos @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_Kokkos.rst b/doc/shared/nvectors/NVector_Kokkos.rst index 1879a7c130..2d46a1afc2 100644 --- a/doc/shared/nvectors/NVector_Kokkos.rst +++ b/doc/shared/nvectors/NVector_Kokkos.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_MPIManyVector.rst b/doc/shared/nvectors/NVector_MPIManyVector.rst index f7907c446c..d851daad5d 100644 --- a/doc/shared/nvectors/NVector_MPIManyVector.rst +++ b/doc/shared/nvectors/NVector_MPIManyVector.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_MPIPlusX.rst b/doc/shared/nvectors/NVector_MPIPlusX.rst index d22070eaef..f7369f647d 100644 --- a/doc/shared/nvectors/NVector_MPIPlusX.rst +++ b/doc/shared/nvectors/NVector_MPIPlusX.rst @@ -2,7 +2,7 @@ Programmer(s): Cody J. Balos @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_ManyVector.rst b/doc/shared/nvectors/NVector_ManyVector.rst index 5afeccb8dc..d013f7290d 100644 --- a/doc/shared/nvectors/NVector_ManyVector.rst +++ b/doc/shared/nvectors/NVector_ManyVector.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_OpenMP.rst b/doc/shared/nvectors/NVector_OpenMP.rst index 2947c403db..7bf22cad34 100644 --- a/doc/shared/nvectors/NVector_OpenMP.rst +++ b/doc/shared/nvectors/NVector_OpenMP.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_OpenMPDEV.rst b/doc/shared/nvectors/NVector_OpenMPDEV.rst index 9dabeba2d7..0207774eca 100644 --- a/doc/shared/nvectors/NVector_OpenMPDEV.rst +++ b/doc/shared/nvectors/NVector_OpenMPDEV.rst @@ -2,7 +2,7 @@ Programmer(s): Cody J. Balos @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_Operations.rst b/doc/shared/nvectors/NVector_Operations.rst index 475abc4a84..25e2cf7357 100644 --- a/doc/shared/nvectors/NVector_Operations.rst +++ b/doc/shared/nvectors/NVector_Operations.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_PETSc.rst b/doc/shared/nvectors/NVector_PETSc.rst index 3d0983e149..7d2462b138 100644 --- a/doc/shared/nvectors/NVector_PETSc.rst +++ b/doc/shared/nvectors/NVector_PETSc.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_ParHyp.rst b/doc/shared/nvectors/NVector_ParHyp.rst index 815469e938..ac39fdf2a8 100644 --- a/doc/shared/nvectors/NVector_ParHyp.rst +++ b/doc/shared/nvectors/NVector_ParHyp.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_Parallel.rst b/doc/shared/nvectors/NVector_Parallel.rst index f0b185a584..081e68e0a4 100644 --- a/doc/shared/nvectors/NVector_Parallel.rst +++ b/doc/shared/nvectors/NVector_Parallel.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_Pthreads.rst b/doc/shared/nvectors/NVector_Pthreads.rst index 39478ce7ab..1c6bc53a06 100644 --- a/doc/shared/nvectors/NVector_Pthreads.rst +++ b/doc/shared/nvectors/NVector_Pthreads.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_RAJA.rst b/doc/shared/nvectors/NVector_RAJA.rst index 25675f6cea..f3de375d2a 100644 --- a/doc/shared/nvectors/NVector_RAJA.rst +++ b/doc/shared/nvectors/NVector_RAJA.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_SYCL.rst b/doc/shared/nvectors/NVector_SYCL.rst index 3b1cfeeb68..a83230d258 100644 --- a/doc/shared/nvectors/NVector_SYCL.rst +++ b/doc/shared/nvectors/NVector_SYCL.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_Serial.rst b/doc/shared/nvectors/NVector_Serial.rst index e822908156..076b5b507b 100644 --- a/doc/shared/nvectors/NVector_Serial.rst +++ b/doc/shared/nvectors/NVector_Serial.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/nvectors/NVector_Trilinos.rst b/doc/shared/nvectors/NVector_Trilinos.rst index d5b404ea58..e57795d055 100644 --- a/doc/shared/nvectors/NVector_Trilinos.rst +++ b/doc/shared/nvectors/NVector_Trilinos.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sphinx_sundials.py b/doc/shared/sphinx_sundials.py index 07ba1bf2c6..14e5461855 100644 --- a/doc/shared/sphinx_sundials.py +++ b/doc/shared/sphinx_sundials.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/shared/sunadaptcontroller/SUNAdaptController_Description.rst b/doc/shared/sunadaptcontroller/SUNAdaptController_Description.rst index 1b6278749b..03744d32c1 100644 --- a/doc/shared/sunadaptcontroller/SUNAdaptController_Description.rst +++ b/doc/shared/sunadaptcontroller/SUNAdaptController_Description.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunadaptcontroller/SUNAdaptController_ImExGus.rst b/doc/shared/sunadaptcontroller/SUNAdaptController_ImExGus.rst index 0afdf7d786..2379ec8d4a 100644 --- a/doc/shared/sunadaptcontroller/SUNAdaptController_ImExGus.rst +++ b/doc/shared/sunadaptcontroller/SUNAdaptController_ImExGus.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunadaptcontroller/SUNAdaptController_MRIHTol.rst b/doc/shared/sunadaptcontroller/SUNAdaptController_MRIHTol.rst index 8323180bb5..4a49424222 100644 --- a/doc/shared/sunadaptcontroller/SUNAdaptController_MRIHTol.rst +++ b/doc/shared/sunadaptcontroller/SUNAdaptController_MRIHTol.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunadaptcontroller/SUNAdaptController_Soderlind.rst b/doc/shared/sunadaptcontroller/SUNAdaptController_Soderlind.rst index 0c1b0cc620..ae85425beb 100644 --- a/doc/shared/sunadaptcontroller/SUNAdaptController_Soderlind.rst +++ b/doc/shared/sunadaptcontroller/SUNAdaptController_Soderlind.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sundials.bib b/doc/shared/sundials.bib index 23c131c154..02cccda8b2 100644 --- a/doc/shared/sundials.bib +++ b/doc/shared/sundials.bib @@ -1,6 +1,6 @@ % ---------------------------------------------------------------- % SUNDIALS Copyright Start -% Copyright (c) 2002-2024, Lawrence Livermore National Security +% Copyright (c) 2002-2025, Lawrence Livermore National Security % and Southern Methodist University. % All rights reserved. % diff --git a/doc/shared/sundials/Errors.rst b/doc/shared/sundials/Errors.rst index ce273ea76e..61894d9517 100644 --- a/doc/shared/sundials/Errors.rst +++ b/doc/shared/sundials/Errors.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sundials/Fortran.rst b/doc/shared/sundials/Fortran.rst index 97a5b80ba8..e640479484 100644 --- a/doc/shared/sundials/Fortran.rst +++ b/doc/shared/sundials/Fortran.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sundials/GPU.rst b/doc/shared/sundials/GPU.rst index e3c12bb41c..bd36afad24 100644 --- a/doc/shared/sundials/GPU.rst +++ b/doc/shared/sundials/GPU.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sundials/Install.rst b/doc/shared/sundials/Install.rst index a478507be1..97dc8a9414 100644 --- a/doc/shared/sundials/Install.rst +++ b/doc/shared/sundials/Install.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sundials/Logging.rst b/doc/shared/sundials/Logging.rst index 98aaa2622c..65d1a69b4f 100644 --- a/doc/shared/sundials/Logging.rst +++ b/doc/shared/sundials/Logging.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sundials/Profiling.rst b/doc/shared/sundials/Profiling.rst index 2f8f458235..270c950e82 100644 --- a/doc/shared/sundials/Profiling.rst +++ b/doc/shared/sundials/Profiling.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sundials/SUNContext.rst b/doc/shared/sundials/SUNContext.rst index de5c4d05d5..22b7921618 100644 --- a/doc/shared/sundials/SUNContext.rst +++ b/doc/shared/sundials/SUNContext.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sundials/Types.rst b/doc/shared/sundials/Types.rst index a1be93f378..8f1919adb3 100644 --- a/doc/shared/sundials/Types.rst +++ b/doc/shared/sundials/Types.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sundials/index.rst b/doc/shared/sundials/index.rst index a38f7068e2..a79ea8cfa7 100644 --- a/doc/shared/sundials/index.rst +++ b/doc/shared/sundials/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sundials/version_information.rst b/doc/shared/sundials/version_information.rst index bf8e2ed62a..c9b7e54f1c 100644 --- a/doc/shared/sundials/version_information.rst +++ b/doc/shared/sundials/version_information.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sundials_vars.py b/doc/shared/sundials_vars.py index 6e437b2fd3..299190fdd9 100644 --- a/doc/shared/sundials_vars.py +++ b/doc/shared/sundials_vars.py @@ -1,6 +1,6 @@ # ---------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/shared/sunlinsol/SUNLinSol_API.rst b/doc/shared/sunlinsol/SUNLinSol_API.rst index 9bc00e30da..be72fe3bfb 100644 --- a/doc/shared/sunlinsol/SUNLinSol_API.rst +++ b/doc/shared/sunlinsol/SUNLinSol_API.rst @@ -2,7 +2,7 @@ Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_Band.rst b/doc/shared/sunlinsol/SUNLinSol_Band.rst index 5ecde328e7..a459769501 100644 --- a/doc/shared/sunlinsol/SUNLinSol_Band.rst +++ b/doc/shared/sunlinsol/SUNLinSol_Band.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_Dense.rst b/doc/shared/sunlinsol/SUNLinSol_Dense.rst index 61bb58fb69..5ffdc36b8d 100644 --- a/doc/shared/sunlinsol/SUNLinSol_Dense.rst +++ b/doc/shared/sunlinsol/SUNLinSol_Dense.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_Examples.rst b/doc/shared/sunlinsol/SUNLinSol_Examples.rst index 6e7f49db24..776ab65250 100644 --- a/doc/shared/sunlinsol/SUNLinSol_Examples.rst +++ b/doc/shared/sunlinsol/SUNLinSol_Examples.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_Ginkgo.rst b/doc/shared/sunlinsol/SUNLinSol_Ginkgo.rst index 5b1a4e0a3d..a1cc869952 100644 --- a/doc/shared/sunlinsol/SUNLinSol_Ginkgo.rst +++ b/doc/shared/sunlinsol/SUNLinSol_Ginkgo.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_Introduction.rst b/doc/shared/sunlinsol/SUNLinSol_Introduction.rst index c9dfea1f0f..f3d5592fdd 100644 --- a/doc/shared/sunlinsol/SUNLinSol_Introduction.rst +++ b/doc/shared/sunlinsol/SUNLinSol_Introduction.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_KLU.rst b/doc/shared/sunlinsol/SUNLinSol_KLU.rst index ff3a9e2712..932d6d8dc7 100644 --- a/doc/shared/sunlinsol/SUNLinSol_KLU.rst +++ b/doc/shared/sunlinsol/SUNLinSol_KLU.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_KokkosDense.rst b/doc/shared/sunlinsol/SUNLinSol_KokkosDense.rst index 763bdfae5f..a7d41d91d0 100644 --- a/doc/shared/sunlinsol/SUNLinSol_KokkosDense.rst +++ b/doc/shared/sunlinsol/SUNLinSol_KokkosDense.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_LapackBand.rst b/doc/shared/sunlinsol/SUNLinSol_LapackBand.rst index 9d4686cdaa..dc00d15f4f 100644 --- a/doc/shared/sunlinsol/SUNLinSol_LapackBand.rst +++ b/doc/shared/sunlinsol/SUNLinSol_LapackBand.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_LapackDense.rst b/doc/shared/sunlinsol/SUNLinSol_LapackDense.rst index 0e41a21c8a..22de723991 100644 --- a/doc/shared/sunlinsol/SUNLinSol_LapackDense.rst +++ b/doc/shared/sunlinsol/SUNLinSol_LapackDense.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_MagmaDense.rst b/doc/shared/sunlinsol/SUNLinSol_MagmaDense.rst index 5f60ce4180..f9c0806c07 100644 --- a/doc/shared/sunlinsol/SUNLinSol_MagmaDense.rst +++ b/doc/shared/sunlinsol/SUNLinSol_MagmaDense.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_OneMklDense.rst b/doc/shared/sunlinsol/SUNLinSol_OneMklDense.rst index 3625f2d4b2..62703c2f06 100644 --- a/doc/shared/sunlinsol/SUNLinSol_OneMklDense.rst +++ b/doc/shared/sunlinsol/SUNLinSol_OneMklDense.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_PCG.rst b/doc/shared/sunlinsol/SUNLinSol_PCG.rst index 80d7dd65ef..c2e0bad2c4 100644 --- a/doc/shared/sunlinsol/SUNLinSol_PCG.rst +++ b/doc/shared/sunlinsol/SUNLinSol_PCG.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_SPBCGS.rst b/doc/shared/sunlinsol/SUNLinSol_SPBCGS.rst index 57f5e792e7..35a676d7ba 100644 --- a/doc/shared/sunlinsol/SUNLinSol_SPBCGS.rst +++ b/doc/shared/sunlinsol/SUNLinSol_SPBCGS.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_SPFGMR.rst b/doc/shared/sunlinsol/SUNLinSol_SPFGMR.rst index 293e6b9418..86b26fdd29 100644 --- a/doc/shared/sunlinsol/SUNLinSol_SPFGMR.rst +++ b/doc/shared/sunlinsol/SUNLinSol_SPFGMR.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_SPGMR.rst b/doc/shared/sunlinsol/SUNLinSol_SPGMR.rst index 2f78bc29f3..e35e9ce213 100644 --- a/doc/shared/sunlinsol/SUNLinSol_SPGMR.rst +++ b/doc/shared/sunlinsol/SUNLinSol_SPGMR.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_SPTFQMR.rst b/doc/shared/sunlinsol/SUNLinSol_SPTFQMR.rst index 168ba7fd5c..1f4468b9b3 100644 --- a/doc/shared/sunlinsol/SUNLinSol_SPTFQMR.rst +++ b/doc/shared/sunlinsol/SUNLinSol_SPTFQMR.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_SuperLUDIST.rst b/doc/shared/sunlinsol/SUNLinSol_SuperLUDIST.rst index 462c0c7c7e..de93a06071 100644 --- a/doc/shared/sunlinsol/SUNLinSol_SuperLUDIST.rst +++ b/doc/shared/sunlinsol/SUNLinSol_SuperLUDIST.rst @@ -2,7 +2,7 @@ Programmer(s): Cody J. Balos @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_SuperLUMT.rst b/doc/shared/sunlinsol/SUNLinSol_SuperLUMT.rst index 60c344ab9c..f784790539 100644 --- a/doc/shared/sunlinsol/SUNLinSol_SuperLUMT.rst +++ b/doc/shared/sunlinsol/SUNLinSol_SuperLUMT.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunlinsol/SUNLinSol_cuSolverSp.rst b/doc/shared/sunlinsol/SUNLinSol_cuSolverSp.rst index 58ce79681d..b7b2ea0377 100644 --- a/doc/shared/sunlinsol/SUNLinSol_cuSolverSp.rst +++ b/doc/shared/sunlinsol/SUNLinSol_cuSolverSp.rst @@ -2,7 +2,7 @@ Programmer(s): Cody J. Balos @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmatrix/SUNMatrix_Band.rst b/doc/shared/sunmatrix/SUNMatrix_Band.rst index 1c5dd0bc4b..b8d68c200b 100644 --- a/doc/shared/sunmatrix/SUNMatrix_Band.rst +++ b/doc/shared/sunmatrix/SUNMatrix_Band.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmatrix/SUNMatrix_Dense.rst b/doc/shared/sunmatrix/SUNMatrix_Dense.rst index 4457fdd471..51baad98fa 100644 --- a/doc/shared/sunmatrix/SUNMatrix_Dense.rst +++ b/doc/shared/sunmatrix/SUNMatrix_Dense.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmatrix/SUNMatrix_Description.rst b/doc/shared/sunmatrix/SUNMatrix_Description.rst index fe17e6f3f2..236e00c87e 100644 --- a/doc/shared/sunmatrix/SUNMatrix_Description.rst +++ b/doc/shared/sunmatrix/SUNMatrix_Description.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmatrix/SUNMatrix_Examples.rst b/doc/shared/sunmatrix/SUNMatrix_Examples.rst index c0cd1ec808..5fef70f9fa 100644 --- a/doc/shared/sunmatrix/SUNMatrix_Examples.rst +++ b/doc/shared/sunmatrix/SUNMatrix_Examples.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmatrix/SUNMatrix_Ginkgo.rst b/doc/shared/sunmatrix/SUNMatrix_Ginkgo.rst index b003e26039..84ba4b838b 100644 --- a/doc/shared/sunmatrix/SUNMatrix_Ginkgo.rst +++ b/doc/shared/sunmatrix/SUNMatrix_Ginkgo.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmatrix/SUNMatrix_KokkosDense.rst b/doc/shared/sunmatrix/SUNMatrix_KokkosDense.rst index bbcadfe20c..3f3688e097 100644 --- a/doc/shared/sunmatrix/SUNMatrix_KokkosDense.rst +++ b/doc/shared/sunmatrix/SUNMatrix_KokkosDense.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmatrix/SUNMatrix_MagmaDense.rst b/doc/shared/sunmatrix/SUNMatrix_MagmaDense.rst index a79f4e14dc..7c39b4e2ef 100644 --- a/doc/shared/sunmatrix/SUNMatrix_MagmaDense.rst +++ b/doc/shared/sunmatrix/SUNMatrix_MagmaDense.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmatrix/SUNMatrix_OneMklDense.rst b/doc/shared/sunmatrix/SUNMatrix_OneMklDense.rst index dc3b83d709..5dc17353c0 100644 --- a/doc/shared/sunmatrix/SUNMatrix_OneMklDense.rst +++ b/doc/shared/sunmatrix/SUNMatrix_OneMklDense.rst @@ -2,7 +2,7 @@ Programmer(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmatrix/SUNMatrix_Operations.rst b/doc/shared/sunmatrix/SUNMatrix_Operations.rst index 984c7a5fcd..443ab543a4 100644 --- a/doc/shared/sunmatrix/SUNMatrix_Operations.rst +++ b/doc/shared/sunmatrix/SUNMatrix_Operations.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmatrix/SUNMatrix_SLUNRloc.rst b/doc/shared/sunmatrix/SUNMatrix_SLUNRloc.rst index 4aadb7c3e7..0dfb7d57b1 100644 --- a/doc/shared/sunmatrix/SUNMatrix_SLUNRloc.rst +++ b/doc/shared/sunmatrix/SUNMatrix_SLUNRloc.rst @@ -2,7 +2,7 @@ Programmer(s): Cody J. Balos @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmatrix/SUNMatrix_Sparse.rst b/doc/shared/sunmatrix/SUNMatrix_Sparse.rst index 89ce2505e8..07135628ca 100644 --- a/doc/shared/sunmatrix/SUNMatrix_Sparse.rst +++ b/doc/shared/sunmatrix/SUNMatrix_Sparse.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmatrix/SUNMatrix_cuSparse.rst b/doc/shared/sunmatrix/SUNMatrix_cuSparse.rst index 19f173813b..28f87823d6 100644 --- a/doc/shared/sunmatrix/SUNMatrix_cuSparse.rst +++ b/doc/shared/sunmatrix/SUNMatrix_cuSparse.rst @@ -2,7 +2,7 @@ Programmer(s): Cody J. Balos @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmemory/SUNMemory_CUDA.rst b/doc/shared/sunmemory/SUNMemory_CUDA.rst index cf35507172..0a7607d16d 100644 --- a/doc/shared/sunmemory/SUNMemory_CUDA.rst +++ b/doc/shared/sunmemory/SUNMemory_CUDA.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmemory/SUNMemory_Description.rst b/doc/shared/sunmemory/SUNMemory_Description.rst index 2efc154aa4..639f72a5e6 100644 --- a/doc/shared/sunmemory/SUNMemory_Description.rst +++ b/doc/shared/sunmemory/SUNMemory_Description.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmemory/SUNMemory_HIP.rst b/doc/shared/sunmemory/SUNMemory_HIP.rst index e933c663e3..515734d966 100644 --- a/doc/shared/sunmemory/SUNMemory_HIP.rst +++ b/doc/shared/sunmemory/SUNMemory_HIP.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunmemory/SUNMemory_SYCL.rst b/doc/shared/sunmemory/SUNMemory_SYCL.rst index 3250f1f706..bc55774dfb 100644 --- a/doc/shared/sunmemory/SUNMemory_SYCL.rst +++ b/doc/shared/sunmemory/SUNMemory_SYCL.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunnonlinsol/SUNNonlinSol_API.rst b/doc/shared/sunnonlinsol/SUNNonlinSol_API.rst index 4715ee8e29..3f05511be2 100644 --- a/doc/shared/sunnonlinsol/SUNNonlinSol_API.rst +++ b/doc/shared/sunnonlinsol/SUNNonlinSol_API.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunnonlinsol/SUNNonlinSol_FixedPoint.rst b/doc/shared/sunnonlinsol/SUNNonlinSol_FixedPoint.rst index 09185168a0..9a4c173ba7 100644 --- a/doc/shared/sunnonlinsol/SUNNonlinSol_FixedPoint.rst +++ b/doc/shared/sunnonlinsol/SUNNonlinSol_FixedPoint.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunnonlinsol/SUNNonlinSol_Newton.rst b/doc/shared/sunnonlinsol/SUNNonlinSol_Newton.rst index 55192f4485..9213247a4b 100644 --- a/doc/shared/sunnonlinsol/SUNNonlinSol_Newton.rst +++ b/doc/shared/sunnonlinsol/SUNNonlinSol_Newton.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunnonlinsol/SUNNonlinSol_PetscSNES.rst b/doc/shared/sunnonlinsol/SUNNonlinSol_PetscSNES.rst index 1cb332300d..c597fb59b7 100644 --- a/doc/shared/sunnonlinsol/SUNNonlinSol_PetscSNES.rst +++ b/doc/shared/sunnonlinsol/SUNNonlinSol_PetscSNES.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunstepper/SUNStepper_Description.rst b/doc/shared/sunstepper/SUNStepper_Description.rst index 0ed17d224a..4047f81c55 100644 --- a/doc/shared/sunstepper/SUNStepper_Description.rst +++ b/doc/shared/sunstepper/SUNStepper_Description.rst @@ -3,7 +3,7 @@ David J. Gardner @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunstepper/SUNStepper_Implementing.rst b/doc/shared/sunstepper/SUNStepper_Implementing.rst index dda9d11ade..60c97bc7b3 100644 --- a/doc/shared/sunstepper/SUNStepper_Implementing.rst +++ b/doc/shared/sunstepper/SUNStepper_Implementing.rst @@ -3,7 +3,7 @@ Steven B. Roberts @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/shared/sunstepper/SUNStepper_Structure.rst b/doc/shared/sunstepper/SUNStepper_Structure.rst index bce90f5c57..fb3919d57f 100644 --- a/doc/shared/sunstepper/SUNStepper_Structure.rst +++ b/doc/shared/sunstepper/SUNStepper_Structure.rst @@ -2,7 +2,7 @@ Programmer(s): Steven B. Roberts @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/Changelog_link.rst b/doc/superbuild/source/Changelog_link.rst index 1065050dc2..23f5637a4d 100644 --- a/doc/superbuild/source/Changelog_link.rst +++ b/doc/superbuild/source/Changelog_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/FAQ_link.rst b/doc/superbuild/source/FAQ_link.rst index 859d7b2c2d..9df8939614 100644 --- a/doc/superbuild/source/FAQ_link.rst +++ b/doc/superbuild/source/FAQ_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/History_link.rst b/doc/superbuild/source/History_link.rst index 31489398ce..43fbe17941 100644 --- a/doc/superbuild/source/History_link.rst +++ b/doc/superbuild/source/History_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/RecentChanges_link.rst b/doc/superbuild/source/RecentChanges_link.rst index 855e44fd60..151f9a3554 100644 --- a/doc/superbuild/source/RecentChanges_link.rst +++ b/doc/superbuild/source/RecentChanges_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/References.rst b/doc/superbuild/source/References.rst index 019c1917dd..2ab262a16e 100644 --- a/doc/superbuild/source/References.rst +++ b/doc/superbuild/source/References.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/arkode/ARKodeButcherTable_link.rst b/doc/superbuild/source/arkode/ARKodeButcherTable_link.rst index 0d3d6adb3d..7cb6843750 100644 --- a/doc/superbuild/source/arkode/ARKodeButcherTable_link.rst +++ b/doc/superbuild/source/arkode/ARKodeButcherTable_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/arkode/ARKodeSPRKTable_link.rst b/doc/superbuild/source/arkode/ARKodeSPRKTable_link.rst index f97e33e2ff..2a70cbe13f 100644 --- a/doc/superbuild/source/arkode/ARKodeSPRKTable_link.rst +++ b/doc/superbuild/source/arkode/ARKodeSPRKTable_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/arkode/Butcher_link.rst b/doc/superbuild/source/arkode/Butcher_link.rst index 8679823c27..d2dfd0cff2 100644 --- a/doc/superbuild/source/arkode/Butcher_link.rst +++ b/doc/superbuild/source/arkode/Butcher_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/arkode/Constants_link.rst b/doc/superbuild/source/arkode/Constants_link.rst index 043b4b6fd9..e854263f08 100644 --- a/doc/superbuild/source/arkode/Constants_link.rst +++ b/doc/superbuild/source/arkode/Constants_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/arkode/Introduction_link.rst b/doc/superbuild/source/arkode/Introduction_link.rst index c7582e1df1..444cb8d477 100644 --- a/doc/superbuild/source/arkode/Introduction_link.rst +++ b/doc/superbuild/source/arkode/Introduction_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/arkode/Mathematics_link.rst b/doc/superbuild/source/arkode/Mathematics_link.rst index 52806d78e0..de5d73bfef 100644 --- a/doc/superbuild/source/arkode/Mathematics_link.rst +++ b/doc/superbuild/source/arkode/Mathematics_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/arkode/Organization_link.rst b/doc/superbuild/source/arkode/Organization_link.rst index 8ff8b7a278..e76aeb9566 100644 --- a/doc/superbuild/source/arkode/Organization_link.rst +++ b/doc/superbuild/source/arkode/Organization_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/arkode/index.rst b/doc/superbuild/source/arkode/index.rst index 712f1d76c1..a0af5dc92f 100644 --- a/doc/superbuild/source/arkode/index.rst +++ b/doc/superbuild/source/arkode/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/conf.py b/doc/superbuild/source/conf.py index 5a4a6414b1..73a00ba6b0 100644 --- a/doc/superbuild/source/conf.py +++ b/doc/superbuild/source/conf.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/doc/superbuild/source/contributing/index.rst b/doc/superbuild/source/contributing/index.rst index 0462aecf3a..3b2cb3fec6 100644 --- a/doc/superbuild/source/contributing/index.rst +++ b/doc/superbuild/source/contributing/index.rst @@ -1,7 +1,7 @@ .. ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/cvode/Constants_link.rst b/doc/superbuild/source/cvode/Constants_link.rst index 76414be345..6f680786fc 100644 --- a/doc/superbuild/source/cvode/Constants_link.rst +++ b/doc/superbuild/source/cvode/Constants_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/cvode/Introduction_link.rst b/doc/superbuild/source/cvode/Introduction_link.rst index f5bdc5d243..4983c267f9 100644 --- a/doc/superbuild/source/cvode/Introduction_link.rst +++ b/doc/superbuild/source/cvode/Introduction_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/cvode/Mathematics_link.rst b/doc/superbuild/source/cvode/Mathematics_link.rst index c34e7d48d6..e6013942f3 100644 --- a/doc/superbuild/source/cvode/Mathematics_link.rst +++ b/doc/superbuild/source/cvode/Mathematics_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/cvode/Organization_link.rst b/doc/superbuild/source/cvode/Organization_link.rst index 95fbdc7ab3..305bb8da5a 100644 --- a/doc/superbuild/source/cvode/Organization_link.rst +++ b/doc/superbuild/source/cvode/Organization_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/cvode/index.rst b/doc/superbuild/source/cvode/index.rst index e6017c4689..c1aa6bb76d 100644 --- a/doc/superbuild/source/cvode/index.rst +++ b/doc/superbuild/source/cvode/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/cvodes/Constants_link.rst b/doc/superbuild/source/cvodes/Constants_link.rst index 631af5cccc..2a546e7907 100644 --- a/doc/superbuild/source/cvodes/Constants_link.rst +++ b/doc/superbuild/source/cvodes/Constants_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/cvodes/Introduction_link.rst b/doc/superbuild/source/cvodes/Introduction_link.rst index 22c1ef7408..34651ed942 100644 --- a/doc/superbuild/source/cvodes/Introduction_link.rst +++ b/doc/superbuild/source/cvodes/Introduction_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/cvodes/Mathematics_link.rst b/doc/superbuild/source/cvodes/Mathematics_link.rst index f043cbcb56..0d2faf940a 100644 --- a/doc/superbuild/source/cvodes/Mathematics_link.rst +++ b/doc/superbuild/source/cvodes/Mathematics_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/cvodes/Organization_link.rst b/doc/superbuild/source/cvodes/Organization_link.rst index 29a57e09f0..f5e9df05e0 100644 --- a/doc/superbuild/source/cvodes/Organization_link.rst +++ b/doc/superbuild/source/cvodes/Organization_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/cvodes/index.rst b/doc/superbuild/source/cvodes/index.rst index afac39fa5c..00eceacbb0 100644 --- a/doc/superbuild/source/cvodes/index.rst +++ b/doc/superbuild/source/cvodes/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/History.rst b/doc/superbuild/source/developers/History.rst index 54dcd04a70..8eeb5de5fc 100644 --- a/doc/superbuild/source/developers/History.rst +++ b/doc/superbuild/source/developers/History.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner and Carol S. Woodward @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/appendix/GitCheatSheet.rst b/doc/superbuild/source/developers/appendix/GitCheatSheet.rst index 1f7d86fa7d..d3d4e2eb26 100644 --- a/doc/superbuild/source/developers/appendix/GitCheatSheet.rst +++ b/doc/superbuild/source/developers/appendix/GitCheatSheet.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/appendix/index.rst b/doc/superbuild/source/developers/appendix/index.rst index e5d2c23a79..1c3b3bf689 100644 --- a/doc/superbuild/source/developers/appendix/index.rst +++ b/doc/superbuild/source/developers/appendix/index.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/benchmarks/advection_reaction.rst b/doc/superbuild/source/developers/benchmarks/advection_reaction.rst index aad7289c0f..b4656063de 100644 --- a/doc/superbuild/source/developers/benchmarks/advection_reaction.rst +++ b/doc/superbuild/source/developers/benchmarks/advection_reaction.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/benchmarks/diffusion.rst b/doc/superbuild/source/developers/benchmarks/diffusion.rst index 947a3edfdf..303a17eae2 100644 --- a/doc/superbuild/source/developers/benchmarks/diffusion.rst +++ b/doc/superbuild/source/developers/benchmarks/diffusion.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/benchmarks/index.rst b/doc/superbuild/source/developers/benchmarks/index.rst index 11ce5004bd..cf5ca5e344 100644 --- a/doc/superbuild/source/developers/benchmarks/index.rst +++ b/doc/superbuild/source/developers/benchmarks/index.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/documentation/Setup.rst b/doc/superbuild/source/developers/documentation/Setup.rst index 373f229de8..c610a7c9c2 100644 --- a/doc/superbuild/source/developers/documentation/Setup.rst +++ b/doc/superbuild/source/developers/documentation/Setup.rst @@ -1,7 +1,7 @@ .. ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/documentation/Style.rst b/doc/superbuild/source/developers/documentation/Style.rst index 82484d4328..4e1d3cb5a0 100644 --- a/doc/superbuild/source/developers/documentation/Style.rst +++ b/doc/superbuild/source/developers/documentation/Style.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/documentation/index.rst b/doc/superbuild/source/developers/documentation/index.rst index 1076612d92..989a8fdc50 100644 --- a/doc/superbuild/source/developers/documentation/index.rst +++ b/doc/superbuild/source/developers/documentation/index.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/getting_started/Checklist.rst b/doc/superbuild/source/developers/getting_started/Checklist.rst index 3b9366fd95..c480f3813c 100644 --- a/doc/superbuild/source/developers/getting_started/Checklist.rst +++ b/doc/superbuild/source/developers/getting_started/Checklist.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/getting_started/Setup.rst b/doc/superbuild/source/developers/getting_started/Setup.rst index bbf391bbdf..4f9cb436b6 100644 --- a/doc/superbuild/source/developers/getting_started/Setup.rst +++ b/doc/superbuild/source/developers/getting_started/Setup.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/getting_started/Workflow.rst b/doc/superbuild/source/developers/getting_started/Workflow.rst index 52967d44b8..2df914a43a 100644 --- a/doc/superbuild/source/developers/getting_started/Workflow.rst +++ b/doc/superbuild/source/developers/getting_started/Workflow.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/getting_started/index.rst b/doc/superbuild/source/developers/getting_started/index.rst index b9f417e905..9e04a9531d 100644 --- a/doc/superbuild/source/developers/getting_started/index.rst +++ b/doc/superbuild/source/developers/getting_started/index.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/index.rst b/doc/superbuild/source/developers/index.rst index f236864cdd..caa866cb48 100644 --- a/doc/superbuild/source/developers/index.rst +++ b/doc/superbuild/source/developers/index.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/packages/ARKODE.rst b/doc/superbuild/source/developers/packages/ARKODE.rst index 9dd88df575..3b91bdd5d2 100644 --- a/doc/superbuild/source/developers/packages/ARKODE.rst +++ b/doc/superbuild/source/developers/packages/ARKODE.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/packages/index.rst b/doc/superbuild/source/developers/packages/index.rst index 93042ba925..d234a7f8e0 100644 --- a/doc/superbuild/source/developers/packages/index.rst +++ b/doc/superbuild/source/developers/packages/index.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/pull_requests/MergePR.rst b/doc/superbuild/source/developers/pull_requests/MergePR.rst index 4537d1b493..e258552534 100644 --- a/doc/superbuild/source/developers/pull_requests/MergePR.rst +++ b/doc/superbuild/source/developers/pull_requests/MergePR.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/pull_requests/OpenPR.rst b/doc/superbuild/source/developers/pull_requests/OpenPR.rst index f7e4f8e0a8..0f1300e43c 100644 --- a/doc/superbuild/source/developers/pull_requests/OpenPR.rst +++ b/doc/superbuild/source/developers/pull_requests/OpenPR.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/pull_requests/ReviewPR.rst b/doc/superbuild/source/developers/pull_requests/ReviewPR.rst index 6264bebbc3..f615625473 100644 --- a/doc/superbuild/source/developers/pull_requests/ReviewPR.rst +++ b/doc/superbuild/source/developers/pull_requests/ReviewPR.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/pull_requests/index.rst b/doc/superbuild/source/developers/pull_requests/index.rst index c947a97f59..a1c065f361 100644 --- a/doc/superbuild/source/developers/pull_requests/index.rst +++ b/doc/superbuild/source/developers/pull_requests/index.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/releases/Checklist.rst b/doc/superbuild/source/developers/releases/Checklist.rst index 8afe6cd119..b9c4ca4aad 100644 --- a/doc/superbuild/source/developers/releases/Checklist.rst +++ b/doc/superbuild/source/developers/releases/Checklist.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner, Cody J. Balos @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/releases/index.rst b/doc/superbuild/source/developers/releases/index.rst index 0a7bd0a49f..4b86c4a313 100644 --- a/doc/superbuild/source/developers/releases/index.rst +++ b/doc/superbuild/source/developers/releases/index.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/source_code/Naming.rst b/doc/superbuild/source/developers/source_code/Naming.rst index 025bc3a6c7..f89b1cb429 100644 --- a/doc/superbuild/source/developers/source_code/Naming.rst +++ b/doc/superbuild/source/developers/source_code/Naming.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner, Cody J. Balos @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/source_code/Rules.rst b/doc/superbuild/source/developers/source_code/Rules.rst index a9e7c639da..ef747ad134 100644 --- a/doc/superbuild/source/developers/source_code/Rules.rst +++ b/doc/superbuild/source/developers/source_code/Rules.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner, Cody J. Balos @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/source_code/Style.rst b/doc/superbuild/source/developers/source_code/Style.rst index 3ff67c7dd7..e892514230 100644 --- a/doc/superbuild/source/developers/source_code/Style.rst +++ b/doc/superbuild/source/developers/source_code/Style.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner, Cody J. Balos @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/source_code/index.rst b/doc/superbuild/source/developers/source_code/index.rst index c3b5a83fc4..5613d6742e 100644 --- a/doc/superbuild/source/developers/source_code/index.rst +++ b/doc/superbuild/source/developers/source_code/index.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/testing/Answers.rst b/doc/superbuild/source/developers/testing/Answers.rst index 20794d7856..fa8ef993e2 100644 --- a/doc/superbuild/source/developers/testing/Answers.rst +++ b/doc/superbuild/source/developers/testing/Answers.rst @@ -1,7 +1,7 @@ .. ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/testing/Benchmarking.rst b/doc/superbuild/source/developers/testing/Benchmarking.rst index d32f251411..849c1380cd 100644 --- a/doc/superbuild/source/developers/testing/Benchmarking.rst +++ b/doc/superbuild/source/developers/testing/Benchmarking.rst @@ -1,7 +1,7 @@ .. ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/testing/CTest.rst b/doc/superbuild/source/developers/testing/CTest.rst index bfb9173d2d..21e29ffb3c 100644 --- a/doc/superbuild/source/developers/testing/CTest.rst +++ b/doc/superbuild/source/developers/testing/CTest.rst @@ -1,7 +1,7 @@ .. ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/testing/GitHub.rst b/doc/superbuild/source/developers/testing/GitHub.rst index c16df748d6..0b2717a130 100644 --- a/doc/superbuild/source/developers/testing/GitHub.rst +++ b/doc/superbuild/source/developers/testing/GitHub.rst @@ -1,7 +1,7 @@ .. ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/testing/GitLab.rst b/doc/superbuild/source/developers/testing/GitLab.rst index 6815a8a870..8c80aa95f9 100644 --- a/doc/superbuild/source/developers/testing/GitLab.rst +++ b/doc/superbuild/source/developers/testing/GitLab.rst @@ -1,7 +1,7 @@ .. ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/testing/Scripts.rst b/doc/superbuild/source/developers/testing/Scripts.rst index 9defc9f2f8..58f9e59391 100644 --- a/doc/superbuild/source/developers/testing/Scripts.rst +++ b/doc/superbuild/source/developers/testing/Scripts.rst @@ -1,7 +1,7 @@ .. ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/testing/Spot.rst b/doc/superbuild/source/developers/testing/Spot.rst index 54f6cce3ea..52d716bf28 100644 --- a/doc/superbuild/source/developers/testing/Spot.rst +++ b/doc/superbuild/source/developers/testing/Spot.rst @@ -1,7 +1,7 @@ .. ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/developers/testing/index.rst b/doc/superbuild/source/developers/testing/index.rst index 5b4c95d43b..8358d50d84 100644 --- a/doc/superbuild/source/developers/testing/index.rst +++ b/doc/superbuild/source/developers/testing/index.rst @@ -2,7 +2,7 @@ Author(s): David J. Gardner @ LLNL ----------------------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/ida/Constants_link.rst b/doc/superbuild/source/ida/Constants_link.rst index 4e3f88d4dd..4dd35697ac 100644 --- a/doc/superbuild/source/ida/Constants_link.rst +++ b/doc/superbuild/source/ida/Constants_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/ida/Introduction_link.rst b/doc/superbuild/source/ida/Introduction_link.rst index 2664339cca..74d5eb6a62 100644 --- a/doc/superbuild/source/ida/Introduction_link.rst +++ b/doc/superbuild/source/ida/Introduction_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/ida/Mathematics_link.rst b/doc/superbuild/source/ida/Mathematics_link.rst index 623781665a..bfbd8e1a19 100644 --- a/doc/superbuild/source/ida/Mathematics_link.rst +++ b/doc/superbuild/source/ida/Mathematics_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/ida/Organization_link.rst b/doc/superbuild/source/ida/Organization_link.rst index f39e7a7344..7e45574d6b 100644 --- a/doc/superbuild/source/ida/Organization_link.rst +++ b/doc/superbuild/source/ida/Organization_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/ida/index.rst b/doc/superbuild/source/ida/index.rst index 55bcc14622..f246503706 100644 --- a/doc/superbuild/source/ida/index.rst +++ b/doc/superbuild/source/ida/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/idas/Constants_link.rst b/doc/superbuild/source/idas/Constants_link.rst index 1c2bc6573c..8dc51c83c3 100644 --- a/doc/superbuild/source/idas/Constants_link.rst +++ b/doc/superbuild/source/idas/Constants_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/idas/Introduction_link.rst b/doc/superbuild/source/idas/Introduction_link.rst index 55031dbfff..d4f227a7cb 100644 --- a/doc/superbuild/source/idas/Introduction_link.rst +++ b/doc/superbuild/source/idas/Introduction_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/idas/Mathematics_link.rst b/doc/superbuild/source/idas/Mathematics_link.rst index 2072da268e..b5d0506a13 100644 --- a/doc/superbuild/source/idas/Mathematics_link.rst +++ b/doc/superbuild/source/idas/Mathematics_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/idas/Organization_link.rst b/doc/superbuild/source/idas/Organization_link.rst index 5627dd036d..2c5b7b4c14 100644 --- a/doc/superbuild/source/idas/Organization_link.rst +++ b/doc/superbuild/source/idas/Organization_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/idas/index.rst b/doc/superbuild/source/idas/index.rst index 2c2fe9c616..82539904a0 100644 --- a/doc/superbuild/source/idas/index.rst +++ b/doc/superbuild/source/idas/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/index.rst b/doc/superbuild/source/index.rst index 4af642e5f2..bedfe689c9 100644 --- a/doc/superbuild/source/index.rst +++ b/doc/superbuild/source/index.rst @@ -2,7 +2,7 @@ Programmer(s): Cody J. Balos @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/kinsol/Constants_link.rst b/doc/superbuild/source/kinsol/Constants_link.rst index 97211b0517..22bfa0b523 100644 --- a/doc/superbuild/source/kinsol/Constants_link.rst +++ b/doc/superbuild/source/kinsol/Constants_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/kinsol/Introduction_link.rst b/doc/superbuild/source/kinsol/Introduction_link.rst index 4a10a251ac..38c357dacf 100644 --- a/doc/superbuild/source/kinsol/Introduction_link.rst +++ b/doc/superbuild/source/kinsol/Introduction_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/kinsol/Mathematics_link.rst b/doc/superbuild/source/kinsol/Mathematics_link.rst index 20ba2e739e..4a73230a10 100644 --- a/doc/superbuild/source/kinsol/Mathematics_link.rst +++ b/doc/superbuild/source/kinsol/Mathematics_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/kinsol/Organization_link.rst b/doc/superbuild/source/kinsol/Organization_link.rst index 9b226244ca..bf4c1680e3 100644 --- a/doc/superbuild/source/kinsol/Organization_link.rst +++ b/doc/superbuild/source/kinsol/Organization_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/kinsol/index.rst b/doc/superbuild/source/kinsol/index.rst index ed709dab52..9af363772b 100644 --- a/doc/superbuild/source/kinsol/index.rst +++ b/doc/superbuild/source/kinsol/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/nvectors/NVector_API_link.rst b/doc/superbuild/source/nvectors/NVector_API_link.rst index 9f3222679e..28e372e2af 100644 --- a/doc/superbuild/source/nvectors/NVector_API_link.rst +++ b/doc/superbuild/source/nvectors/NVector_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/nvectors/NVector_links.rst b/doc/superbuild/source/nvectors/NVector_links.rst index 97925d397e..2459f4375f 100644 --- a/doc/superbuild/source/nvectors/NVector_links.rst +++ b/doc/superbuild/source/nvectors/NVector_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/nvectors/NVector_package_links.rst b/doc/superbuild/source/nvectors/NVector_package_links.rst index abe969557f..ec3c7ddc81 100644 --- a/doc/superbuild/source/nvectors/NVector_package_links.rst +++ b/doc/superbuild/source/nvectors/NVector_package_links.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/nvectors/index.rst b/doc/superbuild/source/nvectors/index.rst index 43c5f16efb..b65114bfdb 100644 --- a/doc/superbuild/source/nvectors/index.rst +++ b/doc/superbuild/source/nvectors/index.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunadaptcontroller/SUNAdaptController_links.rst b/doc/superbuild/source/sunadaptcontroller/SUNAdaptController_links.rst index a3841b0376..09ad37b361 100644 --- a/doc/superbuild/source/sunadaptcontroller/SUNAdaptController_links.rst +++ b/doc/superbuild/source/sunadaptcontroller/SUNAdaptController_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunadaptcontroller/index.rst b/doc/superbuild/source/sunadaptcontroller/index.rst index ef7d64df13..27b8e589f4 100644 --- a/doc/superbuild/source/sunadaptcontroller/index.rst +++ b/doc/superbuild/source/sunadaptcontroller/index.rst @@ -2,7 +2,7 @@ Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sundials/Errors_link.rst b/doc/superbuild/source/sundials/Errors_link.rst index e79e5a78bc..1b2db003f9 100644 --- a/doc/superbuild/source/sundials/Errors_link.rst +++ b/doc/superbuild/source/sundials/Errors_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sundials/Fortran_link.rst b/doc/superbuild/source/sundials/Fortran_link.rst index 1b81e4920a..8e28934c9c 100644 --- a/doc/superbuild/source/sundials/Fortran_link.rst +++ b/doc/superbuild/source/sundials/Fortran_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sundials/GPU_link.rst b/doc/superbuild/source/sundials/GPU_link.rst index 193174f1c9..70e8e2e47a 100644 --- a/doc/superbuild/source/sundials/GPU_link.rst +++ b/doc/superbuild/source/sundials/GPU_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sundials/Install_link.rst b/doc/superbuild/source/sundials/Install_link.rst index d184eb917d..7f5e3e9284 100644 --- a/doc/superbuild/source/sundials/Install_link.rst +++ b/doc/superbuild/source/sundials/Install_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sundials/Logging_link.rst b/doc/superbuild/source/sundials/Logging_link.rst index cb3a095252..a6035d43c2 100644 --- a/doc/superbuild/source/sundials/Logging_link.rst +++ b/doc/superbuild/source/sundials/Logging_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sundials/Profiling_link.rst b/doc/superbuild/source/sundials/Profiling_link.rst index 77dc7ce17d..609d394c2f 100644 --- a/doc/superbuild/source/sundials/Profiling_link.rst +++ b/doc/superbuild/source/sundials/Profiling_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sundials/SUNContext_link.rst b/doc/superbuild/source/sundials/SUNContext_link.rst index 00868a58d2..64c33625a1 100644 --- a/doc/superbuild/source/sundials/SUNContext_link.rst +++ b/doc/superbuild/source/sundials/SUNContext_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sundials/Types_link.rst b/doc/superbuild/source/sundials/Types_link.rst index 2124d17113..739257bea3 100644 --- a/doc/superbuild/source/sundials/Types_link.rst +++ b/doc/superbuild/source/sundials/Types_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sundials/index.rst b/doc/superbuild/source/sundials/index.rst index 37384a534e..47e3a957fd 100644 --- a/doc/superbuild/source/sundials/index.rst +++ b/doc/superbuild/source/sundials/index.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sundials/version_information_link.rst b/doc/superbuild/source/sundials/version_information_link.rst index 6c41399686..3e40d8b7c3 100644 --- a/doc/superbuild/source/sundials/version_information_link.rst +++ b/doc/superbuild/source/sundials/version_information_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunlinsol/SUNLinSol_API_link.rst b/doc/superbuild/source/sunlinsol/SUNLinSol_API_link.rst index 116f6a03f0..451ee2d450 100644 --- a/doc/superbuild/source/sunlinsol/SUNLinSol_API_link.rst +++ b/doc/superbuild/source/sunlinsol/SUNLinSol_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunlinsol/SUNLinSol_links.rst b/doc/superbuild/source/sunlinsol/SUNLinSol_links.rst index c9ddc70448..5f5676c7ca 100644 --- a/doc/superbuild/source/sunlinsol/SUNLinSol_links.rst +++ b/doc/superbuild/source/sunlinsol/SUNLinSol_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunlinsol/SUNLinSol_package_links.rst b/doc/superbuild/source/sunlinsol/SUNLinSol_package_links.rst index 28e25514dd..fcdf6a55f8 100644 --- a/doc/superbuild/source/sunlinsol/SUNLinSol_package_links.rst +++ b/doc/superbuild/source/sunlinsol/SUNLinSol_package_links.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunlinsol/index.rst b/doc/superbuild/source/sunlinsol/index.rst index cca7c54b0b..59b4ac0c51 100644 --- a/doc/superbuild/source/sunlinsol/index.rst +++ b/doc/superbuild/source/sunlinsol/index.rst @@ -2,7 +2,7 @@ Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunmatrix/SUNMatrix_API_link.rst b/doc/superbuild/source/sunmatrix/SUNMatrix_API_link.rst index d86b2a718a..00de5fbd18 100644 --- a/doc/superbuild/source/sunmatrix/SUNMatrix_API_link.rst +++ b/doc/superbuild/source/sunmatrix/SUNMatrix_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunmatrix/SUNMatrix_links.rst b/doc/superbuild/source/sunmatrix/SUNMatrix_links.rst index 3fdcd65d47..a652335aac 100644 --- a/doc/superbuild/source/sunmatrix/SUNMatrix_links.rst +++ b/doc/superbuild/source/sunmatrix/SUNMatrix_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunmatrix/SUNMatrix_package_links.rst b/doc/superbuild/source/sunmatrix/SUNMatrix_package_links.rst index 05ddcc292c..6106bf2279 100644 --- a/doc/superbuild/source/sunmatrix/SUNMatrix_package_links.rst +++ b/doc/superbuild/source/sunmatrix/SUNMatrix_package_links.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunmatrix/index.rst b/doc/superbuild/source/sunmatrix/index.rst index 268dfd570a..985a198f54 100644 --- a/doc/superbuild/source/sunmatrix/index.rst +++ b/doc/superbuild/source/sunmatrix/index.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunmemory/SUNMemory_links.rst b/doc/superbuild/source/sunmemory/SUNMemory_links.rst index e36bbec844..5cac1dec41 100644 --- a/doc/superbuild/source/sunmemory/SUNMemory_links.rst +++ b/doc/superbuild/source/sunmemory/SUNMemory_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunmemory/index.rst b/doc/superbuild/source/sunmemory/index.rst index 9dd9940ce8..122ebd3a0e 100644 --- a/doc/superbuild/source/sunmemory/index.rst +++ b/doc/superbuild/source/sunmemory/index.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunnonlinsol/SUNNonlinSol_API_link.rst b/doc/superbuild/source/sunnonlinsol/SUNNonlinSol_API_link.rst index 37592f72de..9d53b55231 100644 --- a/doc/superbuild/source/sunnonlinsol/SUNNonlinSol_API_link.rst +++ b/doc/superbuild/source/sunnonlinsol/SUNNonlinSol_API_link.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunnonlinsol/SUNNonlinSol_links.rst b/doc/superbuild/source/sunnonlinsol/SUNNonlinSol_links.rst index 242a0e89f7..40ff76e296 100644 --- a/doc/superbuild/source/sunnonlinsol/SUNNonlinSol_links.rst +++ b/doc/superbuild/source/sunnonlinsol/SUNNonlinSol_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunnonlinsol/SUNNonlinSol_package_links.rst b/doc/superbuild/source/sunnonlinsol/SUNNonlinSol_package_links.rst index c92ef6edde..874741b6e4 100644 --- a/doc/superbuild/source/sunnonlinsol/SUNNonlinSol_package_links.rst +++ b/doc/superbuild/source/sunnonlinsol/SUNNonlinSol_package_links.rst @@ -1,7 +1,7 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunnonlinsol/index.rst b/doc/superbuild/source/sunnonlinsol/index.rst index 4965644c99..9a3f2bca6d 100644 --- a/doc/superbuild/source/sunnonlinsol/index.rst +++ b/doc/superbuild/source/sunnonlinsol/index.rst @@ -2,7 +2,7 @@ Programmer(s): Daniel R. Reynolds @ SMU ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunstepper/SUNStepper_links.rst b/doc/superbuild/source/sunstepper/SUNStepper_links.rst index 925278111c..142cfda294 100644 --- a/doc/superbuild/source/sunstepper/SUNStepper_links.rst +++ b/doc/superbuild/source/sunstepper/SUNStepper_links.rst @@ -1,6 +1,6 @@ .. ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/doc/superbuild/source/sunstepper/index.rst b/doc/superbuild/source/sunstepper/index.rst index 37c94c70d7..12819f527b 100644 --- a/doc/superbuild/source/sunstepper/index.rst +++ b/doc/superbuild/source/sunstepper/index.rst @@ -2,7 +2,7 @@ Programmer(s): Steven B. Roberts @ LLNL ---------------------------------------------------------------- SUNDIALS Copyright Start - Copyright (c) 2002-2024, Lawrence Livermore National Security + Copyright (c) 2002-2025, Lawrence Livermore National Security and Southern Methodist University. All rights reserved. diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 0bc8dd3e3b..49281344de 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner and Slaven Peles @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CMakeLists.txt b/examples/arkode/CMakeLists.txt index 611ac56cd8..e020276f5f 100644 --- a/examples/arkode/CMakeLists.txt +++ b/examples/arkode/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner and Slaven Peles @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CXX_manyvector/CMakeLists.txt b/examples/arkode/CXX_manyvector/CMakeLists.txt index 037f1fd83b..f5939d7e27 100644 --- a/examples/arkode/CXX_manyvector/CMakeLists.txt +++ b/examples/arkode/CXX_manyvector/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CXX_manyvector/ark_sod_lsrk.cpp b/examples/arkode/CXX_manyvector/ark_sod_lsrk.cpp index f78f0c5e36..06e713a289 100644 --- a/examples/arkode/CXX_manyvector/ark_sod_lsrk.cpp +++ b/examples/arkode/CXX_manyvector/ark_sod_lsrk.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_manyvector/ark_sod_lsrk.hpp b/examples/arkode/CXX_manyvector/ark_sod_lsrk.hpp index 0ccd7959df..5d4f43f468 100644 --- a/examples/arkode/CXX_manyvector/ark_sod_lsrk.hpp +++ b/examples/arkode/CXX_manyvector/ark_sod_lsrk.hpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_manyvector/plot_sod.py b/examples/arkode/CXX_manyvector/plot_sod.py index 2e87566718..982c856ce6 100755 --- a/examples/arkode/CXX_manyvector/plot_sod.py +++ b/examples/arkode/CXX_manyvector/plot_sod.py @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CXX_parallel/CMakeLists.txt b/examples/arkode/CXX_parallel/CMakeLists.txt index 45b01819d5..d4a2a2bcf2 100644 --- a/examples/arkode/CXX_parallel/CMakeLists.txt +++ b/examples/arkode/CXX_parallel/CMakeLists.txt @@ -3,7 +3,7 @@ # Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CXX_parallel/ark_brusselator1D.h b/examples/arkode/CXX_parallel/ark_brusselator1D.h index dd8e49ea98..f8fda4cfee 100644 --- a/examples/arkode/CXX_parallel/ark_brusselator1D.h +++ b/examples/arkode/CXX_parallel/ark_brusselator1D.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner, Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_parallel/ark_brusselator1D_task_local_nls.cpp b/examples/arkode/CXX_parallel/ark_brusselator1D_task_local_nls.cpp index 870e9b7a30..ff7fa75894 100644 --- a/examples/arkode/CXX_parallel/ark_brusselator1D_task_local_nls.cpp +++ b/examples/arkode/CXX_parallel/ark_brusselator1D_task_local_nls.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner, Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_parallel/ark_diffusion_reaction_p.cpp b/examples/arkode/CXX_parallel/ark_diffusion_reaction_p.cpp index 6b46ddd9b4..8b05a0cb2e 100644 --- a/examples/arkode/CXX_parallel/ark_diffusion_reaction_p.cpp +++ b/examples/arkode/CXX_parallel/ark_diffusion_reaction_p.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_parallel/ark_heat2D_lsrk_p.cpp b/examples/arkode/CXX_parallel/ark_heat2D_lsrk_p.cpp index 5a69244b8b..7a3c6377f0 100644 --- a/examples/arkode/CXX_parallel/ark_heat2D_lsrk_p.cpp +++ b/examples/arkode/CXX_parallel/ark_heat2D_lsrk_p.cpp @@ -5,7 +5,7 @@ * Gardner (LLNL)) * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_parallel/ark_heat2D_p.cpp b/examples/arkode/CXX_parallel/ark_heat2D_p.cpp index ed59996da6..801c8db09b 100644 --- a/examples/arkode/CXX_parallel/ark_heat2D_p.cpp +++ b/examples/arkode/CXX_parallel/ark_heat2D_p.cpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_parallel/plot_brusselator1D.py b/examples/arkode/CXX_parallel/plot_brusselator1D.py index 087577ff0e..2f07b4765c 100755 --- a/examples/arkode/CXX_parallel/plot_brusselator1D.py +++ b/examples/arkode/CXX_parallel/plot_brusselator1D.py @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ---------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CXX_parallel/plot_heat2D_p.py b/examples/arkode/CXX_parallel/plot_heat2D_p.py index 55a0649978..2ac4877ab0 100755 --- a/examples/arkode/CXX_parallel/plot_heat2D_p.py +++ b/examples/arkode/CXX_parallel/plot_heat2D_p.py @@ -4,7 +4,7 @@ # David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CXX_parhyp/CMakeLists.txt b/examples/arkode/CXX_parhyp/CMakeLists.txt index 291a8cc33f..168ba510fc 100644 --- a/examples/arkode/CXX_parhyp/CMakeLists.txt +++ b/examples/arkode/CXX_parhyp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CXX_parhyp/ark_heat2D_hypre_ls.cpp b/examples/arkode/CXX_parhyp/ark_heat2D_hypre_ls.cpp index 997bd4d787..588d94ae28 100644 --- a/examples/arkode/CXX_parhyp/ark_heat2D_hypre_ls.cpp +++ b/examples/arkode/CXX_parhyp/ark_heat2D_hypre_ls.cpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_parhyp/ark_heat2D_hypre_pfmg.cpp b/examples/arkode/CXX_parhyp/ark_heat2D_hypre_pfmg.cpp index 3950d8c482..b1d4848d8a 100644 --- a/examples/arkode/CXX_parhyp/ark_heat2D_hypre_pfmg.cpp +++ b/examples/arkode/CXX_parhyp/ark_heat2D_hypre_pfmg.cpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_parhyp/ark_heat2D_hypre_pfmg_imex.cpp b/examples/arkode/CXX_parhyp/ark_heat2D_hypre_pfmg_imex.cpp index 9ca07cbfe1..9e9e540d74 100644 --- a/examples/arkode/CXX_parhyp/ark_heat2D_hypre_pfmg_imex.cpp +++ b/examples/arkode/CXX_parhyp/ark_heat2D_hypre_pfmg_imex.cpp @@ -4,7 +4,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_parhyp/ark_heat2D_hypre_pfmg_mri.cpp b/examples/arkode/CXX_parhyp/ark_heat2D_hypre_pfmg_mri.cpp index bf090c0020..cb79fb7839 100644 --- a/examples/arkode/CXX_parhyp/ark_heat2D_hypre_pfmg_mri.cpp +++ b/examples/arkode/CXX_parhyp/ark_heat2D_hypre_pfmg_mri.cpp @@ -4,7 +4,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_parhyp/plot_heat2D_p.py b/examples/arkode/CXX_parhyp/plot_heat2D_p.py index 55a0649978..2ac4877ab0 100755 --- a/examples/arkode/CXX_parhyp/plot_heat2D_p.py +++ b/examples/arkode/CXX_parhyp/plot_heat2D_p.py @@ -4,7 +4,7 @@ # David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CXX_serial/CMakeLists.txt b/examples/arkode/CXX_serial/CMakeLists.txt index 539fd7cc72..fb7607afec 100644 --- a/examples/arkode/CXX_serial/CMakeLists.txt +++ b/examples/arkode/CXX_serial/CMakeLists.txt @@ -3,7 +3,7 @@ # David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CXX_serial/ark_advection_diffusion_reaction.cpp b/examples/arkode/CXX_serial/ark_advection_diffusion_reaction.cpp index 3423bc5c56..62ee791dfa 100644 --- a/examples/arkode/CXX_serial/ark_advection_diffusion_reaction.cpp +++ b/examples/arkode/CXX_serial/ark_advection_diffusion_reaction.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_serial/ark_advection_diffusion_reaction.hpp b/examples/arkode/CXX_serial/ark_advection_diffusion_reaction.hpp index 59a429f09b..f3e90c29bc 100644 --- a/examples/arkode/CXX_serial/ark_advection_diffusion_reaction.hpp +++ b/examples/arkode/CXX_serial/ark_advection_diffusion_reaction.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_serial/ark_analytic_sys.cpp b/examples/arkode/CXX_serial/ark_analytic_sys.cpp index d48ce0abb9..36948e41d8 100644 --- a/examples/arkode/CXX_serial/ark_analytic_sys.cpp +++ b/examples/arkode/CXX_serial/ark_analytic_sys.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_serial/ark_heat2D.cpp b/examples/arkode/CXX_serial/ark_heat2D.cpp index 4b75d703bb..c601558f82 100644 --- a/examples/arkode/CXX_serial/ark_heat2D.cpp +++ b/examples/arkode/CXX_serial/ark_heat2D.cpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_serial/ark_heat2D_lsrk.cpp b/examples/arkode/CXX_serial/ark_heat2D_lsrk.cpp index 52549e1544..578b8252e6 100644 --- a/examples/arkode/CXX_serial/ark_heat2D_lsrk.cpp +++ b/examples/arkode/CXX_serial/ark_heat2D_lsrk.cpp @@ -5,7 +5,7 @@ * Gardner (LLNL)) * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_serial/ark_kpr_Mt.cpp b/examples/arkode/CXX_serial/ark_kpr_Mt.cpp index f48f81bc84..84f64ddff1 100644 --- a/examples/arkode/CXX_serial/ark_kpr_Mt.cpp +++ b/examples/arkode/CXX_serial/ark_kpr_Mt.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_serial/ark_kpr_nestedmri.cpp b/examples/arkode/CXX_serial/ark_kpr_nestedmri.cpp index 0a486a7a95..aa042dbad1 100644 --- a/examples/arkode/CXX_serial/ark_kpr_nestedmri.cpp +++ b/examples/arkode/CXX_serial/ark_kpr_nestedmri.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_serial/ark_pendulum.cpp b/examples/arkode/CXX_serial/ark_pendulum.cpp index 3cee00125b..836f07290d 100644 --- a/examples/arkode/CXX_serial/ark_pendulum.cpp +++ b/examples/arkode/CXX_serial/ark_pendulum.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_serial/plot_heat2D.py b/examples/arkode/CXX_serial/plot_heat2D.py index 23ebfb9e1e..a5e2c506ed 100755 --- a/examples/arkode/CXX_serial/plot_heat2D.py +++ b/examples/arkode/CXX_serial/plot_heat2D.py @@ -4,7 +4,7 @@ # David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CXX_serial/plot_sol.py b/examples/arkode/CXX_serial/plot_sol.py index fe3d875340..8191c1c1e9 100755 --- a/examples/arkode/CXX_serial/plot_sol.py +++ b/examples/arkode/CXX_serial/plot_sol.py @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ---------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CXX_superludist/CMakeLists.txt b/examples/arkode/CXX_superludist/CMakeLists.txt index 96583a5564..d2cd478009 100644 --- a/examples/arkode/CXX_superludist/CMakeLists.txt +++ b/examples/arkode/CXX_superludist/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CXX_superludist/ark_brusselator1D_FEM_sludist.cpp b/examples/arkode/CXX_superludist/ark_brusselator1D_FEM_sludist.cpp index 64ffd741a9..fceb1b4682 100644 --- a/examples/arkode/CXX_superludist/ark_brusselator1D_FEM_sludist.cpp +++ b/examples/arkode/CXX_superludist/ark_brusselator1D_FEM_sludist.cpp @@ -5,7 +5,7 @@ * Daniel R. Reynolds @ SMU. *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_xbraid/CMakeLists.txt b/examples/arkode/CXX_xbraid/CMakeLists.txt index 36f792c459..b345901093 100644 --- a/examples/arkode/CXX_xbraid/CMakeLists.txt +++ b/examples/arkode/CXX_xbraid/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/CXX_xbraid/ark_heat2D_hypre_pfmg_xbraid.cpp b/examples/arkode/CXX_xbraid/ark_heat2D_hypre_pfmg_xbraid.cpp index 0c4da9c70e..7b95b18dfb 100644 --- a/examples/arkode/CXX_xbraid/ark_heat2D_hypre_pfmg_xbraid.cpp +++ b/examples/arkode/CXX_xbraid/ark_heat2D_hypre_pfmg_xbraid.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_xbraid/ark_heat2D_p_xbraid.cpp b/examples/arkode/CXX_xbraid/ark_heat2D_p_xbraid.cpp index 466b1f7f9c..9f36105925 100644 --- a/examples/arkode/CXX_xbraid/ark_heat2D_p_xbraid.cpp +++ b/examples/arkode/CXX_xbraid/ark_heat2D_p_xbraid.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_xbraid/ark_heat2D_xbraid.cpp b/examples/arkode/CXX_xbraid/ark_heat2D_xbraid.cpp index c330571584..c7358d7c8e 100644 --- a/examples/arkode/CXX_xbraid/ark_heat2D_xbraid.cpp +++ b/examples/arkode/CXX_xbraid/ark_heat2D_xbraid.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/CXX_xbraid/plot_heat2D.py b/examples/arkode/CXX_xbraid/plot_heat2D.py index a2789089c4..be3f050a6b 100755 --- a/examples/arkode/CXX_xbraid/plot_heat2D.py +++ b/examples/arkode/CXX_xbraid/plot_heat2D.py @@ -4,7 +4,7 @@ # David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_manyvector/CMakeLists.txt b/examples/arkode/C_manyvector/CMakeLists.txt index e22b802ce3..e23770fc2f 100644 --- a/examples/arkode/C_manyvector/CMakeLists.txt +++ b/examples/arkode/C_manyvector/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_manyvector/ark_brusselator1D_manyvec.c b/examples/arkode/C_manyvector/ark_brusselator1D_manyvec.c index fe21069373..c06d5f27f6 100644 --- a/examples/arkode/C_manyvector/ark_brusselator1D_manyvec.c +++ b/examples/arkode/C_manyvector/ark_brusselator1D_manyvec.c @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_manyvector/plot_brusselator1D.py b/examples/arkode/C_manyvector/plot_brusselator1D.py index 72a3402c4a..1382c21a50 100755 --- a/examples/arkode/C_manyvector/plot_brusselator1D.py +++ b/examples/arkode/C_manyvector/plot_brusselator1D.py @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ---------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_openmp/CMakeLists.txt b/examples/arkode/C_openmp/CMakeLists.txt index 100d89527d..c8e6e332a0 100644 --- a/examples/arkode/C_openmp/CMakeLists.txt +++ b/examples/arkode/C_openmp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_openmp/ark_brusselator1D_omp.c b/examples/arkode/C_openmp/ark_brusselator1D_omp.c index 81cc915abc..4a89baed41 100644 --- a/examples/arkode/C_openmp/ark_brusselator1D_omp.c +++ b/examples/arkode/C_openmp/ark_brusselator1D_omp.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_openmp/ark_heat1D_omp.c b/examples/arkode/C_openmp/ark_heat1D_omp.c index 2bdaa71ea4..a709996d98 100644 --- a/examples/arkode/C_openmp/ark_heat1D_omp.c +++ b/examples/arkode/C_openmp/ark_heat1D_omp.c @@ -5,7 +5,7 @@ * Daniel R. Reynolds @ SMU and parallelized with OpenMP *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_openmp/plot_brusselator1D.py b/examples/arkode/C_openmp/plot_brusselator1D.py index 72a3402c4a..1382c21a50 100755 --- a/examples/arkode/C_openmp/plot_brusselator1D.py +++ b/examples/arkode/C_openmp/plot_brusselator1D.py @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ---------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_openmpdev/CMakeLists.txt b/examples/arkode/C_openmpdev/CMakeLists.txt index 11dca6aafc..702f85a62c 100644 --- a/examples/arkode/C_openmpdev/CMakeLists.txt +++ b/examples/arkode/C_openmpdev/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Shelby Lockhart and Cody Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_openmpdev/ark_analytic_nonlin_ompdev.c b/examples/arkode/C_openmpdev/ark_analytic_nonlin_ompdev.c index 15c909a73f..15089f811a 100644 --- a/examples/arkode/C_openmpdev/ark_analytic_nonlin_ompdev.c +++ b/examples/arkode/C_openmpdev/ark_analytic_nonlin_ompdev.c @@ -5,7 +5,7 @@ * ark_analytic_nonlin.c developed by Daniel R. Reynolds *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_openmpdev/ark_heat1D_adapt_ompdev.c b/examples/arkode/C_openmpdev/ark_heat1D_adapt_ompdev.c index 7d12f225f8..2d3335be4a 100644 --- a/examples/arkode/C_openmpdev/ark_heat1D_adapt_ompdev.c +++ b/examples/arkode/C_openmpdev/ark_heat1D_adapt_ompdev.c @@ -5,7 +5,7 @@ * by Daniel R. Reynolds and parallelized with OpenMP 4.5 *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_openmpdev/ark_heat1D_ompdev.c b/examples/arkode/C_openmpdev/ark_heat1D_ompdev.c index 56bad92e9b..2ef50a9b46 100644 --- a/examples/arkode/C_openmpdev/ark_heat1D_ompdev.c +++ b/examples/arkode/C_openmpdev/ark_heat1D_ompdev.c @@ -5,7 +5,7 @@ * Daniel R. Reynolds and parallelized with OpenMP 4.5. *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_parallel/CMakeLists.txt b/examples/arkode/C_parallel/CMakeLists.txt index c3c58469ac..fb7c5d8fc9 100644 --- a/examples/arkode/C_parallel/CMakeLists.txt +++ b/examples/arkode/C_parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_parallel/ark_brusselator1D_task_local_nls.c b/examples/arkode/C_parallel/ark_brusselator1D_task_local_nls.c index a790d5ba5a..93e172b2e2 100644 --- a/examples/arkode/C_parallel/ark_brusselator1D_task_local_nls.c +++ b/examples/arkode/C_parallel/ark_brusselator1D_task_local_nls.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner, Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_parallel/ark_diurnal_kry_bbd_p.c b/examples/arkode/C_parallel/ark_diurnal_kry_bbd_p.c index ced0c56894..3ec3fcfc98 100644 --- a/examples/arkode/C_parallel/ark_diurnal_kry_bbd_p.c +++ b/examples/arkode/C_parallel/ark_diurnal_kry_bbd_p.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_parallel/ark_diurnal_kry_p.c b/examples/arkode/C_parallel/ark_diurnal_kry_p.c index 4f8f39634a..8561bf6913 100644 --- a/examples/arkode/C_parallel/ark_diurnal_kry_p.c +++ b/examples/arkode/C_parallel/ark_diurnal_kry_p.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_parallel/plot_brusselator1D.py b/examples/arkode/C_parallel/plot_brusselator1D.py index 087577ff0e..2f07b4765c 100755 --- a/examples/arkode/C_parallel/plot_brusselator1D.py +++ b/examples/arkode/C_parallel/plot_brusselator1D.py @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ---------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_parhyp/CMakeLists.txt b/examples/arkode/C_parhyp/CMakeLists.txt index e4d8ebfff2..672c992bca 100644 --- a/examples/arkode/C_parhyp/CMakeLists.txt +++ b/examples/arkode/C_parhyp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_parhyp/ark_diurnal_kry_ph.c b/examples/arkode/C_parhyp/ark_diurnal_kry_ph.c index 10f88144aa..1439a67f35 100644 --- a/examples/arkode/C_parhyp/ark_diurnal_kry_ph.c +++ b/examples/arkode/C_parhyp/ark_diurnal_kry_ph.c @@ -3,7 +3,7 @@ * Slaven Peles @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_petsc/CMakeLists.txt b/examples/arkode/C_petsc/CMakeLists.txt index cf32c23863..ac4bbfaccc 100644 --- a/examples/arkode/C_petsc/CMakeLists.txt +++ b/examples/arkode/C_petsc/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer: Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_petsc/ark_petsc_ex25.c b/examples/arkode/C_petsc/ark_petsc_ex25.c index 7e35816933..49084accb9 100644 --- a/examples/arkode/C_petsc/ark_petsc_ex25.c +++ b/examples/arkode/C_petsc/ark_petsc_ex25.c @@ -4,7 +4,7 @@ * Acknowledgement: This example is based on the PETSc TS ex25.c. *----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/CMakeLists.txt b/examples/arkode/C_serial/CMakeLists.txt index 1f905adc99..bfcf4adbc1 100644 --- a/examples/arkode/C_serial/CMakeLists.txt +++ b/examples/arkode/C_serial/CMakeLists.txt @@ -3,7 +3,7 @@ # David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_serial/ark_KrylovDemo_prec.c b/examples/arkode/C_serial/ark_KrylovDemo_prec.c index 31ba755240..5172cd10a5 100644 --- a/examples/arkode/C_serial/ark_KrylovDemo_prec.c +++ b/examples/arkode/C_serial/ark_KrylovDemo_prec.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_advection_diffusion_reaction_splitting.c b/examples/arkode/C_serial/ark_advection_diffusion_reaction_splitting.c index b6354fd915..755e84d74c 100644 --- a/examples/arkode/C_serial/ark_advection_diffusion_reaction_splitting.c +++ b/examples/arkode/C_serial/ark_advection_diffusion_reaction_splitting.c @@ -2,7 +2,7 @@ * Programmer(s): Steven B. Roberts @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_analytic.c b/examples/arkode/C_serial/ark_analytic.c index a15bde944d..d226f2a00b 100644 --- a/examples/arkode/C_serial/ark_analytic.c +++ b/examples/arkode/C_serial/ark_analytic.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_analytic_lsrk.c b/examples/arkode/C_serial/ark_analytic_lsrk.c index 7f184a7f90..cfab047826 100644 --- a/examples/arkode/C_serial/ark_analytic_lsrk.c +++ b/examples/arkode/C_serial/ark_analytic_lsrk.c @@ -2,7 +2,7 @@ * Programmer(s): Mustafa Aggul @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_analytic_lsrk_varjac.c b/examples/arkode/C_serial/ark_analytic_lsrk_varjac.c index b9642f9dcb..aa71b0c114 100644 --- a/examples/arkode/C_serial/ark_analytic_lsrk_varjac.c +++ b/examples/arkode/C_serial/ark_analytic_lsrk_varjac.c @@ -2,7 +2,7 @@ * Programmer(s): Mustafa Aggul @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_analytic_mels.c b/examples/arkode/C_serial/ark_analytic_mels.c index eaa7236d0f..f524d563ec 100644 --- a/examples/arkode/C_serial/ark_analytic_mels.c +++ b/examples/arkode/C_serial/ark_analytic_mels.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_analytic_nonlin.c b/examples/arkode/C_serial/ark_analytic_nonlin.c index c39c3e80d1..23f14128a7 100644 --- a/examples/arkode/C_serial/ark_analytic_nonlin.c +++ b/examples/arkode/C_serial/ark_analytic_nonlin.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_analytic_partitioned.c b/examples/arkode/C_serial/ark_analytic_partitioned.c index 173dea29c4..847e37ab8f 100644 --- a/examples/arkode/C_serial/ark_analytic_partitioned.c +++ b/examples/arkode/C_serial/ark_analytic_partitioned.c @@ -2,7 +2,7 @@ * Programmer(s): Steven B. Roberts @ LLNL *------------------------------------------------------------------------------ * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_analytic_ssprk.c b/examples/arkode/C_serial/ark_analytic_ssprk.c index ffaf937827..bdf173bae4 100644 --- a/examples/arkode/C_serial/ark_analytic_ssprk.c +++ b/examples/arkode/C_serial/ark_analytic_ssprk.c @@ -2,7 +2,7 @@ * Programmer(s): Mustafa Aggul @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_brusselator.c b/examples/arkode/C_serial/ark_brusselator.c index d766a773d6..a8acaae4f8 100644 --- a/examples/arkode/C_serial/ark_brusselator.c +++ b/examples/arkode/C_serial/ark_brusselator.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_brusselator1D.c b/examples/arkode/C_serial/ark_brusselator1D.c index 28a40201c8..6c5939fa8a 100644 --- a/examples/arkode/C_serial/ark_brusselator1D.c +++ b/examples/arkode/C_serial/ark_brusselator1D.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_brusselator1D_FEM_slu.c b/examples/arkode/C_serial/ark_brusselator1D_FEM_slu.c index d3dcbc36e6..f510dde544 100644 --- a/examples/arkode/C_serial/ark_brusselator1D_FEM_slu.c +++ b/examples/arkode/C_serial/ark_brusselator1D_FEM_slu.c @@ -3,7 +3,7 @@ * Cody J. Balos @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_brusselator1D_imexmri.c b/examples/arkode/C_serial/ark_brusselator1D_imexmri.c index 03bc844e73..1832605a21 100644 --- a/examples/arkode/C_serial/ark_brusselator1D_imexmri.c +++ b/examples/arkode/C_serial/ark_brusselator1D_imexmri.c @@ -2,7 +2,7 @@ * Programmer(s): Rujeko Chinomona @SMU and @LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_brusselator1D_klu.c b/examples/arkode/C_serial/ark_brusselator1D_klu.c index 19d25fc221..1eb49814fd 100644 --- a/examples/arkode/C_serial/ark_brusselator1D_klu.c +++ b/examples/arkode/C_serial/ark_brusselator1D_klu.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_brusselator_1D_mri.c b/examples/arkode/C_serial/ark_brusselator_1D_mri.c index b5379d12f8..9a13476d34 100644 --- a/examples/arkode/C_serial/ark_brusselator_1D_mri.c +++ b/examples/arkode/C_serial/ark_brusselator_1D_mri.c @@ -5,7 +5,7 @@ * Daniel R. Reynolds @ SMU. * -------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_brusselator_fp.c b/examples/arkode/C_serial/ark_brusselator_fp.c index 56f93c1423..418422ac53 100644 --- a/examples/arkode/C_serial/ark_brusselator_fp.c +++ b/examples/arkode/C_serial/ark_brusselator_fp.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_brusselator_mri.c b/examples/arkode/C_serial/ark_brusselator_mri.c index 2f1cc006c1..f5d9a3d340 100644 --- a/examples/arkode/C_serial/ark_brusselator_mri.c +++ b/examples/arkode/C_serial/ark_brusselator_mri.c @@ -4,7 +4,7 @@ * Based on ark_brusselator.c by Daniel R. Reynolds @ SMU * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_conserved_exp_entropy_ark.c b/examples/arkode/C_serial/ark_conserved_exp_entropy_ark.c index e1962d01fe..3d34909daa 100644 --- a/examples/arkode/C_serial/ark_conserved_exp_entropy_ark.c +++ b/examples/arkode/C_serial/ark_conserved_exp_entropy_ark.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_conserved_exp_entropy_erk.c b/examples/arkode/C_serial/ark_conserved_exp_entropy_erk.c index 47bd3fa6e6..12d22f9076 100644 --- a/examples/arkode/C_serial/ark_conserved_exp_entropy_erk.c +++ b/examples/arkode/C_serial/ark_conserved_exp_entropy_erk.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_damped_harmonic_symplectic.c b/examples/arkode/C_serial/ark_damped_harmonic_symplectic.c index ec3b797928..3279279541 100644 --- a/examples/arkode/C_serial/ark_damped_harmonic_symplectic.c +++ b/examples/arkode/C_serial/ark_damped_harmonic_symplectic.c @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_damped_harmonic_symplectic.h b/examples/arkode/C_serial/ark_damped_harmonic_symplectic.h index 74f5e6a464..3c67553ee9 100644 --- a/examples/arkode/C_serial/ark_damped_harmonic_symplectic.h +++ b/examples/arkode/C_serial/ark_damped_harmonic_symplectic.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_dissipated_exp_entropy.c b/examples/arkode/C_serial/ark_dissipated_exp_entropy.c index 35de91fff0..dbf855c308 100644 --- a/examples/arkode/C_serial/ark_dissipated_exp_entropy.c +++ b/examples/arkode/C_serial/ark_dissipated_exp_entropy.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_harmonic_symplectic.c b/examples/arkode/C_serial/ark_harmonic_symplectic.c index 1071c3000a..acc4ddf6ea 100644 --- a/examples/arkode/C_serial/ark_harmonic_symplectic.c +++ b/examples/arkode/C_serial/ark_harmonic_symplectic.c @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_harmonic_symplectic.h b/examples/arkode/C_serial/ark_harmonic_symplectic.h index 498c4eb0d1..578ad2b0b4 100644 --- a/examples/arkode/C_serial/ark_harmonic_symplectic.h +++ b/examples/arkode/C_serial/ark_harmonic_symplectic.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_heat1D.c b/examples/arkode/C_serial/ark_heat1D.c index e796d0119f..55280ec256 100644 --- a/examples/arkode/C_serial/ark_heat1D.c +++ b/examples/arkode/C_serial/ark_heat1D.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_heat1D_adapt.c b/examples/arkode/C_serial/ark_heat1D_adapt.c index 8e846e592e..fffcee8d7e 100644 --- a/examples/arkode/C_serial/ark_heat1D_adapt.c +++ b/examples/arkode/C_serial/ark_heat1D_adapt.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_kepler.c b/examples/arkode/C_serial/ark_kepler.c index 5492d040fd..f4531059f6 100644 --- a/examples/arkode/C_serial/ark_kepler.c +++ b/examples/arkode/C_serial/ark_kepler.c @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_kepler.h b/examples/arkode/C_serial/ark_kepler.h index d487347466..c0d2e2f8ff 100644 --- a/examples/arkode/C_serial/ark_kepler.h +++ b/examples/arkode/C_serial/ark_kepler.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_kepler_plot.py b/examples/arkode/C_serial/ark_kepler_plot.py index 7a50dc3ebb..074fe3ab57 100755 --- a/examples/arkode/C_serial/ark_kepler_plot.py +++ b/examples/arkode/C_serial/ark_kepler_plot.py @@ -3,7 +3,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ---------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_serial/ark_kpr_mri.c b/examples/arkode/C_serial/ark_kpr_mri.c index 55f3dd3425..af68b96c0d 100644 --- a/examples/arkode/C_serial/ark_kpr_mri.c +++ b/examples/arkode/C_serial/ark_kpr_mri.c @@ -3,7 +3,7 @@ * Rujeko Chinomona @ SMU * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_onewaycouple_mri.c b/examples/arkode/C_serial/ark_onewaycouple_mri.c index 623177acfc..408b68b3a7 100644 --- a/examples/arkode/C_serial/ark_onewaycouple_mri.c +++ b/examples/arkode/C_serial/ark_onewaycouple_mri.c @@ -7,7 +7,7 @@ * Rujeko Chinomona @ SMU. * ------------------------------------------------------------------ * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_reaction_diffusion_mri.c b/examples/arkode/C_serial/ark_reaction_diffusion_mri.c index 2bb420efc2..0eaa4d24ce 100644 --- a/examples/arkode/C_serial/ark_reaction_diffusion_mri.c +++ b/examples/arkode/C_serial/ark_reaction_diffusion_mri.c @@ -4,7 +4,7 @@ * Based an example program by Rujeko Chinomona @ SMU. * ------------------------------------------------------------------ * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_robertson.c b/examples/arkode/C_serial/ark_robertson.c index d0fdbb52d2..cd3a04dc55 100644 --- a/examples/arkode/C_serial/ark_robertson.c +++ b/examples/arkode/C_serial/ark_robertson.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_robertson_constraints.c b/examples/arkode/C_serial/ark_robertson_constraints.c index 532149b212..9c6e7185f0 100644 --- a/examples/arkode/C_serial/ark_robertson_constraints.c +++ b/examples/arkode/C_serial/ark_robertson_constraints.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_robertson_root.c b/examples/arkode/C_serial/ark_robertson_root.c index ae8e476394..a50cf63595 100644 --- a/examples/arkode/C_serial/ark_robertson_root.c +++ b/examples/arkode/C_serial/ark_robertson_root.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/ark_twowaycouple_mri.c b/examples/arkode/C_serial/ark_twowaycouple_mri.c index de7263c9c2..6dc7bcfd3f 100644 --- a/examples/arkode/C_serial/ark_twowaycouple_mri.c +++ b/examples/arkode/C_serial/ark_twowaycouple_mri.c @@ -4,7 +4,7 @@ * Based a linear example program by Rujeko Chinomona @ SMU. * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/arkode/C_serial/bruss_plots.m b/examples/arkode/C_serial/bruss_plots.m index 5dfa8df0dc..ba8966fddd 100644 --- a/examples/arkode/C_serial/bruss_plots.m +++ b/examples/arkode/C_serial/bruss_plots.m @@ -2,7 +2,7 @@ % Programmer(s): Daniel R. Reynolds @ SMU % ---------------------------------------------------------------- % SUNDIALS Copyright Start -% Copyright (c) 2002-2024, Lawrence Livermore National Security +% Copyright (c) 2002-2025, Lawrence Livermore National Security % and Southern Methodist University. % All rights reserved. % diff --git a/examples/arkode/C_serial/plot_brusselator1D.py b/examples/arkode/C_serial/plot_brusselator1D.py index 72a3402c4a..1382c21a50 100755 --- a/examples/arkode/C_serial/plot_brusselator1D.py +++ b/examples/arkode/C_serial/plot_brusselator1D.py @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ---------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_serial/plot_brusselator1D_FEM.py b/examples/arkode/C_serial/plot_brusselator1D_FEM.py index 61bbf4f069..5d60ba39b2 100755 --- a/examples/arkode/C_serial/plot_brusselator1D_FEM.py +++ b/examples/arkode/C_serial/plot_brusselator1D_FEM.py @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_serial/plot_heat1D.py b/examples/arkode/C_serial/plot_heat1D.py index 7b7b0e3fd2..652d976b45 100755 --- a/examples/arkode/C_serial/plot_heat1D.py +++ b/examples/arkode/C_serial/plot_heat1D.py @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ---------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_serial/plot_heat1D_adapt.py b/examples/arkode/C_serial/plot_heat1D_adapt.py index ab361a968e..79cdf895ad 100755 --- a/examples/arkode/C_serial/plot_heat1D_adapt.py +++ b/examples/arkode/C_serial/plot_heat1D_adapt.py @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ---------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_serial/plot_sol.py b/examples/arkode/C_serial/plot_sol.py index 813f35bec2..26297d4d3d 100755 --- a/examples/arkode/C_serial/plot_sol.py +++ b/examples/arkode/C_serial/plot_sol.py @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ---------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/C_serial/plot_sol_log.py b/examples/arkode/C_serial/plot_sol_log.py index 2437cce448..b58904e10f 100755 --- a/examples/arkode/C_serial/plot_sol_log.py +++ b/examples/arkode/C_serial/plot_sol_log.py @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ---------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/F2003_custom/CMakeLists.txt b/examples/arkode/F2003_custom/CMakeLists.txt index 2682328575..b50d4e2429 100644 --- a/examples/arkode/F2003_custom/CMakeLists.txt +++ b/examples/arkode/F2003_custom/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/F2003_custom/ark_analytic_complex_f2003.f90 b/examples/arkode/F2003_custom/ark_analytic_complex_f2003.f90 index 23a5919068..bcb2ca5367 100644 --- a/examples/arkode/F2003_custom/ark_analytic_complex_f2003.f90 +++ b/examples/arkode/F2003_custom/ark_analytic_complex_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_custom/ark_brusselator1D_f2003.f90 b/examples/arkode/F2003_custom/ark_brusselator1D_f2003.f90 index e837b4e684..84b36ae22d 100644 --- a/examples/arkode/F2003_custom/ark_brusselator1D_f2003.f90 +++ b/examples/arkode/F2003_custom/ark_brusselator1D_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_custom/fnvector_complex_mod.f90 b/examples/arkode/F2003_custom/fnvector_complex_mod.f90 index d6d1c0f504..22bbb29fd2 100644 --- a/examples/arkode/F2003_custom/fnvector_complex_mod.f90 +++ b/examples/arkode/F2003_custom/fnvector_complex_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_custom/fnvector_fortran_mod.f90 b/examples/arkode/F2003_custom/fnvector_fortran_mod.f90 index 163885792b..4f60f98aa6 100644 --- a/examples/arkode/F2003_custom/fnvector_fortran_mod.f90 +++ b/examples/arkode/F2003_custom/fnvector_fortran_mod.f90 @@ -3,7 +3,7 @@ ! Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_custom/fsunlinsol_fortran_mod.f90 b/examples/arkode/F2003_custom/fsunlinsol_fortran_mod.f90 index f9ddcbe404..333137862d 100644 --- a/examples/arkode/F2003_custom/fsunlinsol_fortran_mod.f90 +++ b/examples/arkode/F2003_custom/fsunlinsol_fortran_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_custom/fsunmatrix_fortran_mod.f90 b/examples/arkode/F2003_custom/fsunmatrix_fortran_mod.f90 index ced4f4263b..9f7d56f42d 100644 --- a/examples/arkode/F2003_custom/fsunmatrix_fortran_mod.f90 +++ b/examples/arkode/F2003_custom/fsunmatrix_fortran_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_custom/test_fnvector_complex_mod.f90 b/examples/arkode/F2003_custom/test_fnvector_complex_mod.f90 index aa28a002ac..b75ad7bd79 100644 --- a/examples/arkode/F2003_custom/test_fnvector_complex_mod.f90 +++ b/examples/arkode/F2003_custom/test_fnvector_complex_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_custom/test_fnvector_fortran_mod.f90 b/examples/arkode/F2003_custom/test_fnvector_fortran_mod.f90 index 0673d668ad..15dc39db8e 100644 --- a/examples/arkode/F2003_custom/test_fnvector_fortran_mod.f90 +++ b/examples/arkode/F2003_custom/test_fnvector_fortran_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_custom/test_fsunlinsol_fortran_mod.f90 b/examples/arkode/F2003_custom/test_fsunlinsol_fortran_mod.f90 index dc1985d6ae..e14e2cac7e 100644 --- a/examples/arkode/F2003_custom/test_fsunlinsol_fortran_mod.f90 +++ b/examples/arkode/F2003_custom/test_fsunlinsol_fortran_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_custom/test_fsunmatrix_fortran_mod.f90 b/examples/arkode/F2003_custom/test_fsunmatrix_fortran_mod.f90 index 190d1b9b61..01fb5a9bb3 100644 --- a/examples/arkode/F2003_custom/test_fsunmatrix_fortran_mod.f90 +++ b/examples/arkode/F2003_custom/test_fsunmatrix_fortran_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_parallel/CMakeLists.txt b/examples/arkode/F2003_parallel/CMakeLists.txt index 63b7634201..7d55757ec9 100644 --- a/examples/arkode/F2003_parallel/CMakeLists.txt +++ b/examples/arkode/F2003_parallel/CMakeLists.txt @@ -3,7 +3,7 @@ # modified by Daniel M. Margolis @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/F2003_parallel/ark_brusselator1D_task_local_nls_f2003.f90 b/examples/arkode/F2003_parallel/ark_brusselator1D_task_local_nls_f2003.f90 index 9b30cbc70a..ce9ca9e142 100644 --- a/examples/arkode/F2003_parallel/ark_brusselator1D_task_local_nls_f2003.f90 +++ b/examples/arkode/F2003_parallel/ark_brusselator1D_task_local_nls_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): David J. Gardner, Cody J. Balos @ LLNL ! ----------------------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_parallel/ark_diag_kry_bbd_f2003.f90 b/examples/arkode/F2003_parallel/ark_diag_kry_bbd_f2003.f90 index d963fea725..1e48a9317b 100644 --- a/examples/arkode/F2003_parallel/ark_diag_kry_bbd_f2003.f90 +++ b/examples/arkode/F2003_parallel/ark_diag_kry_bbd_f2003.f90 @@ -3,7 +3,7 @@ ! modified by Daniel M. Margolis @ SMU ! ---------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_parallel/ark_diag_non_f2003.f90 b/examples/arkode/F2003_parallel/ark_diag_non_f2003.f90 index 3282e22832..881fc5b91d 100644 --- a/examples/arkode/F2003_parallel/ark_diag_non_f2003.f90 +++ b/examples/arkode/F2003_parallel/ark_diag_non_f2003.f90 @@ -3,7 +3,7 @@ ! modified by Daniel M. Margolis @ SMU !----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_parallel/ark_heat2D_f2003.f90 b/examples/arkode/F2003_parallel/ark_heat2D_f2003.f90 index 60fd288894..ec26db1f0c 100644 --- a/examples/arkode/F2003_parallel/ark_heat2D_f2003.f90 +++ b/examples/arkode/F2003_parallel/ark_heat2D_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ---------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_serial/CMakeLists.txt b/examples/arkode/F2003_serial/CMakeLists.txt index 21b3e56598..f6b63cd56a 100644 --- a/examples/arkode/F2003_serial/CMakeLists.txt +++ b/examples/arkode/F2003_serial/CMakeLists.txt @@ -3,7 +3,7 @@ # modified by Daniel M. Margolis @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/arkode/F2003_serial/ark_analytic_f2003.f90 b/examples/arkode/F2003_serial/ark_analytic_f2003.f90 index 0fa90fe945..a6bcde72e2 100644 --- a/examples/arkode/F2003_serial/ark_analytic_f2003.f90 +++ b/examples/arkode/F2003_serial/ark_analytic_f2003.f90 @@ -3,7 +3,7 @@ ! modified by Jean M. Sexton @ LBL ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_serial/ark_bruss1D_FEM_klu_f2003.f90 b/examples/arkode/F2003_serial/ark_bruss1D_FEM_klu_f2003.f90 index 4072dc30f8..f3dd13cc4a 100644 --- a/examples/arkode/F2003_serial/ark_bruss1D_FEM_klu_f2003.f90 +++ b/examples/arkode/F2003_serial/ark_bruss1D_FEM_klu_f2003.f90 @@ -3,7 +3,7 @@ ! modified by Daniel M. Margolis @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_serial/ark_bruss_f2003.f90 b/examples/arkode/F2003_serial/ark_bruss_f2003.f90 index 0f9905740e..2684d155f6 100644 --- a/examples/arkode/F2003_serial/ark_bruss_f2003.f90 +++ b/examples/arkode/F2003_serial/ark_bruss_f2003.f90 @@ -3,7 +3,7 @@ ! modified by Daniel M. Margolis @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_serial/ark_diurnal_kry_bp_f2003.f90 b/examples/arkode/F2003_serial/ark_diurnal_kry_bp_f2003.f90 index 8c6b9aa594..476a0d3cb7 100644 --- a/examples/arkode/F2003_serial/ark_diurnal_kry_bp_f2003.f90 +++ b/examples/arkode/F2003_serial/ark_diurnal_kry_bp_f2003.f90 @@ -3,7 +3,7 @@ ! modified by Daniel M. Margolis @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_serial/ark_kpr_mri_f2003.f90 b/examples/arkode/F2003_serial/ark_kpr_mri_f2003.f90 index a4f520a28c..0b3cefa4b6 100644 --- a/examples/arkode/F2003_serial/ark_kpr_mri_f2003.f90 +++ b/examples/arkode/F2003_serial/ark_kpr_mri_f2003.f90 @@ -3,7 +3,7 @@ ! Based on ark_kpr_mri.c in examples/arkode/C_serial. ! ------------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_serial/ark_roberts_dnsL_f2003.f90 b/examples/arkode/F2003_serial/ark_roberts_dnsL_f2003.f90 index 6739eb4f2b..df74703259 100644 --- a/examples/arkode/F2003_serial/ark_roberts_dnsL_f2003.f90 +++ b/examples/arkode/F2003_serial/ark_roberts_dnsL_f2003.f90 @@ -3,7 +3,7 @@ ! modified by Daniel M. Margolis @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_serial/ark_roberts_dns_f2003.f90 b/examples/arkode/F2003_serial/ark_roberts_dns_f2003.f90 index e34589b3b5..73efcc408c 100644 --- a/examples/arkode/F2003_serial/ark_roberts_dns_f2003.f90 +++ b/examples/arkode/F2003_serial/ark_roberts_dns_f2003.f90 @@ -3,7 +3,7 @@ ! modified by Daniel M. Margolis @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/arkode/F2003_serial/test_ark_butcher_f2003.f90 b/examples/arkode/F2003_serial/test_ark_butcher_f2003.f90 index 7d3ee72e33..5c9b814b9f 100644 --- a/examples/arkode/F2003_serial/test_ark_butcher_f2003.f90 +++ b/examples/arkode/F2003_serial/test_ark_butcher_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/CMakeLists.txt b/examples/cvode/CMakeLists.txt index a7e76cef55..081e6b0ae1 100644 --- a/examples/cvode/CMakeLists.txt +++ b/examples/cvode/CMakeLists.txt @@ -3,7 +3,7 @@ # Shelby Lockhart @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/CXX_onemkl/CMakeLists.txt b/examples/cvode/CXX_onemkl/CMakeLists.txt index b586e70b06..79383954e0 100644 --- a/examples/cvode/CXX_onemkl/CMakeLists.txt +++ b/examples/cvode/CXX_onemkl/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/CXX_onemkl/cvRoberts_blockdiag_onemkl.cpp b/examples/cvode/CXX_onemkl/cvRoberts_blockdiag_onemkl.cpp index c071550638..429aaf4313 100644 --- a/examples/cvode/CXX_onemkl/cvRoberts_blockdiag_onemkl.cpp +++ b/examples/cvode/CXX_onemkl/cvRoberts_blockdiag_onemkl.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/CXX_parallel/CMakeLists.txt b/examples/cvode/CXX_parallel/CMakeLists.txt index 880f040c90..759a1bcb67 100644 --- a/examples/cvode/CXX_parallel/CMakeLists.txt +++ b/examples/cvode/CXX_parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/CXX_parallel/cv_heat2D_p.cpp b/examples/cvode/CXX_parallel/cv_heat2D_p.cpp index a4fc90e7fc..f54870010e 100644 --- a/examples/cvode/CXX_parallel/cv_heat2D_p.cpp +++ b/examples/cvode/CXX_parallel/cv_heat2D_p.cpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/CXX_parallel/plot_heat2D_p.py b/examples/cvode/CXX_parallel/plot_heat2D_p.py index d1c306f7f2..de34cd3afc 100755 --- a/examples/cvode/CXX_parallel/plot_heat2D_p.py +++ b/examples/cvode/CXX_parallel/plot_heat2D_p.py @@ -4,7 +4,7 @@ # David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/CXX_parhyp/CMakeLists.txt b/examples/cvode/CXX_parhyp/CMakeLists.txt index 3c9f1d106b..df674ad875 100644 --- a/examples/cvode/CXX_parhyp/CMakeLists.txt +++ b/examples/cvode/CXX_parhyp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/CXX_parhyp/cv_heat2D_hypre_ls.cpp b/examples/cvode/CXX_parhyp/cv_heat2D_hypre_ls.cpp index 57b407923a..68eb400110 100644 --- a/examples/cvode/CXX_parhyp/cv_heat2D_hypre_ls.cpp +++ b/examples/cvode/CXX_parhyp/cv_heat2D_hypre_ls.cpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/CXX_parhyp/cv_heat2D_hypre_pfmg.cpp b/examples/cvode/CXX_parhyp/cv_heat2D_hypre_pfmg.cpp index cb722ec2d9..5c151fc5b8 100644 --- a/examples/cvode/CXX_parhyp/cv_heat2D_hypre_pfmg.cpp +++ b/examples/cvode/CXX_parhyp/cv_heat2D_hypre_pfmg.cpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/CXX_parhyp/plot_heat2D_p.py b/examples/cvode/CXX_parhyp/plot_heat2D_p.py index 339dc9986c..9b4c18854b 100755 --- a/examples/cvode/CXX_parhyp/plot_heat2D_p.py +++ b/examples/cvode/CXX_parhyp/plot_heat2D_p.py @@ -4,7 +4,7 @@ # David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/CXX_serial/CMakeLists.txt b/examples/cvode/CXX_serial/CMakeLists.txt index aac99a3e5b..a634ef12de 100644 --- a/examples/cvode/CXX_serial/CMakeLists.txt +++ b/examples/cvode/CXX_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/CXX_serial/cv_heat2D.cpp b/examples/cvode/CXX_serial/cv_heat2D.cpp index f95d9beaad..f31742f48b 100644 --- a/examples/cvode/CXX_serial/cv_heat2D.cpp +++ b/examples/cvode/CXX_serial/cv_heat2D.cpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/CXX_serial/cv_heat2D.hpp b/examples/cvode/CXX_serial/cv_heat2D.hpp index c8b0bc779c..bf9a961b2a 100644 --- a/examples/cvode/CXX_serial/cv_heat2D.hpp +++ b/examples/cvode/CXX_serial/cv_heat2D.hpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/CXX_serial/cv_kpr.cpp b/examples/cvode/CXX_serial/cv_kpr.cpp index 4e989600a4..3d36ddaf5c 100644 --- a/examples/cvode/CXX_serial/cv_kpr.cpp +++ b/examples/cvode/CXX_serial/cv_kpr.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/CXX_serial/cv_kpr.hpp b/examples/cvode/CXX_serial/cv_kpr.hpp index 5d4d0e10b4..4b90b754ea 100644 --- a/examples/cvode/CXX_serial/cv_kpr.hpp +++ b/examples/cvode/CXX_serial/cv_kpr.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/CXX_serial/plot_heat2D.py b/examples/cvode/CXX_serial/plot_heat2D.py index 7b415ca810..738dfe70ea 100755 --- a/examples/cvode/CXX_serial/plot_heat2D.py +++ b/examples/cvode/CXX_serial/plot_heat2D.py @@ -4,7 +4,7 @@ # David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/CXX_sycl/CMakeLists.txt b/examples/cvode/CXX_sycl/CMakeLists.txt index 35fcd18d2a..452fe15ecb 100644 --- a/examples/cvode/CXX_sycl/CMakeLists.txt +++ b/examples/cvode/CXX_sycl/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/CXX_sycl/cvAdvDiff_kry_sycl.cpp b/examples/cvode/CXX_sycl/cvAdvDiff_kry_sycl.cpp index 84718e9e54..182264ebfa 100644 --- a/examples/cvode/CXX_sycl/cvAdvDiff_kry_sycl.cpp +++ b/examples/cvode/CXX_sycl/cvAdvDiff_kry_sycl.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/C_mpimanyvector/CMakeLists.txt b/examples/cvode/C_mpimanyvector/CMakeLists.txt index af6ea6ad0c..0451301777 100644 --- a/examples/cvode/C_mpimanyvector/CMakeLists.txt +++ b/examples/cvode/C_mpimanyvector/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/C_mpimanyvector/cvDiurnal_kry_mpimanyvec.c b/examples/cvode/C_mpimanyvector/cvDiurnal_kry_mpimanyvec.c index 553776c580..5311ba20a4 100644 --- a/examples/cvode/C_mpimanyvector/cvDiurnal_kry_mpimanyvec.c +++ b/examples/cvode/C_mpimanyvector/cvDiurnal_kry_mpimanyvec.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/C_openmp/CMakeLists.txt b/examples/cvode/C_openmp/CMakeLists.txt index 4e96eab5ba..b298e5a16b 100644 --- a/examples/cvode/C_openmp/CMakeLists.txt +++ b/examples/cvode/C_openmp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Ting Yan @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/C_openmp/cvAdvDiff_bnd_omp.c b/examples/cvode/C_openmp/cvAdvDiff_bnd_omp.c index 6aeb992d74..527ebef7b1 100644 --- a/examples/cvode/C_openmp/cvAdvDiff_bnd_omp.c +++ b/examples/cvode/C_openmp/cvAdvDiff_bnd_omp.c @@ -3,7 +3,7 @@ * Based on cvAdvDiff_bnd.c and parallelized with OpenMP * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/C_openmpdev/CMakeLists.txt b/examples/cvode/C_openmpdev/CMakeLists.txt index 35ee73efd3..d90c9caa9f 100644 --- a/examples/cvode/C_openmpdev/CMakeLists.txt +++ b/examples/cvode/C_openmpdev/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Shelby Lockhart and Cody Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/C_openmpdev/cvAdvDiff_kry_ompdev.c b/examples/cvode/C_openmpdev/cvAdvDiff_kry_ompdev.c index affb614d90..f8398f664e 100644 --- a/examples/cvode/C_openmpdev/cvAdvDiff_kry_ompdev.c +++ b/examples/cvode/C_openmpdev/cvAdvDiff_kry_ompdev.c @@ -7,7 +7,7 @@ * Hindmarsh and Radu Serban @ LLNL * ------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/F2003_parallel/CMakeLists.txt b/examples/cvode/F2003_parallel/CMakeLists.txt index 0ae66ca838..1401fd08d3 100644 --- a/examples/cvode/F2003_parallel/CMakeLists.txt +++ b/examples/cvode/F2003_parallel/CMakeLists.txt @@ -3,7 +3,7 @@ # modified by Daniel M. Margolis @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2023, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/F2003_parallel/cv_diag_kry_bbd_f2003.f90 b/examples/cvode/F2003_parallel/cv_diag_kry_bbd_f2003.f90 index 52ca72d685..c574cb58d0 100644 --- a/examples/cvode/F2003_parallel/cv_diag_kry_bbd_f2003.f90 +++ b/examples/cvode/F2003_parallel/cv_diag_kry_bbd_f2003.f90 @@ -3,7 +3,7 @@ ! modified from previous ARKODE examples !----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_parallel/cv_diag_kry_f2003.f90 b/examples/cvode/F2003_parallel/cv_diag_kry_f2003.f90 index 2a8ca17ca1..e60875f2cc 100644 --- a/examples/cvode/F2003_parallel/cv_diag_kry_f2003.f90 +++ b/examples/cvode/F2003_parallel/cv_diag_kry_f2003.f90 @@ -3,7 +3,7 @@ ! modified from previous ARKODE examples ! ---------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_parallel/cv_diag_non_p_f2003.f90 b/examples/cvode/F2003_parallel/cv_diag_non_p_f2003.f90 index bea02183c3..cebe0d29aa 100644 --- a/examples/cvode/F2003_parallel/cv_diag_non_p_f2003.f90 +++ b/examples/cvode/F2003_parallel/cv_diag_non_p_f2003.f90 @@ -3,7 +3,7 @@ ! modified from previous ARKODE examples ! ---------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_serial/CMakeLists.txt b/examples/cvode/F2003_serial/CMakeLists.txt index b6ab36ffa4..2c270de2d7 100644 --- a/examples/cvode/F2003_serial/CMakeLists.txt +++ b/examples/cvode/F2003_serial/CMakeLists.txt @@ -3,7 +3,7 @@ # modified by Daniel M. Margolis @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/F2003_serial/cv_advdiff_bnd_f2003.f90 b/examples/cvode/F2003_serial/cv_advdiff_bnd_f2003.f90 index 32ca2ead64..f5d30faa17 100644 --- a/examples/cvode/F2003_serial/cv_advdiff_bnd_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_advdiff_bnd_f2003.f90 @@ -4,7 +4,7 @@ ! cvode/fcmix_serial/fcvAdvDiff_bnd.f ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_serial/cv_analytic_fp_f2003.f90 b/examples/cvode/F2003_serial/cv_analytic_fp_f2003.f90 index 37b1c3810a..e7dcb5da15 100644 --- a/examples/cvode/F2003_serial/cv_analytic_fp_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_analytic_fp_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): David J. Gardner, and Cody J. Balos @ LLNL ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_serial/cv_analytic_sys_dns_f2003.f90 b/examples/cvode/F2003_serial/cv_analytic_sys_dns_f2003.f90 index fc2e57ecf7..e15e4a0be6 100644 --- a/examples/cvode/F2003_serial/cv_analytic_sys_dns_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_analytic_sys_dns_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): David J. Gardner, Cody J. Balos @ LLNL ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_serial/cv_analytic_sys_dns_jac_f2003.f90 b/examples/cvode/F2003_serial/cv_analytic_sys_dns_jac_f2003.f90 index 84ad47c50e..e9e45469c3 100644 --- a/examples/cvode/F2003_serial/cv_analytic_sys_dns_jac_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_analytic_sys_dns_jac_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): David J. Gardner, and Cody J. Balos @ LLNL ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_serial/cv_analytic_sys_klu_f2003.f90 b/examples/cvode/F2003_serial/cv_analytic_sys_klu_f2003.f90 index e8a63683e0..26fc9e3129 100644 --- a/examples/cvode/F2003_serial/cv_analytic_sys_klu_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_analytic_sys_klu_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_serial/cv_brusselator_dns_f2003.f90 b/examples/cvode/F2003_serial/cv_brusselator_dns_f2003.f90 index 6bf52b7901..8a623f1e9e 100644 --- a/examples/cvode/F2003_serial/cv_brusselator_dns_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_brusselator_dns_f2003.f90 @@ -3,7 +3,7 @@ ! Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_serial/cv_diurnal_kry_bp_f2003.f90 b/examples/cvode/F2003_serial/cv_diurnal_kry_bp_f2003.f90 index 6d0f527690..cb3bfbe71b 100644 --- a/examples/cvode/F2003_serial/cv_diurnal_kry_bp_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_diurnal_kry_bp_f2003.f90 @@ -4,7 +4,7 @@ ! cvode/fcmix_serial/fcvDiurnal_kry_bp.f ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_serial/cv_diurnal_kry_f2003.f90 b/examples/cvode/F2003_serial/cv_diurnal_kry_f2003.f90 index 60b382d7e0..2af9a05940 100644 --- a/examples/cvode/F2003_serial/cv_diurnal_kry_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_diurnal_kry_f2003.f90 @@ -4,7 +4,7 @@ ! cvode/fcmix_serial/fcvDiurnal_kry.f ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.f90 b/examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.f90 index 5c5b5078b4..0e34bf5b40 100644 --- a/examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_roberts_dnsL_f2003.f90 @@ -4,7 +4,7 @@ ! cvode/fcmix_serial/fcvRoberts_dnsL.f ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_serial/cv_roberts_dns_constraints_f2003.f90 b/examples/cvode/F2003_serial/cv_roberts_dns_constraints_f2003.f90 index 6f9c6e7576..247ff1db9e 100644 --- a/examples/cvode/F2003_serial/cv_roberts_dns_constraints_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_roberts_dns_constraints_f2003.f90 @@ -7,7 +7,7 @@ ! ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_serial/cv_roberts_dns_f2003.f90 b/examples/cvode/F2003_serial/cv_roberts_dns_f2003.f90 index 5cbe7aaddd..b25d72b741 100644 --- a/examples/cvode/F2003_serial/cv_roberts_dns_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_roberts_dns_f2003.f90 @@ -4,7 +4,7 @@ ! cvode/fcmix_serial/fcvRoberts_dns.f ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/F2003_serial/cv_roberts_klu_f2003.f90 b/examples/cvode/F2003_serial/cv_roberts_klu_f2003.f90 index 5e108501bd..a38715f209 100644 --- a/examples/cvode/F2003_serial/cv_roberts_klu_f2003.f90 +++ b/examples/cvode/F2003_serial/cv_roberts_klu_f2003.f90 @@ -4,7 +4,7 @@ ! modified by Daniel M. Margolis @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvode/cuda/CMakeLists.txt b/examples/cvode/cuda/CMakeLists.txt index 331ea7b76b..848738f6ea 100644 --- a/examples/cvode/cuda/CMakeLists.txt +++ b/examples/cvode/cuda/CMakeLists.txt @@ -4,7 +4,7 @@ # Based on CMakeLists.txt in cvode/serial by Radu Serban @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/cuda/cvAdvDiff_diag_cuda.cu b/examples/cvode/cuda/cvAdvDiff_diag_cuda.cu index 9fbf6c1207..0653751c2b 100644 --- a/examples/cvode/cuda/cvAdvDiff_diag_cuda.cu +++ b/examples/cvode/cuda/cvAdvDiff_diag_cuda.cu @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/cuda/cvAdvDiff_kry_cuda.cu b/examples/cvode/cuda/cvAdvDiff_kry_cuda.cu index a122dfef12..d3e4dd48b6 100644 --- a/examples/cvode/cuda/cvAdvDiff_kry_cuda.cu +++ b/examples/cvode/cuda/cvAdvDiff_kry_cuda.cu @@ -6,7 +6,7 @@ * Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/cuda/cvAdvDiff_kry_cuda_managed.cu b/examples/cvode/cuda/cvAdvDiff_kry_cuda_managed.cu index dae3e54cba..5fca8e63c0 100644 --- a/examples/cvode/cuda/cvAdvDiff_kry_cuda_managed.cu +++ b/examples/cvode/cuda/cvAdvDiff_kry_cuda_managed.cu @@ -6,7 +6,7 @@ * Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/cuda/cvRoberts_block_cusolversp_batchqr.cu b/examples/cvode/cuda/cvRoberts_block_cusolversp_batchqr.cu index 097928b0be..5a942b3c69 100644 --- a/examples/cvode/cuda/cvRoberts_block_cusolversp_batchqr.cu +++ b/examples/cvode/cuda/cvRoberts_block_cusolversp_batchqr.cu @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ------------------------------------------------------------------ * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/ginkgo/CMakeLists.txt b/examples/cvode/ginkgo/CMakeLists.txt index adaebb7b0c..8bd0d680bf 100644 --- a/examples/cvode/ginkgo/CMakeLists.txt +++ b/examples/cvode/ginkgo/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/ginkgo/cv_heat2D_ginkgo.cpp b/examples/cvode/ginkgo/cv_heat2D_ginkgo.cpp index 3d8c918bb8..f5b6e2a328 100644 --- a/examples/cvode/ginkgo/cv_heat2D_ginkgo.cpp +++ b/examples/cvode/ginkgo/cv_heat2D_ginkgo.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/ginkgo/cv_heat2D_ginkgo.hpp b/examples/cvode/ginkgo/cv_heat2D_ginkgo.hpp index e25866c747..167e5ea678 100644 --- a/examples/cvode/ginkgo/cv_heat2D_ginkgo.hpp +++ b/examples/cvode/ginkgo/cv_heat2D_ginkgo.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/ginkgo/cv_kpr_ginkgo.cpp b/examples/cvode/ginkgo/cv_kpr_ginkgo.cpp index 538943936e..912020e8d2 100644 --- a/examples/cvode/ginkgo/cv_kpr_ginkgo.cpp +++ b/examples/cvode/ginkgo/cv_kpr_ginkgo.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/ginkgo/cv_kpr_ginkgo.hpp b/examples/cvode/ginkgo/cv_kpr_ginkgo.hpp index 6186d73f95..2b3a9177e1 100644 --- a/examples/cvode/ginkgo/cv_kpr_ginkgo.hpp +++ b/examples/cvode/ginkgo/cv_kpr_ginkgo.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/hip/CMakeLists.txt b/examples/cvode/hip/CMakeLists.txt index 18427801b1..340871bab5 100644 --- a/examples/cvode/hip/CMakeLists.txt +++ b/examples/cvode/hip/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/hip/cvAdvDiff_diag_hip.cpp b/examples/cvode/hip/cvAdvDiff_diag_hip.cpp index 6107164e8a..ad034cdee4 100644 --- a/examples/cvode/hip/cvAdvDiff_diag_hip.cpp +++ b/examples/cvode/hip/cvAdvDiff_diag_hip.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/hip/cvAdvDiff_kry_hip.cpp b/examples/cvode/hip/cvAdvDiff_kry_hip.cpp index 3048b4f243..382a9d41a2 100644 --- a/examples/cvode/hip/cvAdvDiff_kry_hip.cpp +++ b/examples/cvode/hip/cvAdvDiff_kry_hip.cpp @@ -4,7 +4,7 @@ * Acknowledgements: This example is based on cvAdvDiff_kry_cuda.cu. * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/kokkos/CMakeLists.txt b/examples/cvode/kokkos/CMakeLists.txt index 533d3bf630..013cb7ba12 100644 --- a/examples/cvode/kokkos/CMakeLists.txt +++ b/examples/cvode/kokkos/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/kokkos/cv_bruss_batched_kokkos.cpp b/examples/cvode/kokkos/cv_bruss_batched_kokkos.cpp index 54c3417ac3..316851a6d0 100644 --- a/examples/cvode/kokkos/cv_bruss_batched_kokkos.cpp +++ b/examples/cvode/kokkos/cv_bruss_batched_kokkos.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner and Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/kokkos/cv_bruss_batched_kokkos_2D.cpp b/examples/cvode/kokkos/cv_bruss_batched_kokkos_2D.cpp index 1d41f9d4be..7507e8f15b 100644 --- a/examples/cvode/kokkos/cv_bruss_batched_kokkos_2D.cpp +++ b/examples/cvode/kokkos/cv_bruss_batched_kokkos_2D.cpp @@ -3,7 +3,7 @@ * David J. Gardner and Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/magma/CMakeLists.txt b/examples/cvode/magma/CMakeLists.txt index 756205e83c..2589ecf872 100644 --- a/examples/cvode/magma/CMakeLists.txt +++ b/examples/cvode/magma/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/magma/cv_bruss_batched_magma.cpp b/examples/cvode/magma/cv_bruss_batched_magma.cpp index c7a7912ccb..e7e007d2e0 100644 --- a/examples/cvode/magma/cv_bruss_batched_magma.cpp +++ b/examples/cvode/magma/cv_bruss_batched_magma.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/parallel/CMakeLists.txt b/examples/cvode/parallel/CMakeLists.txt index 92ef974204..29af191f39 100644 --- a/examples/cvode/parallel/CMakeLists.txt +++ b/examples/cvode/parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/parallel/cvAdvDiff_diag_p.c b/examples/cvode/parallel/cvAdvDiff_diag_p.c index 81c6f18ddd..1e352104e3 100644 --- a/examples/cvode/parallel/cvAdvDiff_diag_p.c +++ b/examples/cvode/parallel/cvAdvDiff_diag_p.c @@ -4,7 +4,7 @@ * and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/parallel/cvAdvDiff_non_p.c b/examples/cvode/parallel/cvAdvDiff_non_p.c index a4a6f955cb..b471fe8074 100644 --- a/examples/cvode/parallel/cvAdvDiff_non_p.c +++ b/examples/cvode/parallel/cvAdvDiff_non_p.c @@ -4,7 +4,7 @@ * and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/parallel/cvDiurnal_kry_bbd_p.c b/examples/cvode/parallel/cvDiurnal_kry_bbd_p.c index abad0f61cc..b865458c1e 100644 --- a/examples/cvode/parallel/cvDiurnal_kry_bbd_p.c +++ b/examples/cvode/parallel/cvDiurnal_kry_bbd_p.c @@ -4,7 +4,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/parallel/cvDiurnal_kry_p.c b/examples/cvode/parallel/cvDiurnal_kry_p.c index f1f317952c..bc8d659f32 100644 --- a/examples/cvode/parallel/cvDiurnal_kry_p.c +++ b/examples/cvode/parallel/cvDiurnal_kry_p.c @@ -4,7 +4,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/parhyp/CMakeLists.txt b/examples/cvode/parhyp/CMakeLists.txt index 0d29a4766b..a62887d122 100644 --- a/examples/cvode/parhyp/CMakeLists.txt +++ b/examples/cvode/parhyp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/parhyp/cvAdvDiff_non_ph.c b/examples/cvode/parhyp/cvAdvDiff_non_ph.c index 51e927fc9d..d3593db7da 100644 --- a/examples/cvode/parhyp/cvAdvDiff_non_ph.c +++ b/examples/cvode/parhyp/cvAdvDiff_non_ph.c @@ -7,7 +7,7 @@ * and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/petsc/CMakeLists.txt b/examples/cvode/petsc/CMakeLists.txt index 0525f8f0e4..edcdbd0246 100644 --- a/examples/cvode/petsc/CMakeLists.txt +++ b/examples/cvode/petsc/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer: Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/petsc/cvAdvDiff_petsc.c b/examples/cvode/petsc/cvAdvDiff_petsc.c index 9e8ffd58e3..36544722d7 100644 --- a/examples/cvode/petsc/cvAdvDiff_petsc.c +++ b/examples/cvode/petsc/cvAdvDiff_petsc.c @@ -6,7 +6,7 @@ * by Cohen, Hindmarsh, Byrne, and Serban @ LLNL. * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/petsc/cv_petsc_ex7.c b/examples/cvode/petsc/cv_petsc_ex7.c index 3e9d0b6acb..de66ebc52e 100644 --- a/examples/cvode/petsc/cv_petsc_ex7.c +++ b/examples/cvode/petsc/cv_petsc_ex7.c @@ -4,7 +4,7 @@ * Acknowledgement: This example is based on the PETSc TS ex7.c *----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/raja/CMakeLists.txt b/examples/cvode/raja/CMakeLists.txt index 79066d771f..d92ac4429e 100644 --- a/examples/cvode/raja/CMakeLists.txt +++ b/examples/cvode/raja/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/raja/cvAdvDiff_kry_raja.cpp b/examples/cvode/raja/cvAdvDiff_kry_raja.cpp index 05b46650a3..d81e947353 100644 --- a/examples/cvode/raja/cvAdvDiff_kry_raja.cpp +++ b/examples/cvode/raja/cvAdvDiff_kry_raja.cpp @@ -7,7 +7,7 @@ * Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/CMakeLists.txt b/examples/cvode/serial/CMakeLists.txt index 51b2482034..f9da2e27e9 100644 --- a/examples/cvode/serial/CMakeLists.txt +++ b/examples/cvode/serial/CMakeLists.txt @@ -3,7 +3,7 @@ # David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/serial/cvAdvDiff_bnd.c b/examples/cvode/serial/cvAdvDiff_bnd.c index 17010f18ac..d2919ac2a3 100644 --- a/examples/cvode/serial/cvAdvDiff_bnd.c +++ b/examples/cvode/serial/cvAdvDiff_bnd.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvAdvDiff_bndL.c b/examples/cvode/serial/cvAdvDiff_bndL.c index d757a38363..d52c927eb6 100644 --- a/examples/cvode/serial/cvAdvDiff_bndL.c +++ b/examples/cvode/serial/cvAdvDiff_bndL.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvAnalytic_mels.c b/examples/cvode/serial/cvAnalytic_mels.c index b16b5dd7e3..0b259ce6cc 100644 --- a/examples/cvode/serial/cvAnalytic_mels.c +++ b/examples/cvode/serial/cvAnalytic_mels.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvDirectDemo_ls.c b/examples/cvode/serial/cvDirectDemo_ls.c index 7f4564dcf4..53badb74bf 100644 --- a/examples/cvode/serial/cvDirectDemo_ls.c +++ b/examples/cvode/serial/cvDirectDemo_ls.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvDiurnal_kry.c b/examples/cvode/serial/cvDiurnal_kry.c index 0a2f3935db..b088579051 100644 --- a/examples/cvode/serial/cvDiurnal_kry.c +++ b/examples/cvode/serial/cvDiurnal_kry.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvDiurnal_kry_bp.c b/examples/cvode/serial/cvDiurnal_kry_bp.c index 5bb0081686..3e5460a3b3 100644 --- a/examples/cvode/serial/cvDiurnal_kry_bp.c +++ b/examples/cvode/serial/cvDiurnal_kry_bp.c @@ -3,7 +3,7 @@ * Radu Serban @LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvKrylovDemo_ls.c b/examples/cvode/serial/cvKrylovDemo_ls.c index 19b45cdcc7..31d140a796 100644 --- a/examples/cvode/serial/cvKrylovDemo_ls.c +++ b/examples/cvode/serial/cvKrylovDemo_ls.c @@ -3,7 +3,7 @@ * Radu Serban, Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvKrylovDemo_prec.c b/examples/cvode/serial/cvKrylovDemo_prec.c index da68763269..e6fba79b9b 100644 --- a/examples/cvode/serial/cvKrylovDemo_prec.c +++ b/examples/cvode/serial/cvKrylovDemo_prec.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * -------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvParticle_dns.c b/examples/cvode/serial/cvParticle_dns.c index ab716a0eae..0c728d2bb6 100644 --- a/examples/cvode/serial/cvParticle_dns.c +++ b/examples/cvode/serial/cvParticle_dns.c @@ -4,7 +4,7 @@ * Based on an example from Jean-Luc Fattebert @ ORNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvPendulum_dns.c b/examples/cvode/serial/cvPendulum_dns.c index 49c556ed85..15bd013147 100644 --- a/examples/cvode/serial/cvPendulum_dns.c +++ b/examples/cvode/serial/cvPendulum_dns.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban and David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvRoberts_block_klu.c b/examples/cvode/serial/cvRoberts_block_klu.c index c93f9b642e..d6be4b1af9 100644 --- a/examples/cvode/serial/cvRoberts_block_klu.c +++ b/examples/cvode/serial/cvRoberts_block_klu.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvRoberts_dns.c b/examples/cvode/serial/cvRoberts_dns.c index 5f6c873b04..91e0d07574 100644 --- a/examples/cvode/serial/cvRoberts_dns.c +++ b/examples/cvode/serial/cvRoberts_dns.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvRoberts_dnsL.c b/examples/cvode/serial/cvRoberts_dnsL.c index 3602378667..3a60c2b2fa 100644 --- a/examples/cvode/serial/cvRoberts_dnsL.c +++ b/examples/cvode/serial/cvRoberts_dnsL.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvRoberts_dns_constraints.c b/examples/cvode/serial/cvRoberts_dns_constraints.c index aa5ca9a938..9d7cc96b59 100644 --- a/examples/cvode/serial/cvRoberts_dns_constraints.c +++ b/examples/cvode/serial/cvRoberts_dns_constraints.c @@ -4,7 +4,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvRoberts_dns_negsol.c b/examples/cvode/serial/cvRoberts_dns_negsol.c index 3715464042..a426088429 100644 --- a/examples/cvode/serial/cvRoberts_dns_negsol.c +++ b/examples/cvode/serial/cvRoberts_dns_negsol.c @@ -2,7 +2,7 @@ * Programmers: Radu Serban and Alan Hindmarsh @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvRoberts_dns_uw.c b/examples/cvode/serial/cvRoberts_dns_uw.c index 1918c00525..105d782239 100644 --- a/examples/cvode/serial/cvRoberts_dns_uw.c +++ b/examples/cvode/serial/cvRoberts_dns_uw.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvRoberts_klu.c b/examples/cvode/serial/cvRoberts_klu.c index 781bf37eb0..8c0845592a 100644 --- a/examples/cvode/serial/cvRoberts_klu.c +++ b/examples/cvode/serial/cvRoberts_klu.c @@ -3,7 +3,7 @@ * Based on cvRoberts_dns.c and modified to use KLU. * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvRoberts_sps.c b/examples/cvode/serial/cvRoberts_sps.c index a79df81441..b88c8c439a 100644 --- a/examples/cvode/serial/cvRoberts_sps.c +++ b/examples/cvode/serial/cvRoberts_sps.c @@ -3,7 +3,7 @@ * Based on cvRoberts_dns.c and modified to use SUPERLU_MT. * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/cvRocket_dns.c b/examples/cvode/serial/cvRocket_dns.c index 0dbe37448d..e1803c4f2f 100644 --- a/examples/cvode/serial/cvRocket_dns.c +++ b/examples/cvode/serial/cvRocket_dns.c @@ -2,7 +2,7 @@ * Programmer(s): Alan C. Hindmarsh @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvode/serial/plot_cvParticle.py b/examples/cvode/serial/plot_cvParticle.py index f686312a78..bcb7b761b9 100755 --- a/examples/cvode/serial/plot_cvParticle.py +++ b/examples/cvode/serial/plot_cvParticle.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/serial/plot_cvPendulum.py b/examples/cvode/serial/plot_cvPendulum.py index c855c70d6d..8be5ae00ca 100755 --- a/examples/cvode/serial/plot_cvPendulum.py +++ b/examples/cvode/serial/plot_cvPendulum.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/superludist/CMakeLists.txt b/examples/cvode/superludist/CMakeLists.txt index 4df705a32d..9b9be14fa2 100644 --- a/examples/cvode/superludist/CMakeLists.txt +++ b/examples/cvode/superludist/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvode/superludist/cvAdvDiff_sludist.cpp b/examples/cvode/superludist/cvAdvDiff_sludist.cpp index 5a9ddc2b3a..7137a86d63 100644 --- a/examples/cvode/superludist/cvAdvDiff_sludist.cpp +++ b/examples/cvode/superludist/cvAdvDiff_sludist.cpp @@ -5,7 +5,7 @@ * George Byrne, and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/CMakeLists.txt b/examples/cvodes/CMakeLists.txt index 58dacdd293..34e9dd05ce 100644 --- a/examples/cvodes/CMakeLists.txt +++ b/examples/cvodes/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner and Slaven Peles @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvodes/C_openmp/CMakeLists.txt b/examples/cvodes/C_openmp/CMakeLists.txt index 418e5969ed..b76f3a3fad 100644 --- a/examples/cvodes/C_openmp/CMakeLists.txt +++ b/examples/cvodes/C_openmp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Ting Yan @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvodes/C_openmp/cvsAdvDiff_bnd_omp.c b/examples/cvodes/C_openmp/cvsAdvDiff_bnd_omp.c index 00e97611f1..ffa405a50c 100644 --- a/examples/cvodes/C_openmp/cvsAdvDiff_bnd_omp.c +++ b/examples/cvodes/C_openmp/cvsAdvDiff_bnd_omp.c @@ -3,7 +3,7 @@ * Based on cvsAdvDiff_bnd.c and parallelized with OpenMP * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/F2003_serial/CMakeLists.txt b/examples/cvodes/F2003_serial/CMakeLists.txt index aa175b2a93..818f9d9119 100644 --- a/examples/cvodes/F2003_serial/CMakeLists.txt +++ b/examples/cvodes/F2003_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvodes/F2003_serial/cvsAdvDiff_FSA_non_f2003.f90 b/examples/cvodes/F2003_serial/cvsAdvDiff_FSA_non_f2003.f90 index 7b9e626405..a7335067b3 100644 --- a/examples/cvodes/F2003_serial/cvsAdvDiff_FSA_non_f2003.f90 +++ b/examples/cvodes/F2003_serial/cvsAdvDiff_FSA_non_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): David J. Gardner, and Cody J. Balos @ LLNL ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvodes/F2003_serial/cvs_analytic_fp_f2003.f90 b/examples/cvodes/F2003_serial/cvs_analytic_fp_f2003.f90 index 5642103db1..ac0e51606e 100644 --- a/examples/cvodes/F2003_serial/cvs_analytic_fp_f2003.f90 +++ b/examples/cvodes/F2003_serial/cvs_analytic_fp_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): David J. Gardner, and Cody J. Balos @ LLNL ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/cvodes/parallel/CMakeLists.txt b/examples/cvodes/parallel/CMakeLists.txt index 9c1c310b28..6b3cbee040 100644 --- a/examples/cvodes/parallel/CMakeLists.txt +++ b/examples/cvodes/parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvodes/parallel/cvsAdvDiff_ASAp_non_p.c b/examples/cvodes/parallel/cvsAdvDiff_ASAp_non_p.c index cf7ee104e2..d72172e75e 100644 --- a/examples/cvodes/parallel/cvsAdvDiff_ASAp_non_p.c +++ b/examples/cvodes/parallel/cvsAdvDiff_ASAp_non_p.c @@ -3,7 +3,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/parallel/cvsAdvDiff_FSA_non_p.c b/examples/cvodes/parallel/cvsAdvDiff_FSA_non_p.c index 152421a27e..5300181105 100644 --- a/examples/cvodes/parallel/cvsAdvDiff_FSA_non_p.c +++ b/examples/cvodes/parallel/cvsAdvDiff_FSA_non_p.c @@ -4,7 +4,7 @@ * and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/parallel/cvsAdvDiff_non_p.c b/examples/cvodes/parallel/cvsAdvDiff_non_p.c index 6aef37a056..6de85c129f 100644 --- a/examples/cvodes/parallel/cvsAdvDiff_non_p.c +++ b/examples/cvodes/parallel/cvsAdvDiff_non_p.c @@ -4,7 +4,7 @@ * and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/parallel/cvsAtmDisp_ASAi_kry_bbd_p.c b/examples/cvodes/parallel/cvsAtmDisp_ASAi_kry_bbd_p.c index 180a7ef9c5..a0878de6e4 100644 --- a/examples/cvodes/parallel/cvsAtmDisp_ASAi_kry_bbd_p.c +++ b/examples/cvodes/parallel/cvsAtmDisp_ASAi_kry_bbd_p.c @@ -4,7 +4,7 @@ * Lukas Jager and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/parallel/cvsDiurnal_FSA_kry_p.c b/examples/cvodes/parallel/cvsDiurnal_FSA_kry_p.c index 53d5b38d9e..182a79f6b7 100644 --- a/examples/cvodes/parallel/cvsDiurnal_FSA_kry_p.c +++ b/examples/cvodes/parallel/cvsDiurnal_FSA_kry_p.c @@ -5,7 +5,7 @@ * and M. R. Wittman @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/parallel/cvsDiurnal_kry_bbd_p.c b/examples/cvodes/parallel/cvsDiurnal_kry_bbd_p.c index f2dddfaaac..eec6fdad04 100644 --- a/examples/cvodes/parallel/cvsDiurnal_kry_bbd_p.c +++ b/examples/cvodes/parallel/cvsDiurnal_kry_bbd_p.c @@ -5,7 +5,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/CMakeLists.txt b/examples/cvodes/serial/CMakeLists.txt index b8433dc751..8445120cb7 100644 --- a/examples/cvodes/serial/CMakeLists.txt +++ b/examples/cvodes/serial/CMakeLists.txt @@ -3,7 +3,7 @@ # David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvodes/serial/cvsAdvDiff_ASAi_bnd.c b/examples/cvodes/serial/cvsAdvDiff_ASAi_bnd.c index cd6a488a4b..dc1b8aeae0 100644 --- a/examples/cvodes/serial/cvsAdvDiff_ASAi_bnd.c +++ b/examples/cvodes/serial/cvsAdvDiff_ASAi_bnd.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsAdvDiff_FSA_non.c b/examples/cvodes/serial/cvsAdvDiff_FSA_non.c index 09d42b0ff7..286ba416db 100644 --- a/examples/cvodes/serial/cvsAdvDiff_FSA_non.c +++ b/examples/cvodes/serial/cvsAdvDiff_FSA_non.c @@ -3,7 +3,7 @@ * and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsAdvDiff_bnd.c b/examples/cvodes/serial/cvsAdvDiff_bnd.c index aa86375480..f98d02726b 100644 --- a/examples/cvodes/serial/cvsAdvDiff_bnd.c +++ b/examples/cvodes/serial/cvsAdvDiff_bnd.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsAdvDiff_bndL.c b/examples/cvodes/serial/cvsAdvDiff_bndL.c index 6bee5f1054..622298807f 100644 --- a/examples/cvodes/serial/cvsAdvDiff_bndL.c +++ b/examples/cvodes/serial/cvsAdvDiff_bndL.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsAnalytic_mels.c b/examples/cvodes/serial/cvsAnalytic_mels.c index 2eb17bda9d..87d89c5459 100644 --- a/examples/cvodes/serial/cvsAnalytic_mels.c +++ b/examples/cvodes/serial/cvsAnalytic_mels.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsDirectDemo_ls.c b/examples/cvodes/serial/cvsDirectDemo_ls.c index acfc7eed51..e12404e6a3 100644 --- a/examples/cvodes/serial/cvsDirectDemo_ls.c +++ b/examples/cvodes/serial/cvsDirectDemo_ls.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsDiurnal_FSA_kry.c b/examples/cvodes/serial/cvsDiurnal_FSA_kry.c index b23040ad1b..1241aefbcf 100644 --- a/examples/cvodes/serial/cvsDiurnal_FSA_kry.c +++ b/examples/cvodes/serial/cvsDiurnal_FSA_kry.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsDiurnal_kry.c b/examples/cvodes/serial/cvsDiurnal_kry.c index 599aa7a2a5..9e779d2221 100644 --- a/examples/cvodes/serial/cvsDiurnal_kry.c +++ b/examples/cvodes/serial/cvsDiurnal_kry.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsDiurnal_kry_bp.c b/examples/cvodes/serial/cvsDiurnal_kry_bp.c index 2962e8afc1..2a2474d55d 100644 --- a/examples/cvodes/serial/cvsDiurnal_kry_bp.c +++ b/examples/cvodes/serial/cvsDiurnal_kry_bp.c @@ -3,7 +3,7 @@ * Radu Serban @LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsFoodWeb_ASAi_kry.c b/examples/cvodes/serial/cvsFoodWeb_ASAi_kry.c index 03817e3ad7..242188447f 100644 --- a/examples/cvodes/serial/cvsFoodWeb_ASAi_kry.c +++ b/examples/cvodes/serial/cvsFoodWeb_ASAi_kry.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsFoodWeb_ASAp_kry.c b/examples/cvodes/serial/cvsFoodWeb_ASAp_kry.c index 67e46c484b..6f6e7515d8 100644 --- a/examples/cvodes/serial/cvsFoodWeb_ASAp_kry.c +++ b/examples/cvodes/serial/cvsFoodWeb_ASAp_kry.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsHessian_ASA_FSA.c b/examples/cvodes/serial/cvsHessian_ASA_FSA.c index 031d310f3c..df0f1f2e16 100644 --- a/examples/cvodes/serial/cvsHessian_ASA_FSA.c +++ b/examples/cvodes/serial/cvsHessian_ASA_FSA.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsKrylovDemo_ls.c b/examples/cvodes/serial/cvsKrylovDemo_ls.c index 68b69906ff..7a6f41cdf1 100644 --- a/examples/cvodes/serial/cvsKrylovDemo_ls.c +++ b/examples/cvodes/serial/cvsKrylovDemo_ls.c @@ -3,7 +3,7 @@ * Radu Serban, Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsKrylovDemo_prec.c b/examples/cvodes/serial/cvsKrylovDemo_prec.c index a64794640c..53d898d9af 100644 --- a/examples/cvodes/serial/cvsKrylovDemo_prec.c +++ b/examples/cvodes/serial/cvsKrylovDemo_prec.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * -------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsParticle_dns.c b/examples/cvodes/serial/cvsParticle_dns.c index f1ef964ffd..15cf600c50 100644 --- a/examples/cvodes/serial/cvsParticle_dns.c +++ b/examples/cvodes/serial/cvsParticle_dns.c @@ -4,7 +4,7 @@ * Based on an example from Jean-Luc Fattebert @ ORNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsPendulum_dns.c b/examples/cvodes/serial/cvsPendulum_dns.c index 7afaf3381c..b353c430e5 100644 --- a/examples/cvodes/serial/cvsPendulum_dns.c +++ b/examples/cvodes/serial/cvsPendulum_dns.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban and David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_ASAi_dns.c b/examples/cvodes/serial/cvsRoberts_ASAi_dns.c index 8006539006..c60c74ce21 100644 --- a/examples/cvodes/serial/cvsRoberts_ASAi_dns.c +++ b/examples/cvodes/serial/cvsRoberts_ASAi_dns.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_ASAi_dns_constraints.c b/examples/cvodes/serial/cvsRoberts_ASAi_dns_constraints.c index 6b21b0e073..5e7c45fe7b 100644 --- a/examples/cvodes/serial/cvsRoberts_ASAi_dns_constraints.c +++ b/examples/cvodes/serial/cvsRoberts_ASAi_dns_constraints.c @@ -3,7 +3,7 @@ * Based on prior version by: Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_ASAi_klu.c b/examples/cvodes/serial/cvsRoberts_ASAi_klu.c index 0a92295d86..229f019f5d 100644 --- a/examples/cvodes/serial/cvsRoberts_ASAi_klu.c +++ b/examples/cvodes/serial/cvsRoberts_ASAi_klu.c @@ -3,7 +3,7 @@ * Based on cvsRoberts_ASAi_dns.c and modified to use KLU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_ASAi_sps.c b/examples/cvodes/serial/cvsRoberts_ASAi_sps.c index e7183f1816..f8a1156988 100644 --- a/examples/cvodes/serial/cvsRoberts_ASAi_sps.c +++ b/examples/cvodes/serial/cvsRoberts_ASAi_sps.c @@ -3,7 +3,7 @@ * Based on cvsRoberts_ASAi_dns.c and modified to use SuperLUMT * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_FSA_dns.c b/examples/cvodes/serial/cvsRoberts_FSA_dns.c index d4d12969ad..364b6f1c5b 100644 --- a/examples/cvodes/serial/cvsRoberts_FSA_dns.c +++ b/examples/cvodes/serial/cvsRoberts_FSA_dns.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_FSA_dns_constraints.c b/examples/cvodes/serial/cvsRoberts_FSA_dns_constraints.c index cfa6511321..52d8c5325b 100644 --- a/examples/cvodes/serial/cvsRoberts_FSA_dns_constraints.c +++ b/examples/cvodes/serial/cvsRoberts_FSA_dns_constraints.c @@ -4,7 +4,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_FSA_klu.c b/examples/cvodes/serial/cvsRoberts_FSA_klu.c index 43fe375431..2530eae26e 100644 --- a/examples/cvodes/serial/cvsRoberts_FSA_klu.c +++ b/examples/cvodes/serial/cvsRoberts_FSA_klu.c @@ -3,7 +3,7 @@ * Based on cvsRoberts_FSA_dns.c and modified to use KLU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_FSA_sps.c b/examples/cvodes/serial/cvsRoberts_FSA_sps.c index 3db757cb1c..0a9086066d 100644 --- a/examples/cvodes/serial/cvsRoberts_FSA_sps.c +++ b/examples/cvodes/serial/cvsRoberts_FSA_sps.c @@ -3,7 +3,7 @@ * Based on cvsRoberts_FSA_dns.c and modified to use SUPERLU_MT * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_dns.c b/examples/cvodes/serial/cvsRoberts_dns.c index b5d069ca81..5c5efcd2ce 100644 --- a/examples/cvodes/serial/cvsRoberts_dns.c +++ b/examples/cvodes/serial/cvsRoberts_dns.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_dnsL.c b/examples/cvodes/serial/cvsRoberts_dnsL.c index 4d335dc8e1..5e8e6c1570 100644 --- a/examples/cvodes/serial/cvsRoberts_dnsL.c +++ b/examples/cvodes/serial/cvsRoberts_dnsL.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_dns_constraints.c b/examples/cvodes/serial/cvsRoberts_dns_constraints.c index 12ea2aefd2..7191895dff 100644 --- a/examples/cvodes/serial/cvsRoberts_dns_constraints.c +++ b/examples/cvodes/serial/cvsRoberts_dns_constraints.c @@ -4,7 +4,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_dns_uw.c b/examples/cvodes/serial/cvsRoberts_dns_uw.c index 19c373c196..4348b72a71 100644 --- a/examples/cvodes/serial/cvsRoberts_dns_uw.c +++ b/examples/cvodes/serial/cvsRoberts_dns_uw.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_klu.c b/examples/cvodes/serial/cvsRoberts_klu.c index 624552f954..d1f5484354 100644 --- a/examples/cvodes/serial/cvsRoberts_klu.c +++ b/examples/cvodes/serial/cvsRoberts_klu.c @@ -3,7 +3,7 @@ * Based on cvRoberts_dns.c and modified to use KLU. * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/cvsRoberts_sps.c b/examples/cvodes/serial/cvsRoberts_sps.c index 08fadf3229..80a475c8bf 100644 --- a/examples/cvodes/serial/cvsRoberts_sps.c +++ b/examples/cvodes/serial/cvsRoberts_sps.c @@ -3,7 +3,7 @@ * Based on cvRoberts_dns.c and modified to use SUPERLU_MT. * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/cvodes/serial/plot_cvsParticle.py b/examples/cvodes/serial/plot_cvsParticle.py index 72e8736388..c8918772c5 100755 --- a/examples/cvodes/serial/plot_cvsParticle.py +++ b/examples/cvodes/serial/plot_cvsParticle.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/cvodes/serial/plot_cvsPendulum.py b/examples/cvodes/serial/plot_cvsPendulum.py index 87408f4634..b6bfb398a4 100755 --- a/examples/cvodes/serial/plot_cvsPendulum.py +++ b/examples/cvodes/serial/plot_cvsPendulum.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/ida/CMakeLists.txt b/examples/ida/CMakeLists.txt index c018807336..0d80c23461 100644 --- a/examples/ida/CMakeLists.txt +++ b/examples/ida/CMakeLists.txt @@ -3,7 +3,7 @@ # Cody Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/ida/C_openmp/CMakeLists.txt b/examples/ida/C_openmp/CMakeLists.txt index a1a0ba35bc..7c3393fda4 100644 --- a/examples/ida/C_openmp/CMakeLists.txt +++ b/examples/ida/C_openmp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Ting Yan @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/ida/C_openmp/idaFoodWeb_bnd_omp.c b/examples/ida/C_openmp/idaFoodWeb_bnd_omp.c index ec5cb6f9f9..57f2b22c38 100644 --- a/examples/ida/C_openmp/idaFoodWeb_bnd_omp.c +++ b/examples/ida/C_openmp/idaFoodWeb_bnd_omp.c @@ -4,7 +4,7 @@ * Based on idaFoodWeb_bnd.c and parallelized with OpenMP * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/C_openmp/idaFoodWeb_kry_omp.c b/examples/ida/C_openmp/idaFoodWeb_kry_omp.c index 0162736651..fe0e7f7827 100644 --- a/examples/ida/C_openmp/idaFoodWeb_kry_omp.c +++ b/examples/ida/C_openmp/idaFoodWeb_kry_omp.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel R. Reynolds and Ting Yan @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/F2003_openmp/CMakeLists.txt b/examples/ida/F2003_openmp/CMakeLists.txt index 77a99633c0..c3015087af 100644 --- a/examples/ida/F2003_openmp/CMakeLists.txt +++ b/examples/ida/F2003_openmp/CMakeLists.txt @@ -3,7 +3,7 @@ # modified by Daniel M. Margolis @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2023, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/ida/F2003_openmp/idaHeat2D_kry_omp_f2003.f90 b/examples/ida/F2003_openmp/idaHeat2D_kry_omp_f2003.f90 index 3dc08bc7e9..12f1da7eb8 100644 --- a/examples/ida/F2003_openmp/idaHeat2D_kry_omp_f2003.f90 +++ b/examples/ida/F2003_openmp/idaHeat2D_kry_omp_f2003.f90 @@ -3,7 +3,7 @@ ! modified by Daniel M. Margolis @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/ida/F2003_parallel/CMakeLists.txt b/examples/ida/F2003_parallel/CMakeLists.txt index b43dee6744..868a27a09d 100644 --- a/examples/ida/F2003_parallel/CMakeLists.txt +++ b/examples/ida/F2003_parallel/CMakeLists.txt @@ -3,7 +3,7 @@ # modified by Daniel M. Margolis @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2023, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/ida/F2003_parallel/ida_heat2D_kry_bbd_f2003.f90 b/examples/ida/F2003_parallel/ida_heat2D_kry_bbd_f2003.f90 index de8b11e835..c5a44df78b 100644 --- a/examples/ida/F2003_parallel/ida_heat2D_kry_bbd_f2003.f90 +++ b/examples/ida/F2003_parallel/ida_heat2D_kry_bbd_f2003.f90 @@ -4,7 +4,7 @@ ! modified by Daniel M. Margolis @ SMU ! ---------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/ida/F2003_serial/CMakeLists.txt b/examples/ida/F2003_serial/CMakeLists.txt index 8d0ddb1e75..39bae5f34b 100644 --- a/examples/ida/F2003_serial/CMakeLists.txt +++ b/examples/ida/F2003_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/ida/F2003_serial/idaHeat2D_kry_f2003.f90 b/examples/ida/F2003_serial/idaHeat2D_kry_f2003.f90 index 80fd7fdc00..ed6ec4594e 100644 --- a/examples/ida/F2003_serial/idaHeat2D_kry_f2003.f90 +++ b/examples/ida/F2003_serial/idaHeat2D_kry_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/ida/F2003_serial/idaRoberts_dns_f2003.f90 b/examples/ida/F2003_serial/idaRoberts_dns_f2003.f90 index 96b0122858..6d8f8f0c27 100644 --- a/examples/ida/F2003_serial/idaRoberts_dns_f2003.f90 +++ b/examples/ida/F2003_serial/idaRoberts_dns_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/ida/cuda/CMakeLists.txt b/examples/ida/cuda/CMakeLists.txt index 41a8fcfa8e..875ff52e98 100644 --- a/examples/ida/cuda/CMakeLists.txt +++ b/examples/ida/cuda/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and Cody Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/ida/mpicuda/CMakeLists.txt b/examples/ida/mpicuda/CMakeLists.txt index 4f3e4ad98d..60ab2512f9 100644 --- a/examples/ida/mpicuda/CMakeLists.txt +++ b/examples/ida/mpicuda/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/ida/mpiraja/CMakeLists.txt b/examples/ida/mpiraja/CMakeLists.txt index 0d22ba336c..bbf7d98748 100644 --- a/examples/ida/mpiraja/CMakeLists.txt +++ b/examples/ida/mpiraja/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/ida/parallel/CMakeLists.txt b/examples/ida/parallel/CMakeLists.txt index 0ca3efc0ad..4a37b4d531 100644 --- a/examples/ida/parallel/CMakeLists.txt +++ b/examples/ida/parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/ida/parallel/idaFoodWeb_kry_bbd_p.c b/examples/ida/parallel/idaFoodWeb_kry_bbd_p.c index e60fe3d7be..6701e35867 100644 --- a/examples/ida/parallel/idaFoodWeb_kry_bbd_p.c +++ b/examples/ida/parallel/idaFoodWeb_kry_bbd_p.c @@ -4,7 +4,7 @@ * Allan Taylor, Alan Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/parallel/idaFoodWeb_kry_p.c b/examples/ida/parallel/idaFoodWeb_kry_p.c index befc25cdb6..404710b07f 100644 --- a/examples/ida/parallel/idaFoodWeb_kry_p.c +++ b/examples/ida/parallel/idaFoodWeb_kry_p.c @@ -4,7 +4,7 @@ * Allan Taylor, Alan Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/parallel/idaHeat2D_kry_bbd_p.c b/examples/ida/parallel/idaHeat2D_kry_bbd_p.c index ae690ac08b..b238ac0301 100644 --- a/examples/ida/parallel/idaHeat2D_kry_bbd_p.c +++ b/examples/ida/parallel/idaHeat2D_kry_bbd_p.c @@ -4,7 +4,7 @@ * Allan Taylor, Alan Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/parallel/idaHeat2D_kry_p.c b/examples/ida/parallel/idaHeat2D_kry_p.c index 84b80482aa..30654473ba 100644 --- a/examples/ida/parallel/idaHeat2D_kry_p.c +++ b/examples/ida/parallel/idaHeat2D_kry_p.c @@ -4,7 +4,7 @@ * Allan Taylor, Alan Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/petsc/CMakeLists.txt b/examples/ida/petsc/CMakeLists.txt index b57438a03a..e689aafe78 100644 --- a/examples/ida/petsc/CMakeLists.txt +++ b/examples/ida/petsc/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles, Eddy Banks and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/ida/petsc/idaHeat2D_petsc_snes.c b/examples/ida/petsc/idaHeat2D_petsc_snes.c index e0f4557ce4..8ceecffa94 100644 --- a/examples/ida/petsc/idaHeat2D_petsc_snes.c +++ b/examples/ida/petsc/idaHeat2D_petsc_snes.c @@ -6,7 +6,7 @@ * Slaven Peles @ LLNL and Daniel Reynolds @ SMU. * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/petsc/idaHeat2D_petsc_spgmr.c b/examples/ida/petsc/idaHeat2D_petsc_spgmr.c index 9cc4ab3731..04d02e5930 100644 --- a/examples/ida/petsc/idaHeat2D_petsc_spgmr.c +++ b/examples/ida/petsc/idaHeat2D_petsc_spgmr.c @@ -7,7 +7,7 @@ * Allan Taylor, Alan Hindmarsh and Radu Serban * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/raja/CMakeLists.txt b/examples/ida/raja/CMakeLists.txt index 5c2bddeed5..1e97e6fcc6 100644 --- a/examples/ida/raja/CMakeLists.txt +++ b/examples/ida/raja/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/ida/serial/CMakeLists.txt b/examples/ida/serial/CMakeLists.txt index e93cbb2c49..b85aa8613f 100644 --- a/examples/ida/serial/CMakeLists.txt +++ b/examples/ida/serial/CMakeLists.txt @@ -3,7 +3,7 @@ # David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/ida/serial/idaAnalytic_mels.c b/examples/ida/serial/idaAnalytic_mels.c index 0896a7032a..2cd01d06c5 100644 --- a/examples/ida/serial/idaAnalytic_mels.c +++ b/examples/ida/serial/idaAnalytic_mels.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/serial/idaFoodWeb_bnd.c b/examples/ida/serial/idaFoodWeb_bnd.c index aab66eab95..dc1a642ace 100644 --- a/examples/ida/serial/idaFoodWeb_bnd.c +++ b/examples/ida/serial/idaFoodWeb_bnd.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/serial/idaFoodWeb_kry.c b/examples/ida/serial/idaFoodWeb_kry.c index c7b1d8a7b2..9fa2a86ca7 100644 --- a/examples/ida/serial/idaFoodWeb_kry.c +++ b/examples/ida/serial/idaFoodWeb_kry.c @@ -2,7 +2,7 @@ * Programmer(s): Ting Yan @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/serial/idaHeat2D_bnd.c b/examples/ida/serial/idaHeat2D_bnd.c index 8afdf19867..4f9988a6f9 100644 --- a/examples/ida/serial/idaHeat2D_bnd.c +++ b/examples/ida/serial/idaHeat2D_bnd.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/serial/idaHeat2D_klu.c b/examples/ida/serial/idaHeat2D_klu.c index 56a526102d..598a5a583d 100644 --- a/examples/ida/serial/idaHeat2D_klu.c +++ b/examples/ida/serial/idaHeat2D_klu.c @@ -3,7 +3,7 @@ * based on idaHeat2D_bnd.c and idaRoberts_klu.c * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/serial/idaHeat2D_kry.c b/examples/ida/serial/idaHeat2D_kry.c index 5b07f271f9..35959e089e 100644 --- a/examples/ida/serial/idaHeat2D_kry.c +++ b/examples/ida/serial/idaHeat2D_kry.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/serial/idaKrylovDemo_ls.c b/examples/ida/serial/idaKrylovDemo_ls.c index 4d8b40e82d..e850512159 100644 --- a/examples/ida/serial/idaKrylovDemo_ls.c +++ b/examples/ida/serial/idaKrylovDemo_ls.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/serial/idaRoberts_dns.c b/examples/ida/serial/idaRoberts_dns.c index c235c210ec..17bb127871 100644 --- a/examples/ida/serial/idaRoberts_dns.c +++ b/examples/ida/serial/idaRoberts_dns.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/serial/idaRoberts_klu.c b/examples/ida/serial/idaRoberts_klu.c index 44c9b860be..b094b67f7f 100644 --- a/examples/ida/serial/idaRoberts_klu.c +++ b/examples/ida/serial/idaRoberts_klu.c @@ -2,7 +2,7 @@ * Programmer(s): Carol Woodward @ LLNL (based on idaRoberts_dns.c) * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/serial/idaRoberts_sps.c b/examples/ida/serial/idaRoberts_sps.c index 557f0480c7..b153e22d8b 100644 --- a/examples/ida/serial/idaRoberts_sps.c +++ b/examples/ida/serial/idaRoberts_sps.c @@ -2,7 +2,7 @@ * Programmer(s): Carol Woodward @ LLNL (based on idaRoberts_dns.c) * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/serial/idaSlCrank_dns.c b/examples/ida/serial/idaSlCrank_dns.c index 324c0bafff..0bec3fde55 100644 --- a/examples/ida/serial/idaSlCrank_dns.c +++ b/examples/ida/serial/idaSlCrank_dns.c @@ -2,7 +2,7 @@ * Programmer: Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/ida/trilinos/CMakeLists.txt b/examples/ida/trilinos/CMakeLists.txt index b9ee330ad8..070ad9ca4a 100644 --- a/examples/ida/trilinos/CMakeLists.txt +++ b/examples/ida/trilinos/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/idas/CMakeLists.txt b/examples/idas/CMakeLists.txt index 90617df855..18bf8fe6a7 100644 --- a/examples/idas/CMakeLists.txt +++ b/examples/idas/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner and Slaven Peles @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/idas/C_openmp/CMakeLists.txt b/examples/idas/C_openmp/CMakeLists.txt index a92eebe4a4..6dca2b6711 100644 --- a/examples/idas/C_openmp/CMakeLists.txt +++ b/examples/idas/C_openmp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Ting Yan @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/idas/C_openmp/idasFoodWeb_bnd_omp.c b/examples/idas/C_openmp/idasFoodWeb_bnd_omp.c index 94347e79e8..0e15baefe4 100644 --- a/examples/idas/C_openmp/idasFoodWeb_bnd_omp.c +++ b/examples/idas/C_openmp/idasFoodWeb_bnd_omp.c @@ -4,7 +4,7 @@ * Based on idaFoodWeb_bnd.c and parallelized with OpenMP * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/C_openmp/idasFoodWeb_kry_omp.c b/examples/idas/C_openmp/idasFoodWeb_kry_omp.c index 54ad1b7587..879765d9d8 100644 --- a/examples/idas/C_openmp/idasFoodWeb_kry_omp.c +++ b/examples/idas/C_openmp/idasFoodWeb_kry_omp.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel R. Reynolds and Ting Yan @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/F2003_serial/CMakeLists.txt b/examples/idas/F2003_serial/CMakeLists.txt index d019e822c9..36ed019713 100644 --- a/examples/idas/F2003_serial/CMakeLists.txt +++ b/examples/idas/F2003_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/idas/F2003_serial/idasAkzoNob_ASAi_dns_f2003.f90 b/examples/idas/F2003_serial/idasAkzoNob_ASAi_dns_f2003.f90 index 7f2d4b80d4..7dc65c203f 100644 --- a/examples/idas/F2003_serial/idasAkzoNob_ASAi_dns_f2003.f90 +++ b/examples/idas/F2003_serial/idasAkzoNob_ASAi_dns_f2003.f90 @@ -5,7 +5,7 @@ ! and Cosmin Petra @ LLNL. ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/idas/F2003_serial/idasHeat2D_kry_f2003.f90 b/examples/idas/F2003_serial/idasHeat2D_kry_f2003.f90 index 4a5f9ea763..1c6890299b 100644 --- a/examples/idas/F2003_serial/idasHeat2D_kry_f2003.f90 +++ b/examples/idas/F2003_serial/idasHeat2D_kry_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/idas/parallel/CMakeLists.txt b/examples/idas/parallel/CMakeLists.txt index 69fb954292..cffdafad14 100644 --- a/examples/idas/parallel/CMakeLists.txt +++ b/examples/idas/parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/idas/parallel/idasBruss_ASAp_kry_bbd_p.c b/examples/idas/parallel/idasBruss_ASAp_kry_bbd_p.c index b44eb9029c..298636bd42 100644 --- a/examples/idas/parallel/idasBruss_ASAp_kry_bbd_p.c +++ b/examples/idas/parallel/idasBruss_ASAp_kry_bbd_p.c @@ -3,7 +3,7 @@ * Cosmin Petra and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/parallel/idasBruss_FSA_kry_bbd_p.c b/examples/idas/parallel/idasBruss_FSA_kry_bbd_p.c index 06fef2f5e7..51b60a9c22 100644 --- a/examples/idas/parallel/idasBruss_FSA_kry_bbd_p.c +++ b/examples/idas/parallel/idasBruss_FSA_kry_bbd_p.c @@ -3,7 +3,7 @@ * Cosmin Petra and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/parallel/idasBruss_kry_bbd_p.c b/examples/idas/parallel/idasBruss_kry_bbd_p.c index 6e98a00b87..e50cc1bb2b 100644 --- a/examples/idas/parallel/idasBruss_kry_bbd_p.c +++ b/examples/idas/parallel/idasBruss_kry_bbd_p.c @@ -3,7 +3,7 @@ * Cosmin Petra and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/parallel/idasFoodWeb_kry_bbd_p.c b/examples/idas/parallel/idasFoodWeb_kry_bbd_p.c index f5f848bcdf..68b469737e 100644 --- a/examples/idas/parallel/idasFoodWeb_kry_bbd_p.c +++ b/examples/idas/parallel/idasFoodWeb_kry_bbd_p.c @@ -4,7 +4,7 @@ * Allan Taylor, Alan Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/parallel/idasFoodWeb_kry_p.c b/examples/idas/parallel/idasFoodWeb_kry_p.c index 795c8f5d98..79fa1110a6 100644 --- a/examples/idas/parallel/idasFoodWeb_kry_p.c +++ b/examples/idas/parallel/idasFoodWeb_kry_p.c @@ -3,7 +3,7 @@ * Allan Taylor, Alan Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/parallel/idasHeat2D_FSA_kry_bbd_p.c b/examples/idas/parallel/idasHeat2D_FSA_kry_bbd_p.c index d9ef279fb0..b115616d85 100644 --- a/examples/idas/parallel/idasHeat2D_FSA_kry_bbd_p.c +++ b/examples/idas/parallel/idasHeat2D_FSA_kry_bbd_p.c @@ -4,7 +4,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/parallel/idasHeat2D_kry_bbd_p.c b/examples/idas/parallel/idasHeat2D_kry_bbd_p.c index 10582ad758..01416422ac 100644 --- a/examples/idas/parallel/idasHeat2D_kry_bbd_p.c +++ b/examples/idas/parallel/idasHeat2D_kry_bbd_p.c @@ -4,7 +4,7 @@ * Allan Taylor, Alan Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/parallel/idasHeat2D_kry_p.c b/examples/idas/parallel/idasHeat2D_kry_p.c index f856f940a2..4f6f67ca4c 100644 --- a/examples/idas/parallel/idasHeat2D_kry_p.c +++ b/examples/idas/parallel/idasHeat2D_kry_p.c @@ -4,7 +4,7 @@ * Allan Taylor, Alan Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/CMakeLists.txt b/examples/idas/serial/CMakeLists.txt index 00d4b39f90..ffb8c9693d 100644 --- a/examples/idas/serial/CMakeLists.txt +++ b/examples/idas/serial/CMakeLists.txt @@ -3,7 +3,7 @@ # David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/idas/serial/idasAkzoNob_ASAi_dns.c b/examples/idas/serial/idasAkzoNob_ASAi_dns.c index 0d30ba9a90..f56b52b680 100644 --- a/examples/idas/serial/idasAkzoNob_ASAi_dns.c +++ b/examples/idas/serial/idasAkzoNob_ASAi_dns.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban and Cosmin Petra @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasAkzoNob_dns.c b/examples/idas/serial/idasAkzoNob_dns.c index 68796c1916..02a86b6ae0 100644 --- a/examples/idas/serial/idasAkzoNob_dns.c +++ b/examples/idas/serial/idasAkzoNob_dns.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban and Cosmin Petra @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasAnalytic_mels.c b/examples/idas/serial/idasAnalytic_mels.c index bb4ffb0262..c15314b9e9 100644 --- a/examples/idas/serial/idasAnalytic_mels.c +++ b/examples/idas/serial/idasAnalytic_mels.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasFoodWeb_bnd.c b/examples/idas/serial/idasFoodWeb_bnd.c index edb3a6ad65..9d7d516fe8 100644 --- a/examples/idas/serial/idasFoodWeb_bnd.c +++ b/examples/idas/serial/idasFoodWeb_bnd.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasHeat2D_bnd.c b/examples/idas/serial/idasHeat2D_bnd.c index 47cafbbe79..73a3177889 100644 --- a/examples/idas/serial/idasHeat2D_bnd.c +++ b/examples/idas/serial/idasHeat2D_bnd.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasHeat2D_kry.c b/examples/idas/serial/idasHeat2D_kry.c index c25b9b99aa..33e605ada6 100644 --- a/examples/idas/serial/idasHeat2D_kry.c +++ b/examples/idas/serial/idasHeat2D_kry.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasHessian_ASA_FSA.c b/examples/idas/serial/idasHessian_ASA_FSA.c index c13d890e3e..cc038ba2cd 100644 --- a/examples/idas/serial/idasHessian_ASA_FSA.c +++ b/examples/idas/serial/idasHessian_ASA_FSA.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban and Cosmin Petra @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasKrylovDemo_ls.c b/examples/idas/serial/idasKrylovDemo_ls.c index e10f83250b..d54fc8e814 100644 --- a/examples/idas/serial/idasKrylovDemo_ls.c +++ b/examples/idas/serial/idasKrylovDemo_ls.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasRoberts_ASAi_dns.c b/examples/idas/serial/idasRoberts_ASAi_dns.c index 50a3b3f805..00359c72df 100644 --- a/examples/idas/serial/idasRoberts_ASAi_dns.c +++ b/examples/idas/serial/idasRoberts_ASAi_dns.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban and Cosmin Petra @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasRoberts_ASAi_klu.c b/examples/idas/serial/idasRoberts_ASAi_klu.c index ca114d28fe..ef749466f9 100644 --- a/examples/idas/serial/idasRoberts_ASAi_klu.c +++ b/examples/idas/serial/idasRoberts_ASAi_klu.c @@ -3,7 +3,7 @@ * Based on idasRoberts_ASAi_dns.c and modified to use KLU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasRoberts_ASAi_sps.c b/examples/idas/serial/idasRoberts_ASAi_sps.c index b9698de4c1..934f505d13 100644 --- a/examples/idas/serial/idasRoberts_ASAi_sps.c +++ b/examples/idas/serial/idasRoberts_ASAi_sps.c @@ -3,7 +3,7 @@ * Based on idasRoberts_ASAi_dns.c and modified to use SuperLUMT * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasRoberts_FSA_dns.c b/examples/idas/serial/idasRoberts_FSA_dns.c index 3a149b0583..6e1f688313 100644 --- a/examples/idas/serial/idasRoberts_FSA_dns.c +++ b/examples/idas/serial/idasRoberts_FSA_dns.c @@ -2,7 +2,7 @@ * Programmer(s): Cosmin Petra and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasRoberts_FSA_klu.c b/examples/idas/serial/idasRoberts_FSA_klu.c index 911b82056e..e05eb7a50f 100644 --- a/examples/idas/serial/idasRoberts_FSA_klu.c +++ b/examples/idas/serial/idasRoberts_FSA_klu.c @@ -3,7 +3,7 @@ * Based on idasRoberts_FSA_dns.c and modified to use KLU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasRoberts_FSA_sps.c b/examples/idas/serial/idasRoberts_FSA_sps.c index 0843b74b48..80b30ad421 100644 --- a/examples/idas/serial/idasRoberts_FSA_sps.c +++ b/examples/idas/serial/idasRoberts_FSA_sps.c @@ -3,7 +3,7 @@ * Based on idasRoberts_FSA_dns.c and modified to use SuperLUMT * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasRoberts_dns.c b/examples/idas/serial/idasRoberts_dns.c index 2594ba2a1c..73dc28cd74 100644 --- a/examples/idas/serial/idasRoberts_dns.c +++ b/examples/idas/serial/idasRoberts_dns.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasRoberts_klu.c b/examples/idas/serial/idasRoberts_klu.c index 0e1974d470..b24135aa99 100644 --- a/examples/idas/serial/idasRoberts_klu.c +++ b/examples/idas/serial/idasRoberts_klu.c @@ -2,7 +2,7 @@ * Programmer(s): Carol Woodward @ LLNL (based on idasRoberts_dns.c) * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasRoberts_sps.c b/examples/idas/serial/idasRoberts_sps.c index 9294d7dfb0..2b0b3c8c0d 100644 --- a/examples/idas/serial/idasRoberts_sps.c +++ b/examples/idas/serial/idasRoberts_sps.c @@ -2,7 +2,7 @@ * Programmer(s): Carol Woodward @ LLNL (based on idasRoberts_dns.c) * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasSlCrank_FSA_dns.c b/examples/idas/serial/idasSlCrank_FSA_dns.c index a072368a0c..db25a83b0e 100644 --- a/examples/idas/serial/idasSlCrank_FSA_dns.c +++ b/examples/idas/serial/idasSlCrank_FSA_dns.c @@ -2,7 +2,7 @@ * Programmer: Radu Serban and Cosmin Petra @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/idas/serial/idasSlCrank_dns.c b/examples/idas/serial/idasSlCrank_dns.c index c606001c66..7484550e80 100644 --- a/examples/idas/serial/idasSlCrank_dns.c +++ b/examples/idas/serial/idasSlCrank_dns.c @@ -2,7 +2,7 @@ * Programmer: Radu Serban and Cosmin Petra @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/CMakeLists.txt b/examples/kinsol/CMakeLists.txt index 46c2da46a9..8a72d55298 100644 --- a/examples/kinsol/CMakeLists.txt +++ b/examples/kinsol/CMakeLists.txt @@ -3,7 +3,7 @@ # Shelby Lockhart @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/kinsol/CUDA_mpi/CMakeLists.txt b/examples/kinsol/CUDA_mpi/CMakeLists.txt index eef0be7cf4..201e4d748d 100644 --- a/examples/kinsol/CUDA_mpi/CMakeLists.txt +++ b/examples/kinsol/CUDA_mpi/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Shelby Lockhart @ UIUC/LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/kinsol/CUDA_mpi/kin_em_mpicuda.cu b/examples/kinsol/CUDA_mpi/kin_em_mpicuda.cu index 02e3d79aa2..5094e4a015 100644 --- a/examples/kinsol/CUDA_mpi/kin_em_mpicuda.cu +++ b/examples/kinsol/CUDA_mpi/kin_em_mpicuda.cu @@ -2,7 +2,7 @@ * Programmer(s): Shelby Lockhart @ UIUC/LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/CUDA_mpi/kin_em_mpicuda.hpp b/examples/kinsol/CUDA_mpi/kin_em_mpicuda.hpp index d81b6b0567..7f17b628f5 100644 --- a/examples/kinsol/CUDA_mpi/kin_em_mpicuda.hpp +++ b/examples/kinsol/CUDA_mpi/kin_em_mpicuda.hpp @@ -2,7 +2,7 @@ * Programmer(s): Shelby Lockhart @ UIUC/LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/CXX_parallel/CMakeLists.txt b/examples/kinsol/CXX_parallel/CMakeLists.txt index c14a5bc2f0..bc1cf8c990 100644 --- a/examples/kinsol/CXX_parallel/CMakeLists.txt +++ b/examples/kinsol/CXX_parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Shelby Lockhart @ UIUC/LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/kinsol/CXX_parallel/kin_em_p.cpp b/examples/kinsol/CXX_parallel/kin_em_p.cpp index cb47e454b9..e887756f6f 100644 --- a/examples/kinsol/CXX_parallel/kin_em_p.cpp +++ b/examples/kinsol/CXX_parallel/kin_em_p.cpp @@ -2,7 +2,7 @@ * Programmer(s): Shelby Lockhart @ UIUC/LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/CXX_parallel/kin_em_p.hpp b/examples/kinsol/CXX_parallel/kin_em_p.hpp index 0df17d81ff..524d7b148c 100644 --- a/examples/kinsol/CXX_parallel/kin_em_p.hpp +++ b/examples/kinsol/CXX_parallel/kin_em_p.hpp @@ -2,7 +2,7 @@ * Programmer(s): Shelby Lockhart @ UIUC/LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/CXX_parallel/kin_heat2D_nonlin_p.cpp b/examples/kinsol/CXX_parallel/kin_heat2D_nonlin_p.cpp index a6161aa4a1..7e89a7d7bf 100644 --- a/examples/kinsol/CXX_parallel/kin_heat2D_nonlin_p.cpp +++ b/examples/kinsol/CXX_parallel/kin_heat2D_nonlin_p.cpp @@ -3,7 +3,7 @@ * David Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/CXX_parallel/kin_heat2D_nonlin_p.hpp b/examples/kinsol/CXX_parallel/kin_heat2D_nonlin_p.hpp index 33a70df726..eb414533b2 100644 --- a/examples/kinsol/CXX_parallel/kin_heat2D_nonlin_p.hpp +++ b/examples/kinsol/CXX_parallel/kin_heat2D_nonlin_p.hpp @@ -3,7 +3,7 @@ * David Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/CXX_parhyp/CMakeLists.txt b/examples/kinsol/CXX_parhyp/CMakeLists.txt index 793d82c75f..f4b2cfa166 100644 --- a/examples/kinsol/CXX_parhyp/CMakeLists.txt +++ b/examples/kinsol/CXX_parhyp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Shelby Lockhart @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/kinsol/CXX_parhyp/kin_bratu2D_hypre_pfmg.cpp b/examples/kinsol/CXX_parhyp/kin_bratu2D_hypre_pfmg.cpp index a25c16dfe5..e40244ff36 100644 --- a/examples/kinsol/CXX_parhyp/kin_bratu2D_hypre_pfmg.cpp +++ b/examples/kinsol/CXX_parhyp/kin_bratu2D_hypre_pfmg.cpp @@ -2,7 +2,7 @@ * Programmer(s): Shelby Lockhart @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/CXX_parhyp/kin_bratu2D_hypre_pfmg.hpp b/examples/kinsol/CXX_parhyp/kin_bratu2D_hypre_pfmg.hpp index b527b19b43..9608bab9b0 100644 --- a/examples/kinsol/CXX_parhyp/kin_bratu2D_hypre_pfmg.hpp +++ b/examples/kinsol/CXX_parhyp/kin_bratu2D_hypre_pfmg.hpp @@ -2,7 +2,7 @@ * Programmer(s): Shelby Lockhart @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/CXX_parhyp/kin_heat2D_nonlin_hypre_pfmg.cpp b/examples/kinsol/CXX_parhyp/kin_heat2D_nonlin_hypre_pfmg.cpp index 34681d2449..7b06cc7877 100644 --- a/examples/kinsol/CXX_parhyp/kin_heat2D_nonlin_hypre_pfmg.cpp +++ b/examples/kinsol/CXX_parhyp/kin_heat2D_nonlin_hypre_pfmg.cpp @@ -3,7 +3,7 @@ * David Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/CXX_parhyp/kin_heat2D_nonlin_hypre_pfmg.hpp b/examples/kinsol/CXX_parhyp/kin_heat2D_nonlin_hypre_pfmg.hpp index f156d8c7a3..95b73c263b 100644 --- a/examples/kinsol/CXX_parhyp/kin_heat2D_nonlin_hypre_pfmg.hpp +++ b/examples/kinsol/CXX_parhyp/kin_heat2D_nonlin_hypre_pfmg.hpp @@ -3,7 +3,7 @@ * David Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/C_openmp/CMakeLists.txt b/examples/kinsol/C_openmp/CMakeLists.txt index 71d83e6470..a460a692c3 100644 --- a/examples/kinsol/C_openmp/CMakeLists.txt +++ b/examples/kinsol/C_openmp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Ting Yan @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/kinsol/C_openmp/kinFoodWeb_kry_omp.c b/examples/kinsol/C_openmp/kinFoodWeb_kry_omp.c index 3ca40e26e6..bfdcfe59ef 100644 --- a/examples/kinsol/C_openmp/kinFoodWeb_kry_omp.c +++ b/examples/kinsol/C_openmp/kinFoodWeb_kry_omp.c @@ -3,7 +3,7 @@ * Based on kinFoodWeb_kry.c and parallelized with OpenMP * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/F2003_parallel/CMakeLists.txt b/examples/kinsol/F2003_parallel/CMakeLists.txt index ed36b5e8f3..8e25514252 100644 --- a/examples/kinsol/F2003_parallel/CMakeLists.txt +++ b/examples/kinsol/F2003_parallel/CMakeLists.txt @@ -3,7 +3,7 @@ # modified by Daniel M. Margolis @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2023, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/kinsol/F2003_parallel/kin_diagon_kry_f2003.f90 b/examples/kinsol/F2003_parallel/kin_diagon_kry_f2003.f90 index 9233fe7b4c..10e0daf40c 100644 --- a/examples/kinsol/F2003_parallel/kin_diagon_kry_f2003.f90 +++ b/examples/kinsol/F2003_parallel/kin_diagon_kry_f2003.f90 @@ -3,7 +3,7 @@ ! modified by Daniel M. Margolis @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/kinsol/F2003_serial/CMakeLists.txt b/examples/kinsol/F2003_serial/CMakeLists.txt index 6a71b7c40a..cc06f53dff 100644 --- a/examples/kinsol/F2003_serial/CMakeLists.txt +++ b/examples/kinsol/F2003_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/kinsol/F2003_serial/kinDiagon_kry_f2003.f90 b/examples/kinsol/F2003_serial/kinDiagon_kry_f2003.f90 index 43eab280d1..034ec9cd2a 100644 --- a/examples/kinsol/F2003_serial/kinDiagon_kry_f2003.f90 +++ b/examples/kinsol/F2003_serial/kinDiagon_kry_f2003.f90 @@ -3,7 +3,7 @@ ! modified by Daniel M. Margolis @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2023, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/kinsol/F2003_serial/kinLaplace_bnd_f2003.f90 b/examples/kinsol/F2003_serial/kinLaplace_bnd_f2003.f90 index ccd4510591..e4c6fab4aa 100644 --- a/examples/kinsol/F2003_serial/kinLaplace_bnd_f2003.f90 +++ b/examples/kinsol/F2003_serial/kinLaplace_bnd_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/kinsol/F2003_serial/kinLaplace_picard_kry_f2003.f90 b/examples/kinsol/F2003_serial/kinLaplace_picard_kry_f2003.f90 index 875359e19e..48f50adcbc 100644 --- a/examples/kinsol/F2003_serial/kinLaplace_picard_kry_f2003.f90 +++ b/examples/kinsol/F2003_serial/kinLaplace_picard_kry_f2003.f90 @@ -4,7 +4,7 @@ ! Based on kinLaplace_picard_bnd.c by Carol S. Woodward @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/kinsol/F2003_serial/kinRoboKin_dns_f2003.f90 b/examples/kinsol/F2003_serial/kinRoboKin_dns_f2003.f90 index 509d3df13c..ee63124187 100644 --- a/examples/kinsol/F2003_serial/kinRoboKin_dns_f2003.f90 +++ b/examples/kinsol/F2003_serial/kinRoboKin_dns_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/examples/kinsol/parallel/CMakeLists.txt b/examples/kinsol/parallel/CMakeLists.txt index d8c9febec6..14f2c0f77f 100644 --- a/examples/kinsol/parallel/CMakeLists.txt +++ b/examples/kinsol/parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/kinsol/parallel/kinFoodWeb_kry_bbd_p.c b/examples/kinsol/parallel/kinFoodWeb_kry_bbd_p.c index 9eb367f401..4ec49ca873 100644 --- a/examples/kinsol/parallel/kinFoodWeb_kry_bbd_p.c +++ b/examples/kinsol/parallel/kinFoodWeb_kry_bbd_p.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/parallel/kinFoodWeb_kry_p.c b/examples/kinsol/parallel/kinFoodWeb_kry_p.c index b1c2ce3868..5d7d2772cf 100644 --- a/examples/kinsol/parallel/kinFoodWeb_kry_p.c +++ b/examples/kinsol/parallel/kinFoodWeb_kry_p.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/serial/CMakeLists.txt b/examples/kinsol/serial/CMakeLists.txt index 65610d2bb7..d8f8972ade 100644 --- a/examples/kinsol/serial/CMakeLists.txt +++ b/examples/kinsol/serial/CMakeLists.txt @@ -3,7 +3,7 @@ # David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/kinsol/serial/kinAnalytic_fp.c b/examples/kinsol/serial/kinAnalytic_fp.c index de44dc35be..be2ec3c097 100644 --- a/examples/kinsol/serial/kinAnalytic_fp.c +++ b/examples/kinsol/serial/kinAnalytic_fp.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/serial/kinFerTron_dns.c b/examples/kinsol/serial/kinFerTron_dns.c index 23268336f1..8926d95f2e 100644 --- a/examples/kinsol/serial/kinFerTron_dns.c +++ b/examples/kinsol/serial/kinFerTron_dns.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/serial/kinFerTron_klu.c b/examples/kinsol/serial/kinFerTron_klu.c index fbc556cca0..d30badc5d7 100644 --- a/examples/kinsol/serial/kinFerTron_klu.c +++ b/examples/kinsol/serial/kinFerTron_klu.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/serial/kinFoodWeb_kry.c b/examples/kinsol/serial/kinFoodWeb_kry.c index a60d620238..35727bffae 100644 --- a/examples/kinsol/serial/kinFoodWeb_kry.c +++ b/examples/kinsol/serial/kinFoodWeb_kry.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/serial/kinKrylovDemo_ls.c b/examples/kinsol/serial/kinKrylovDemo_ls.c index 1647da2297..a3d117db75 100644 --- a/examples/kinsol/serial/kinKrylovDemo_ls.c +++ b/examples/kinsol/serial/kinKrylovDemo_ls.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/serial/kinLaplace_bnd.c b/examples/kinsol/serial/kinLaplace_bnd.c index a4e0a4a1fc..3f7e356383 100644 --- a/examples/kinsol/serial/kinLaplace_bnd.c +++ b/examples/kinsol/serial/kinLaplace_bnd.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/serial/kinLaplace_picard_bnd.c b/examples/kinsol/serial/kinLaplace_picard_bnd.c index 44d7e66c07..5f772ef4db 100644 --- a/examples/kinsol/serial/kinLaplace_picard_bnd.c +++ b/examples/kinsol/serial/kinLaplace_picard_bnd.c @@ -2,7 +2,7 @@ * Programmer(s): Carol Woodward @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/serial/kinLaplace_picard_kry.c b/examples/kinsol/serial/kinLaplace_picard_kry.c index e643d773d7..cc435e4ad1 100644 --- a/examples/kinsol/serial/kinLaplace_picard_kry.c +++ b/examples/kinsol/serial/kinLaplace_picard_kry.c @@ -4,7 +4,7 @@ * Based on kinLaplace_picard_bnd.c by Carol S. Woodward @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/serial/kinRoberts_fp.c b/examples/kinsol/serial/kinRoberts_fp.c index 3cc777e1a1..df964aac96 100644 --- a/examples/kinsol/serial/kinRoberts_fp.c +++ b/examples/kinsol/serial/kinRoberts_fp.c @@ -2,7 +2,7 @@ * Programmer(s): Carol Woodward @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/serial/kinRoboKin_dns.c b/examples/kinsol/serial/kinRoboKin_dns.c index bb24588d6a..68649ba184 100644 --- a/examples/kinsol/serial/kinRoboKin_dns.c +++ b/examples/kinsol/serial/kinRoboKin_dns.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/kinsol/serial/kinRoboKin_slu.c b/examples/kinsol/serial/kinRoboKin_slu.c index e8d7d41e70..a921ea4482 100644 --- a/examples/kinsol/serial/kinRoboKin_slu.c +++ b/examples/kinsol/serial/kinRoboKin_slu.c @@ -4,7 +4,7 @@ * Based on kinRoboKin_dns.c by Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/templates/cmakelists_CUDA_MPI_ex.in b/examples/templates/cmakelists_CUDA_MPI_ex.in index 91365a5b95..1a75034029 100644 --- a/examples/templates/cmakelists_CUDA_MPI_ex.in +++ b/examples/templates/cmakelists_CUDA_MPI_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos and David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_CUDA_ex.in b/examples/templates/cmakelists_CUDA_ex.in index 6a3532081b..43c2bc2268 100644 --- a/examples/templates/cmakelists_CUDA_ex.in +++ b/examples/templates/cmakelists_CUDA_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos and David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_CXX_MPI_ex.in b/examples/templates/cmakelists_CXX_MPI_ex.in index b5c3b82c33..ee919a7c84 100644 --- a/examples/templates/cmakelists_CXX_MPI_ex.in +++ b/examples/templates/cmakelists_CXX_MPI_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos and David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_CXX_ex.in b/examples/templates/cmakelists_CXX_ex.in index 56fe0f0719..01622b0116 100644 --- a/examples/templates/cmakelists_CXX_ex.in +++ b/examples/templates/cmakelists_CXX_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos and David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_CXX_ginkgo_ex.in b/examples/templates/cmakelists_CXX_ginkgo_ex.in index 72fb43370a..17226711b7 100644 --- a/examples/templates/cmakelists_CXX_ginkgo_ex.in +++ b/examples/templates/cmakelists_CXX_ginkgo_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos and David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_C_MPI_ex.in b/examples/templates/cmakelists_C_MPI_ex.in index 5260145926..da4aa3502a 100644 --- a/examples/templates/cmakelists_C_MPI_ex.in +++ b/examples/templates/cmakelists_C_MPI_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos and David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_C_ex.in b/examples/templates/cmakelists_C_ex.in index e3935dc3fa..170c12add7 100644 --- a/examples/templates/cmakelists_C_ex.in +++ b/examples/templates/cmakelists_C_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos and David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_HIP_MPI_ex.in b/examples/templates/cmakelists_HIP_MPI_ex.in index f8efbf9dfd..6e872edb7a 100644 --- a/examples/templates/cmakelists_HIP_MPI_ex.in +++ b/examples/templates/cmakelists_HIP_MPI_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos and David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_HIP_ex.in b/examples/templates/cmakelists_HIP_ex.in index 0d757d8c4c..c024bec9cd 100644 --- a/examples/templates/cmakelists_HIP_ex.in +++ b/examples/templates/cmakelists_HIP_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_MPI_ex.in b/examples/templates/cmakelists_MPI_ex.in index 9bdf62c7e7..154458965d 100644 --- a/examples/templates/cmakelists_MPI_ex.in +++ b/examples/templates/cmakelists_MPI_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_openmp_C_ex.in b/examples/templates/cmakelists_openmp_C_ex.in index 51569ba850..4b3950c704 100644 --- a/examples/templates/cmakelists_openmp_C_ex.in +++ b/examples/templates/cmakelists_openmp_C_ex.in @@ -3,7 +3,7 @@ # David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_openmp_F2003_ex.in b/examples/templates/cmakelists_openmp_F2003_ex.in index f8c099048c..4559f54ce3 100644 --- a/examples/templates/cmakelists_openmp_F2003_ex.in +++ b/examples/templates/cmakelists_openmp_F2003_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2023, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_openmpdev_ex.in b/examples/templates/cmakelists_openmpdev_ex.in index c7728a1a3c..e494cd3a25 100644 --- a/examples/templates/cmakelists_openmpdev_ex.in +++ b/examples/templates/cmakelists_openmpdev_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Shelby Lockhart @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_parallel_CUDA_ex.in b/examples/templates/cmakelists_parallel_CUDA_ex.in index 20ba321e8f..dea0ea0101 100644 --- a/examples/templates/cmakelists_parallel_CUDA_ex.in +++ b/examples/templates/cmakelists_parallel_CUDA_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and Cody Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_parallel_CXX_ex.in b/examples/templates/cmakelists_parallel_CXX_ex.in index 864e439c6f..c517e2ae23 100644 --- a/examples/templates/cmakelists_parallel_CXX_ex.in +++ b/examples/templates/cmakelists_parallel_CXX_ex.in @@ -2,7 +2,7 @@ # Programmer: Daniel R. Reynolds @ SMU # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_parallel_C_ex.in b/examples/templates/cmakelists_parallel_C_ex.in index 2d19d68358..ae1a9de542 100644 --- a/examples/templates/cmakelists_parallel_C_ex.in +++ b/examples/templates/cmakelists_parallel_C_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_parallel_F2003_ex.in b/examples/templates/cmakelists_parallel_F2003_ex.in index 5fc13f1bc0..c00a18fb97 100644 --- a/examples/templates/cmakelists_parallel_F2003_ex.in +++ b/examples/templates/cmakelists_parallel_F2003_ex.in @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_parallel_RAJA_ex.in b/examples/templates/cmakelists_parallel_RAJA_ex.in index 8dc5be8ad5..1a000f7e4e 100644 --- a/examples/templates/cmakelists_parallel_RAJA_ex.in +++ b/examples/templates/cmakelists_parallel_RAJA_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_parhyp_CXX_ex.in b/examples/templates/cmakelists_parhyp_CXX_ex.in index 2420077ba2..0d0b3618c8 100644 --- a/examples/templates/cmakelists_parhyp_CXX_ex.in +++ b/examples/templates/cmakelists_parhyp_CXX_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_parhyp_C_ex.in b/examples/templates/cmakelists_parhyp_C_ex.in index 71c9685f10..7a35696fa8 100644 --- a/examples/templates/cmakelists_parhyp_C_ex.in +++ b/examples/templates/cmakelists_parhyp_C_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_petsc_C_ex.in b/examples/templates/cmakelists_petsc_C_ex.in index fa16350390..ed33ab50e9 100644 --- a/examples/templates/cmakelists_petsc_C_ex.in +++ b/examples/templates/cmakelists_petsc_C_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban, Cody Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_pthreads_C_ex.in b/examples/templates/cmakelists_pthreads_C_ex.in index b2dc56f024..89e07b939f 100644 --- a/examples/templates/cmakelists_pthreads_C_ex.in +++ b/examples/templates/cmakelists_pthreads_C_ex.in @@ -3,7 +3,7 @@ # David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_serial_CUDA_ex.in b/examples/templates/cmakelists_serial_CUDA_ex.in index aec63db695..460fd84bd0 100644 --- a/examples/templates/cmakelists_serial_CUDA_ex.in +++ b/examples/templates/cmakelists_serial_CUDA_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and Cody Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_serial_CXX_ex.in b/examples/templates/cmakelists_serial_CXX_ex.in index 414bbddd82..1b1aabf699 100644 --- a/examples/templates/cmakelists_serial_CXX_ex.in +++ b/examples/templates/cmakelists_serial_CXX_ex.in @@ -3,7 +3,7 @@ # David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_serial_C_ex.in b/examples/templates/cmakelists_serial_C_ex.in index fd4273ebe2..3f794f3cbf 100644 --- a/examples/templates/cmakelists_serial_C_ex.in +++ b/examples/templates/cmakelists_serial_C_ex.in @@ -3,7 +3,7 @@ # David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_serial_F2003_ex.in b/examples/templates/cmakelists_serial_F2003_ex.in index ae8b255a07..61c571889d 100644 --- a/examples/templates/cmakelists_serial_F2003_ex.in +++ b/examples/templates/cmakelists_serial_F2003_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_serial_RAJA_ex.in b/examples/templates/cmakelists_serial_RAJA_ex.in index 7d3f8ff1e5..c8031652b2 100644 --- a/examples/templates/cmakelists_serial_RAJA_ex.in +++ b/examples/templates/cmakelists_serial_RAJA_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_trilinos_CXX_ex.in b/examples/templates/cmakelists_trilinos_CXX_ex.in index 195e5b1935..2ddbc88210 100644 --- a/examples/templates/cmakelists_trilinos_CXX_ex.in +++ b/examples/templates/cmakelists_trilinos_CXX_ex.in @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/cmakelists_xbraid_CXX_ex.in b/examples/templates/cmakelists_xbraid_CXX_ex.in index bf74d835f2..c36e1c0e71 100644 --- a/examples/templates/cmakelists_xbraid_CXX_ex.in +++ b/examples/templates/cmakelists_xbraid_CXX_ex.in @@ -2,7 +2,7 @@ # Programmer: David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_CXX_ex.in b/examples/templates/makefile_CXX_ex.in index 6c98388e5a..b639148fef 100644 --- a/examples/templates/makefile_CXX_ex.in +++ b/examples/templates/makefile_CXX_ex.in @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_openmp_C_ex.in b/examples/templates/makefile_openmp_C_ex.in index 1184dc83cb..72c9078915 100644 --- a/examples/templates/makefile_openmp_C_ex.in +++ b/examples/templates/makefile_openmp_C_ex.in @@ -4,7 +4,7 @@ # David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_openmp_F2003_ex.in b/examples/templates/makefile_openmp_F2003_ex.in index f1f8152e4a..dc711911cd 100644 --- a/examples/templates/makefile_openmp_F2003_ex.in +++ b/examples/templates/makefile_openmp_F2003_ex.in @@ -3,7 +3,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2023, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_openmpdev_ex.in b/examples/templates/makefile_openmpdev_ex.in index c8dc7e9314..461c02b8a3 100644 --- a/examples/templates/makefile_openmpdev_ex.in +++ b/examples/templates/makefile_openmpdev_ex.in @@ -3,7 +3,7 @@ # Programmer(s): Shelby Lockhart @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_parallel_CUDA_ex.in b/examples/templates/makefile_parallel_CUDA_ex.in index 79fb769117..98488d98c4 100644 --- a/examples/templates/makefile_parallel_CUDA_ex.in +++ b/examples/templates/makefile_parallel_CUDA_ex.in @@ -3,7 +3,7 @@ # Programmer: Slaven Peles, Cody Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_parallel_CXX_ex.in b/examples/templates/makefile_parallel_CXX_ex.in index 9781455f86..3b844c6cbb 100644 --- a/examples/templates/makefile_parallel_CXX_ex.in +++ b/examples/templates/makefile_parallel_CXX_ex.in @@ -3,7 +3,7 @@ # Programmer: Daniel R. Reynolds @ SMU # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_parallel_C_ex.in b/examples/templates/makefile_parallel_C_ex.in index 45a797691a..968843f2e6 100644 --- a/examples/templates/makefile_parallel_C_ex.in +++ b/examples/templates/makefile_parallel_C_ex.in @@ -3,7 +3,7 @@ # Programmer: Radu Serban @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_parallel_F2003_ex.in b/examples/templates/makefile_parallel_F2003_ex.in index 071b0c4cbc..a82b7b1210 100644 --- a/examples/templates/makefile_parallel_F2003_ex.in +++ b/examples/templates/makefile_parallel_F2003_ex.in @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_parallel_RAJA_ex.in b/examples/templates/makefile_parallel_RAJA_ex.in index 16f00a6497..b8fcfe3c87 100644 --- a/examples/templates/makefile_parallel_RAJA_ex.in +++ b/examples/templates/makefile_parallel_RAJA_ex.in @@ -3,7 +3,7 @@ # Programmer: Slaven Peles, Cody Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_parhyp_CXX_ex.in b/examples/templates/makefile_parhyp_CXX_ex.in index cf9924e017..d7d0cb07aa 100644 --- a/examples/templates/makefile_parhyp_CXX_ex.in +++ b/examples/templates/makefile_parhyp_CXX_ex.in @@ -3,7 +3,7 @@ # Programmer: Daniel R. Reynolds @ SMU # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_parhyp_C_ex.in b/examples/templates/makefile_parhyp_C_ex.in index cc23e985be..2078db9347 100644 --- a/examples/templates/makefile_parhyp_C_ex.in +++ b/examples/templates/makefile_parhyp_C_ex.in @@ -3,7 +3,7 @@ # Programmer: Radu Serban @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_petsc_C_ex.in b/examples/templates/makefile_petsc_C_ex.in index f40a053af5..1b460ca6b3 100644 --- a/examples/templates/makefile_petsc_C_ex.in +++ b/examples/templates/makefile_petsc_C_ex.in @@ -4,7 +4,7 @@ # Daniel R. Reynolds @ SMU # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_pthreads_C_ex.in b/examples/templates/makefile_pthreads_C_ex.in index 141629fee5..01dad755fa 100644 --- a/examples/templates/makefile_pthreads_C_ex.in +++ b/examples/templates/makefile_pthreads_C_ex.in @@ -4,7 +4,7 @@ # David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_serial_CUDA_ex.in b/examples/templates/makefile_serial_CUDA_ex.in index 0c1c43728a..f0fac481c8 100644 --- a/examples/templates/makefile_serial_CUDA_ex.in +++ b/examples/templates/makefile_serial_CUDA_ex.in @@ -3,7 +3,7 @@ # Programmer: Slaven Peles, Cody Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_serial_CXX_ex.in b/examples/templates/makefile_serial_CXX_ex.in index 3223e4cd54..ce63707a09 100644 --- a/examples/templates/makefile_serial_CXX_ex.in +++ b/examples/templates/makefile_serial_CXX_ex.in @@ -4,7 +4,7 @@ # David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_serial_C_ex.in b/examples/templates/makefile_serial_C_ex.in index 6e2d05611c..51176b14cd 100644 --- a/examples/templates/makefile_serial_C_ex.in +++ b/examples/templates/makefile_serial_C_ex.in @@ -4,7 +4,7 @@ # David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_serial_F2003_ex.in b/examples/templates/makefile_serial_F2003_ex.in index d77f5368d1..e4dbb30862 100644 --- a/examples/templates/makefile_serial_F2003_ex.in +++ b/examples/templates/makefile_serial_F2003_ex.in @@ -3,7 +3,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_serial_RAJA_ex.in b/examples/templates/makefile_serial_RAJA_ex.in index 317fb99d19..fb0d35e555 100644 --- a/examples/templates/makefile_serial_RAJA_ex.in +++ b/examples/templates/makefile_serial_RAJA_ex.in @@ -3,7 +3,7 @@ # Programmer: Slaven Peles, Cody Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_trilinos_CXX_ex.in b/examples/templates/makefile_trilinos_CXX_ex.in index 1fe70ab245..a6d025bdf7 100644 --- a/examples/templates/makefile_trilinos_CXX_ex.in +++ b/examples/templates/makefile_trilinos_CXX_ex.in @@ -3,7 +3,7 @@ # Programmer: Slaven Peles @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/templates/makefile_xbraid_CXX_ex.in b/examples/templates/makefile_xbraid_CXX_ex.in index fd5e0ce487..0c2238c219 100644 --- a/examples/templates/makefile_xbraid_CXX_ex.in +++ b/examples/templates/makefile_xbraid_CXX_ex.in @@ -2,7 +2,7 @@ # Programmer: David J. Gardner @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/utilities/custom_memory_helper_gpu.h b/examples/utilities/custom_memory_helper_gpu.h index 08872f983e..f9677bd274 100644 --- a/examples/utilities/custom_memory_helper_gpu.h +++ b/examples/utilities/custom_memory_helper_gpu.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/utilities/custom_memory_helper_sycl.h b/examples/utilities/custom_memory_helper_sycl.h index 3135f3ad5d..bd6bf233b2 100644 --- a/examples/utilities/custom_memory_helper_sycl.h +++ b/examples/utilities/custom_memory_helper_sycl.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/utilities/example_utilities.hpp b/examples/utilities/example_utilities.hpp index 448ac8e268..d4cdd919b7 100644 --- a/examples/utilities/example_utilities.hpp +++ b/examples/utilities/example_utilities.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/examples/utilities/plot_data_2d.py b/examples/utilities/plot_data_2d.py index ecf15ab7e6..4a7993ae81 100755 --- a/examples/utilities/plot_data_2d.py +++ b/examples/utilities/plot_data_2d.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/examples/utilities/plot_data_time_series.py b/examples/utilities/plot_data_time_series.py index 02e3c34f7c..8deb554422 100755 --- a/examples/utilities/plot_data_time_series.py +++ b/examples/utilities/plot_data_time_series.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 4f4bc0edb5..590ec02f03 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/include/arkode/arkode.h b/include/arkode/arkode.h index 2bd95604f3..eec76a520a 100644 --- a/include/arkode/arkode.h +++ b/include/arkode/arkode.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_arkstep.h b/include/arkode/arkode_arkstep.h index 777663da61..2be3d59332 100644 --- a/include/arkode/arkode_arkstep.h +++ b/include/arkode/arkode_arkstep.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_bandpre.h b/include/arkode/arkode_bandpre.h index 88c4c7c036..30d44c6a26 100644 --- a/include/arkode/arkode_bandpre.h +++ b/include/arkode/arkode_bandpre.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_bbdpre.h b/include/arkode/arkode_bbdpre.h index 54eb36a9ac..b43c3c105f 100644 --- a/include/arkode/arkode_bbdpre.h +++ b/include/arkode/arkode_bbdpre.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_butcher.h b/include/arkode/arkode_butcher.h index 029b3d1c8d..11a61b5566 100644 --- a/include/arkode/arkode_butcher.h +++ b/include/arkode/arkode_butcher.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_butcher_dirk.h b/include/arkode/arkode_butcher_dirk.h index c89ea0594f..9aa37dddfe 100644 --- a/include/arkode/arkode_butcher_dirk.h +++ b/include/arkode/arkode_butcher_dirk.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_butcher_erk.h b/include/arkode/arkode_butcher_erk.h index c6c0373510..d505c764e6 100644 --- a/include/arkode/arkode_butcher_erk.h +++ b/include/arkode/arkode_butcher_erk.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_erkstep.h b/include/arkode/arkode_erkstep.h index ea5ad629b9..6c045753b5 100644 --- a/include/arkode/arkode_erkstep.h +++ b/include/arkode/arkode_erkstep.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_forcingstep.h b/include/arkode/arkode_forcingstep.h index 4c1eecb276..a9cafb4f28 100644 --- a/include/arkode/arkode_forcingstep.h +++ b/include/arkode/arkode_forcingstep.h @@ -2,7 +2,7 @@ * Programmer(s): Steven B. Roberts @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_ls.h b/include/arkode/arkode_ls.h index ce5a6928fa..453a930096 100644 --- a/include/arkode/arkode_ls.h +++ b/include/arkode/arkode_ls.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_lsrkstep.h b/include/arkode/arkode_lsrkstep.h index 6b88fa69f9..dd9f19a183 100644 --- a/include/arkode/arkode_lsrkstep.h +++ b/include/arkode/arkode_lsrkstep.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds and Mustafa Aggul @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_mristep.h b/include/arkode/arkode_mristep.h index 6b8fcda102..e67eb220c0 100644 --- a/include/arkode/arkode_mristep.h +++ b/include/arkode/arkode_mristep.h @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_splittingstep.h b/include/arkode/arkode_splittingstep.h index b052389527..63cf117a30 100644 --- a/include/arkode/arkode_splittingstep.h +++ b/include/arkode/arkode_splittingstep.h @@ -2,7 +2,7 @@ * Programmer(s): Steven B. Roberts @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_sprk.h b/include/arkode/arkode_sprk.h index 1c6263e828..813e9fdbaf 100644 --- a/include/arkode/arkode_sprk.h +++ b/include/arkode/arkode_sprk.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_sprkstep.h b/include/arkode/arkode_sprkstep.h index e4ed5733ff..1021477816 100644 --- a/include/arkode/arkode_sprkstep.h +++ b/include/arkode/arkode_sprkstep.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/arkode/arkode_xbraid.h b/include/arkode/arkode_xbraid.h index 6ce4df639d..e58e633424 100644 --- a/include/arkode/arkode_xbraid.h +++ b/include/arkode/arkode_xbraid.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/cvode/cvode.h b/include/cvode/cvode.h index b5aad37728..7466766f2b 100644 --- a/include/cvode/cvode.h +++ b/include/cvode/cvode.h @@ -3,7 +3,7 @@ * and Dan Shumaker @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/cvode/cvode_bandpre.h b/include/cvode/cvode_bandpre.h index 93dc658fd4..7156c6addb 100644 --- a/include/cvode/cvode_bandpre.h +++ b/include/cvode/cvode_bandpre.h @@ -3,7 +3,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/cvode/cvode_bbdpre.h b/include/cvode/cvode_bbdpre.h index bc9e11bf52..09ff20fc16 100644 --- a/include/cvode/cvode_bbdpre.h +++ b/include/cvode/cvode_bbdpre.h @@ -4,7 +4,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/cvode/cvode_diag.h b/include/cvode/cvode_diag.h index 7c7387e9fa..8ad8f682bb 100644 --- a/include/cvode/cvode_diag.h +++ b/include/cvode/cvode_diag.h @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * --------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/cvode/cvode_ls.h b/include/cvode/cvode_ls.h index 1847b07f90..4278ab917e 100644 --- a/include/cvode/cvode_ls.h +++ b/include/cvode/cvode_ls.h @@ -4,7 +4,7 @@ * Radu Serban @ LLNL * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/cvode/cvode_proj.h b/include/cvode/cvode_proj.h index 8ff792e218..434b5ec31a 100644 --- a/include/cvode/cvode_proj.h +++ b/include/cvode/cvode_proj.h @@ -4,7 +4,7 @@ * Based on CPODES by Radu Serban @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/cvodes/cvodes.h b/include/cvodes/cvodes.h index 8af98fc26c..5ac59dbde2 100644 --- a/include/cvodes/cvodes.h +++ b/include/cvodes/cvodes.h @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/cvodes/cvodes_bandpre.h b/include/cvodes/cvodes_bandpre.h index 426e3f6230..538832b421 100644 --- a/include/cvodes/cvodes_bandpre.h +++ b/include/cvodes/cvodes_bandpre.h @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/cvodes/cvodes_bbdpre.h b/include/cvodes/cvodes_bbdpre.h index f888904a76..da40c0c75d 100644 --- a/include/cvodes/cvodes_bbdpre.h +++ b/include/cvodes/cvodes_bbdpre.h @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/cvodes/cvodes_diag.h b/include/cvodes/cvodes_diag.h index 2a795af275..66e121c626 100644 --- a/include/cvodes/cvodes_diag.h +++ b/include/cvodes/cvodes_diag.h @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * --------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/cvodes/cvodes_ls.h b/include/cvodes/cvodes_ls.h index a4294e0879..8ce666ab6f 100644 --- a/include/cvodes/cvodes_ls.h +++ b/include/cvodes/cvodes_ls.h @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/cvodes/cvodes_proj.h b/include/cvodes/cvodes_proj.h index 8ff792e218..434b5ec31a 100644 --- a/include/cvodes/cvodes_proj.h +++ b/include/cvodes/cvodes_proj.h @@ -4,7 +4,7 @@ * Based on CPODES by Radu Serban @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/ida/ida.h b/include/ida/ida.h index 13575b0305..17e82d2d09 100644 --- a/include/ida/ida.h +++ b/include/ida/ida.h @@ -3,7 +3,7 @@ * and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/ida/ida_bbdpre.h b/include/ida/ida_bbdpre.h index fc5e4d9a5f..f6adb7c273 100644 --- a/include/ida/ida_bbdpre.h +++ b/include/ida/ida_bbdpre.h @@ -3,7 +3,7 @@ * Alan C. Hindmarsh, Radu Serban and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/ida/ida_ls.h b/include/ida/ida_ls.h index 415e472bb8..dccf2d5c94 100644 --- a/include/ida/ida_ls.h +++ b/include/ida/ida_ls.h @@ -4,7 +4,7 @@ * Aaron Collier @ LLNL * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/idas/idas.h b/include/idas/idas.h index 3f82d6f47a..4de0052a40 100644 --- a/include/idas/idas.h +++ b/include/idas/idas.h @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/idas/idas_bbdpre.h b/include/idas/idas_bbdpre.h index 47d5a8c277..46a2104319 100644 --- a/include/idas/idas_bbdpre.h +++ b/include/idas/idas_bbdpre.h @@ -3,7 +3,7 @@ * Alan C. Hindmarsh, Radu Serban and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/idas/idas_ls.h b/include/idas/idas_ls.h index bfd9003aa0..79dd7e8e56 100644 --- a/include/idas/idas_ls.h +++ b/include/idas/idas_ls.h @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/kinsol/kinsol.h b/include/kinsol/kinsol.h index 98d62f265d..73a6fd5870 100644 --- a/include/kinsol/kinsol.h +++ b/include/kinsol/kinsol.h @@ -3,7 +3,7 @@ * Aaron Collier, Shelby Lockhart @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/kinsol/kinsol_bbdpre.h b/include/kinsol/kinsol_bbdpre.h index 1b99889aec..90a1dda57c 100644 --- a/include/kinsol/kinsol_bbdpre.h +++ b/include/kinsol/kinsol_bbdpre.h @@ -4,7 +4,7 @@ * Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/kinsol/kinsol_ls.h b/include/kinsol/kinsol_ls.h index fae042c799..b8b3035942 100644 --- a/include/kinsol/kinsol_ls.h +++ b/include/kinsol/kinsol_ls.h @@ -4,7 +4,7 @@ * Aaron Collier @ LLNL * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_cuda.h b/include/nvector/nvector_cuda.h index 0c5bc079f3..a4e88af105 100644 --- a/include/nvector/nvector_cuda.h +++ b/include/nvector/nvector_cuda.h @@ -2,7 +2,7 @@ * Programmer(s): Slaven Peles and Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_hip.h b/include/nvector/nvector_hip.h index caed088adb..d13a1a21ea 100644 --- a/include/nvector/nvector_hip.h +++ b/include/nvector/nvector_hip.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel McGreer and Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_kokkos.hpp b/include/nvector/nvector_kokkos.hpp index 782587497a..6e6df2220a 100644 --- a/include/nvector/nvector_kokkos.hpp +++ b/include/nvector/nvector_kokkos.hpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel McGreer, Cody Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_manyvector.h b/include/nvector/nvector_manyvector.h index ae0eac152e..280ecfd99d 100644 --- a/include/nvector/nvector_manyvector.h +++ b/include/nvector/nvector_manyvector.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_mpimanyvector.h b/include/nvector/nvector_mpimanyvector.h index f25125a0e3..8c7050442e 100644 --- a/include/nvector/nvector_mpimanyvector.h +++ b/include/nvector/nvector_mpimanyvector.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_mpiplusx.h b/include/nvector/nvector_mpiplusx.h index 5c425dad5c..06cadae739 100644 --- a/include/nvector/nvector_mpiplusx.h +++ b/include/nvector/nvector_mpiplusx.h @@ -2,7 +2,7 @@ * Programmer(s): Cody Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_openmp.h b/include/nvector/nvector_openmp.h index f52e2274ae..48cc0d7f40 100644 --- a/include/nvector/nvector_openmp.h +++ b/include/nvector/nvector_openmp.h @@ -7,7 +7,7 @@ * @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_openmpdev.h b/include/nvector/nvector_openmpdev.h index b7b4ae31fb..7079d5159e 100644 --- a/include/nvector/nvector_openmpdev.h +++ b/include/nvector/nvector_openmpdev.h @@ -7,7 +7,7 @@ * @ LLNL * ------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_parallel.h b/include/nvector/nvector_parallel.h index 385ca528ed..c5860aaf93 100644 --- a/include/nvector/nvector_parallel.h +++ b/include/nvector/nvector_parallel.h @@ -3,7 +3,7 @@ * and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_parhyp.h b/include/nvector/nvector_parhyp.h index b7f8271fb7..c96126e8c4 100644 --- a/include/nvector/nvector_parhyp.h +++ b/include/nvector/nvector_parhyp.h @@ -6,7 +6,7 @@ * and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_petsc.h b/include/nvector/nvector_petsc.h index 8605cb130e..a000ebcd5b 100644 --- a/include/nvector/nvector_petsc.h +++ b/include/nvector/nvector_petsc.h @@ -2,7 +2,7 @@ * Programmer(s): Slaven Peles @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_pthreads.h b/include/nvector/nvector_pthreads.h index 97ae23008f..0934f216b2 100644 --- a/include/nvector/nvector_pthreads.h +++ b/include/nvector/nvector_pthreads.h @@ -7,7 +7,7 @@ * @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_raja.h b/include/nvector/nvector_raja.h index 1bcb2a5cc2..7f2d827268 100644 --- a/include/nvector/nvector_raja.h +++ b/include/nvector/nvector_raja.h @@ -2,7 +2,7 @@ * Programmer(s): Slaven Peles, Cody J. Balos, Daniel McGreer @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_serial.h b/include/nvector/nvector_serial.h index 988e090af2..18919451be 100644 --- a/include/nvector/nvector_serial.h +++ b/include/nvector/nvector_serial.h @@ -3,7 +3,7 @@ * and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_sycl.h b/include/nvector/nvector_sycl.h index 11613cabfb..66daf0b97c 100644 --- a/include/nvector/nvector_sycl.h +++ b/include/nvector/nvector_sycl.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/nvector_trilinos.h b/include/nvector/nvector_trilinos.h index 385cfa0d01..e3967e0199 100644 --- a/include/nvector/nvector_trilinos.h +++ b/include/nvector/nvector_trilinos.h @@ -2,7 +2,7 @@ * Programmer(s): Slaven Peles @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/trilinos/SundialsTpetraVectorInterface.hpp b/include/nvector/trilinos/SundialsTpetraVectorInterface.hpp index 82ec324628..7d73cc0712 100644 --- a/include/nvector/trilinos/SundialsTpetraVectorInterface.hpp +++ b/include/nvector/trilinos/SundialsTpetraVectorInterface.hpp @@ -2,7 +2,7 @@ * Programmer(s): Slaven Peles @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/nvector/trilinos/SundialsTpetraVectorKernels.hpp b/include/nvector/trilinos/SundialsTpetraVectorKernels.hpp index c8742ba4bf..3386fbf4d0 100644 --- a/include/nvector/trilinos/SundialsTpetraVectorKernels.hpp +++ b/include/nvector/trilinos/SundialsTpetraVectorKernels.hpp @@ -2,7 +2,7 @@ * Programmer(s): Slaven Peles @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunadaptcontroller/sunadaptcontroller_imexgus.h b/include/sunadaptcontroller/sunadaptcontroller_imexgus.h index 7235bec0a5..e5158df6ce 100644 --- a/include/sunadaptcontroller/sunadaptcontroller_imexgus.h +++ b/include/sunadaptcontroller/sunadaptcontroller_imexgus.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunadaptcontroller/sunadaptcontroller_mrihtol.h b/include/sunadaptcontroller/sunadaptcontroller_mrihtol.h index baeffe7f73..692ed1ca53 100644 --- a/include/sunadaptcontroller/sunadaptcontroller_mrihtol.h +++ b/include/sunadaptcontroller/sunadaptcontroller_mrihtol.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunadaptcontroller/sunadaptcontroller_soderlind.h b/include/sunadaptcontroller/sunadaptcontroller_soderlind.h index 898e8be117..9681ba3e3e 100644 --- a/include/sunadaptcontroller/sunadaptcontroller_soderlind.h +++ b/include/sunadaptcontroller/sunadaptcontroller_soderlind.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/priv/sundials_context_impl.h b/include/sundials/priv/sundials_context_impl.h index 1281333cef..d8a2e30d7d 100644 --- a/include/sundials/priv/sundials_context_impl.h +++ b/include/sundials/priv/sundials_context_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/priv/sundials_errors_impl.h b/include/sundials/priv/sundials_errors_impl.h index eea844c861..a66105ece0 100644 --- a/include/sundials/priv/sundials_errors_impl.h +++ b/include/sundials/priv/sundials_errors_impl.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/priv/sundials_mpi_errors_impl.h b/include/sundials/priv/sundials_mpi_errors_impl.h index 58ffb26053..677c8af06b 100644 --- a/include/sundials/priv/sundials_mpi_errors_impl.h +++ b/include/sundials/priv/sundials_mpi_errors_impl.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_adaptcontroller.h b/include/sundials/sundials_adaptcontroller.h index 4d5c9bf9ca..7e2055cb78 100644 --- a/include/sundials/sundials_adaptcontroller.h +++ b/include/sundials/sundials_adaptcontroller.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_band.h b/include/sundials/sundials_band.h index 9860acfa50..c48152a9ef 100644 --- a/include/sundials/sundials_band.h +++ b/include/sundials/sundials_band.h @@ -2,7 +2,7 @@ * Programmer(s): Alan C. Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_base.hpp b/include/sundials/sundials_base.hpp index cc6cc1be0e..f356b31308 100644 --- a/include/sundials/sundials_base.hpp +++ b/include/sundials/sundials_base.hpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_config.in b/include/sundials/sundials_config.in index 35422a73a6..3d8b0a8735 100644 --- a/include/sundials/sundials_config.in +++ b/include/sundials/sundials_config.in @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos, Aaron Collier and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_context.h b/include/sundials/sundials_context.h index 49e2bda2dd..781bb7a2b9 100644 --- a/include/sundials/sundials_context.h +++ b/include/sundials/sundials_context.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_context.hpp b/include/sundials/sundials_context.hpp index c28fb8026b..ce3ea10234 100644 --- a/include/sundials/sundials_context.hpp +++ b/include/sundials/sundials_context.hpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_convertibleto.hpp b/include/sundials/sundials_convertibleto.hpp index 4afe7bf7d9..f7ab97710b 100644 --- a/include/sundials/sundials_convertibleto.hpp +++ b/include/sundials/sundials_convertibleto.hpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_core.h b/include/sundials/sundials_core.h index 592d1d7b1e..9679db8501 100644 --- a/include/sundials/sundials_core.h +++ b/include/sundials/sundials_core.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_core.hpp b/include/sundials/sundials_core.hpp index 51372a3f01..2b67d65106 100644 --- a/include/sundials/sundials_core.hpp +++ b/include/sundials/sundials_core.hpp @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_cuda_policies.hpp b/include/sundials/sundials_cuda_policies.hpp index cd973c11b6..ec8ff3c956 100644 --- a/include/sundials/sundials_cuda_policies.hpp +++ b/include/sundials/sundials_cuda_policies.hpp @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_dense.h b/include/sundials/sundials_dense.h index 8ee1964122..01f98f443a 100644 --- a/include/sundials/sundials_dense.h +++ b/include/sundials/sundials_dense.h @@ -2,7 +2,7 @@ * Programmer: Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_direct.h b/include/sundials/sundials_direct.h index 7b8b315d56..6e0f9a8eba 100644 --- a/include/sundials/sundials_direct.h +++ b/include/sundials/sundials_direct.h @@ -2,7 +2,7 @@ * Programmer: Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_errors.h b/include/sundials/sundials_errors.h index 3aefc0ea57..1de09f2d6a 100644 --- a/include/sundials/sundials_errors.h +++ b/include/sundials/sundials_errors.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_futils.h b/include/sundials/sundials_futils.h index 257e685fe7..8e9b5ba371 100644 --- a/include/sundials/sundials_futils.h +++ b/include/sundials/sundials_futils.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_hip_policies.hpp b/include/sundials/sundials_hip_policies.hpp index 30f05a62fc..a2c32435b9 100644 --- a/include/sundials/sundials_hip_policies.hpp +++ b/include/sundials/sundials_hip_policies.hpp @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_iterative.h b/include/sundials/sundials_iterative.h index 6192bf7f94..a0e7de7bfc 100644 --- a/include/sundials/sundials_iterative.h +++ b/include/sundials/sundials_iterative.h @@ -3,7 +3,7 @@ * Shelby Lockhart @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_linearsolver.h b/include/sundials/sundials_linearsolver.h index 6aa6c065f8..77bdd55999 100644 --- a/include/sundials/sundials_linearsolver.h +++ b/include/sundials/sundials_linearsolver.h @@ -4,7 +4,7 @@ * Slaven Peles, Cody Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_linearsolver.hpp b/include/sundials/sundials_linearsolver.hpp index 54266119ab..36a1013f8b 100644 --- a/include/sundials/sundials_linearsolver.hpp +++ b/include/sundials/sundials_linearsolver.hpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_logger.h b/include/sundials/sundials_logger.h index 7525404b27..45ddd923a9 100644 --- a/include/sundials/sundials_logger.h +++ b/include/sundials/sundials_logger.h @@ -2,7 +2,7 @@ * Programmer: Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_math.h b/include/sundials/sundials_math.h index b12798c2b7..11c389ba2d 100644 --- a/include/sundials/sundials_math.h +++ b/include/sundials/sundials_math.h @@ -4,7 +4,7 @@ * Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_matrix.h b/include/sundials/sundials_matrix.h index 40dfdc22cf..db593fc752 100644 --- a/include/sundials/sundials_matrix.h +++ b/include/sundials/sundials_matrix.h @@ -4,7 +4,7 @@ * Cody Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_matrix.hpp b/include/sundials/sundials_matrix.hpp index b6b8a795cb..07d521e761 100644 --- a/include/sundials/sundials_matrix.hpp +++ b/include/sundials/sundials_matrix.hpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_memory.h b/include/sundials/sundials_memory.h index 53b01f6790..a99a8a6d88 100644 --- a/include/sundials/sundials_memory.h +++ b/include/sundials/sundials_memory.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_memory.hpp b/include/sundials/sundials_memory.hpp index cb64279258..8b327a0d8e 100644 --- a/include/sundials/sundials_memory.hpp +++ b/include/sundials/sundials_memory.hpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_mpi_errors.h b/include/sundials/sundials_mpi_errors.h index d70ae6575c..2c08f16918 100644 --- a/include/sundials/sundials_mpi_errors.h +++ b/include/sundials/sundials_mpi_errors.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_mpi_types.h b/include/sundials/sundials_mpi_types.h index 697327e1c7..e3cf319f79 100644 --- a/include/sundials/sundials_mpi_types.h +++ b/include/sundials/sundials_mpi_types.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_nonlinearsolver.h b/include/sundials/sundials_nonlinearsolver.h index a4b2e1591a..a892e4cd97 100644 --- a/include/sundials/sundials_nonlinearsolver.h +++ b/include/sundials/sundials_nonlinearsolver.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner, and Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_nonlinearsolver.hpp b/include/sundials/sundials_nonlinearsolver.hpp index d4a5cae696..8289e2d138 100644 --- a/include/sundials/sundials_nonlinearsolver.hpp +++ b/include/sundials/sundials_nonlinearsolver.hpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_nvector.h b/include/sundials/sundials_nvector.h index 1af6aef88b..c08a962d5e 100644 --- a/include/sundials/sundials_nvector.h +++ b/include/sundials/sundials_nvector.h @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_nvector.hpp b/include/sundials/sundials_nvector.hpp index e8151fa003..cd40a3f847 100644 --- a/include/sundials/sundials_nvector.hpp +++ b/include/sundials/sundials_nvector.hpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_nvector_senswrapper.h b/include/sundials/sundials_nvector_senswrapper.h index 5454bb019d..25b1468715 100644 --- a/include/sundials/sundials_nvector_senswrapper.h +++ b/include/sundials/sundials_nvector_senswrapper.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_profiler.h b/include/sundials/sundials_profiler.h index 98da9e471d..15a1cfca84 100644 --- a/include/sundials/sundials_profiler.h +++ b/include/sundials/sundials_profiler.h @@ -2,7 +2,7 @@ * Programmer: Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_profiler.hpp b/include/sundials/sundials_profiler.hpp index df589fa1e9..017d613612 100644 --- a/include/sundials/sundials_profiler.hpp +++ b/include/sundials/sundials_profiler.hpp @@ -2,7 +2,7 @@ * Programmer: Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_stepper.h b/include/sundials/sundials_stepper.h index 8a356df85b..c205df2237 100644 --- a/include/sundials/sundials_stepper.h +++ b/include/sundials/sundials_stepper.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_sycl_policies.hpp b/include/sundials/sundials_sycl_policies.hpp index cf9950f4f9..3bd7340fcb 100644 --- a/include/sundials/sundials_sycl_policies.hpp +++ b/include/sundials/sundials_sycl_policies.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_types.h b/include/sundials/sundials_types.h index c959b6fe33..e6eac1d42d 100644 --- a/include/sundials/sundials_types.h +++ b/include/sundials/sundials_types.h @@ -3,7 +3,7 @@ * Aaron Collier, and Slaven Peles @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_types_deprecated.h b/include/sundials/sundials_types_deprecated.h index 431363911b..32ea7c3fb6 100644 --- a/include/sundials/sundials_types_deprecated.h +++ b/include/sundials/sundials_types_deprecated.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_version.h b/include/sundials/sundials_version.h index ca47c68c6b..a8439709e0 100644 --- a/include/sundials/sundials_version.h +++ b/include/sundials/sundials_version.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sundials/sundials_xbraid.h b/include/sundials/sundials_xbraid.h index ece50fd8b4..e098c52ccc 100644 --- a/include/sundials/sundials_xbraid.h +++ b/include/sundials/sundials_xbraid.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * -------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_band.h b/include/sunlinsol/sunlinsol_band.h index 280c901c19..944963e922 100644 --- a/include/sunlinsol/sunlinsol_band.h +++ b/include/sunlinsol/sunlinsol_band.h @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds, Ashley Crawford @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_cusolversp_batchqr.h b/include/sunlinsol/sunlinsol_cusolversp_batchqr.h index da2ed1e23d..a5960e0f84 100644 --- a/include/sunlinsol/sunlinsol_cusolversp_batchqr.h +++ b/include/sunlinsol/sunlinsol_cusolversp_batchqr.h @@ -4,7 +4,7 @@ * Based on work by Donald Wilcox @ LBNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_dense.h b/include/sunlinsol/sunlinsol_dense.h index cc7d49a6c6..d612a5c6b5 100644 --- a/include/sunlinsol/sunlinsol_dense.h +++ b/include/sunlinsol/sunlinsol_dense.h @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds, Ashley Crawford @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_ginkgo.hpp b/include/sunlinsol/sunlinsol_ginkgo.hpp index 42780627c2..b6fe7c0f4e 100644 --- a/include/sunlinsol/sunlinsol_ginkgo.hpp +++ b/include/sunlinsol/sunlinsol_ginkgo.hpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_klu.h b/include/sunlinsol/sunlinsol_klu.h index 9c52c77c8f..22c3a0c506 100644 --- a/include/sunlinsol/sunlinsol_klu.h +++ b/include/sunlinsol/sunlinsol_klu.h @@ -5,7 +5,7 @@ * code, written by Carol S. Woodward @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_kokkosdense.hpp b/include/sunlinsol/sunlinsol_kokkosdense.hpp index 2fbda953bd..ac0672e224 100644 --- a/include/sunlinsol/sunlinsol_kokkosdense.hpp +++ b/include/sunlinsol/sunlinsol_kokkosdense.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_lapackband.h b/include/sunlinsol/sunlinsol_lapackband.h index 19756161c0..6da11d6715 100644 --- a/include/sunlinsol/sunlinsol_lapackband.h +++ b/include/sunlinsol/sunlinsol_lapackband.h @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_lapackdense.h b/include/sunlinsol/sunlinsol_lapackdense.h index 9c6c1e7b78..bf85034db5 100644 --- a/include/sunlinsol/sunlinsol_lapackdense.h +++ b/include/sunlinsol/sunlinsol_lapackdense.h @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_magmadense.h b/include/sunlinsol/sunlinsol_magmadense.h index 8deaf0d7c0..3aff791908 100644 --- a/include/sunlinsol/sunlinsol_magmadense.h +++ b/include/sunlinsol/sunlinsol_magmadense.h @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_onemkldense.h b/include/sunlinsol/sunlinsol_onemkldense.h index 95cd20d7e5..1132a2d2d8 100644 --- a/include/sunlinsol/sunlinsol_onemkldense.h +++ b/include/sunlinsol/sunlinsol_onemkldense.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_pcg.h b/include/sunlinsol/sunlinsol_pcg.h index ad604fe728..545a426f8d 100644 --- a/include/sunlinsol/sunlinsol_pcg.h +++ b/include/sunlinsol/sunlinsol_pcg.h @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds, Ashley Crawford @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_spbcgs.h b/include/sunlinsol/sunlinsol_spbcgs.h index 2b9b8a58f6..e4e458c28d 100644 --- a/include/sunlinsol/sunlinsol_spbcgs.h +++ b/include/sunlinsol/sunlinsol_spbcgs.h @@ -5,7 +5,7 @@ * Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_spfgmr.h b/include/sunlinsol/sunlinsol_spfgmr.h index 5f9508e441..4016726a9a 100644 --- a/include/sunlinsol/sunlinsol_spfgmr.h +++ b/include/sunlinsol/sunlinsol_spfgmr.h @@ -5,7 +5,7 @@ * Hilari C. Tiedeman @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_spgmr.h b/include/sunlinsol/sunlinsol_spgmr.h index ecf3bde8cc..b0ac8866d7 100644 --- a/include/sunlinsol/sunlinsol_spgmr.h +++ b/include/sunlinsol/sunlinsol_spgmr.h @@ -5,7 +5,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_sptfqmr.h b/include/sunlinsol/sunlinsol_sptfqmr.h index e7dc35cb92..9dd24644f6 100644 --- a/include/sunlinsol/sunlinsol_sptfqmr.h +++ b/include/sunlinsol/sunlinsol_sptfqmr.h @@ -4,7 +4,7 @@ * Based on code sundials_sptfqmr.h by: Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_superludist.h b/include/sunlinsol/sunlinsol_superludist.h index ca77c2cdd6..ca358a2582 100644 --- a/include/sunlinsol/sunlinsol_superludist.h +++ b/include/sunlinsol/sunlinsol_superludist.h @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunlinsol/sunlinsol_superlumt.h b/include/sunlinsol/sunlinsol_superlumt.h index 07f7bcf07a..01900910fb 100644 --- a/include/sunlinsol/sunlinsol_superlumt.h +++ b/include/sunlinsol/sunlinsol_superlumt.h @@ -5,7 +5,7 @@ * written by Carol S. Woodward @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunmatrix/sunmatrix_band.h b/include/sunmatrix/sunmatrix_band.h index 1936d6ada4..8ac0ffdf83 100644 --- a/include/sunmatrix/sunmatrix_band.h +++ b/include/sunmatrix/sunmatrix_band.h @@ -5,7 +5,7 @@ * Based on code sundials_direct.h by: Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunmatrix/sunmatrix_cusparse.h b/include/sunmatrix/sunmatrix_cusparse.h index 6388d345ac..56696a9d4d 100644 --- a/include/sunmatrix/sunmatrix_cusparse.h +++ b/include/sunmatrix/sunmatrix_cusparse.h @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunmatrix/sunmatrix_dense.h b/include/sunmatrix/sunmatrix_dense.h index 2a49da3784..fb4309ea57 100644 --- a/include/sunmatrix/sunmatrix_dense.h +++ b/include/sunmatrix/sunmatrix_dense.h @@ -5,7 +5,7 @@ * Based on code sundials_direct.h by: Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunmatrix/sunmatrix_ginkgo.hpp b/include/sunmatrix/sunmatrix_ginkgo.hpp index d21e400643..13002dc570 100644 --- a/include/sunmatrix/sunmatrix_ginkgo.hpp +++ b/include/sunmatrix/sunmatrix_ginkgo.hpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunmatrix/sunmatrix_kokkosdense.hpp b/include/sunmatrix/sunmatrix_kokkosdense.hpp index 15bf696dee..793dd8e0e7 100644 --- a/include/sunmatrix/sunmatrix_kokkosdense.hpp +++ b/include/sunmatrix/sunmatrix_kokkosdense.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunmatrix/sunmatrix_magmadense.h b/include/sunmatrix/sunmatrix_magmadense.h index ee6f31e401..f05e91bb8a 100644 --- a/include/sunmatrix/sunmatrix_magmadense.h +++ b/include/sunmatrix/sunmatrix_magmadense.h @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunmatrix/sunmatrix_onemkldense.h b/include/sunmatrix/sunmatrix_onemkldense.h index 59b04bdc57..836a47e9cf 100644 --- a/include/sunmatrix/sunmatrix_onemkldense.h +++ b/include/sunmatrix/sunmatrix_onemkldense.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunmatrix/sunmatrix_slunrloc.h b/include/sunmatrix/sunmatrix_slunrloc.h index 52d29ed658..b2fff67fa8 100644 --- a/include/sunmatrix/sunmatrix_slunrloc.h +++ b/include/sunmatrix/sunmatrix_slunrloc.h @@ -3,7 +3,7 @@ * Programmer(s): Cody Balos @ LLNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunmatrix/sunmatrix_sparse.h b/include/sunmatrix/sunmatrix_sparse.h index edb929cef4..4e507bc4a6 100644 --- a/include/sunmatrix/sunmatrix_sparse.h +++ b/include/sunmatrix/sunmatrix_sparse.h @@ -6,7 +6,7 @@ * Slaven Peles @ LLNL, and Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunmemory/sunmemory_cuda.h b/include/sunmemory/sunmemory_cuda.h index 995122b0ba..4c4c98a9ac 100644 --- a/include/sunmemory/sunmemory_cuda.h +++ b/include/sunmemory/sunmemory_cuda.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunmemory/sunmemory_hip.h b/include/sunmemory/sunmemory_hip.h index b7fa386d32..08e6b1e10a 100644 --- a/include/sunmemory/sunmemory_hip.h +++ b/include/sunmemory/sunmemory_hip.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunmemory/sunmemory_sycl.h b/include/sunmemory/sunmemory_sycl.h index dcf730a2eb..560396f51d 100644 --- a/include/sunmemory/sunmemory_sycl.h +++ b/include/sunmemory/sunmemory_sycl.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunmemory/sunmemory_system.h b/include/sunmemory/sunmemory_system.h index 2e45ca24fd..8a1e344630 100644 --- a/include/sunmemory/sunmemory_system.h +++ b/include/sunmemory/sunmemory_system.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunnonlinsol/sunnonlinsol_fixedpoint.h b/include/sunnonlinsol/sunnonlinsol_fixedpoint.h index cb368d44b7..a8682d49b5 100644 --- a/include/sunnonlinsol/sunnonlinsol_fixedpoint.h +++ b/include/sunnonlinsol/sunnonlinsol_fixedpoint.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunnonlinsol/sunnonlinsol_newton.h b/include/sunnonlinsol/sunnonlinsol_newton.h index ef7774e74b..0bdac3ccde 100644 --- a/include/sunnonlinsol/sunnonlinsol_newton.h +++ b/include/sunnonlinsol/sunnonlinsol_newton.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/include/sunnonlinsol/sunnonlinsol_petscsnes.h b/include/sunnonlinsol/sunnonlinsol_petscsnes.h index 074f47de31..1a8668bb98 100644 --- a/include/sunnonlinsol/sunnonlinsol_petscsnes.h +++ b/include/sunnonlinsol/sunnonlinsol_petscsnes.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/scripts/caliper_hatchet_plot.py b/scripts/caliper_hatchet_plot.py index 4382991a48..0693ea1b67 100644 --- a/scripts/caliper_hatchet_plot.py +++ b/scripts/caliper_hatchet_plot.py @@ -3,7 +3,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/cleanupEOL.sh b/scripts/cleanupEOL.sh index 02ebf47858..64e4e07f93 100755 --- a/scripts/cleanupEOL.sh +++ b/scripts/cleanupEOL.sh @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/countlines.py b/scripts/countlines.py index 80e4456bb1..e9703a66b2 100644 --- a/scripts/countlines.py +++ b/scripts/countlines.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/findlines.py b/scripts/findlines.py index 03199df3c7..31f068a242 100755 --- a/scripts/findlines.py +++ b/scripts/findlines.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/format.sh b/scripts/format.sh index 1c3c553e25..051f32878e 100755 --- a/scripts/format.sh +++ b/scripts/format.sh @@ -1,7 +1,7 @@ #!/bin/bash # --------------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/spelling.sh b/scripts/spelling.sh index bfa599787c..51d03a4687 100755 --- a/scripts/spelling.sh +++ b/scripts/spelling.sh @@ -1,7 +1,7 @@ #!/bin/bash # --------------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/startReleaseCycle.sh b/scripts/startReleaseCycle.sh index c565ba6859..def3551c39 100755 --- a/scripts/startReleaseCycle.sh +++ b/scripts/startReleaseCycle.sh @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/updateCopyright b/scripts/updateCopyright index dbb6184f6c..ad8019c278 100755 --- a/scripts/updateCopyright +++ b/scripts/updateCopyright @@ -92,7 +92,7 @@ $|=1; my $end_of_line = $/; -my $endyear = '2024'; +my $endyear = '2025'; my $newCopyright = <<"END"; # SUNDIALS Copyright Start diff --git a/scripts/updateOutFiles.py b/scripts/updateOutFiles.py index 94a28f577a..728940b15e 100755 --- a/scripts/updateOutFiles.py +++ b/scripts/updateOutFiles.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/updateVersion.sh b/scripts/updateVersion.sh index 056614bd12..f04f3d52cf 100755 --- a/scripts/updateVersion.sh +++ b/scripts/updateVersion.sh @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/scripts/upgrade-to-sundials-6-from-5.sh b/scripts/upgrade-to-sundials-6-from-5.sh index 46b73b74ca..a571b8b94d 100755 --- a/scripts/upgrade-to-sundials-6-from-5.sh +++ b/scripts/upgrade-to-sundials-6-from-5.sh @@ -1,7 +1,7 @@ #!/bin/bash # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index dbe00927ca..76ace8dda3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,7 @@ # Cody Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/arkode/CMakeLists.txt b/src/arkode/CMakeLists.txt index 9b2474390b..3e3634f7b1 100644 --- a/src/arkode/CMakeLists.txt +++ b/src/arkode/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU, Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/arkode/arkode.c b/src/arkode/arkode.c index 3ded262d29..117f2b12e6 100644 --- a/src/arkode/arkode.c +++ b/src/arkode/arkode.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_adapt.c b/src/arkode/arkode_adapt.c index e24d0e38d6..9162ae7785 100644 --- a/src/arkode/arkode_adapt.c +++ b/src/arkode/arkode_adapt.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_adapt_impl.h b/src/arkode/arkode_adapt_impl.h index 7dd9460a1e..95cda13af2 100644 --- a/src/arkode/arkode_adapt_impl.h +++ b/src/arkode/arkode_adapt_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_arkstep.c b/src/arkode/arkode_arkstep.c index ab96a02ae2..718a4e566e 100644 --- a/src/arkode/arkode_arkstep.c +++ b/src/arkode/arkode_arkstep.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_arkstep_impl.h b/src/arkode/arkode_arkstep_impl.h index 1d5c15e4a3..64f1a62a25 100644 --- a/src/arkode/arkode_arkstep_impl.h +++ b/src/arkode/arkode_arkstep_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_arkstep_io.c b/src/arkode/arkode_arkstep_io.c index 665f2e4e45..89f97adb27 100644 --- a/src/arkode/arkode_arkstep_io.c +++ b/src/arkode/arkode_arkstep_io.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_arkstep_nls.c b/src/arkode/arkode_arkstep_nls.c index 75aad1c968..bd5491b5aa 100644 --- a/src/arkode/arkode_arkstep_nls.c +++ b/src/arkode/arkode_arkstep_nls.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_bandpre.c b/src/arkode/arkode_bandpre.c index dc334788b6..90067a38a1 100644 --- a/src/arkode/arkode_bandpre.c +++ b/src/arkode/arkode_bandpre.c @@ -4,7 +4,7 @@ * Alan C. Hindmarsh, Radu Serban, and Aaron Collier @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_bandpre_impl.h b/src/arkode/arkode_bandpre_impl.h index bd3b506eaa..16153d63f7 100644 --- a/src/arkode/arkode_bandpre_impl.h +++ b/src/arkode/arkode_bandpre_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_bbdpre.c b/src/arkode/arkode_bbdpre.c index f6445c8ede..771a9fe13f 100644 --- a/src/arkode/arkode_bbdpre.c +++ b/src/arkode/arkode_bbdpre.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_bbdpre_impl.h b/src/arkode/arkode_bbdpre_impl.h index b34e78530c..1889a59957 100644 --- a/src/arkode/arkode_bbdpre_impl.h +++ b/src/arkode/arkode_bbdpre_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_butcher.c b/src/arkode/arkode_butcher.c index 6b9a71cdeb..aee9651a0a 100644 --- a/src/arkode/arkode_butcher.c +++ b/src/arkode/arkode_butcher.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_butcher_dirk.c b/src/arkode/arkode_butcher_dirk.c index ee3001a2c8..81175a965f 100644 --- a/src/arkode/arkode_butcher_dirk.c +++ b/src/arkode/arkode_butcher_dirk.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_butcher_dirk.def b/src/arkode/arkode_butcher_dirk.def index 06fdfb82bd..18b5cb26e8 100644 --- a/src/arkode/arkode_butcher_dirk.def +++ b/src/arkode/arkode_butcher_dirk.def @@ -3,7 +3,7 @@ * Steven B. Roberts @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_butcher_erk.c b/src/arkode/arkode_butcher_erk.c index 10cebbfdf4..2bc6e0f3ba 100644 --- a/src/arkode/arkode_butcher_erk.c +++ b/src/arkode/arkode_butcher_erk.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_butcher_erk.def b/src/arkode/arkode_butcher_erk.def index 4da35f9d07..8c9d37db89 100644 --- a/src/arkode/arkode_butcher_erk.def +++ b/src/arkode/arkode_butcher_erk.def @@ -3,7 +3,7 @@ * Steven B. Roberts @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_erkstep.c b/src/arkode/arkode_erkstep.c index 1cf08548f9..0d25e9197e 100644 --- a/src/arkode/arkode_erkstep.c +++ b/src/arkode/arkode_erkstep.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_erkstep_impl.h b/src/arkode/arkode_erkstep_impl.h index 11f5158f0b..52e16f0c53 100644 --- a/src/arkode/arkode_erkstep_impl.h +++ b/src/arkode/arkode_erkstep_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_erkstep_io.c b/src/arkode/arkode_erkstep_io.c index 9708b535f6..9592db82f4 100644 --- a/src/arkode/arkode_erkstep_io.c +++ b/src/arkode/arkode_erkstep_io.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_forcingstep.c b/src/arkode/arkode_forcingstep.c index 48fc14954e..f16d3db0a0 100644 --- a/src/arkode/arkode_forcingstep.c +++ b/src/arkode/arkode_forcingstep.c @@ -2,7 +2,7 @@ * Programmer(s): Steven B. Roberts @ LLNL *------------------------------------------------------------------------------ * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_forcingstep_impl.h b/src/arkode/arkode_forcingstep_impl.h index a7940a9c4c..3daec713dc 100644 --- a/src/arkode/arkode_forcingstep_impl.h +++ b/src/arkode/arkode_forcingstep_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Steven B. Roberts @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_impl.h b/src/arkode/arkode_impl.h index 64bdc12f49..b1b2d41afe 100644 --- a/src/arkode/arkode_impl.h +++ b/src/arkode/arkode_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_interp.c b/src/arkode/arkode_interp.c index 82b0a40b98..98bce1d193 100644 --- a/src/arkode/arkode_interp.c +++ b/src/arkode/arkode_interp.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_interp_impl.h b/src/arkode/arkode_interp_impl.h index 9bbe3dd505..33c74c21e7 100644 --- a/src/arkode/arkode_interp_impl.h +++ b/src/arkode/arkode_interp_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_io.c b/src/arkode/arkode_io.c index f359d2280d..97980d66b0 100644 --- a/src/arkode/arkode_io.c +++ b/src/arkode/arkode_io.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_ls.c b/src/arkode/arkode_ls.c index e3ae45c59c..513a9b2296 100644 --- a/src/arkode/arkode_ls.c +++ b/src/arkode/arkode_ls.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_ls_impl.h b/src/arkode/arkode_ls_impl.h index fa7026af11..cfddce309c 100644 --- a/src/arkode/arkode_ls_impl.h +++ b/src/arkode/arkode_ls_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_lsrkstep.c b/src/arkode/arkode_lsrkstep.c index 7c0ed55d28..e10101ba8a 100644 --- a/src/arkode/arkode_lsrkstep.c +++ b/src/arkode/arkode_lsrkstep.c @@ -2,7 +2,7 @@ * Programmer(s): Mustafa Aggul @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_lsrkstep_impl.h b/src/arkode/arkode_lsrkstep_impl.h index 9b51b92963..784e436fed 100644 --- a/src/arkode/arkode_lsrkstep_impl.h +++ b/src/arkode/arkode_lsrkstep_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Mustafa Aggul @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_lsrkstep_io.c b/src/arkode/arkode_lsrkstep_io.c index af8ccfaa3c..e9b44b0d3d 100644 --- a/src/arkode/arkode_lsrkstep_io.c +++ b/src/arkode/arkode_lsrkstep_io.c @@ -2,7 +2,7 @@ * Programmer(s): Mustafa Aggul @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_mri_tables.c b/src/arkode/arkode_mri_tables.c index eb196bcbd0..1f96a58da6 100644 --- a/src/arkode/arkode_mri_tables.c +++ b/src/arkode/arkode_mri_tables.c @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_mri_tables.def b/src/arkode/arkode_mri_tables.def index 9e6bb316a8..f437021886 100644 --- a/src/arkode/arkode_mri_tables.def +++ b/src/arkode/arkode_mri_tables.def @@ -4,7 +4,7 @@ * Steven B. Roberts @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_mri_tables_impl.h b/src/arkode/arkode_mri_tables_impl.h index 420fc3fd02..5e1b1fda31 100644 --- a/src/arkode/arkode_mri_tables_impl.h +++ b/src/arkode/arkode_mri_tables_impl.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_mristep.c b/src/arkode/arkode_mristep.c index 0c334a86d8..c330e09086 100644 --- a/src/arkode/arkode_mristep.c +++ b/src/arkode/arkode_mristep.c @@ -4,7 +4,7 @@ * Rujeko Chinomona @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_mristep_controller.c b/src/arkode/arkode_mristep_controller.c index 4e026c061f..813dfdcd71 100644 --- a/src/arkode/arkode_mristep_controller.c +++ b/src/arkode/arkode_mristep_controller.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_mristep_impl.h b/src/arkode/arkode_mristep_impl.h index 367d82c9c6..866ab5b2f4 100644 --- a/src/arkode/arkode_mristep_impl.h +++ b/src/arkode/arkode_mristep_impl.h @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_mristep_io.c b/src/arkode/arkode_mristep_io.c index 7d5a372e2f..bae675912b 100644 --- a/src/arkode/arkode_mristep_io.c +++ b/src/arkode/arkode_mristep_io.c @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_mristep_nls.c b/src/arkode/arkode_mristep_nls.c index a4f9b6d5b2..d7be0dd38b 100644 --- a/src/arkode/arkode_mristep_nls.c +++ b/src/arkode/arkode_mristep_nls.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_relaxation.c b/src/arkode/arkode_relaxation.c index 24343e25e4..3a2ae50c05 100644 --- a/src/arkode/arkode_relaxation.c +++ b/src/arkode/arkode_relaxation.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_relaxation_impl.h b/src/arkode/arkode_relaxation_impl.h index 57830d38ff..a8bf510db9 100644 --- a/src/arkode/arkode_relaxation_impl.h +++ b/src/arkode/arkode_relaxation_impl.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_root.c b/src/arkode/arkode_root.c index 1ccdf8aa2d..67d9070d2a 100644 --- a/src/arkode/arkode_root.c +++ b/src/arkode/arkode_root.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_root_impl.h b/src/arkode/arkode_root_impl.h index 8e410b6927..4770a5d1c0 100644 --- a/src/arkode/arkode_root_impl.h +++ b/src/arkode/arkode_root_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_splittingstep.c b/src/arkode/arkode_splittingstep.c index ec0e8c91f1..33b209bd0c 100644 --- a/src/arkode/arkode_splittingstep.c +++ b/src/arkode/arkode_splittingstep.c @@ -2,7 +2,7 @@ * Programmer(s): Steven B. Roberts @ LLNL *------------------------------------------------------------------------------ * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_splittingstep_coefficients.c b/src/arkode/arkode_splittingstep_coefficients.c index c0d362e470..a664e2ee5e 100644 --- a/src/arkode/arkode_splittingstep_coefficients.c +++ b/src/arkode/arkode_splittingstep_coefficients.c @@ -2,7 +2,7 @@ * Programmer(s): Steven B. Roberts @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_splittingstep_coefficients.def b/src/arkode/arkode_splittingstep_coefficients.def index 2bc7e154d3..2142000f55 100644 --- a/src/arkode/arkode_splittingstep_coefficients.def +++ b/src/arkode/arkode_splittingstep_coefficients.def @@ -2,7 +2,7 @@ * Programmer(s): Steven B. Roberts @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_splittingstep_impl.h b/src/arkode/arkode_splittingstep_impl.h index 88988b4eb6..a02e2d31bc 100644 --- a/src/arkode/arkode_splittingstep_impl.h +++ b/src/arkode/arkode_splittingstep_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Steven B. Roberts @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_sprk.c b/src/arkode/arkode_sprk.c index a7d0349416..e65a5fb496 100644 --- a/src/arkode/arkode_sprk.c +++ b/src/arkode/arkode_sprk.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_sprkstep.c b/src/arkode/arkode_sprkstep.c index 4170246d23..6ebc9fa8dc 100644 --- a/src/arkode/arkode_sprkstep.c +++ b/src/arkode/arkode_sprkstep.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_sprkstep_impl.h b/src/arkode/arkode_sprkstep_impl.h index 543adc5ef5..2ea79257c0 100644 --- a/src/arkode/arkode_sprkstep_impl.h +++ b/src/arkode/arkode_sprkstep_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_sprkstep_io.c b/src/arkode/arkode_sprkstep_io.c index ccd98523f0..30734be001 100644 --- a/src/arkode/arkode_sprkstep_io.c +++ b/src/arkode/arkode_sprkstep_io.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_sunstepper.c b/src/arkode/arkode_sunstepper.c index 869e3937ac..b5c4829e4a 100644 --- a/src/arkode/arkode_sunstepper.c +++ b/src/arkode/arkode_sunstepper.c @@ -3,7 +3,7 @@ Cody J. Balos @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_types_impl.h b/src/arkode/arkode_types_impl.h index d61eecde3f..c146470a74 100644 --- a/src/arkode/arkode_types_impl.h +++ b/src/arkode/arkode_types_impl.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_user_controller.c b/src/arkode/arkode_user_controller.c index d10dbf923c..8dafbcfa3f 100644 --- a/src/arkode/arkode_user_controller.c +++ b/src/arkode/arkode_user_controller.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/arkode_user_controller.h b/src/arkode/arkode_user_controller.h index 35c60e755a..02a1487e55 100644 --- a/src/arkode/arkode_user_controller.h +++ b/src/arkode/arkode_user_controller.h @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int32/CMakeLists.txt b/src/arkode/fmod_int32/CMakeLists.txt index 4ae3e19a54..8b2eded3c8 100644 --- a/src/arkode/fmod_int32/CMakeLists.txt +++ b/src/arkode/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/arkode/fmod_int32/farkode_arkstep_mod.c b/src/arkode/fmod_int32/farkode_arkstep_mod.c index 944fd591b0..d41ed70c4d 100644 --- a/src/arkode/fmod_int32/farkode_arkstep_mod.c +++ b/src/arkode/fmod_int32/farkode_arkstep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int32/farkode_arkstep_mod.f90 b/src/arkode/fmod_int32/farkode_arkstep_mod.f90 index ae1f6659eb..b06c17d1ed 100644 --- a/src/arkode/fmod_int32/farkode_arkstep_mod.f90 +++ b/src/arkode/fmod_int32/farkode_arkstep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int32/farkode_erkstep_mod.c b/src/arkode/fmod_int32/farkode_erkstep_mod.c index c5fee45581..b3e74677f2 100644 --- a/src/arkode/fmod_int32/farkode_erkstep_mod.c +++ b/src/arkode/fmod_int32/farkode_erkstep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int32/farkode_erkstep_mod.f90 b/src/arkode/fmod_int32/farkode_erkstep_mod.f90 index 70531d6a64..7d719bee04 100644 --- a/src/arkode/fmod_int32/farkode_erkstep_mod.f90 +++ b/src/arkode/fmod_int32/farkode_erkstep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int32/farkode_forcingstep_mod.c b/src/arkode/fmod_int32/farkode_forcingstep_mod.c index efb8ae114a..c756b1c48a 100644 --- a/src/arkode/fmod_int32/farkode_forcingstep_mod.c +++ b/src/arkode/fmod_int32/farkode_forcingstep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int32/farkode_forcingstep_mod.f90 b/src/arkode/fmod_int32/farkode_forcingstep_mod.f90 index 05d52265fe..53d657d939 100644 --- a/src/arkode/fmod_int32/farkode_forcingstep_mod.f90 +++ b/src/arkode/fmod_int32/farkode_forcingstep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int32/farkode_lsrkstep_mod.c b/src/arkode/fmod_int32/farkode_lsrkstep_mod.c index 2924e2ad83..c1f88ede14 100644 --- a/src/arkode/fmod_int32/farkode_lsrkstep_mod.c +++ b/src/arkode/fmod_int32/farkode_lsrkstep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int32/farkode_lsrkstep_mod.f90 b/src/arkode/fmod_int32/farkode_lsrkstep_mod.f90 index 42f847d80d..a84f45c587 100644 --- a/src/arkode/fmod_int32/farkode_lsrkstep_mod.f90 +++ b/src/arkode/fmod_int32/farkode_lsrkstep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int32/farkode_mod.c b/src/arkode/fmod_int32/farkode_mod.c index 4c6dfdc4e3..cf23905ff6 100644 --- a/src/arkode/fmod_int32/farkode_mod.c +++ b/src/arkode/fmod_int32/farkode_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int32/farkode_mod.f90 b/src/arkode/fmod_int32/farkode_mod.f90 index 816d31aba5..6aa2552cd8 100644 --- a/src/arkode/fmod_int32/farkode_mod.f90 +++ b/src/arkode/fmod_int32/farkode_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int32/farkode_mristep_mod.c b/src/arkode/fmod_int32/farkode_mristep_mod.c index 378b438a2c..b066acc94d 100644 --- a/src/arkode/fmod_int32/farkode_mristep_mod.c +++ b/src/arkode/fmod_int32/farkode_mristep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int32/farkode_mristep_mod.f90 b/src/arkode/fmod_int32/farkode_mristep_mod.f90 index 6d50d60f17..37c167ba05 100644 --- a/src/arkode/fmod_int32/farkode_mristep_mod.f90 +++ b/src/arkode/fmod_int32/farkode_mristep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int32/farkode_splittingstep_mod.c b/src/arkode/fmod_int32/farkode_splittingstep_mod.c index 3006138373..6e27365f0f 100644 --- a/src/arkode/fmod_int32/farkode_splittingstep_mod.c +++ b/src/arkode/fmod_int32/farkode_splittingstep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int32/farkode_splittingstep_mod.f90 b/src/arkode/fmod_int32/farkode_splittingstep_mod.f90 index 9e988fe7d0..7e73277f29 100644 --- a/src/arkode/fmod_int32/farkode_splittingstep_mod.f90 +++ b/src/arkode/fmod_int32/farkode_splittingstep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int32/farkode_sprkstep_mod.c b/src/arkode/fmod_int32/farkode_sprkstep_mod.c index f2888129b1..c73dfc0cbd 100644 --- a/src/arkode/fmod_int32/farkode_sprkstep_mod.c +++ b/src/arkode/fmod_int32/farkode_sprkstep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int32/farkode_sprkstep_mod.f90 b/src/arkode/fmod_int32/farkode_sprkstep_mod.f90 index 55f3b8f3f0..d0b1db875f 100644 --- a/src/arkode/fmod_int32/farkode_sprkstep_mod.f90 +++ b/src/arkode/fmod_int32/farkode_sprkstep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int64/CMakeLists.txt b/src/arkode/fmod_int64/CMakeLists.txt index 4ae3e19a54..8b2eded3c8 100644 --- a/src/arkode/fmod_int64/CMakeLists.txt +++ b/src/arkode/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/arkode/fmod_int64/farkode_arkstep_mod.c b/src/arkode/fmod_int64/farkode_arkstep_mod.c index 944fd591b0..d41ed70c4d 100644 --- a/src/arkode/fmod_int64/farkode_arkstep_mod.c +++ b/src/arkode/fmod_int64/farkode_arkstep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int64/farkode_arkstep_mod.f90 b/src/arkode/fmod_int64/farkode_arkstep_mod.f90 index ae1f6659eb..b06c17d1ed 100644 --- a/src/arkode/fmod_int64/farkode_arkstep_mod.f90 +++ b/src/arkode/fmod_int64/farkode_arkstep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int64/farkode_erkstep_mod.c b/src/arkode/fmod_int64/farkode_erkstep_mod.c index c5fee45581..b3e74677f2 100644 --- a/src/arkode/fmod_int64/farkode_erkstep_mod.c +++ b/src/arkode/fmod_int64/farkode_erkstep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int64/farkode_erkstep_mod.f90 b/src/arkode/fmod_int64/farkode_erkstep_mod.f90 index 70531d6a64..7d719bee04 100644 --- a/src/arkode/fmod_int64/farkode_erkstep_mod.f90 +++ b/src/arkode/fmod_int64/farkode_erkstep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int64/farkode_forcingstep_mod.c b/src/arkode/fmod_int64/farkode_forcingstep_mod.c index efb8ae114a..c756b1c48a 100644 --- a/src/arkode/fmod_int64/farkode_forcingstep_mod.c +++ b/src/arkode/fmod_int64/farkode_forcingstep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int64/farkode_forcingstep_mod.f90 b/src/arkode/fmod_int64/farkode_forcingstep_mod.f90 index 05d52265fe..53d657d939 100644 --- a/src/arkode/fmod_int64/farkode_forcingstep_mod.f90 +++ b/src/arkode/fmod_int64/farkode_forcingstep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int64/farkode_lsrkstep_mod.c b/src/arkode/fmod_int64/farkode_lsrkstep_mod.c index 2924e2ad83..c1f88ede14 100644 --- a/src/arkode/fmod_int64/farkode_lsrkstep_mod.c +++ b/src/arkode/fmod_int64/farkode_lsrkstep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int64/farkode_lsrkstep_mod.f90 b/src/arkode/fmod_int64/farkode_lsrkstep_mod.f90 index 42f847d80d..a84f45c587 100644 --- a/src/arkode/fmod_int64/farkode_lsrkstep_mod.f90 +++ b/src/arkode/fmod_int64/farkode_lsrkstep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int64/farkode_mod.c b/src/arkode/fmod_int64/farkode_mod.c index 39e5e0bc14..0c4024af1f 100644 --- a/src/arkode/fmod_int64/farkode_mod.c +++ b/src/arkode/fmod_int64/farkode_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int64/farkode_mod.f90 b/src/arkode/fmod_int64/farkode_mod.f90 index 0dc1704eac..f29b57f5c3 100644 --- a/src/arkode/fmod_int64/farkode_mod.f90 +++ b/src/arkode/fmod_int64/farkode_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int64/farkode_mristep_mod.c b/src/arkode/fmod_int64/farkode_mristep_mod.c index 303a28af2f..733d62ecca 100644 --- a/src/arkode/fmod_int64/farkode_mristep_mod.c +++ b/src/arkode/fmod_int64/farkode_mristep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int64/farkode_mristep_mod.f90 b/src/arkode/fmod_int64/farkode_mristep_mod.f90 index 2563b41dd7..fe7521c877 100644 --- a/src/arkode/fmod_int64/farkode_mristep_mod.f90 +++ b/src/arkode/fmod_int64/farkode_mristep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int64/farkode_splittingstep_mod.c b/src/arkode/fmod_int64/farkode_splittingstep_mod.c index 3006138373..6e27365f0f 100644 --- a/src/arkode/fmod_int64/farkode_splittingstep_mod.c +++ b/src/arkode/fmod_int64/farkode_splittingstep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int64/farkode_splittingstep_mod.f90 b/src/arkode/fmod_int64/farkode_splittingstep_mod.f90 index 9e988fe7d0..7e73277f29 100644 --- a/src/arkode/fmod_int64/farkode_splittingstep_mod.f90 +++ b/src/arkode/fmod_int64/farkode_splittingstep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/fmod_int64/farkode_sprkstep_mod.c b/src/arkode/fmod_int64/farkode_sprkstep_mod.c index f2888129b1..c73dfc0cbd 100644 --- a/src/arkode/fmod_int64/farkode_sprkstep_mod.c +++ b/src/arkode/fmod_int64/farkode_sprkstep_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/fmod_int64/farkode_sprkstep_mod.f90 b/src/arkode/fmod_int64/farkode_sprkstep_mod.f90 index 55f3b8f3f0..d0b1db875f 100644 --- a/src/arkode/fmod_int64/farkode_sprkstep_mod.f90 +++ b/src/arkode/fmod_int64/farkode_sprkstep_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/arkode/xbraid/CMakeLists.txt b/src/arkode/xbraid/CMakeLists.txt index e9e469ae82..a18c2e870a 100644 --- a/src/arkode/xbraid/CMakeLists.txt +++ b/src/arkode/xbraid/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/arkode/xbraid/arkode_xbraid.c b/src/arkode/xbraid/arkode_xbraid.c index 870d0ae3b8..ed73e350bb 100644 --- a/src/arkode/xbraid/arkode_xbraid.c +++ b/src/arkode/xbraid/arkode_xbraid.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * -------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/arkode/xbraid/arkode_xbraid_impl.h b/src/arkode/xbraid/arkode_xbraid_impl.h index eddb80a200..ef5385918e 100644 --- a/src/arkode/xbraid/arkode_xbraid_impl.h +++ b/src/arkode/xbraid/arkode_xbraid_impl.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/CMakeLists.txt b/src/cvode/CMakeLists.txt index 7301a5bb11..6f94b3b085 100644 --- a/src/cvode/CMakeLists.txt +++ b/src/cvode/CMakeLists.txt @@ -3,7 +3,7 @@ # Radu Serban, and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/cvode/cvode.c b/src/cvode/cvode.c index 4075fe9c3b..a9d2d00341 100644 --- a/src/cvode/cvode.c +++ b/src/cvode/cvode.c @@ -3,7 +3,7 @@ * and Dan Shumaker @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_bandpre.c b/src/cvode/cvode_bandpre.c index 88196439d5..5be6053a73 100644 --- a/src/cvode/cvode_bandpre.c +++ b/src/cvode/cvode_bandpre.c @@ -5,7 +5,7 @@ * and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_bandpre_impl.h b/src/cvode/cvode_bandpre_impl.h index 8e4dee75d5..09b86f2687 100644 --- a/src/cvode/cvode_bandpre_impl.h +++ b/src/cvode/cvode_bandpre_impl.h @@ -5,7 +5,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_bbdpre.c b/src/cvode/cvode_bbdpre.c index 4cdefc1c28..817366b8ae 100644 --- a/src/cvode/cvode_bbdpre.c +++ b/src/cvode/cvode_bbdpre.c @@ -5,7 +5,7 @@ * Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_bbdpre_impl.h b/src/cvode/cvode_bbdpre_impl.h index 55918e0931..0ea2b28150 100644 --- a/src/cvode/cvode_bbdpre_impl.h +++ b/src/cvode/cvode_bbdpre_impl.h @@ -4,7 +4,7 @@ * Michael Wittman, Alan C. Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_diag.c b/src/cvode/cvode_diag.c index 25af67fbe9..89497c14f5 100644 --- a/src/cvode/cvode_diag.c +++ b/src/cvode/cvode_diag.c @@ -4,7 +4,7 @@ * Radu Serban, Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_diag_impl.h b/src/cvode/cvode_diag_impl.h index f1f75938e5..a5210c1dd4 100644 --- a/src/cvode/cvode_diag_impl.h +++ b/src/cvode/cvode_diag_impl.h @@ -4,7 +4,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_fused_gpu.cpp b/src/cvode/cvode_fused_gpu.cpp index 83e9eb55f9..bcb35a562c 100644 --- a/src/cvode/cvode_fused_gpu.cpp +++ b/src/cvode/cvode_fused_gpu.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos and David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_fused_stubs.c b/src/cvode/cvode_fused_stubs.c index 7bc41c5d6f..42f4820200 100644 --- a/src/cvode/cvode_fused_stubs.c +++ b/src/cvode/cvode_fused_stubs.c @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_impl.h b/src/cvode/cvode_impl.h index 5cfd0a6b78..ead14ea047 100644 --- a/src/cvode/cvode_impl.h +++ b/src/cvode/cvode_impl.h @@ -4,7 +4,7 @@ * Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_io.c b/src/cvode/cvode_io.c index 7897a844dc..7fefee3bf8 100644 --- a/src/cvode/cvode_io.c +++ b/src/cvode/cvode_io.c @@ -2,7 +2,7 @@ * Programmer(s): Alan C. Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_ls.c b/src/cvode/cvode_ls.c index f6bf625a54..2a0a333e90 100644 --- a/src/cvode/cvode_ls.c +++ b/src/cvode/cvode_ls.c @@ -3,7 +3,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_ls_impl.h b/src/cvode/cvode_ls_impl.h index b2f679462e..36303f87a9 100644 --- a/src/cvode/cvode_ls_impl.h +++ b/src/cvode/cvode_ls_impl.h @@ -3,7 +3,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL *----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_nls.c b/src/cvode/cvode_nls.c index 7821bd976a..868cbead69 100644 --- a/src/cvode/cvode_nls.c +++ b/src/cvode/cvode_nls.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_proj.c b/src/cvode/cvode_proj.c index b23573e8bf..a1641d4751 100644 --- a/src/cvode/cvode_proj.c +++ b/src/cvode/cvode_proj.c @@ -4,7 +4,7 @@ * Based on CPODES by Radu Serban @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/cvode_proj_impl.h b/src/cvode/cvode_proj_impl.h index 79076142d7..0cf1a91089 100644 --- a/src/cvode/cvode_proj_impl.h +++ b/src/cvode/cvode_proj_impl.h @@ -4,7 +4,7 @@ * Based on CPODES by Radu Serban @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/fmod_int32/CMakeLists.txt b/src/cvode/fmod_int32/CMakeLists.txt index 38581e558f..5119ac50ed 100644 --- a/src/cvode/fmod_int32/CMakeLists.txt +++ b/src/cvode/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/cvode/fmod_int32/fcvode_mod.c b/src/cvode/fmod_int32/fcvode_mod.c index d7ebeac053..68f9ba20f1 100644 --- a/src/cvode/fmod_int32/fcvode_mod.c +++ b/src/cvode/fmod_int32/fcvode_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/fmod_int32/fcvode_mod.f90 b/src/cvode/fmod_int32/fcvode_mod.f90 index 6a597e65da..2e53b4bb9e 100644 --- a/src/cvode/fmod_int32/fcvode_mod.f90 +++ b/src/cvode/fmod_int32/fcvode_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/cvode/fmod_int64/CMakeLists.txt b/src/cvode/fmod_int64/CMakeLists.txt index 38581e558f..5119ac50ed 100644 --- a/src/cvode/fmod_int64/CMakeLists.txt +++ b/src/cvode/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/cvode/fmod_int64/fcvode_mod.c b/src/cvode/fmod_int64/fcvode_mod.c index 5de64728db..a42a5d51e8 100644 --- a/src/cvode/fmod_int64/fcvode_mod.c +++ b/src/cvode/fmod_int64/fcvode_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvode/fmod_int64/fcvode_mod.f90 b/src/cvode/fmod_int64/fcvode_mod.f90 index 9263d7f523..9aba027f07 100644 --- a/src/cvode/fmod_int64/fcvode_mod.f90 +++ b/src/cvode/fmod_int64/fcvode_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/cvodes/CMakeLists.txt b/src/cvodes/CMakeLists.txt index 388ed2f57d..9888aebfbe 100644 --- a/src/cvodes/CMakeLists.txt +++ b/src/cvodes/CMakeLists.txt @@ -3,7 +3,7 @@ # Radu Serban, Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/cvodes/cvodea.c b/src/cvodes/cvodea.c index 0365c56a59..44dc1a81c7 100644 --- a/src/cvodes/cvodea.c +++ b/src/cvodes/cvodea.c @@ -3,7 +3,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodea_io.c b/src/cvodes/cvodea_io.c index a442fff39c..1d23c5a42c 100644 --- a/src/cvodes/cvodea_io.c +++ b/src/cvodes/cvodea_io.c @@ -6,7 +6,7 @@ * Programmer: Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes.c b/src/cvodes/cvodes.c index d2dc784cec..82cb1c6142 100644 --- a/src/cvodes/cvodes.c +++ b/src/cvodes/cvodes.c @@ -2,7 +2,7 @@ * Programmer(s): Alan C. Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_bandpre.c b/src/cvodes/cvodes_bandpre.c index fde28ebd1b..3de79b27ac 100644 --- a/src/cvodes/cvodes_bandpre.c +++ b/src/cvodes/cvodes_bandpre.c @@ -4,7 +4,7 @@ * Radu Serban and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_bandpre_impl.h b/src/cvodes/cvodes_bandpre_impl.h index e35197b272..26d71983ca 100644 --- a/src/cvodes/cvodes_bandpre_impl.h +++ b/src/cvodes/cvodes_bandpre_impl.h @@ -4,7 +4,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_bbdpre.c b/src/cvodes/cvodes_bbdpre.c index 12eb1b7883..3b9fafa1d4 100644 --- a/src/cvodes/cvodes_bbdpre.c +++ b/src/cvodes/cvodes_bbdpre.c @@ -4,7 +4,7 @@ * Radu Serban and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_bbdpre_impl.h b/src/cvodes/cvodes_bbdpre_impl.h index 270c9d79f0..8e792bb750 100644 --- a/src/cvodes/cvodes_bbdpre_impl.h +++ b/src/cvodes/cvodes_bbdpre_impl.h @@ -4,7 +4,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_diag.c b/src/cvodes/cvodes_diag.c index 857a81bf73..3616e5ce48 100644 --- a/src/cvodes/cvodes_diag.c +++ b/src/cvodes/cvodes_diag.c @@ -3,7 +3,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_diag_impl.h b/src/cvodes/cvodes_diag_impl.h index f8d9ed39b3..24c4e37891 100644 --- a/src/cvodes/cvodes_diag_impl.h +++ b/src/cvodes/cvodes_diag_impl.h @@ -3,7 +3,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_impl.h b/src/cvodes/cvodes_impl.h index e6dce188d4..db17446bd0 100644 --- a/src/cvodes/cvodes_impl.h +++ b/src/cvodes/cvodes_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_io.c b/src/cvodes/cvodes_io.c index ff3eff489e..3213456ddb 100644 --- a/src/cvodes/cvodes_io.c +++ b/src/cvodes/cvodes_io.c @@ -2,7 +2,7 @@ * Programmer(s): Alan C. Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_ls.c b/src/cvodes/cvodes_ls.c index 5d5bca0da5..041e5c8141 100644 --- a/src/cvodes/cvodes_ls.c +++ b/src/cvodes/cvodes_ls.c @@ -3,7 +3,7 @@ * Radu Serban @ LLNL * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_ls_impl.h b/src/cvodes/cvodes_ls_impl.h index bef549e15e..abfa84229f 100644 --- a/src/cvodes/cvodes_ls_impl.h +++ b/src/cvodes/cvodes_ls_impl.h @@ -3,7 +3,7 @@ * Radu Serban @ LLNL *----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_nls.c b/src/cvodes/cvodes_nls.c index 2cf29b569a..0b35c00473 100644 --- a/src/cvodes/cvodes_nls.c +++ b/src/cvodes/cvodes_nls.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_nls_sim.c b/src/cvodes/cvodes_nls_sim.c index 5298f0d6a5..a5396e32f2 100644 --- a/src/cvodes/cvodes_nls_sim.c +++ b/src/cvodes/cvodes_nls_sim.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_nls_stg.c b/src/cvodes/cvodes_nls_stg.c index 55fb8d75ff..b1502af019 100644 --- a/src/cvodes/cvodes_nls_stg.c +++ b/src/cvodes/cvodes_nls_stg.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_nls_stg1.c b/src/cvodes/cvodes_nls_stg1.c index c292572b10..46c66de694 100644 --- a/src/cvodes/cvodes_nls_stg1.c +++ b/src/cvodes/cvodes_nls_stg1.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_proj.c b/src/cvodes/cvodes_proj.c index 757be33f7a..ce7d8bc46f 100644 --- a/src/cvodes/cvodes_proj.c +++ b/src/cvodes/cvodes_proj.c @@ -4,7 +4,7 @@ * Based on CPODES by Radu Serban @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/cvodes_proj_impl.h b/src/cvodes/cvodes_proj_impl.h index 35290aa2d6..4c9995bb36 100644 --- a/src/cvodes/cvodes_proj_impl.h +++ b/src/cvodes/cvodes_proj_impl.h @@ -4,7 +4,7 @@ * Based on CPODES by Radu Serban @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/fmod_int32/CMakeLists.txt b/src/cvodes/fmod_int32/CMakeLists.txt index 100a28feed..4903e067b8 100644 --- a/src/cvodes/fmod_int32/CMakeLists.txt +++ b/src/cvodes/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer: Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/cvodes/fmod_int32/fcvodes_mod.c b/src/cvodes/fmod_int32/fcvodes_mod.c index dfb9a1d1b5..473678dc27 100644 --- a/src/cvodes/fmod_int32/fcvodes_mod.c +++ b/src/cvodes/fmod_int32/fcvodes_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/fmod_int32/fcvodes_mod.f90 b/src/cvodes/fmod_int32/fcvodes_mod.f90 index f3cd69dcbf..a288b74705 100644 --- a/src/cvodes/fmod_int32/fcvodes_mod.f90 +++ b/src/cvodes/fmod_int32/fcvodes_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/cvodes/fmod_int64/CMakeLists.txt b/src/cvodes/fmod_int64/CMakeLists.txt index 100a28feed..4903e067b8 100644 --- a/src/cvodes/fmod_int64/CMakeLists.txt +++ b/src/cvodes/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer: Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/cvodes/fmod_int64/fcvodes_mod.c b/src/cvodes/fmod_int64/fcvodes_mod.c index 9f9ebf974d..d3cbbca1d6 100644 --- a/src/cvodes/fmod_int64/fcvodes_mod.c +++ b/src/cvodes/fmod_int64/fcvodes_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/cvodes/fmod_int64/fcvodes_mod.f90 b/src/cvodes/fmod_int64/fcvodes_mod.f90 index 96a1464d33..c2cdf3a0a3 100644 --- a/src/cvodes/fmod_int64/fcvodes_mod.f90 +++ b/src/cvodes/fmod_int64/fcvodes_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/ida/CMakeLists.txt b/src/ida/CMakeLists.txt index d8985eef26..53902e76ac 100644 --- a/src/ida/CMakeLists.txt +++ b/src/ida/CMakeLists.txt @@ -3,7 +3,7 @@ # Radu Serban, Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/ida/fmod_int32/CMakeLists.txt b/src/ida/fmod_int32/CMakeLists.txt index 928acaa4a5..fc97bf8d95 100644 --- a/src/ida/fmod_int32/CMakeLists.txt +++ b/src/ida/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/ida/fmod_int32/fida_mod.c b/src/ida/fmod_int32/fida_mod.c index 0ebd34a2c2..68dfeea91f 100644 --- a/src/ida/fmod_int32/fida_mod.c +++ b/src/ida/fmod_int32/fida_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/ida/fmod_int32/fida_mod.f90 b/src/ida/fmod_int32/fida_mod.f90 index 735aa814cb..136521893f 100644 --- a/src/ida/fmod_int32/fida_mod.f90 +++ b/src/ida/fmod_int32/fida_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/ida/fmod_int64/CMakeLists.txt b/src/ida/fmod_int64/CMakeLists.txt index 928acaa4a5..fc97bf8d95 100644 --- a/src/ida/fmod_int64/CMakeLists.txt +++ b/src/ida/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/ida/fmod_int64/fida_mod.c b/src/ida/fmod_int64/fida_mod.c index 887e7ad5a6..02def580d4 100644 --- a/src/ida/fmod_int64/fida_mod.c +++ b/src/ida/fmod_int64/fida_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/ida/fmod_int64/fida_mod.f90 b/src/ida/fmod_int64/fida_mod.f90 index 5da5805d7b..5e3fee8ae6 100644 --- a/src/ida/fmod_int64/fida_mod.f90 +++ b/src/ida/fmod_int64/fida_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/ida/ida.c b/src/ida/ida.c index 94cc3a18b6..d5e4d05a64 100644 --- a/src/ida/ida.c +++ b/src/ida/ida.c @@ -2,7 +2,7 @@ * Programmer(s): Alan Hindmarsh, Radu Serban and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/ida/ida_bbdpre.c b/src/ida/ida_bbdpre.c index 8bce33eea7..d9d41e18e8 100644 --- a/src/ida/ida_bbdpre.c +++ b/src/ida/ida_bbdpre.c @@ -4,7 +4,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/ida/ida_bbdpre_impl.h b/src/ida/ida_bbdpre_impl.h index be6b6f3727..9eb767a249 100644 --- a/src/ida/ida_bbdpre_impl.h +++ b/src/ida/ida_bbdpre_impl.h @@ -3,7 +3,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL *----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/ida/ida_ic.c b/src/ida/ida_ic.c index 2d44eab573..ac513aea0d 100644 --- a/src/ida/ida_ic.c +++ b/src/ida/ida_ic.c @@ -2,7 +2,7 @@ * Programmers: Alan C. Hindmarsh, and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/ida/ida_impl.h b/src/ida/ida_impl.h index f116cd4b2b..eb66525ed3 100644 --- a/src/ida/ida_impl.h +++ b/src/ida/ida_impl.h @@ -3,7 +3,7 @@ * and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/ida/ida_io.c b/src/ida/ida_io.c index e3d9facbd8..9dec071d99 100644 --- a/src/ida/ida_io.c +++ b/src/ida/ida_io.c @@ -3,7 +3,7 @@ * Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/ida/ida_ls.c b/src/ida/ida_ls.c index 1d6a3a1199..46732592d7 100644 --- a/src/ida/ida_ls.c +++ b/src/ida/ida_ls.c @@ -3,7 +3,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL *----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/ida/ida_ls_impl.h b/src/ida/ida_ls_impl.h index 1875c95496..aa8fe470d4 100644 --- a/src/ida/ida_ls_impl.h +++ b/src/ida/ida_ls_impl.h @@ -3,7 +3,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL *----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/ida/ida_nls.c b/src/ida/ida_nls.c index 160b817327..28871703e6 100644 --- a/src/ida/ida_nls.c +++ b/src/ida/ida_nls.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/CMakeLists.txt b/src/idas/CMakeLists.txt index 21ebab4869..7b9f71f92b 100644 --- a/src/idas/CMakeLists.txt +++ b/src/idas/CMakeLists.txt @@ -3,7 +3,7 @@ # Radu Serban, Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/idas/fmod_int32/CMakeLists.txt b/src/idas/fmod_int32/CMakeLists.txt index 5db3a92327..cd35542737 100644 --- a/src/idas/fmod_int32/CMakeLists.txt +++ b/src/idas/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer: Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/idas/fmod_int32/fidas_mod.c b/src/idas/fmod_int32/fidas_mod.c index 4774bf709e..c39dff4a1f 100644 --- a/src/idas/fmod_int32/fidas_mod.c +++ b/src/idas/fmod_int32/fidas_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/fmod_int32/fidas_mod.f90 b/src/idas/fmod_int32/fidas_mod.f90 index 3b5dcfe964..db6f376bfc 100644 --- a/src/idas/fmod_int32/fidas_mod.f90 +++ b/src/idas/fmod_int32/fidas_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/idas/fmod_int64/CMakeLists.txt b/src/idas/fmod_int64/CMakeLists.txt index 5db3a92327..cd35542737 100644 --- a/src/idas/fmod_int64/CMakeLists.txt +++ b/src/idas/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer: Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/idas/fmod_int64/fidas_mod.c b/src/idas/fmod_int64/fidas_mod.c index 85e6d7ab6c..196fd9f52b 100644 --- a/src/idas/fmod_int64/fidas_mod.c +++ b/src/idas/fmod_int64/fidas_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/fmod_int64/fidas_mod.f90 b/src/idas/fmod_int64/fidas_mod.f90 index cef3d154ed..b379e13d36 100644 --- a/src/idas/fmod_int64/fidas_mod.f90 +++ b/src/idas/fmod_int64/fidas_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/idas/idaa.c b/src/idas/idaa.c index 486afee06c..b0727156b8 100644 --- a/src/idas/idaa.c +++ b/src/idas/idaa.c @@ -3,7 +3,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/idaa_io.c b/src/idas/idaa_io.c index 0dc65d4592..29e17f652a 100644 --- a/src/idas/idaa_io.c +++ b/src/idas/idaa_io.c @@ -6,7 +6,7 @@ * Programmer(s): Radu Serban and Cosmin Petra @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/idas.c b/src/idas/idas.c index 9edab3406c..a8ea5bbbf8 100644 --- a/src/idas/idas.c +++ b/src/idas/idas.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/idas_bbdpre.c b/src/idas/idas_bbdpre.c index 338c92ba0c..1c7b756d25 100644 --- a/src/idas/idas_bbdpre.c +++ b/src/idas/idas_bbdpre.c @@ -4,7 +4,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/idas_bbdpre_impl.h b/src/idas/idas_bbdpre_impl.h index 9f5429d70d..65805e21bd 100644 --- a/src/idas/idas_bbdpre_impl.h +++ b/src/idas/idas_bbdpre_impl.h @@ -3,7 +3,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL *----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/idas_ic.c b/src/idas/idas_ic.c index c2f4d030ba..85b36d703a 100644 --- a/src/idas/idas_ic.c +++ b/src/idas/idas_ic.c @@ -2,7 +2,7 @@ * Programmers: Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/idas_impl.h b/src/idas/idas_impl.h index 4efa8f7180..d92babaf55 100644 --- a/src/idas/idas_impl.h +++ b/src/idas/idas_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/idas_io.c b/src/idas/idas_io.c index ffbc13f95f..38c80d1ec4 100644 --- a/src/idas/idas_io.c +++ b/src/idas/idas_io.c @@ -2,7 +2,7 @@ * Programmer(s): Radu Serban and Cosmin Petra @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/idas_ls.c b/src/idas/idas_ls.c index 7de3eb21cf..101c48e620 100644 --- a/src/idas/idas_ls.c +++ b/src/idas/idas_ls.c @@ -3,7 +3,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL *----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/idas_ls_impl.h b/src/idas/idas_ls_impl.h index dfb6f50f71..ebc24bc2a2 100644 --- a/src/idas/idas_ls_impl.h +++ b/src/idas/idas_ls_impl.h @@ -3,7 +3,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL *----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/idas_nls.c b/src/idas/idas_nls.c index 17ba1e6b5d..eef38bdc85 100644 --- a/src/idas/idas_nls.c +++ b/src/idas/idas_nls.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/idas_nls_sim.c b/src/idas/idas_nls_sim.c index d527189905..5041220740 100644 --- a/src/idas/idas_nls_sim.c +++ b/src/idas/idas_nls_sim.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/idas/idas_nls_stg.c b/src/idas/idas_nls_stg.c index 3e1590c780..792d0c372e 100644 --- a/src/idas/idas_nls_stg.c +++ b/src/idas/idas_nls_stg.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/kinsol/CMakeLists.txt b/src/kinsol/CMakeLists.txt index cc03b1511d..e3c8a8bb77 100644 --- a/src/kinsol/CMakeLists.txt +++ b/src/kinsol/CMakeLists.txt @@ -3,7 +3,7 @@ # Radu Serban, Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/kinsol/fmod_int32/CMakeLists.txt b/src/kinsol/fmod_int32/CMakeLists.txt index 8f127375de..883503b52f 100644 --- a/src/kinsol/fmod_int32/CMakeLists.txt +++ b/src/kinsol/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/kinsol/fmod_int32/fkinsol_mod.c b/src/kinsol/fmod_int32/fkinsol_mod.c index c8c99a75a1..28e47ca143 100644 --- a/src/kinsol/fmod_int32/fkinsol_mod.c +++ b/src/kinsol/fmod_int32/fkinsol_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/kinsol/fmod_int32/fkinsol_mod.f90 b/src/kinsol/fmod_int32/fkinsol_mod.f90 index 45e03047a6..b536144611 100644 --- a/src/kinsol/fmod_int32/fkinsol_mod.f90 +++ b/src/kinsol/fmod_int32/fkinsol_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/kinsol/fmod_int64/CMakeLists.txt b/src/kinsol/fmod_int64/CMakeLists.txt index 8f127375de..883503b52f 100644 --- a/src/kinsol/fmod_int64/CMakeLists.txt +++ b/src/kinsol/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/kinsol/fmod_int64/fkinsol_mod.c b/src/kinsol/fmod_int64/fkinsol_mod.c index c98877e413..59cc57d5b2 100644 --- a/src/kinsol/fmod_int64/fkinsol_mod.c +++ b/src/kinsol/fmod_int64/fkinsol_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/kinsol/fmod_int64/fkinsol_mod.f90 b/src/kinsol/fmod_int64/fkinsol_mod.f90 index fff221d795..12ca4ddc6e 100644 --- a/src/kinsol/fmod_int64/fkinsol_mod.f90 +++ b/src/kinsol/fmod_int64/fkinsol_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/kinsol/kinsol.c b/src/kinsol/kinsol.c index 7d603d5fad..0d625028cc 100644 --- a/src/kinsol/kinsol.c +++ b/src/kinsol/kinsol.c @@ -3,7 +3,7 @@ * John Loffeld, Aaron Collier, and Shelby Lockhart @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/kinsol/kinsol_bbdpre.c b/src/kinsol/kinsol_bbdpre.c index 7025f38a82..a3fb77cd45 100644 --- a/src/kinsol/kinsol_bbdpre.c +++ b/src/kinsol/kinsol_bbdpre.c @@ -4,7 +4,7 @@ * Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/kinsol/kinsol_bbdpre_impl.h b/src/kinsol/kinsol_bbdpre_impl.h index db3f35ff32..9d1b1d50ad 100644 --- a/src/kinsol/kinsol_bbdpre_impl.h +++ b/src/kinsol/kinsol_bbdpre_impl.h @@ -4,7 +4,7 @@ * Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/kinsol/kinsol_impl.h b/src/kinsol/kinsol_impl.h index 0e16581223..3edcfa49be 100644 --- a/src/kinsol/kinsol_impl.h +++ b/src/kinsol/kinsol_impl.h @@ -4,7 +4,7 @@ * Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/kinsol/kinsol_io.c b/src/kinsol/kinsol_io.c index 7b4a8128a9..f9ebccef70 100644 --- a/src/kinsol/kinsol_io.c +++ b/src/kinsol/kinsol_io.c @@ -3,7 +3,7 @@ * Aaron Collier, Shelby Lockhart @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/kinsol/kinsol_ls.c b/src/kinsol/kinsol_ls.c index a13fef09f8..bc7ba73cfe 100644 --- a/src/kinsol/kinsol_ls.c +++ b/src/kinsol/kinsol_ls.c @@ -3,7 +3,7 @@ * David J. Gardner, Radu Serban and Aaron Collier @ LLNL *----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/kinsol/kinsol_ls_impl.h b/src/kinsol/kinsol_ls_impl.h index 98a47c15c6..a6874ea906 100644 --- a/src/kinsol/kinsol_ls_impl.h +++ b/src/kinsol/kinsol_ls_impl.h @@ -3,7 +3,7 @@ * David J. Gardner, Radu Serban and Aaron Collier @ LLNL *----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/CMakeLists.txt b/src/nvector/CMakeLists.txt index 5c9c1307ef..f05f3a2228 100644 --- a/src/nvector/CMakeLists.txt +++ b/src/nvector/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/cuda/CMakeLists.txt b/src/nvector/cuda/CMakeLists.txt index 117373035c..1a08141095 100644 --- a/src/nvector/cuda/CMakeLists.txt +++ b/src/nvector/cuda/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/cuda/VectorArrayKernels.cuh b/src/nvector/cuda/VectorArrayKernels.cuh index 055726481b..d18101d6f4 100644 --- a/src/nvector/cuda/VectorArrayKernels.cuh +++ b/src/nvector/cuda/VectorArrayKernels.cuh @@ -3,7 +3,7 @@ * Programmer(s): David Gardner, Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/cuda/VectorKernels.cuh b/src/nvector/cuda/VectorKernels.cuh index adce2a7918..efbb7951a4 100644 --- a/src/nvector/cuda/VectorKernels.cuh +++ b/src/nvector/cuda/VectorKernels.cuh @@ -3,7 +3,7 @@ * Programmer(s): Slaven Peles, Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/cuda/nvector_cuda.cu b/src/nvector/cuda/nvector_cuda.cu index 5acd83c038..1bd8c5bf81 100644 --- a/src/nvector/cuda/nvector_cuda.cu +++ b/src/nvector/cuda/nvector_cuda.cu @@ -2,7 +2,7 @@ * Programmer(s): Slaven Peles, and Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/hip/CMakeLists.txt b/src/nvector/hip/CMakeLists.txt index 71ef53f40f..a25ddc1f9d 100644 --- a/src/nvector/hip/CMakeLists.txt +++ b/src/nvector/hip/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/hip/VectorArrayKernels.hip.hpp b/src/nvector/hip/VectorArrayKernels.hip.hpp index 9986c7022d..30c63e61b6 100644 --- a/src/nvector/hip/VectorArrayKernels.hip.hpp +++ b/src/nvector/hip/VectorArrayKernels.hip.hpp @@ -3,7 +3,7 @@ * Programmer(s): David Gardner, Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/hip/VectorKernels.hip.hpp b/src/nvector/hip/VectorKernels.hip.hpp index 0dd437b914..5bc2696457 100644 --- a/src/nvector/hip/VectorKernels.hip.hpp +++ b/src/nvector/hip/VectorKernels.hip.hpp @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/hip/nvector_hip.hip.cpp b/src/nvector/hip/nvector_hip.hip.cpp index 95f2d09f25..7d50a08145 100644 --- a/src/nvector/hip/nvector_hip.hip.cpp +++ b/src/nvector/hip/nvector_hip.hip.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel McGreer, and Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/manyvector/CMakeLists.txt b/src/nvector/manyvector/CMakeLists.txt index e5bd67c722..f8878480b3 100644 --- a/src/nvector/manyvector/CMakeLists.txt +++ b/src/nvector/manyvector/CMakeLists.txt @@ -3,7 +3,7 @@ # and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/manyvector/fmod_int32/CMakeLists.txt b/src/nvector/manyvector/fmod_int32/CMakeLists.txt index 2908e42e37..60b77714b3 100644 --- a/src/nvector/manyvector/fmod_int32/CMakeLists.txt +++ b/src/nvector/manyvector/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/manyvector/fmod_int32/fnvector_manyvector_mod.c b/src/nvector/manyvector/fmod_int32/fnvector_manyvector_mod.c index a47b40955b..638b4c82be 100644 --- a/src/nvector/manyvector/fmod_int32/fnvector_manyvector_mod.c +++ b/src/nvector/manyvector/fmod_int32/fnvector_manyvector_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/manyvector/fmod_int32/fnvector_manyvector_mod.f90 b/src/nvector/manyvector/fmod_int32/fnvector_manyvector_mod.f90 index a9e0c7ea09..fe573f27fa 100644 --- a/src/nvector/manyvector/fmod_int32/fnvector_manyvector_mod.f90 +++ b/src/nvector/manyvector/fmod_int32/fnvector_manyvector_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/manyvector/fmod_int32/fnvector_mpimanyvector_mod.c b/src/nvector/manyvector/fmod_int32/fnvector_mpimanyvector_mod.c index cf94761e89..947860fa90 100644 --- a/src/nvector/manyvector/fmod_int32/fnvector_mpimanyvector_mod.c +++ b/src/nvector/manyvector/fmod_int32/fnvector_mpimanyvector_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/manyvector/fmod_int32/fnvector_mpimanyvector_mod.f90 b/src/nvector/manyvector/fmod_int32/fnvector_mpimanyvector_mod.f90 index 2226643c27..4d84229c77 100644 --- a/src/nvector/manyvector/fmod_int32/fnvector_mpimanyvector_mod.f90 +++ b/src/nvector/manyvector/fmod_int32/fnvector_mpimanyvector_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/manyvector/fmod_int64/CMakeLists.txt b/src/nvector/manyvector/fmod_int64/CMakeLists.txt index 2908e42e37..60b77714b3 100644 --- a/src/nvector/manyvector/fmod_int64/CMakeLists.txt +++ b/src/nvector/manyvector/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/manyvector/fmod_int64/fnvector_manyvector_mod.c b/src/nvector/manyvector/fmod_int64/fnvector_manyvector_mod.c index 2faf356f7c..f3afa87982 100644 --- a/src/nvector/manyvector/fmod_int64/fnvector_manyvector_mod.c +++ b/src/nvector/manyvector/fmod_int64/fnvector_manyvector_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/manyvector/fmod_int64/fnvector_manyvector_mod.f90 b/src/nvector/manyvector/fmod_int64/fnvector_manyvector_mod.f90 index 88587dc2f3..64fd3d2712 100644 --- a/src/nvector/manyvector/fmod_int64/fnvector_manyvector_mod.f90 +++ b/src/nvector/manyvector/fmod_int64/fnvector_manyvector_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/manyvector/fmod_int64/fnvector_mpimanyvector_mod.c b/src/nvector/manyvector/fmod_int64/fnvector_mpimanyvector_mod.c index 014692fc53..f72d00ad1b 100644 --- a/src/nvector/manyvector/fmod_int64/fnvector_mpimanyvector_mod.c +++ b/src/nvector/manyvector/fmod_int64/fnvector_mpimanyvector_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/manyvector/fmod_int64/fnvector_mpimanyvector_mod.f90 b/src/nvector/manyvector/fmod_int64/fnvector_mpimanyvector_mod.f90 index 39d48fa9be..852721a0ac 100644 --- a/src/nvector/manyvector/fmod_int64/fnvector_mpimanyvector_mod.f90 +++ b/src/nvector/manyvector/fmod_int64/fnvector_mpimanyvector_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/manyvector/nvector_manyvector.c b/src/nvector/manyvector/nvector_manyvector.c index 31c74c78da..f4a7b5175b 100644 --- a/src/nvector/manyvector/nvector_manyvector.c +++ b/src/nvector/manyvector/nvector_manyvector.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/mpiplusx/CMakeLists.txt b/src/nvector/mpiplusx/CMakeLists.txt index 98f3fa36dc..cf465ff8ec 100644 --- a/src/nvector/mpiplusx/CMakeLists.txt +++ b/src/nvector/mpiplusx/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/mpiplusx/fmod_int32/CMakeLists.txt b/src/nvector/mpiplusx/fmod_int32/CMakeLists.txt index aaa836eba9..a71615402b 100644 --- a/src/nvector/mpiplusx/fmod_int32/CMakeLists.txt +++ b/src/nvector/mpiplusx/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/mpiplusx/fmod_int32/fnvector_mpiplusx_mod.c b/src/nvector/mpiplusx/fmod_int32/fnvector_mpiplusx_mod.c index 5d6aeb893d..8004b29a5a 100644 --- a/src/nvector/mpiplusx/fmod_int32/fnvector_mpiplusx_mod.c +++ b/src/nvector/mpiplusx/fmod_int32/fnvector_mpiplusx_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/mpiplusx/fmod_int32/fnvector_mpiplusx_mod.f90 b/src/nvector/mpiplusx/fmod_int32/fnvector_mpiplusx_mod.f90 index 1b29334b59..3aebd36a1c 100644 --- a/src/nvector/mpiplusx/fmod_int32/fnvector_mpiplusx_mod.f90 +++ b/src/nvector/mpiplusx/fmod_int32/fnvector_mpiplusx_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/mpiplusx/fmod_int64/CMakeLists.txt b/src/nvector/mpiplusx/fmod_int64/CMakeLists.txt index aaa836eba9..a71615402b 100644 --- a/src/nvector/mpiplusx/fmod_int64/CMakeLists.txt +++ b/src/nvector/mpiplusx/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/mpiplusx/fmod_int64/fnvector_mpiplusx_mod.c b/src/nvector/mpiplusx/fmod_int64/fnvector_mpiplusx_mod.c index 7292a6ae2f..d92ec035ac 100644 --- a/src/nvector/mpiplusx/fmod_int64/fnvector_mpiplusx_mod.c +++ b/src/nvector/mpiplusx/fmod_int64/fnvector_mpiplusx_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/mpiplusx/fmod_int64/fnvector_mpiplusx_mod.f90 b/src/nvector/mpiplusx/fmod_int64/fnvector_mpiplusx_mod.f90 index b3fd51a5ca..8b9b0a81e3 100644 --- a/src/nvector/mpiplusx/fmod_int64/fnvector_mpiplusx_mod.f90 +++ b/src/nvector/mpiplusx/fmod_int64/fnvector_mpiplusx_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/mpiplusx/nvector_mpiplusx.c b/src/nvector/mpiplusx/nvector_mpiplusx.c index a955dfcf09..156dbef21b 100644 --- a/src/nvector/mpiplusx/nvector_mpiplusx.c +++ b/src/nvector/mpiplusx/nvector_mpiplusx.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/openmp/CMakeLists.txt b/src/nvector/openmp/CMakeLists.txt index bb3387b8f1..b628202f80 100644 --- a/src/nvector/openmp/CMakeLists.txt +++ b/src/nvector/openmp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Steve Smith and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/openmp/fmod_int32/CMakeLists.txt b/src/nvector/openmp/fmod_int32/CMakeLists.txt index 6510270db2..37d44c9e0a 100644 --- a/src/nvector/openmp/fmod_int32/CMakeLists.txt +++ b/src/nvector/openmp/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/openmp/fmod_int32/fnvector_openmp_mod.c b/src/nvector/openmp/fmod_int32/fnvector_openmp_mod.c index ddf0295838..bae0f872ef 100644 --- a/src/nvector/openmp/fmod_int32/fnvector_openmp_mod.c +++ b/src/nvector/openmp/fmod_int32/fnvector_openmp_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/openmp/fmod_int32/fnvector_openmp_mod.f90 b/src/nvector/openmp/fmod_int32/fnvector_openmp_mod.f90 index e5f7cdc3f2..d996101e0f 100644 --- a/src/nvector/openmp/fmod_int32/fnvector_openmp_mod.f90 +++ b/src/nvector/openmp/fmod_int32/fnvector_openmp_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/openmp/fmod_int64/CMakeLists.txt b/src/nvector/openmp/fmod_int64/CMakeLists.txt index 6510270db2..37d44c9e0a 100644 --- a/src/nvector/openmp/fmod_int64/CMakeLists.txt +++ b/src/nvector/openmp/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/openmp/fmod_int64/fnvector_openmp_mod.c b/src/nvector/openmp/fmod_int64/fnvector_openmp_mod.c index 34f3b918df..5da8e3c9d4 100644 --- a/src/nvector/openmp/fmod_int64/fnvector_openmp_mod.c +++ b/src/nvector/openmp/fmod_int64/fnvector_openmp_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/openmp/fmod_int64/fnvector_openmp_mod.f90 b/src/nvector/openmp/fmod_int64/fnvector_openmp_mod.f90 index bcdc99e1bf..cca039011c 100644 --- a/src/nvector/openmp/fmod_int64/fnvector_openmp_mod.f90 +++ b/src/nvector/openmp/fmod_int64/fnvector_openmp_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/openmp/nvector_openmp.c b/src/nvector/openmp/nvector_openmp.c index bcb1f6d6b6..31a86284a8 100644 --- a/src/nvector/openmp/nvector_openmp.c +++ b/src/nvector/openmp/nvector_openmp.c @@ -7,7 +7,7 @@ * @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/openmpdev/CMakeLists.txt b/src/nvector/openmpdev/CMakeLists.txt index fb3d7f988b..f16d5930ea 100644 --- a/src/nvector/openmpdev/CMakeLists.txt +++ b/src/nvector/openmpdev/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner, Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/openmpdev/nvector_openmpdev.c b/src/nvector/openmpdev/nvector_openmpdev.c index 7fc83de9c8..3fc168b3f2 100644 --- a/src/nvector/openmpdev/nvector_openmpdev.c +++ b/src/nvector/openmpdev/nvector_openmpdev.c @@ -7,7 +7,7 @@ * @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/parallel/CMakeLists.txt b/src/nvector/parallel/CMakeLists.txt index df960a9a77..5105bb90e0 100644 --- a/src/nvector/parallel/CMakeLists.txt +++ b/src/nvector/parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/parallel/fmod_int32/CMakeLists.txt b/src/nvector/parallel/fmod_int32/CMakeLists.txt index 98c301b871..5202d6c18e 100644 --- a/src/nvector/parallel/fmod_int32/CMakeLists.txt +++ b/src/nvector/parallel/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/parallel/fmod_int32/fnvector_parallel_mod.c b/src/nvector/parallel/fmod_int32/fnvector_parallel_mod.c index cdbd1f87c3..c43c75a026 100644 --- a/src/nvector/parallel/fmod_int32/fnvector_parallel_mod.c +++ b/src/nvector/parallel/fmod_int32/fnvector_parallel_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/parallel/fmod_int32/fnvector_parallel_mod.f90 b/src/nvector/parallel/fmod_int32/fnvector_parallel_mod.f90 index 571b01856b..dee7fe7f2a 100644 --- a/src/nvector/parallel/fmod_int32/fnvector_parallel_mod.f90 +++ b/src/nvector/parallel/fmod_int32/fnvector_parallel_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/parallel/fmod_int64/CMakeLists.txt b/src/nvector/parallel/fmod_int64/CMakeLists.txt index 98c301b871..5202d6c18e 100644 --- a/src/nvector/parallel/fmod_int64/CMakeLists.txt +++ b/src/nvector/parallel/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/parallel/fmod_int64/fnvector_parallel_mod.c b/src/nvector/parallel/fmod_int64/fnvector_parallel_mod.c index 877640429b..fa57f46336 100644 --- a/src/nvector/parallel/fmod_int64/fnvector_parallel_mod.c +++ b/src/nvector/parallel/fmod_int64/fnvector_parallel_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/parallel/fmod_int64/fnvector_parallel_mod.f90 b/src/nvector/parallel/fmod_int64/fnvector_parallel_mod.f90 index c4a036de7b..dd7b60b88f 100644 --- a/src/nvector/parallel/fmod_int64/fnvector_parallel_mod.f90 +++ b/src/nvector/parallel/fmod_int64/fnvector_parallel_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/parallel/nvector_parallel.c b/src/nvector/parallel/nvector_parallel.c index eb278bc21d..18ee7ed48a 100644 --- a/src/nvector/parallel/nvector_parallel.c +++ b/src/nvector/parallel/nvector_parallel.c @@ -3,7 +3,7 @@ * and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/parhyp/CMakeLists.txt b/src/nvector/parhyp/CMakeLists.txt index 56724e1c9d..1beaabfd5e 100644 --- a/src/nvector/parhyp/CMakeLists.txt +++ b/src/nvector/parhyp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban, Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/parhyp/nvector_parhyp.c b/src/nvector/parhyp/nvector_parhyp.c index aee1f08450..9b686a66cc 100644 --- a/src/nvector/parhyp/nvector_parhyp.c +++ b/src/nvector/parhyp/nvector_parhyp.c @@ -5,7 +5,7 @@ * and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/petsc/CMakeLists.txt b/src/nvector/petsc/CMakeLists.txt index ed3dcab60e..a91e639cb4 100644 --- a/src/nvector/petsc/CMakeLists.txt +++ b/src/nvector/petsc/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/petsc/nvector_petsc.c b/src/nvector/petsc/nvector_petsc.c index f3accf46bd..cee64bd63b 100644 --- a/src/nvector/petsc/nvector_petsc.c +++ b/src/nvector/petsc/nvector_petsc.c @@ -5,7 +5,7 @@ * Radu Serban, and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/pthreads/CMakeLists.txt b/src/nvector/pthreads/CMakeLists.txt index 447f1c91e5..c48f348fff 100644 --- a/src/nvector/pthreads/CMakeLists.txt +++ b/src/nvector/pthreads/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Steve Smith and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/pthreads/fmod_int32/CMakeLists.txt b/src/nvector/pthreads/fmod_int32/CMakeLists.txt index 5fcf786118..fb66f923f0 100644 --- a/src/nvector/pthreads/fmod_int32/CMakeLists.txt +++ b/src/nvector/pthreads/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/pthreads/fmod_int32/fnvector_pthreads_mod.c b/src/nvector/pthreads/fmod_int32/fnvector_pthreads_mod.c index 77ac40a163..a359cc59a1 100644 --- a/src/nvector/pthreads/fmod_int32/fnvector_pthreads_mod.c +++ b/src/nvector/pthreads/fmod_int32/fnvector_pthreads_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/pthreads/fmod_int32/fnvector_pthreads_mod.f90 b/src/nvector/pthreads/fmod_int32/fnvector_pthreads_mod.f90 index fb2af230a5..65651c14c1 100644 --- a/src/nvector/pthreads/fmod_int32/fnvector_pthreads_mod.f90 +++ b/src/nvector/pthreads/fmod_int32/fnvector_pthreads_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/pthreads/fmod_int64/CMakeLists.txt b/src/nvector/pthreads/fmod_int64/CMakeLists.txt index 5fcf786118..fb66f923f0 100644 --- a/src/nvector/pthreads/fmod_int64/CMakeLists.txt +++ b/src/nvector/pthreads/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/pthreads/fmod_int64/fnvector_pthreads_mod.c b/src/nvector/pthreads/fmod_int64/fnvector_pthreads_mod.c index 76af5ca784..b449e710af 100644 --- a/src/nvector/pthreads/fmod_int64/fnvector_pthreads_mod.c +++ b/src/nvector/pthreads/fmod_int64/fnvector_pthreads_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/pthreads/fmod_int64/fnvector_pthreads_mod.f90 b/src/nvector/pthreads/fmod_int64/fnvector_pthreads_mod.f90 index d3b92e8269..1dd2f2c9e8 100644 --- a/src/nvector/pthreads/fmod_int64/fnvector_pthreads_mod.f90 +++ b/src/nvector/pthreads/fmod_int64/fnvector_pthreads_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/pthreads/nvector_pthreads.c b/src/nvector/pthreads/nvector_pthreads.c index d7000c8289..40f3057bfc 100644 --- a/src/nvector/pthreads/nvector_pthreads.c +++ b/src/nvector/pthreads/nvector_pthreads.c @@ -7,7 +7,7 @@ * @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/raja/CMakeLists.txt b/src/nvector/raja/CMakeLists.txt index 247f8bf424..90b2fc54d3 100644 --- a/src/nvector/raja/CMakeLists.txt +++ b/src/nvector/raja/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/raja/nvector_raja.cpp b/src/nvector/raja/nvector_raja.cpp index 5369a06f1a..c54afc1708 100644 --- a/src/nvector/raja/nvector_raja.cpp +++ b/src/nvector/raja/nvector_raja.cpp @@ -3,7 +3,7 @@ * David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/serial/CMakeLists.txt b/src/nvector/serial/CMakeLists.txt index 976b8440f2..76d82e7b21 100644 --- a/src/nvector/serial/CMakeLists.txt +++ b/src/nvector/serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban, Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/serial/fmod_int32/CMakeLists.txt b/src/nvector/serial/fmod_int32/CMakeLists.txt index fbfc2e3344..687a8feae7 100644 --- a/src/nvector/serial/fmod_int32/CMakeLists.txt +++ b/src/nvector/serial/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/serial/fmod_int32/fnvector_serial_mod.c b/src/nvector/serial/fmod_int32/fnvector_serial_mod.c index 14ddfe38a0..d215c35c75 100644 --- a/src/nvector/serial/fmod_int32/fnvector_serial_mod.c +++ b/src/nvector/serial/fmod_int32/fnvector_serial_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/serial/fmod_int32/fnvector_serial_mod.f90 b/src/nvector/serial/fmod_int32/fnvector_serial_mod.f90 index ac6df66be2..c4832db463 100644 --- a/src/nvector/serial/fmod_int32/fnvector_serial_mod.f90 +++ b/src/nvector/serial/fmod_int32/fnvector_serial_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/serial/fmod_int64/CMakeLists.txt b/src/nvector/serial/fmod_int64/CMakeLists.txt index e52f2ae867..544c5c41a5 100644 --- a/src/nvector/serial/fmod_int64/CMakeLists.txt +++ b/src/nvector/serial/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/serial/fmod_int64/fnvector_serial_mod.c b/src/nvector/serial/fmod_int64/fnvector_serial_mod.c index 7611d0b848..f4833c4f7e 100644 --- a/src/nvector/serial/fmod_int64/fnvector_serial_mod.c +++ b/src/nvector/serial/fmod_int64/fnvector_serial_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/serial/fmod_int64/fnvector_serial_mod.f90 b/src/nvector/serial/fmod_int64/fnvector_serial_mod.f90 index bbdc76c8b7..a29234d2ec 100644 --- a/src/nvector/serial/fmod_int64/fnvector_serial_mod.f90 +++ b/src/nvector/serial/fmod_int64/fnvector_serial_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/nvector/serial/nvector_serial.c b/src/nvector/serial/nvector_serial.c index 255aca3fb6..90e2a2e12d 100644 --- a/src/nvector/serial/nvector_serial.c +++ b/src/nvector/serial/nvector_serial.c @@ -3,7 +3,7 @@ * and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/sycl/CMakeLists.txt b/src/nvector/sycl/CMakeLists.txt index 51dc3ddc8c..d10c61b68f 100644 --- a/src/nvector/sycl/CMakeLists.txt +++ b/src/nvector/sycl/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/sycl/nvector_sycl.cpp b/src/nvector/sycl/nvector_sycl.cpp index 13d0155d55..b86923cab0 100644 --- a/src/nvector/sycl/nvector_sycl.cpp +++ b/src/nvector/sycl/nvector_sycl.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/nvector/trilinos/CMakeLists.txt b/src/nvector/trilinos/CMakeLists.txt index dfe25d87ab..8d5e9937c7 100644 --- a/src/nvector/trilinos/CMakeLists.txt +++ b/src/nvector/trilinos/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles, Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/nvector/trilinos/nvector_trilinos.cpp b/src/nvector/trilinos/nvector_trilinos.cpp index 85381e0850..b246ca564e 100644 --- a/src/nvector/trilinos/nvector_trilinos.cpp +++ b/src/nvector/trilinos/nvector_trilinos.cpp @@ -5,7 +5,7 @@ * Radu Serban, and Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunadaptcontroller/CMakeLists.txt b/src/sunadaptcontroller/CMakeLists.txt index 2a5c3db1a5..972d0fae1e 100644 --- a/src/sunadaptcontroller/CMakeLists.txt +++ b/src/sunadaptcontroller/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunadaptcontroller/imexgus/CMakeLists.txt b/src/sunadaptcontroller/imexgus/CMakeLists.txt index 91367cf3ba..a40eaf4857 100644 --- a/src/sunadaptcontroller/imexgus/CMakeLists.txt +++ b/src/sunadaptcontroller/imexgus/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunadaptcontroller/imexgus/fmod_int32/CMakeLists.txt b/src/sunadaptcontroller/imexgus/fmod_int32/CMakeLists.txt index 8fe6e45f40..cd45d21616 100644 --- a/src/sunadaptcontroller/imexgus/fmod_int32/CMakeLists.txt +++ b/src/sunadaptcontroller/imexgus/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunadaptcontroller/imexgus/fmod_int32/fsunadaptcontroller_imexgus_mod.c b/src/sunadaptcontroller/imexgus/fmod_int32/fsunadaptcontroller_imexgus_mod.c index 1351217e15..9d4e4a3afd 100644 --- a/src/sunadaptcontroller/imexgus/fmod_int32/fsunadaptcontroller_imexgus_mod.c +++ b/src/sunadaptcontroller/imexgus/fmod_int32/fsunadaptcontroller_imexgus_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunadaptcontroller/imexgus/fmod_int32/fsunadaptcontroller_imexgus_mod.f90 b/src/sunadaptcontroller/imexgus/fmod_int32/fsunadaptcontroller_imexgus_mod.f90 index 29c98ad378..4dc30dc6a1 100644 --- a/src/sunadaptcontroller/imexgus/fmod_int32/fsunadaptcontroller_imexgus_mod.f90 +++ b/src/sunadaptcontroller/imexgus/fmod_int32/fsunadaptcontroller_imexgus_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunadaptcontroller/imexgus/fmod_int64/CMakeLists.txt b/src/sunadaptcontroller/imexgus/fmod_int64/CMakeLists.txt index 8fe6e45f40..cd45d21616 100644 --- a/src/sunadaptcontroller/imexgus/fmod_int64/CMakeLists.txt +++ b/src/sunadaptcontroller/imexgus/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunadaptcontroller/imexgus/fmod_int64/fsunadaptcontroller_imexgus_mod.c b/src/sunadaptcontroller/imexgus/fmod_int64/fsunadaptcontroller_imexgus_mod.c index 1351217e15..9d4e4a3afd 100644 --- a/src/sunadaptcontroller/imexgus/fmod_int64/fsunadaptcontroller_imexgus_mod.c +++ b/src/sunadaptcontroller/imexgus/fmod_int64/fsunadaptcontroller_imexgus_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunadaptcontroller/imexgus/fmod_int64/fsunadaptcontroller_imexgus_mod.f90 b/src/sunadaptcontroller/imexgus/fmod_int64/fsunadaptcontroller_imexgus_mod.f90 index 29c98ad378..4dc30dc6a1 100644 --- a/src/sunadaptcontroller/imexgus/fmod_int64/fsunadaptcontroller_imexgus_mod.f90 +++ b/src/sunadaptcontroller/imexgus/fmod_int64/fsunadaptcontroller_imexgus_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunadaptcontroller/imexgus/sunadaptcontroller_imexgus.c b/src/sunadaptcontroller/imexgus/sunadaptcontroller_imexgus.c index e4bb23e6dd..c4337e2bd0 100644 --- a/src/sunadaptcontroller/imexgus/sunadaptcontroller_imexgus.c +++ b/src/sunadaptcontroller/imexgus/sunadaptcontroller_imexgus.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunadaptcontroller/mrihtol/CMakeLists.txt b/src/sunadaptcontroller/mrihtol/CMakeLists.txt index 1702a5f664..bdba094d3d 100644 --- a/src/sunadaptcontroller/mrihtol/CMakeLists.txt +++ b/src/sunadaptcontroller/mrihtol/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunadaptcontroller/mrihtol/fmod_int32/CMakeLists.txt b/src/sunadaptcontroller/mrihtol/fmod_int32/CMakeLists.txt index befc6cb2ed..3a5a9c0e3b 100644 --- a/src/sunadaptcontroller/mrihtol/fmod_int32/CMakeLists.txt +++ b/src/sunadaptcontroller/mrihtol/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunadaptcontroller/mrihtol/fmod_int32/fsunadaptcontroller_mrihtol_mod.c b/src/sunadaptcontroller/mrihtol/fmod_int32/fsunadaptcontroller_mrihtol_mod.c index f01662c5a8..41ec1e1d1c 100644 --- a/src/sunadaptcontroller/mrihtol/fmod_int32/fsunadaptcontroller_mrihtol_mod.c +++ b/src/sunadaptcontroller/mrihtol/fmod_int32/fsunadaptcontroller_mrihtol_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunadaptcontroller/mrihtol/fmod_int32/fsunadaptcontroller_mrihtol_mod.f90 b/src/sunadaptcontroller/mrihtol/fmod_int32/fsunadaptcontroller_mrihtol_mod.f90 index 5d38166728..e7afddd833 100644 --- a/src/sunadaptcontroller/mrihtol/fmod_int32/fsunadaptcontroller_mrihtol_mod.f90 +++ b/src/sunadaptcontroller/mrihtol/fmod_int32/fsunadaptcontroller_mrihtol_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunadaptcontroller/mrihtol/fmod_int64/CMakeLists.txt b/src/sunadaptcontroller/mrihtol/fmod_int64/CMakeLists.txt index befc6cb2ed..3a5a9c0e3b 100644 --- a/src/sunadaptcontroller/mrihtol/fmod_int64/CMakeLists.txt +++ b/src/sunadaptcontroller/mrihtol/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunadaptcontroller/mrihtol/fmod_int64/fsunadaptcontroller_mrihtol_mod.c b/src/sunadaptcontroller/mrihtol/fmod_int64/fsunadaptcontroller_mrihtol_mod.c index f01662c5a8..41ec1e1d1c 100644 --- a/src/sunadaptcontroller/mrihtol/fmod_int64/fsunadaptcontroller_mrihtol_mod.c +++ b/src/sunadaptcontroller/mrihtol/fmod_int64/fsunadaptcontroller_mrihtol_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunadaptcontroller/mrihtol/fmod_int64/fsunadaptcontroller_mrihtol_mod.f90 b/src/sunadaptcontroller/mrihtol/fmod_int64/fsunadaptcontroller_mrihtol_mod.f90 index 5d38166728..e7afddd833 100644 --- a/src/sunadaptcontroller/mrihtol/fmod_int64/fsunadaptcontroller_mrihtol_mod.f90 +++ b/src/sunadaptcontroller/mrihtol/fmod_int64/fsunadaptcontroller_mrihtol_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunadaptcontroller/mrihtol/sunadaptcontroller_mrihtol.c b/src/sunadaptcontroller/mrihtol/sunadaptcontroller_mrihtol.c index 774bb87be9..24d8c4bf07 100644 --- a/src/sunadaptcontroller/mrihtol/sunadaptcontroller_mrihtol.c +++ b/src/sunadaptcontroller/mrihtol/sunadaptcontroller_mrihtol.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunadaptcontroller/soderlind/CMakeLists.txt b/src/sunadaptcontroller/soderlind/CMakeLists.txt index 9c2613703c..59842bb51b 100644 --- a/src/sunadaptcontroller/soderlind/CMakeLists.txt +++ b/src/sunadaptcontroller/soderlind/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunadaptcontroller/soderlind/fmod_int32/CMakeLists.txt b/src/sunadaptcontroller/soderlind/fmod_int32/CMakeLists.txt index 81863c3a8c..b4e3f8a2d5 100644 --- a/src/sunadaptcontroller/soderlind/fmod_int32/CMakeLists.txt +++ b/src/sunadaptcontroller/soderlind/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunadaptcontroller/soderlind/fmod_int32/fsunadaptcontroller_soderlind_mod.c b/src/sunadaptcontroller/soderlind/fmod_int32/fsunadaptcontroller_soderlind_mod.c index f3da8c259b..20bcb023cb 100644 --- a/src/sunadaptcontroller/soderlind/fmod_int32/fsunadaptcontroller_soderlind_mod.c +++ b/src/sunadaptcontroller/soderlind/fmod_int32/fsunadaptcontroller_soderlind_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunadaptcontroller/soderlind/fmod_int32/fsunadaptcontroller_soderlind_mod.f90 b/src/sunadaptcontroller/soderlind/fmod_int32/fsunadaptcontroller_soderlind_mod.f90 index cd6bc5262a..67d65f5068 100644 --- a/src/sunadaptcontroller/soderlind/fmod_int32/fsunadaptcontroller_soderlind_mod.f90 +++ b/src/sunadaptcontroller/soderlind/fmod_int32/fsunadaptcontroller_soderlind_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunadaptcontroller/soderlind/fmod_int64/CMakeLists.txt b/src/sunadaptcontroller/soderlind/fmod_int64/CMakeLists.txt index 81863c3a8c..b4e3f8a2d5 100644 --- a/src/sunadaptcontroller/soderlind/fmod_int64/CMakeLists.txt +++ b/src/sunadaptcontroller/soderlind/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunadaptcontroller/soderlind/fmod_int64/fsunadaptcontroller_soderlind_mod.c b/src/sunadaptcontroller/soderlind/fmod_int64/fsunadaptcontroller_soderlind_mod.c index f3da8c259b..20bcb023cb 100644 --- a/src/sunadaptcontroller/soderlind/fmod_int64/fsunadaptcontroller_soderlind_mod.c +++ b/src/sunadaptcontroller/soderlind/fmod_int64/fsunadaptcontroller_soderlind_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunadaptcontroller/soderlind/fmod_int64/fsunadaptcontroller_soderlind_mod.f90 b/src/sunadaptcontroller/soderlind/fmod_int64/fsunadaptcontroller_soderlind_mod.f90 index cd6bc5262a..67d65f5068 100644 --- a/src/sunadaptcontroller/soderlind/fmod_int64/fsunadaptcontroller_soderlind_mod.f90 +++ b/src/sunadaptcontroller/soderlind/fmod_int64/fsunadaptcontroller_soderlind_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunadaptcontroller/soderlind/sunadaptcontroller_soderlind.c b/src/sunadaptcontroller/soderlind/sunadaptcontroller_soderlind.c index bca88252cb..cbfe47e09a 100644 --- a/src/sunadaptcontroller/soderlind/sunadaptcontroller_soderlind.c +++ b/src/sunadaptcontroller/soderlind/sunadaptcontroller_soderlind.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/CMakeLists.txt b/src/sundials/CMakeLists.txt index e3d82d88a3..a6b46b054a 100644 --- a/src/sundials/CMakeLists.txt +++ b/src/sundials/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Radu Serban and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sundials/fmod_int32/CMakeLists.txt b/src/sundials/fmod_int32/CMakeLists.txt index b9a43aeded..7076778e5c 100644 --- a/src/sundials/fmod_int32/CMakeLists.txt +++ b/src/sundials/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sundials/fmod_int32/fsundials_core_mod.c b/src/sundials/fmod_int32/fsundials_core_mod.c index 65ed483e8d..238423557b 100644 --- a/src/sundials/fmod_int32/fsundials_core_mod.c +++ b/src/sundials/fmod_int32/fsundials_core_mod.c @@ -12,22 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security - * and Southern Methodist University. - * All rights reserved. - * - * See the top-level LICENSE and NOTICE files for details. - * - * SPDX-License-Identifier: BSD-3-Clause - * SUNDIALS Copyright End - * -------------------------------------------------------------*/ - - -/* --------------------------------------------------------------- - * Programmer(s): Auto-generated by swig. - * --------------------------------------------------------------- - * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/fmod_int32/fsundials_core_mod.f90 b/src/sundials/fmod_int32/fsundials_core_mod.f90 index bc9928d476..ab634fafc5 100644 --- a/src/sundials/fmod_int32/fsundials_core_mod.f90 +++ b/src/sundials/fmod_int32/fsundials_core_mod.f90 @@ -8,22 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security -! and Southern Methodist University. -! All rights reserved. -! -! See the top-level LICENSE and NOTICE files for details. -! -! SPDX-License-Identifier: BSD-3-Clause -! SUNDIALS Copyright End -! --------------------------------------------------------------- - - -! --------------------------------------------------------------- -! Programmer(s): Auto-generated by swig. -! --------------------------------------------------------------- -! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sundials/fmod_int64/CMakeLists.txt b/src/sundials/fmod_int64/CMakeLists.txt index b9a43aeded..7076778e5c 100644 --- a/src/sundials/fmod_int64/CMakeLists.txt +++ b/src/sundials/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sundials/fmod_int64/fsundials_core_mod.c b/src/sundials/fmod_int64/fsundials_core_mod.c index 9f10b04ab6..1ce1b70033 100644 --- a/src/sundials/fmod_int64/fsundials_core_mod.c +++ b/src/sundials/fmod_int64/fsundials_core_mod.c @@ -12,22 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security - * and Southern Methodist University. - * All rights reserved. - * - * See the top-level LICENSE and NOTICE files for details. - * - * SPDX-License-Identifier: BSD-3-Clause - * SUNDIALS Copyright End - * -------------------------------------------------------------*/ - - -/* --------------------------------------------------------------- - * Programmer(s): Auto-generated by swig. - * --------------------------------------------------------------- - * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/fmod_int64/fsundials_core_mod.f90 b/src/sundials/fmod_int64/fsundials_core_mod.f90 index cae4c451ab..fd04b23ea5 100644 --- a/src/sundials/fmod_int64/fsundials_core_mod.f90 +++ b/src/sundials/fmod_int64/fsundials_core_mod.f90 @@ -8,22 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security -! and Southern Methodist University. -! All rights reserved. -! -! See the top-level LICENSE and NOTICE files for details. -! -! SPDX-License-Identifier: BSD-3-Clause -! SUNDIALS Copyright End -! --------------------------------------------------------------- - - -! --------------------------------------------------------------- -! Programmer(s): Auto-generated by swig. -! --------------------------------------------------------------- -! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sundials/sundials_adaptcontroller.c b/src/sundials/sundials_adaptcontroller.c index 4641f1751c..9664e0934f 100644 --- a/src/sundials/sundials_adaptcontroller.c +++ b/src/sundials/sundials_adaptcontroller.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_adiak_metadata.h b/src/sundials/sundials_adiak_metadata.h index 4e7e908a66..dc8ce52c22 100644 --- a/src/sundials/sundials_adiak_metadata.h +++ b/src/sundials/sundials_adiak_metadata.h @@ -2,7 +2,7 @@ * Programmer(s): Yu Pan and Cody Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_band.c b/src/sundials/sundials_band.c index d5fbcbb6a6..28ab9e55e5 100644 --- a/src/sundials/sundials_band.c +++ b/src/sundials/sundials_band.c @@ -3,7 +3,7 @@ * Programmer(s): Alan C. Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_context.c b/src/sundials/sundials_context.c index 86b0a49c34..052adba132 100644 --- a/src/sundials/sundials_context.c +++ b/src/sundials/sundials_context.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_cuda.h b/src/sundials/sundials_cuda.h index d0202ad6f0..0536cc9975 100644 --- a/src/sundials/sundials_cuda.h +++ b/src/sundials/sundials_cuda.h @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_cuda_kernels.cuh b/src/sundials/sundials_cuda_kernels.cuh index 529c344556..8e507856a1 100644 --- a/src/sundials/sundials_cuda_kernels.cuh +++ b/src/sundials/sundials_cuda_kernels.cuh @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_cusolver.h b/src/sundials/sundials_cusolver.h index 87c9644fb2..857f1a0d71 100644 --- a/src/sundials/sundials_cusolver.h +++ b/src/sundials/sundials_cusolver.h @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_cusparse.h b/src/sundials/sundials_cusparse.h index c05f3e8944..578582bc34 100644 --- a/src/sundials/sundials_cusparse.h +++ b/src/sundials/sundials_cusparse.h @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_debug.h b/src/sundials/sundials_debug.h index 18d3143c32..b456971a16 100644 --- a/src/sundials/sundials_debug.h +++ b/src/sundials/sundials_debug.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_dense.c b/src/sundials/sundials_dense.c index ce420fca0f..a651651696 100644 --- a/src/sundials/sundials_dense.c +++ b/src/sundials/sundials_dense.c @@ -4,7 +4,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_direct.c b/src/sundials/sundials_direct.c index 02ff31d96c..d61d4765a1 100644 --- a/src/sundials/sundials_direct.c +++ b/src/sundials/sundials_direct.c @@ -2,7 +2,7 @@ * Programmer: Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_errors.c b/src/sundials/sundials_errors.c index 456d7134e9..d29792daea 100644 --- a/src/sundials/sundials_errors.c +++ b/src/sundials/sundials_errors.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_futils.c b/src/sundials/sundials_futils.c index 3a0d0f27d1..38d2af7659 100644 --- a/src/sundials/sundials_futils.c +++ b/src/sundials/sundials_futils.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_hashmap.c b/src/sundials/sundials_hashmap.c index acf1c12c8d..89faa66fc3 100644 --- a/src/sundials/sundials_hashmap.c +++ b/src/sundials/sundials_hashmap.c @@ -2,7 +2,7 @@ * Programmer: Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_hashmap_impl.h b/src/sundials/sundials_hashmap_impl.h index 235947ed71..4c01fc3f03 100644 --- a/src/sundials/sundials_hashmap_impl.h +++ b/src/sundials/sundials_hashmap_impl.h @@ -2,7 +2,7 @@ * Programmer: Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_hip.h b/src/sundials/sundials_hip.h index 772aed0c4a..a50b714588 100644 --- a/src/sundials/sundials_hip.h +++ b/src/sundials/sundials_hip.h @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos, and Daniel McGreer @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_hip_kernels.hip.hpp b/src/sundials/sundials_hip_kernels.hip.hpp index 358f4db29e..6105be3902 100644 --- a/src/sundials/sundials_hip_kernels.hip.hpp +++ b/src/sundials/sundials_hip_kernels.hip.hpp @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_iterative.c b/src/sundials/sundials_iterative.c index 167c5fce14..503354514a 100644 --- a/src/sundials/sundials_iterative.c +++ b/src/sundials/sundials_iterative.c @@ -4,7 +4,7 @@ * Shelby Lockhart @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_iterative_impl.h b/src/sundials/sundials_iterative_impl.h index ea6c17c10e..dc8ddf4f01 100644 --- a/src/sundials/sundials_iterative_impl.h +++ b/src/sundials/sundials_iterative_impl.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner and Shelby Lockhart @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_lapack_defs.h.in b/src/sundials/sundials_lapack_defs.h.in index 1e6a0c01a7..b20864da5b 100644 --- a/src/sundials/sundials_lapack_defs.h.in +++ b/src/sundials/sundials_lapack_defs.h.in @@ -2,7 +2,7 @@ * Programmer: Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_linearsolver.c b/src/sundials/sundials_linearsolver.c index 9df036dd5e..7f54dfc983 100644 --- a/src/sundials/sundials_linearsolver.c +++ b/src/sundials/sundials_linearsolver.c @@ -4,7 +4,7 @@ * Slaven Peles @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_logger.c b/src/sundials/sundials_logger.c index e694b76689..3c31084bde 100644 --- a/src/sundials/sundials_logger.c +++ b/src/sundials/sundials_logger.c @@ -2,7 +2,7 @@ * Programmer: Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_logger_impl.h b/src/sundials/sundials_logger_impl.h index ddded4f470..36277f42cb 100644 --- a/src/sundials/sundials_logger_impl.h +++ b/src/sundials/sundials_logger_impl.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_macros.h b/src/sundials/sundials_macros.h index 4bf007e507..6b0a8ddec2 100644 --- a/src/sundials/sundials_macros.h +++ b/src/sundials/sundials_macros.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_math.c b/src/sundials/sundials_math.c index 9b2f5a17f3..767537ad60 100644 --- a/src/sundials/sundials_math.c +++ b/src/sundials/sundials_math.c @@ -3,7 +3,7 @@ * Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_matrix.c b/src/sundials/sundials_matrix.c index 7e2fa8c87e..12aeb24a73 100644 --- a/src/sundials/sundials_matrix.c +++ b/src/sundials/sundials_matrix.c @@ -4,7 +4,7 @@ * Slaven Peles @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_memory.c b/src/sundials/sundials_memory.c index ca9fc3e961..8da87badd0 100644 --- a/src/sundials/sundials_memory.c +++ b/src/sundials/sundials_memory.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_mpi_errors.c b/src/sundials/sundials_mpi_errors.c index 60ed704a07..19e0845a21 100644 --- a/src/sundials/sundials_mpi_errors.c +++ b/src/sundials/sundials_mpi_errors.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_nonlinearsolver.c b/src/sundials/sundials_nonlinearsolver.c index 7971340611..6b4fee01f0 100644 --- a/src/sundials/sundials_nonlinearsolver.c +++ b/src/sundials/sundials_nonlinearsolver.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_nvector.c b/src/sundials/sundials_nvector.c index 37a15741d9..f998510a4d 100644 --- a/src/sundials/sundials_nvector.c +++ b/src/sundials/sundials_nvector.c @@ -4,7 +4,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_nvector_senswrapper.c b/src/sundials/sundials_nvector_senswrapper.c index b92b3f61da..8467f3c731 100644 --- a/src/sundials/sundials_nvector_senswrapper.c +++ b/src/sundials/sundials_nvector_senswrapper.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_profiler.c b/src/sundials/sundials_profiler.c index c85244817c..5fe932c777 100644 --- a/src/sundials/sundials_profiler.c +++ b/src/sundials/sundials_profiler.c @@ -2,7 +2,7 @@ * Programmer: Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_reductions.hpp b/src/sundials/sundials_reductions.hpp index e9b6bb6f2d..0d1d741d37 100644 --- a/src/sundials/sundials_reductions.hpp +++ b/src/sundials/sundials_reductions.hpp @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_stepper.c b/src/sundials/sundials_stepper.c index f099835fc3..58dd9803d1 100644 --- a/src/sundials/sundials_stepper.c +++ b/src/sundials/sundials_stepper.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_stepper_impl.h b/src/sundials/sundials_stepper_impl.h index f1c70112ea..54e024ee11 100644 --- a/src/sundials/sundials_stepper_impl.h +++ b/src/sundials/sundials_stepper_impl.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_sycl.h b/src/sundials/sundials_sycl.h index 148c09c7b0..2b3a9c1834 100644 --- a/src/sundials/sundials_sycl.h +++ b/src/sundials/sundials_sycl.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_utils.h b/src/sundials/sundials_utils.h index d7fab6399f..2ab64bf338 100644 --- a/src/sundials/sundials_utils.h +++ b/src/sundials/sundials_utils.h @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_version.c b/src/sundials/sundials_version.c index 0eafa6827f..0065c20408 100644 --- a/src/sundials/sundials_version.c +++ b/src/sundials/sundials_version.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sundials/sundials_xbraid.c b/src/sundials/sundials_xbraid.c index 95016e10bd..abba69f790 100644 --- a/src/sundials/sundials_xbraid.c +++ b/src/sundials/sundials_xbraid.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * -------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/CMakeLists.txt b/src/sunlinsol/CMakeLists.txt index 976a77a2a5..43a4d1982e 100644 --- a/src/sunlinsol/CMakeLists.txt +++ b/src/sunlinsol/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/band/CMakeLists.txt b/src/sunlinsol/band/CMakeLists.txt index 2fd2ffadf3..fa2adce015 100644 --- a/src/sunlinsol/band/CMakeLists.txt +++ b/src/sunlinsol/band/CMakeLists.txt @@ -3,7 +3,7 @@ # and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/band/fmod_int32/CMakeLists.txt b/src/sunlinsol/band/fmod_int32/CMakeLists.txt index 4a348ffb70..ec5ca1c326 100644 --- a/src/sunlinsol/band/fmod_int32/CMakeLists.txt +++ b/src/sunlinsol/band/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ---------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/band/fmod_int32/fsunlinsol_band_mod.c b/src/sunlinsol/band/fmod_int32/fsunlinsol_band_mod.c index 0b46475231..5b46d85d46 100644 --- a/src/sunlinsol/band/fmod_int32/fsunlinsol_band_mod.c +++ b/src/sunlinsol/band/fmod_int32/fsunlinsol_band_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/band/fmod_int32/fsunlinsol_band_mod.f90 b/src/sunlinsol/band/fmod_int32/fsunlinsol_band_mod.f90 index 782fdffb60..d27e9ef3c0 100644 --- a/src/sunlinsol/band/fmod_int32/fsunlinsol_band_mod.f90 +++ b/src/sunlinsol/band/fmod_int32/fsunlinsol_band_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/band/fmod_int64/CMakeLists.txt b/src/sunlinsol/band/fmod_int64/CMakeLists.txt index 759321d170..4cfa9fd363 100644 --- a/src/sunlinsol/band/fmod_int64/CMakeLists.txt +++ b/src/sunlinsol/band/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ---------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/band/fmod_int64/fsunlinsol_band_mod.c b/src/sunlinsol/band/fmod_int64/fsunlinsol_band_mod.c index 2d78bb53cc..1b481e256d 100644 --- a/src/sunlinsol/band/fmod_int64/fsunlinsol_band_mod.c +++ b/src/sunlinsol/band/fmod_int64/fsunlinsol_band_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/band/fmod_int64/fsunlinsol_band_mod.f90 b/src/sunlinsol/band/fmod_int64/fsunlinsol_band_mod.f90 index 7ed68c8ac2..345582d0d0 100644 --- a/src/sunlinsol/band/fmod_int64/fsunlinsol_band_mod.f90 +++ b/src/sunlinsol/band/fmod_int64/fsunlinsol_band_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/band/sunlinsol_band.c b/src/sunlinsol/band/sunlinsol_band.c index d72e37af1c..88cce5a27b 100644 --- a/src/sunlinsol/band/sunlinsol_band.c +++ b/src/sunlinsol/band/sunlinsol_band.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/cusolversp/CMakeLists.txt b/src/sunlinsol/cusolversp/CMakeLists.txt index 2663fc77dc..f085642b3a 100644 --- a/src/sunlinsol/cusolversp/CMakeLists.txt +++ b/src/sunlinsol/cusolversp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/cusolversp/sunlinsol_cusolversp_batchqr.cu b/src/sunlinsol/cusolversp/sunlinsol_cusolversp_batchqr.cu index 2d0fde3395..fb3c670e33 100644 --- a/src/sunlinsol/cusolversp/sunlinsol_cusolversp_batchqr.cu +++ b/src/sunlinsol/cusolversp/sunlinsol_cusolversp_batchqr.cu @@ -4,7 +4,7 @@ * Based on work by Donald Wilcox @ LBNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/dense/CMakeLists.txt b/src/sunlinsol/dense/CMakeLists.txt index 27eb05e6f8..a2a01efe68 100644 --- a/src/sunlinsol/dense/CMakeLists.txt +++ b/src/sunlinsol/dense/CMakeLists.txt @@ -3,7 +3,7 @@ # and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/dense/fmod_int32/CMakeLists.txt b/src/sunlinsol/dense/fmod_int32/CMakeLists.txt index eb904dc764..1bedda9702 100644 --- a/src/sunlinsol/dense/fmod_int32/CMakeLists.txt +++ b/src/sunlinsol/dense/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ---------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/dense/fmod_int32/fsunlinsol_dense_mod.c b/src/sunlinsol/dense/fmod_int32/fsunlinsol_dense_mod.c index 417d14d673..b6cdb9586a 100644 --- a/src/sunlinsol/dense/fmod_int32/fsunlinsol_dense_mod.c +++ b/src/sunlinsol/dense/fmod_int32/fsunlinsol_dense_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/dense/fmod_int32/fsunlinsol_dense_mod.f90 b/src/sunlinsol/dense/fmod_int32/fsunlinsol_dense_mod.f90 index 6ec001b1ed..42d7986728 100644 --- a/src/sunlinsol/dense/fmod_int32/fsunlinsol_dense_mod.f90 +++ b/src/sunlinsol/dense/fmod_int32/fsunlinsol_dense_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/dense/fmod_int64/CMakeLists.txt b/src/sunlinsol/dense/fmod_int64/CMakeLists.txt index 8a6401a143..cea83c0b86 100644 --- a/src/sunlinsol/dense/fmod_int64/CMakeLists.txt +++ b/src/sunlinsol/dense/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ---------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/dense/fmod_int64/fsunlinsol_dense_mod.c b/src/sunlinsol/dense/fmod_int64/fsunlinsol_dense_mod.c index c6d6fba9d4..792f39b860 100644 --- a/src/sunlinsol/dense/fmod_int64/fsunlinsol_dense_mod.c +++ b/src/sunlinsol/dense/fmod_int64/fsunlinsol_dense_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/dense/fmod_int64/fsunlinsol_dense_mod.f90 b/src/sunlinsol/dense/fmod_int64/fsunlinsol_dense_mod.f90 index 8d8af81057..67087091d9 100644 --- a/src/sunlinsol/dense/fmod_int64/fsunlinsol_dense_mod.f90 +++ b/src/sunlinsol/dense/fmod_int64/fsunlinsol_dense_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/dense/sunlinsol_dense.c b/src/sunlinsol/dense/sunlinsol_dense.c index 41e6a1bb61..c8d3831f46 100644 --- a/src/sunlinsol/dense/sunlinsol_dense.c +++ b/src/sunlinsol/dense/sunlinsol_dense.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel Reynolds, Ashley Crawford @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/klu/CMakeLists.txt b/src/sunlinsol/klu/CMakeLists.txt index 781a60819d..d2e7a0ac7c 100644 --- a/src/sunlinsol/klu/CMakeLists.txt +++ b/src/sunlinsol/klu/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU, Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/klu/fmod_int32/CMakeLists.txt b/src/sunlinsol/klu/fmod_int32/CMakeLists.txt index 04a6624e77..47650c866b 100644 --- a/src/sunlinsol/klu/fmod_int32/CMakeLists.txt +++ b/src/sunlinsol/klu/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/klu/fmod_int32/fsunlinsol_klu_mod.c b/src/sunlinsol/klu/fmod_int32/fsunlinsol_klu_mod.c index 0d9434fe92..504612c0e0 100644 --- a/src/sunlinsol/klu/fmod_int32/fsunlinsol_klu_mod.c +++ b/src/sunlinsol/klu/fmod_int32/fsunlinsol_klu_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/klu/fmod_int32/fsunlinsol_klu_mod.f90 b/src/sunlinsol/klu/fmod_int32/fsunlinsol_klu_mod.f90 index fa942b3a09..bbd312f674 100644 --- a/src/sunlinsol/klu/fmod_int32/fsunlinsol_klu_mod.f90 +++ b/src/sunlinsol/klu/fmod_int32/fsunlinsol_klu_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/klu/fmod_int64/CMakeLists.txt b/src/sunlinsol/klu/fmod_int64/CMakeLists.txt index c24c56f863..4b788e44a5 100644 --- a/src/sunlinsol/klu/fmod_int64/CMakeLists.txt +++ b/src/sunlinsol/klu/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/klu/fmod_int64/fsunlinsol_klu_mod.c b/src/sunlinsol/klu/fmod_int64/fsunlinsol_klu_mod.c index 6277d00adf..3e7b8d0614 100644 --- a/src/sunlinsol/klu/fmod_int64/fsunlinsol_klu_mod.c +++ b/src/sunlinsol/klu/fmod_int64/fsunlinsol_klu_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/klu/fmod_int64/fsunlinsol_klu_mod.f90 b/src/sunlinsol/klu/fmod_int64/fsunlinsol_klu_mod.f90 index 08fc791620..f836c8b140 100644 --- a/src/sunlinsol/klu/fmod_int64/fsunlinsol_klu_mod.f90 +++ b/src/sunlinsol/klu/fmod_int64/fsunlinsol_klu_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/klu/sunlinsol_klu.c b/src/sunlinsol/klu/sunlinsol_klu.c index b2a1f290e2..56a4d9ea41 100644 --- a/src/sunlinsol/klu/sunlinsol_klu.c +++ b/src/sunlinsol/klu/sunlinsol_klu.c @@ -3,7 +3,7 @@ * Based on codes _klu.c, written by Carol Woodward @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/lapackband/CMakeLists.txt b/src/sunlinsol/lapackband/CMakeLists.txt index 7c72c37209..b26783c313 100644 --- a/src/sunlinsol/lapackband/CMakeLists.txt +++ b/src/sunlinsol/lapackband/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/lapackband/sunlinsol_lapackband.c b/src/sunlinsol/lapackband/sunlinsol_lapackband.c index ce26bb6951..6323587f38 100644 --- a/src/sunlinsol/lapackband/sunlinsol_lapackband.c +++ b/src/sunlinsol/lapackband/sunlinsol_lapackband.c @@ -3,7 +3,7 @@ * Based on codes _lapack.c by: Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/lapackdense/CMakeLists.txt b/src/sunlinsol/lapackdense/CMakeLists.txt index c6e5689a36..8e52aef3a7 100644 --- a/src/sunlinsol/lapackdense/CMakeLists.txt +++ b/src/sunlinsol/lapackdense/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/lapackdense/fmod_int32/CMakeLists.txt b/src/sunlinsol/lapackdense/fmod_int32/CMakeLists.txt index ed20a78200..cc71c9a2d7 100644 --- a/src/sunlinsol/lapackdense/fmod_int32/CMakeLists.txt +++ b/src/sunlinsol/lapackdense/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ---------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/lapackdense/fmod_int32/fsunlinsol_lapackdense_mod.c b/src/sunlinsol/lapackdense/fmod_int32/fsunlinsol_lapackdense_mod.c index 00f91c82e9..3b0d1470e6 100644 --- a/src/sunlinsol/lapackdense/fmod_int32/fsunlinsol_lapackdense_mod.c +++ b/src/sunlinsol/lapackdense/fmod_int32/fsunlinsol_lapackdense_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/lapackdense/fmod_int32/fsunlinsol_lapackdense_mod.f90 b/src/sunlinsol/lapackdense/fmod_int32/fsunlinsol_lapackdense_mod.f90 index 7d555e8985..f6fd08508f 100644 --- a/src/sunlinsol/lapackdense/fmod_int32/fsunlinsol_lapackdense_mod.f90 +++ b/src/sunlinsol/lapackdense/fmod_int32/fsunlinsol_lapackdense_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/lapackdense/fmod_int64/CMakeLists.txt b/src/sunlinsol/lapackdense/fmod_int64/CMakeLists.txt index b2eb2b329b..bccd63c927 100644 --- a/src/sunlinsol/lapackdense/fmod_int64/CMakeLists.txt +++ b/src/sunlinsol/lapackdense/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ---------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/lapackdense/fmod_int64/fsunlinsol_lapackdense_mod.c b/src/sunlinsol/lapackdense/fmod_int64/fsunlinsol_lapackdense_mod.c index b83ae9f110..791bb79324 100644 --- a/src/sunlinsol/lapackdense/fmod_int64/fsunlinsol_lapackdense_mod.c +++ b/src/sunlinsol/lapackdense/fmod_int64/fsunlinsol_lapackdense_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/lapackdense/fmod_int64/fsunlinsol_lapackdense_mod.f90 b/src/sunlinsol/lapackdense/fmod_int64/fsunlinsol_lapackdense_mod.f90 index d42ca5ac96..62a245f53b 100644 --- a/src/sunlinsol/lapackdense/fmod_int64/fsunlinsol_lapackdense_mod.f90 +++ b/src/sunlinsol/lapackdense/fmod_int64/fsunlinsol_lapackdense_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/lapackdense/sunlinsol_lapackdense.c b/src/sunlinsol/lapackdense/sunlinsol_lapackdense.c index a13460b035..c10e4a937e 100644 --- a/src/sunlinsol/lapackdense/sunlinsol_lapackdense.c +++ b/src/sunlinsol/lapackdense/sunlinsol_lapackdense.c @@ -3,7 +3,7 @@ * Based on codes _lapack.c by: Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/magmadense/CMakeLists.txt b/src/sunlinsol/magmadense/CMakeLists.txt index 2928669307..78f0a7e936 100644 --- a/src/sunlinsol/magmadense/CMakeLists.txt +++ b/src/sunlinsol/magmadense/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/magmadense/sunlinsol_magmadense.cpp b/src/sunlinsol/magmadense/sunlinsol_magmadense.cpp index 8bfc04a218..2ac907ec54 100644 --- a/src/sunlinsol/magmadense/sunlinsol_magmadense.cpp +++ b/src/sunlinsol/magmadense/sunlinsol_magmadense.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/onemkldense/CMakeLists.txt b/src/sunlinsol/onemkldense/CMakeLists.txt index 9fbecb5886..38379c82d9 100644 --- a/src/sunlinsol/onemkldense/CMakeLists.txt +++ b/src/sunlinsol/onemkldense/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/onemkldense/sunlinsol_onemkldense.cpp b/src/sunlinsol/onemkldense/sunlinsol_onemkldense.cpp index 4ca2fe3d2f..8389fe2ac2 100644 --- a/src/sunlinsol/onemkldense/sunlinsol_onemkldense.cpp +++ b/src/sunlinsol/onemkldense/sunlinsol_onemkldense.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/pcg/CMakeLists.txt b/src/sunlinsol/pcg/CMakeLists.txt index 9a872e3e73..1fc7a7042b 100644 --- a/src/sunlinsol/pcg/CMakeLists.txt +++ b/src/sunlinsol/pcg/CMakeLists.txt @@ -3,7 +3,7 @@ # and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/pcg/fmod_int32/CMakeLists.txt b/src/sunlinsol/pcg/fmod_int32/CMakeLists.txt index b89dc76f74..3df0325871 100644 --- a/src/sunlinsol/pcg/fmod_int32/CMakeLists.txt +++ b/src/sunlinsol/pcg/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/pcg/fmod_int32/fsunlinsol_pcg_mod.c b/src/sunlinsol/pcg/fmod_int32/fsunlinsol_pcg_mod.c index 7653513146..9c2f9bcb44 100644 --- a/src/sunlinsol/pcg/fmod_int32/fsunlinsol_pcg_mod.c +++ b/src/sunlinsol/pcg/fmod_int32/fsunlinsol_pcg_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/pcg/fmod_int32/fsunlinsol_pcg_mod.f90 b/src/sunlinsol/pcg/fmod_int32/fsunlinsol_pcg_mod.f90 index e22ce1124b..5a38ae2960 100644 --- a/src/sunlinsol/pcg/fmod_int32/fsunlinsol_pcg_mod.f90 +++ b/src/sunlinsol/pcg/fmod_int32/fsunlinsol_pcg_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/pcg/fmod_int64/CMakeLists.txt b/src/sunlinsol/pcg/fmod_int64/CMakeLists.txt index ad5985e0b8..66d5815122 100644 --- a/src/sunlinsol/pcg/fmod_int64/CMakeLists.txt +++ b/src/sunlinsol/pcg/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/pcg/fmod_int64/fsunlinsol_pcg_mod.c b/src/sunlinsol/pcg/fmod_int64/fsunlinsol_pcg_mod.c index 4f7f9aa112..6173f11b75 100644 --- a/src/sunlinsol/pcg/fmod_int64/fsunlinsol_pcg_mod.c +++ b/src/sunlinsol/pcg/fmod_int64/fsunlinsol_pcg_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/pcg/fmod_int64/fsunlinsol_pcg_mod.f90 b/src/sunlinsol/pcg/fmod_int64/fsunlinsol_pcg_mod.f90 index 9031eb215d..b6f5851f0e 100644 --- a/src/sunlinsol/pcg/fmod_int64/fsunlinsol_pcg_mod.f90 +++ b/src/sunlinsol/pcg/fmod_int64/fsunlinsol_pcg_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/pcg/sunlinsol_pcg.c b/src/sunlinsol/pcg/sunlinsol_pcg.c index c93c651a0b..4f524e020e 100644 --- a/src/sunlinsol/pcg/sunlinsol_pcg.c +++ b/src/sunlinsol/pcg/sunlinsol_pcg.c @@ -3,7 +3,7 @@ * Based on sundials_pcg.c code, written by Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/spbcgs/CMakeLists.txt b/src/sunlinsol/spbcgs/CMakeLists.txt index 71f4118a63..3f415cc838 100644 --- a/src/sunlinsol/spbcgs/CMakeLists.txt +++ b/src/sunlinsol/spbcgs/CMakeLists.txt @@ -3,7 +3,7 @@ # and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/spbcgs/fmod_int32/CMakeLists.txt b/src/sunlinsol/spbcgs/fmod_int32/CMakeLists.txt index 23db9490eb..8f55117834 100644 --- a/src/sunlinsol/spbcgs/fmod_int32/CMakeLists.txt +++ b/src/sunlinsol/spbcgs/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/spbcgs/fmod_int32/fsunlinsol_spbcgs_mod.c b/src/sunlinsol/spbcgs/fmod_int32/fsunlinsol_spbcgs_mod.c index 1ffbd482cc..1a864f19a6 100644 --- a/src/sunlinsol/spbcgs/fmod_int32/fsunlinsol_spbcgs_mod.c +++ b/src/sunlinsol/spbcgs/fmod_int32/fsunlinsol_spbcgs_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/spbcgs/fmod_int32/fsunlinsol_spbcgs_mod.f90 b/src/sunlinsol/spbcgs/fmod_int32/fsunlinsol_spbcgs_mod.f90 index 3c84f21c55..b83fe50880 100644 --- a/src/sunlinsol/spbcgs/fmod_int32/fsunlinsol_spbcgs_mod.f90 +++ b/src/sunlinsol/spbcgs/fmod_int32/fsunlinsol_spbcgs_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/spbcgs/fmod_int64/CMakeLists.txt b/src/sunlinsol/spbcgs/fmod_int64/CMakeLists.txt index 903402f4de..ef0c495058 100644 --- a/src/sunlinsol/spbcgs/fmod_int64/CMakeLists.txt +++ b/src/sunlinsol/spbcgs/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/spbcgs/fmod_int64/fsunlinsol_spbcgs_mod.c b/src/sunlinsol/spbcgs/fmod_int64/fsunlinsol_spbcgs_mod.c index 9804227b8e..731012db16 100644 --- a/src/sunlinsol/spbcgs/fmod_int64/fsunlinsol_spbcgs_mod.c +++ b/src/sunlinsol/spbcgs/fmod_int64/fsunlinsol_spbcgs_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/spbcgs/fmod_int64/fsunlinsol_spbcgs_mod.f90 b/src/sunlinsol/spbcgs/fmod_int64/fsunlinsol_spbcgs_mod.f90 index feee12ba35..3530bf5bf3 100644 --- a/src/sunlinsol/spbcgs/fmod_int64/fsunlinsol_spbcgs_mod.f90 +++ b/src/sunlinsol/spbcgs/fmod_int64/fsunlinsol_spbcgs_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c b/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c index 4f582b1c45..5c941c5e22 100644 --- a/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c +++ b/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c @@ -4,7 +4,7 @@ * Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/spfgmr/CMakeLists.txt b/src/sunlinsol/spfgmr/CMakeLists.txt index fc2765c584..e4aa2446b6 100644 --- a/src/sunlinsol/spfgmr/CMakeLists.txt +++ b/src/sunlinsol/spfgmr/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/spfgmr/fmod_int32/CMakeLists.txt b/src/sunlinsol/spfgmr/fmod_int32/CMakeLists.txt index 4d52831daa..b5a8ef7594 100644 --- a/src/sunlinsol/spfgmr/fmod_int32/CMakeLists.txt +++ b/src/sunlinsol/spfgmr/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/spfgmr/fmod_int32/fsunlinsol_spfgmr_mod.c b/src/sunlinsol/spfgmr/fmod_int32/fsunlinsol_spfgmr_mod.c index a83cedc83c..9cb339ae7c 100644 --- a/src/sunlinsol/spfgmr/fmod_int32/fsunlinsol_spfgmr_mod.c +++ b/src/sunlinsol/spfgmr/fmod_int32/fsunlinsol_spfgmr_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/spfgmr/fmod_int32/fsunlinsol_spfgmr_mod.f90 b/src/sunlinsol/spfgmr/fmod_int32/fsunlinsol_spfgmr_mod.f90 index d7167721e2..6a8f7896e8 100644 --- a/src/sunlinsol/spfgmr/fmod_int32/fsunlinsol_spfgmr_mod.f90 +++ b/src/sunlinsol/spfgmr/fmod_int32/fsunlinsol_spfgmr_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/spfgmr/fmod_int64/CMakeLists.txt b/src/sunlinsol/spfgmr/fmod_int64/CMakeLists.txt index 335cb9a895..8d3823b1a2 100644 --- a/src/sunlinsol/spfgmr/fmod_int64/CMakeLists.txt +++ b/src/sunlinsol/spfgmr/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/spfgmr/fmod_int64/fsunlinsol_spfgmr_mod.c b/src/sunlinsol/spfgmr/fmod_int64/fsunlinsol_spfgmr_mod.c index 80b9111179..7c30b5166d 100644 --- a/src/sunlinsol/spfgmr/fmod_int64/fsunlinsol_spfgmr_mod.c +++ b/src/sunlinsol/spfgmr/fmod_int64/fsunlinsol_spfgmr_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/spfgmr/fmod_int64/fsunlinsol_spfgmr_mod.f90 b/src/sunlinsol/spfgmr/fmod_int64/fsunlinsol_spfgmr_mod.f90 index 3b260f1982..88ae7451b5 100644 --- a/src/sunlinsol/spfgmr/fmod_int64/fsunlinsol_spfgmr_mod.f90 +++ b/src/sunlinsol/spfgmr/fmod_int64/fsunlinsol_spfgmr_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c b/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c index cca603af1a..bc6b4576c1 100644 --- a/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c +++ b/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c @@ -4,7 +4,7 @@ * and Hilari C. Tiedeman @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/spgmr/CMakeLists.txt b/src/sunlinsol/spgmr/CMakeLists.txt index d6a36526b0..42e8e13182 100644 --- a/src/sunlinsol/spgmr/CMakeLists.txt +++ b/src/sunlinsol/spgmr/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/spgmr/fmod_int32/CMakeLists.txt b/src/sunlinsol/spgmr/fmod_int32/CMakeLists.txt index b359729811..42fd2d6c0c 100644 --- a/src/sunlinsol/spgmr/fmod_int32/CMakeLists.txt +++ b/src/sunlinsol/spgmr/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/spgmr/fmod_int32/fsunlinsol_spgmr_mod.c b/src/sunlinsol/spgmr/fmod_int32/fsunlinsol_spgmr_mod.c index c25c8f07ee..2be19f50fe 100644 --- a/src/sunlinsol/spgmr/fmod_int32/fsunlinsol_spgmr_mod.c +++ b/src/sunlinsol/spgmr/fmod_int32/fsunlinsol_spgmr_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/spgmr/fmod_int32/fsunlinsol_spgmr_mod.f90 b/src/sunlinsol/spgmr/fmod_int32/fsunlinsol_spgmr_mod.f90 index 142c9328a7..b71379bbb2 100644 --- a/src/sunlinsol/spgmr/fmod_int32/fsunlinsol_spgmr_mod.f90 +++ b/src/sunlinsol/spgmr/fmod_int32/fsunlinsol_spgmr_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/spgmr/fmod_int64/CMakeLists.txt b/src/sunlinsol/spgmr/fmod_int64/CMakeLists.txt index bfbb2e11ad..4360d6cd62 100644 --- a/src/sunlinsol/spgmr/fmod_int64/CMakeLists.txt +++ b/src/sunlinsol/spgmr/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/spgmr/fmod_int64/fsunlinsol_spgmr_mod.c b/src/sunlinsol/spgmr/fmod_int64/fsunlinsol_spgmr_mod.c index 3685bc5d6b..8063348bb1 100644 --- a/src/sunlinsol/spgmr/fmod_int64/fsunlinsol_spgmr_mod.c +++ b/src/sunlinsol/spgmr/fmod_int64/fsunlinsol_spgmr_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/spgmr/fmod_int64/fsunlinsol_spgmr_mod.f90 b/src/sunlinsol/spgmr/fmod_int64/fsunlinsol_spgmr_mod.f90 index 370dda691e..950e7ee8a7 100644 --- a/src/sunlinsol/spgmr/fmod_int64/fsunlinsol_spgmr_mod.f90 +++ b/src/sunlinsol/spgmr/fmod_int64/fsunlinsol_spgmr_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/spgmr/sunlinsol_spgmr.c b/src/sunlinsol/spgmr/sunlinsol_spgmr.c index 54cb9446f0..55a472987c 100644 --- a/src/sunlinsol/spgmr/sunlinsol_spgmr.c +++ b/src/sunlinsol/spgmr/sunlinsol_spgmr.c @@ -4,7 +4,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/sptfqmr/CMakeLists.txt b/src/sunlinsol/sptfqmr/CMakeLists.txt index 8eb8a9795f..3233480e1d 100644 --- a/src/sunlinsol/sptfqmr/CMakeLists.txt +++ b/src/sunlinsol/sptfqmr/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/sptfqmr/fmod_int32/CMakeLists.txt b/src/sunlinsol/sptfqmr/fmod_int32/CMakeLists.txt index f38d135a57..95df18a76e 100644 --- a/src/sunlinsol/sptfqmr/fmod_int32/CMakeLists.txt +++ b/src/sunlinsol/sptfqmr/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/sptfqmr/fmod_int32/fsunlinsol_sptfqmr_mod.c b/src/sunlinsol/sptfqmr/fmod_int32/fsunlinsol_sptfqmr_mod.c index eecf61a1ce..f16ec912e2 100644 --- a/src/sunlinsol/sptfqmr/fmod_int32/fsunlinsol_sptfqmr_mod.c +++ b/src/sunlinsol/sptfqmr/fmod_int32/fsunlinsol_sptfqmr_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/sptfqmr/fmod_int32/fsunlinsol_sptfqmr_mod.f90 b/src/sunlinsol/sptfqmr/fmod_int32/fsunlinsol_sptfqmr_mod.f90 index 105984e2f7..e34a320d20 100644 --- a/src/sunlinsol/sptfqmr/fmod_int32/fsunlinsol_sptfqmr_mod.f90 +++ b/src/sunlinsol/sptfqmr/fmod_int32/fsunlinsol_sptfqmr_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/sptfqmr/fmod_int64/CMakeLists.txt b/src/sunlinsol/sptfqmr/fmod_int64/CMakeLists.txt index 00ac061002..5a7d5a2e9f 100644 --- a/src/sunlinsol/sptfqmr/fmod_int64/CMakeLists.txt +++ b/src/sunlinsol/sptfqmr/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/sptfqmr/fmod_int64/fsunlinsol_sptfqmr_mod.c b/src/sunlinsol/sptfqmr/fmod_int64/fsunlinsol_sptfqmr_mod.c index 1c782e3080..b5fee5a458 100644 --- a/src/sunlinsol/sptfqmr/fmod_int64/fsunlinsol_sptfqmr_mod.c +++ b/src/sunlinsol/sptfqmr/fmod_int64/fsunlinsol_sptfqmr_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/sptfqmr/fmod_int64/fsunlinsol_sptfqmr_mod.f90 b/src/sunlinsol/sptfqmr/fmod_int64/fsunlinsol_sptfqmr_mod.f90 index 0c97277b7f..ffc1fc0626 100644 --- a/src/sunlinsol/sptfqmr/fmod_int64/fsunlinsol_sptfqmr_mod.f90 +++ b/src/sunlinsol/sptfqmr/fmod_int64/fsunlinsol_sptfqmr_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c b/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c index ad2c64a03b..cc13ae7068 100644 --- a/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c +++ b/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c @@ -3,7 +3,7 @@ * Based on sundials_sptfqmr.c code, written by Aaron Collier @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/superludist/CMakeLists.txt b/src/sunlinsol/superludist/CMakeLists.txt index acd34e103e..793301e623 100644 --- a/src/sunlinsol/superludist/CMakeLists.txt +++ b/src/sunlinsol/superludist/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/superludist/sunlinsol_superludist.c b/src/sunlinsol/superludist/sunlinsol_superludist.c index 82c6b20f1d..8e62b33b04 100644 --- a/src/sunlinsol/superludist/sunlinsol_superludist.c +++ b/src/sunlinsol/superludist/sunlinsol_superludist.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunlinsol/superlumt/CMakeLists.txt b/src/sunlinsol/superlumt/CMakeLists.txt index 745fde598a..b9b2125f28 100644 --- a/src/sunlinsol/superlumt/CMakeLists.txt +++ b/src/sunlinsol/superlumt/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU, Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunlinsol/superlumt/sunlinsol_superlumt.c b/src/sunlinsol/superlumt/sunlinsol_superlumt.c index 439a948fed..834ac4169c 100644 --- a/src/sunlinsol/superlumt/sunlinsol_superlumt.c +++ b/src/sunlinsol/superlumt/sunlinsol_superlumt.c @@ -5,7 +5,7 @@ * Carol S. Woodward @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/CMakeLists.txt b/src/sunmatrix/CMakeLists.txt index f9f9ce95da..e2502a2752 100644 --- a/src/sunmatrix/CMakeLists.txt +++ b/src/sunmatrix/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/band/CMakeLists.txt b/src/sunmatrix/band/CMakeLists.txt index 3cbb540a45..773670dd4f 100644 --- a/src/sunmatrix/band/CMakeLists.txt +++ b/src/sunmatrix/band/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/band/fmod_int32/CMakeLists.txt b/src/sunmatrix/band/fmod_int32/CMakeLists.txt index 44e9fc667a..fff7c5db73 100644 --- a/src/sunmatrix/band/fmod_int32/CMakeLists.txt +++ b/src/sunmatrix/band/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/band/fmod_int32/fsunmatrix_band_mod.c b/src/sunmatrix/band/fmod_int32/fsunmatrix_band_mod.c index 43380cde1a..5bfa34abbd 100644 --- a/src/sunmatrix/band/fmod_int32/fsunmatrix_band_mod.c +++ b/src/sunmatrix/band/fmod_int32/fsunmatrix_band_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/band/fmod_int32/fsunmatrix_band_mod.f90 b/src/sunmatrix/band/fmod_int32/fsunmatrix_band_mod.f90 index 82f10ff03b..91f6083348 100644 --- a/src/sunmatrix/band/fmod_int32/fsunmatrix_band_mod.f90 +++ b/src/sunmatrix/band/fmod_int32/fsunmatrix_band_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunmatrix/band/fmod_int64/CMakeLists.txt b/src/sunmatrix/band/fmod_int64/CMakeLists.txt index 2c4bac0524..6923e26222 100644 --- a/src/sunmatrix/band/fmod_int64/CMakeLists.txt +++ b/src/sunmatrix/band/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/band/fmod_int64/fsunmatrix_band_mod.c b/src/sunmatrix/band/fmod_int64/fsunmatrix_band_mod.c index 750d4f3c7b..fcfb4026d3 100644 --- a/src/sunmatrix/band/fmod_int64/fsunmatrix_band_mod.c +++ b/src/sunmatrix/band/fmod_int64/fsunmatrix_band_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/band/fmod_int64/fsunmatrix_band_mod.f90 b/src/sunmatrix/band/fmod_int64/fsunmatrix_band_mod.f90 index f9b8189f10..b8e51f5420 100644 --- a/src/sunmatrix/band/fmod_int64/fsunmatrix_band_mod.f90 +++ b/src/sunmatrix/band/fmod_int64/fsunmatrix_band_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunmatrix/band/sunmatrix_band.c b/src/sunmatrix/band/sunmatrix_band.c index f3d06c730b..6aa57d42e4 100644 --- a/src/sunmatrix/band/sunmatrix_band.c +++ b/src/sunmatrix/band/sunmatrix_band.c @@ -6,7 +6,7 @@ * Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/cusparse/CMakeLists.txt b/src/sunmatrix/cusparse/CMakeLists.txt index d56ebf3566..514b8db9c7 100644 --- a/src/sunmatrix/cusparse/CMakeLists.txt +++ b/src/sunmatrix/cusparse/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/cusparse/cusparse_kernels.cuh b/src/sunmatrix/cusparse/cusparse_kernels.cuh index 287044e0d9..7b212c8466 100644 --- a/src/sunmatrix/cusparse/cusparse_kernels.cuh +++ b/src/sunmatrix/cusparse/cusparse_kernels.cuh @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/cusparse/sunmatrix_cusparse.cu b/src/sunmatrix/cusparse/sunmatrix_cusparse.cu index 0c46d24997..709b032b58 100644 --- a/src/sunmatrix/cusparse/sunmatrix_cusparse.cu +++ b/src/sunmatrix/cusparse/sunmatrix_cusparse.cu @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/dense/CMakeLists.txt b/src/sunmatrix/dense/CMakeLists.txt index 83b3e993b1..852972efc2 100644 --- a/src/sunmatrix/dense/CMakeLists.txt +++ b/src/sunmatrix/dense/CMakeLists.txt @@ -3,7 +3,7 @@ # Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/dense/fmod_int32/CMakeLists.txt b/src/sunmatrix/dense/fmod_int32/CMakeLists.txt index 1bd612002e..ee80bf0ad1 100644 --- a/src/sunmatrix/dense/fmod_int32/CMakeLists.txt +++ b/src/sunmatrix/dense/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/dense/fmod_int32/fsunmatrix_dense_mod.c b/src/sunmatrix/dense/fmod_int32/fsunmatrix_dense_mod.c index 2e32706ed0..9ab0bfe75b 100644 --- a/src/sunmatrix/dense/fmod_int32/fsunmatrix_dense_mod.c +++ b/src/sunmatrix/dense/fmod_int32/fsunmatrix_dense_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/dense/fmod_int32/fsunmatrix_dense_mod.f90 b/src/sunmatrix/dense/fmod_int32/fsunmatrix_dense_mod.f90 index 23c12b6eba..9db69fda23 100644 --- a/src/sunmatrix/dense/fmod_int32/fsunmatrix_dense_mod.f90 +++ b/src/sunmatrix/dense/fmod_int32/fsunmatrix_dense_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunmatrix/dense/fmod_int64/CMakeLists.txt b/src/sunmatrix/dense/fmod_int64/CMakeLists.txt index a4baea3b35..cfb414ba50 100644 --- a/src/sunmatrix/dense/fmod_int64/CMakeLists.txt +++ b/src/sunmatrix/dense/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/dense/fmod_int64/fsunmatrix_dense_mod.c b/src/sunmatrix/dense/fmod_int64/fsunmatrix_dense_mod.c index 9b69f100cf..e2a3121ae7 100644 --- a/src/sunmatrix/dense/fmod_int64/fsunmatrix_dense_mod.c +++ b/src/sunmatrix/dense/fmod_int64/fsunmatrix_dense_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/dense/fmod_int64/fsunmatrix_dense_mod.f90 b/src/sunmatrix/dense/fmod_int64/fsunmatrix_dense_mod.f90 index 7bfb049939..7c065eaffc 100644 --- a/src/sunmatrix/dense/fmod_int64/fsunmatrix_dense_mod.f90 +++ b/src/sunmatrix/dense/fmod_int64/fsunmatrix_dense_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunmatrix/dense/sunmatrix_dense.c b/src/sunmatrix/dense/sunmatrix_dense.c index c1250a9eaa..caca1be159 100644 --- a/src/sunmatrix/dense/sunmatrix_dense.c +++ b/src/sunmatrix/dense/sunmatrix_dense.c @@ -5,7 +5,7 @@ * Alan C. Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/magmadense/CMakeLists.txt b/src/sunmatrix/magmadense/CMakeLists.txt index 256cb6b3ab..983668e448 100644 --- a/src/sunmatrix/magmadense/CMakeLists.txt +++ b/src/sunmatrix/magmadense/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/magmadense/dense_cuda_kernels.cuh b/src/sunmatrix/magmadense/dense_cuda_kernels.cuh index 948b25d3dc..a5065e6ae8 100644 --- a/src/sunmatrix/magmadense/dense_cuda_kernels.cuh +++ b/src/sunmatrix/magmadense/dense_cuda_kernels.cuh @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/magmadense/dense_hip_kernels.hip.hpp b/src/sunmatrix/magmadense/dense_hip_kernels.hip.hpp index 95a98cd3c6..ebc8d515fe 100644 --- a/src/sunmatrix/magmadense/dense_hip_kernels.hip.hpp +++ b/src/sunmatrix/magmadense/dense_hip_kernels.hip.hpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/magmadense/sunmatrix_magmadense.cpp b/src/sunmatrix/magmadense/sunmatrix_magmadense.cpp index 5fb9e39b5f..7bf187c307 100644 --- a/src/sunmatrix/magmadense/sunmatrix_magmadense.cpp +++ b/src/sunmatrix/magmadense/sunmatrix_magmadense.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/onemkldense/CMakeLists.txt b/src/sunmatrix/onemkldense/CMakeLists.txt index b6ab57855a..8f2aacf114 100644 --- a/src/sunmatrix/onemkldense/CMakeLists.txt +++ b/src/sunmatrix/onemkldense/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/onemkldense/sunmatrix_onemkldense.cpp b/src/sunmatrix/onemkldense/sunmatrix_onemkldense.cpp index 885fdf19ed..ce75a62081 100644 --- a/src/sunmatrix/onemkldense/sunmatrix_onemkldense.cpp +++ b/src/sunmatrix/onemkldense/sunmatrix_onemkldense.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/slunrloc/CMakeLists.txt b/src/sunmatrix/slunrloc/CMakeLists.txt index 7d49a136c8..435cfe6f27 100644 --- a/src/sunmatrix/slunrloc/CMakeLists.txt +++ b/src/sunmatrix/slunrloc/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/slunrloc/sunmatrix_slunrloc.c b/src/sunmatrix/slunrloc/sunmatrix_slunrloc.c index 585f702349..f85f438058 100644 --- a/src/sunmatrix/slunrloc/sunmatrix_slunrloc.c +++ b/src/sunmatrix/slunrloc/sunmatrix_slunrloc.c @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/sparse/CMakeLists.txt b/src/sunmatrix/sparse/CMakeLists.txt index 8795ae3cdf..cbdfdaaac4 100644 --- a/src/sunmatrix/sparse/CMakeLists.txt +++ b/src/sunmatrix/sparse/CMakeLists.txt @@ -3,7 +3,7 @@ # and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/sparse/fmod_int32/CMakeLists.txt b/src/sunmatrix/sparse/fmod_int32/CMakeLists.txt index e9792d9e35..9c75e5ea97 100644 --- a/src/sunmatrix/sparse/fmod_int32/CMakeLists.txt +++ b/src/sunmatrix/sparse/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/sparse/fmod_int32/fsunmatrix_sparse_mod.c b/src/sunmatrix/sparse/fmod_int32/fsunmatrix_sparse_mod.c index c329b1edde..bbbe37b612 100644 --- a/src/sunmatrix/sparse/fmod_int32/fsunmatrix_sparse_mod.c +++ b/src/sunmatrix/sparse/fmod_int32/fsunmatrix_sparse_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/sparse/fmod_int32/fsunmatrix_sparse_mod.f90 b/src/sunmatrix/sparse/fmod_int32/fsunmatrix_sparse_mod.f90 index fa9ff1555a..8d301c0e98 100644 --- a/src/sunmatrix/sparse/fmod_int32/fsunmatrix_sparse_mod.f90 +++ b/src/sunmatrix/sparse/fmod_int32/fsunmatrix_sparse_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunmatrix/sparse/fmod_int64/CMakeLists.txt b/src/sunmatrix/sparse/fmod_int64/CMakeLists.txt index e7d02abf11..8af669c97a 100644 --- a/src/sunmatrix/sparse/fmod_int64/CMakeLists.txt +++ b/src/sunmatrix/sparse/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmatrix/sparse/fmod_int64/fsunmatrix_sparse_mod.c b/src/sunmatrix/sparse/fmod_int64/fsunmatrix_sparse_mod.c index 3f97241d5f..026b7b7a12 100644 --- a/src/sunmatrix/sparse/fmod_int64/fsunmatrix_sparse_mod.c +++ b/src/sunmatrix/sparse/fmod_int64/fsunmatrix_sparse_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmatrix/sparse/fmod_int64/fsunmatrix_sparse_mod.f90 b/src/sunmatrix/sparse/fmod_int64/fsunmatrix_sparse_mod.f90 index eedd562db3..2b881b78c2 100644 --- a/src/sunmatrix/sparse/fmod_int64/fsunmatrix_sparse_mod.f90 +++ b/src/sunmatrix/sparse/fmod_int64/fsunmatrix_sparse_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunmatrix/sparse/sunmatrix_sparse.c b/src/sunmatrix/sparse/sunmatrix_sparse.c index 0b27de18c4..fbba45bb65 100644 --- a/src/sunmatrix/sparse/sunmatrix_sparse.c +++ b/src/sunmatrix/sparse/sunmatrix_sparse.c @@ -7,7 +7,7 @@ * Slaven Peles @ LLNL, and Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmemory/CMakeLists.txt b/src/sunmemory/CMakeLists.txt index 8251dba049..fb174837b3 100644 --- a/src/sunmemory/CMakeLists.txt +++ b/src/sunmemory/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmemory/cuda/CMakeLists.txt b/src/sunmemory/cuda/CMakeLists.txt index 6dadcc8e4b..d81785a77b 100644 --- a/src/sunmemory/cuda/CMakeLists.txt +++ b/src/sunmemory/cuda/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmemory/cuda/sundials_cuda_memory.cu b/src/sunmemory/cuda/sundials_cuda_memory.cu index 5d2a1bacb4..df2e15ee41 100644 --- a/src/sunmemory/cuda/sundials_cuda_memory.cu +++ b/src/sunmemory/cuda/sundials_cuda_memory.cu @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmemory/hip/CMakeLists.txt b/src/sunmemory/hip/CMakeLists.txt index eda739ebc6..64757ac18f 100644 --- a/src/sunmemory/hip/CMakeLists.txt +++ b/src/sunmemory/hip/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmemory/hip/sundials_hip_memory.hip.cpp b/src/sunmemory/hip/sundials_hip_memory.hip.cpp index c66ccfab18..58aad4696e 100644 --- a/src/sunmemory/hip/sundials_hip_memory.hip.cpp +++ b/src/sunmemory/hip/sundials_hip_memory.hip.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmemory/sycl/CMakeLists.txt b/src/sunmemory/sycl/CMakeLists.txt index 46dd11eb4d..5b75849b15 100644 --- a/src/sunmemory/sycl/CMakeLists.txt +++ b/src/sunmemory/sycl/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmemory/sycl/sundials_sycl_memory.cpp b/src/sunmemory/sycl/sundials_sycl_memory.cpp index 206518c3ca..8a36b70db6 100644 --- a/src/sunmemory/sycl/sundials_sycl_memory.cpp +++ b/src/sunmemory/sycl/sundials_sycl_memory.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunmemory/system/CMakeLists.txt b/src/sunmemory/system/CMakeLists.txt index d3368974a1..3979763c73 100644 --- a/src/sunmemory/system/CMakeLists.txt +++ b/src/sunmemory/system/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunmemory/system/sundials_system_memory.c b/src/sunmemory/system/sundials_system_memory.c index 8b34d7f137..a4953c9872 100644 --- a/src/sunmemory/system/sundials_system_memory.c +++ b/src/sunmemory/system/sundials_system_memory.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunnonlinsol/CMakeLists.txt b/src/sunnonlinsol/CMakeLists.txt index d4a1fb0194..dbadad3c82 100644 --- a/src/sunnonlinsol/CMakeLists.txt +++ b/src/sunnonlinsol/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunnonlinsol/fixedpoint/CMakeLists.txt b/src/sunnonlinsol/fixedpoint/CMakeLists.txt index 82821d35ce..9961482980 100644 --- a/src/sunnonlinsol/fixedpoint/CMakeLists.txt +++ b/src/sunnonlinsol/fixedpoint/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunnonlinsol/fixedpoint/fmod_int32/CMakeLists.txt b/src/sunnonlinsol/fixedpoint/fmod_int32/CMakeLists.txt index 2b695d6ba3..d8e1625df3 100644 --- a/src/sunnonlinsol/fixedpoint/fmod_int32/CMakeLists.txt +++ b/src/sunnonlinsol/fixedpoint/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunnonlinsol/fixedpoint/fmod_int32/fsunnonlinsol_fixedpoint_mod.c b/src/sunnonlinsol/fixedpoint/fmod_int32/fsunnonlinsol_fixedpoint_mod.c index 3911f51201..b2458a2ee2 100644 --- a/src/sunnonlinsol/fixedpoint/fmod_int32/fsunnonlinsol_fixedpoint_mod.c +++ b/src/sunnonlinsol/fixedpoint/fmod_int32/fsunnonlinsol_fixedpoint_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunnonlinsol/fixedpoint/fmod_int32/fsunnonlinsol_fixedpoint_mod.f90 b/src/sunnonlinsol/fixedpoint/fmod_int32/fsunnonlinsol_fixedpoint_mod.f90 index 763e069388..2e996b26f9 100644 --- a/src/sunnonlinsol/fixedpoint/fmod_int32/fsunnonlinsol_fixedpoint_mod.f90 +++ b/src/sunnonlinsol/fixedpoint/fmod_int32/fsunnonlinsol_fixedpoint_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunnonlinsol/fixedpoint/fmod_int64/CMakeLists.txt b/src/sunnonlinsol/fixedpoint/fmod_int64/CMakeLists.txt index 4b064101b2..e683e8b82b 100644 --- a/src/sunnonlinsol/fixedpoint/fmod_int64/CMakeLists.txt +++ b/src/sunnonlinsol/fixedpoint/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunnonlinsol/fixedpoint/fmod_int64/fsunnonlinsol_fixedpoint_mod.c b/src/sunnonlinsol/fixedpoint/fmod_int64/fsunnonlinsol_fixedpoint_mod.c index 3911f51201..b2458a2ee2 100644 --- a/src/sunnonlinsol/fixedpoint/fmod_int64/fsunnonlinsol_fixedpoint_mod.c +++ b/src/sunnonlinsol/fixedpoint/fmod_int64/fsunnonlinsol_fixedpoint_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunnonlinsol/fixedpoint/fmod_int64/fsunnonlinsol_fixedpoint_mod.f90 b/src/sunnonlinsol/fixedpoint/fmod_int64/fsunnonlinsol_fixedpoint_mod.f90 index 763e069388..2e996b26f9 100644 --- a/src/sunnonlinsol/fixedpoint/fmod_int64/fsunnonlinsol_fixedpoint_mod.f90 +++ b/src/sunnonlinsol/fixedpoint/fmod_int64/fsunnonlinsol_fixedpoint_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c b/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c index d8a52c9e47..f53b03cf23 100644 --- a/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c +++ b/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunnonlinsol/newton/CMakeLists.txt b/src/sunnonlinsol/newton/CMakeLists.txt index 2664fe18e2..959560ff92 100644 --- a/src/sunnonlinsol/newton/CMakeLists.txt +++ b/src/sunnonlinsol/newton/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunnonlinsol/newton/fmod_int32/CMakeLists.txt b/src/sunnonlinsol/newton/fmod_int32/CMakeLists.txt index 6851b86153..ae4042c843 100644 --- a/src/sunnonlinsol/newton/fmod_int32/CMakeLists.txt +++ b/src/sunnonlinsol/newton/fmod_int32/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunnonlinsol/newton/fmod_int32/fsunnonlinsol_newton_mod.c b/src/sunnonlinsol/newton/fmod_int32/fsunnonlinsol_newton_mod.c index a7df613d41..0aaa91280f 100644 --- a/src/sunnonlinsol/newton/fmod_int32/fsunnonlinsol_newton_mod.c +++ b/src/sunnonlinsol/newton/fmod_int32/fsunnonlinsol_newton_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunnonlinsol/newton/fmod_int32/fsunnonlinsol_newton_mod.f90 b/src/sunnonlinsol/newton/fmod_int32/fsunnonlinsol_newton_mod.f90 index 53a4bb2bd3..79d2a4ae10 100644 --- a/src/sunnonlinsol/newton/fmod_int32/fsunnonlinsol_newton_mod.f90 +++ b/src/sunnonlinsol/newton/fmod_int32/fsunnonlinsol_newton_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunnonlinsol/newton/fmod_int64/CMakeLists.txt b/src/sunnonlinsol/newton/fmod_int64/CMakeLists.txt index 25108f7457..3703176ef0 100644 --- a/src/sunnonlinsol/newton/fmod_int64/CMakeLists.txt +++ b/src/sunnonlinsol/newton/fmod_int64/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunnonlinsol/newton/fmod_int64/fsunnonlinsol_newton_mod.c b/src/sunnonlinsol/newton/fmod_int64/fsunnonlinsol_newton_mod.c index a7df613d41..0aaa91280f 100644 --- a/src/sunnonlinsol/newton/fmod_int64/fsunnonlinsol_newton_mod.c +++ b/src/sunnonlinsol/newton/fmod_int64/fsunnonlinsol_newton_mod.c @@ -12,7 +12,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunnonlinsol/newton/fmod_int64/fsunnonlinsol_newton_mod.f90 b/src/sunnonlinsol/newton/fmod_int64/fsunnonlinsol_newton_mod.f90 index 53a4bb2bd3..79d2a4ae10 100644 --- a/src/sunnonlinsol/newton/fmod_int64/fsunnonlinsol_newton_mod.f90 +++ b/src/sunnonlinsol/newton/fmod_int64/fsunnonlinsol_newton_mod.f90 @@ -8,7 +8,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/src/sunnonlinsol/newton/sunnonlinsol_newton.c b/src/sunnonlinsol/newton/sunnonlinsol_newton.c index cea69f7085..6a9a1b5627 100644 --- a/src/sunnonlinsol/newton/sunnonlinsol_newton.c +++ b/src/sunnonlinsol/newton/sunnonlinsol_newton.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/src/sunnonlinsol/petscsnes/CMakeLists.txt b/src/sunnonlinsol/petscsnes/CMakeLists.txt index 909dbecad5..dc65c48d05 100644 --- a/src/sunnonlinsol/petscsnes/CMakeLists.txt +++ b/src/sunnonlinsol/petscsnes/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/src/sunnonlinsol/petscsnes/sunnonlinsol_petscsnes.c b/src/sunnonlinsol/petscsnes/sunnonlinsol_petscsnes.c index e932c386ef..392d80a68f 100644 --- a/src/sunnonlinsol/petscsnes/sunnonlinsol_petscsnes.c +++ b/src/sunnonlinsol/petscsnes/sunnonlinsol_petscsnes.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/swig/Makefile b/swig/Makefile index 3affd0014d..4976861ce9 100644 --- a/swig/Makefile +++ b/swig/Makefile @@ -2,7 +2,7 @@ # Programmer: Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/swig/arkode/farkode_arkstep_mod.i b/swig/arkode/farkode_arkstep_mod.i index 2afe3de0da..a60e41b7d4 100644 --- a/swig/arkode/farkode_arkstep_mod.i +++ b/swig/arkode/farkode_arkstep_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/arkode/farkode_erkstep_mod.i b/swig/arkode/farkode_erkstep_mod.i index f66c39f0b2..3bc8b9bb4b 100644 --- a/swig/arkode/farkode_erkstep_mod.i +++ b/swig/arkode/farkode_erkstep_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/arkode/farkode_forcingstep_mod.i b/swig/arkode/farkode_forcingstep_mod.i index 94ff80cccb..da035f880b 100644 --- a/swig/arkode/farkode_forcingstep_mod.i +++ b/swig/arkode/farkode_forcingstep_mod.i @@ -2,7 +2,7 @@ // Programmer: Steven B. Roberts @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/arkode/farkode_lsrkstep_mod.i b/swig/arkode/farkode_lsrkstep_mod.i index 4d619031be..192d1ff2b2 100644 --- a/swig/arkode/farkode_lsrkstep_mod.i +++ b/swig/arkode/farkode_lsrkstep_mod.i @@ -2,7 +2,7 @@ // Programmer: Daniel R. Reynolds @ SMU // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/arkode/farkode_mod.i b/swig/arkode/farkode_mod.i index a1a1c2c175..8c9d9d9b09 100644 --- a/swig/arkode/farkode_mod.i +++ b/swig/arkode/farkode_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/arkode/farkode_mristep_mod.i b/swig/arkode/farkode_mristep_mod.i index aedc5bfb9f..5a5b5b5ca7 100644 --- a/swig/arkode/farkode_mristep_mod.i +++ b/swig/arkode/farkode_mristep_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/arkode/farkode_splittingstep_mod.i b/swig/arkode/farkode_splittingstep_mod.i index 38a9b71b25..ec013c40c9 100644 --- a/swig/arkode/farkode_splittingstep_mod.i +++ b/swig/arkode/farkode_splittingstep_mod.i @@ -2,7 +2,7 @@ // Programmer: Steven B. Roberts @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/arkode/farkode_sprkstep_mod.i b/swig/arkode/farkode_sprkstep_mod.i index 8852058cb8..d688a180ca 100644 --- a/swig/arkode/farkode_sprkstep_mod.i +++ b/swig/arkode/farkode_sprkstep_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/cvode/fcvode_mod.i b/swig/cvode/fcvode_mod.i index 07a11de731..454de23b75 100644 --- a/swig/cvode/fcvode_mod.i +++ b/swig/cvode/fcvode_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/cvodes/fcvodes_mod.i b/swig/cvodes/fcvodes_mod.i index 74077c3273..ae0dfe2115 100644 --- a/swig/cvodes/fcvodes_mod.i +++ b/swig/cvodes/fcvodes_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/ida/fida_mod.i b/swig/ida/fida_mod.i index 0bfc6c046a..4d0d48316a 100644 --- a/swig/ida/fida_mod.i +++ b/swig/ida/fida_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/idas/fidas_mod.i b/swig/idas/fidas_mod.i index 4daece0084..c38978a9d8 100644 --- a/swig/idas/fidas_mod.i +++ b/swig/idas/fidas_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/kinsol/fkinsol_mod.i b/swig/kinsol/fkinsol_mod.i index 775caf307d..c0940e2d36 100644 --- a/swig/kinsol/fkinsol_mod.i +++ b/swig/kinsol/fkinsol_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/nvector/fnvector.i b/swig/nvector/fnvector.i index 611f336b0e..47c6a70a13 100644 --- a/swig/nvector/fnvector.i +++ b/swig/nvector/fnvector.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/nvector/fnvector_manyvector_mod.i b/swig/nvector/fnvector_manyvector_mod.i index 60f0cf4f80..6b4b66b44a 100644 --- a/swig/nvector/fnvector_manyvector_mod.i +++ b/swig/nvector/fnvector_manyvector_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/nvector/fnvector_mpimanyvector_mod.i b/swig/nvector/fnvector_mpimanyvector_mod.i index ad376f44e3..3bca7e7b6a 100644 --- a/swig/nvector/fnvector_mpimanyvector_mod.i +++ b/swig/nvector/fnvector_mpimanyvector_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/nvector/fnvector_mpiplusx_mod.i b/swig/nvector/fnvector_mpiplusx_mod.i index 2098c4fc80..3efabc6a40 100644 --- a/swig/nvector/fnvector_mpiplusx_mod.i +++ b/swig/nvector/fnvector_mpiplusx_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/nvector/fnvector_openmp_mod.i b/swig/nvector/fnvector_openmp_mod.i index cf3287f98e..c181d2539b 100644 --- a/swig/nvector/fnvector_openmp_mod.i +++ b/swig/nvector/fnvector_openmp_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/nvector/fnvector_parallel_mod.i b/swig/nvector/fnvector_parallel_mod.i index 8b2c7a8baf..8ae50d6b36 100644 --- a/swig/nvector/fnvector_parallel_mod.i +++ b/swig/nvector/fnvector_parallel_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/nvector/fnvector_pthreads_mod.i b/swig/nvector/fnvector_pthreads_mod.i index dcdea595ac..77bc553653 100644 --- a/swig/nvector/fnvector_pthreads_mod.i +++ b/swig/nvector/fnvector_pthreads_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/nvector/fnvector_serial_mod.i b/swig/nvector/fnvector_serial_mod.i index bbb3fa351a..8b388209cb 100644 --- a/swig/nvector/fnvector_serial_mod.i +++ b/swig/nvector/fnvector_serial_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunadaptcontroller/fsunadaptcontroller.i b/swig/sunadaptcontroller/fsunadaptcontroller.i index a29e2a95e9..5a2a02e2ed 100644 --- a/swig/sunadaptcontroller/fsunadaptcontroller.i +++ b/swig/sunadaptcontroller/fsunadaptcontroller.i @@ -2,7 +2,7 @@ // Programmer: Daniel R. Reynolds @ SMU // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunadaptcontroller/fsunadaptcontroller_imexgus_mod.i b/swig/sunadaptcontroller/fsunadaptcontroller_imexgus_mod.i index a0695db5c0..a4153f6c9f 100644 --- a/swig/sunadaptcontroller/fsunadaptcontroller_imexgus_mod.i +++ b/swig/sunadaptcontroller/fsunadaptcontroller_imexgus_mod.i @@ -2,7 +2,7 @@ // Programmer: Daniel R. Reynolds @ SMU // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunadaptcontroller/fsunadaptcontroller_mrihtol_mod.i b/swig/sunadaptcontroller/fsunadaptcontroller_mrihtol_mod.i index feb54e4bf1..9a946c0882 100644 --- a/swig/sunadaptcontroller/fsunadaptcontroller_mrihtol_mod.i +++ b/swig/sunadaptcontroller/fsunadaptcontroller_mrihtol_mod.i @@ -2,7 +2,7 @@ // Programmer: Daniel R. Reynolds @ SMU // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunadaptcontroller/fsunadaptcontroller_soderlind_mod.i b/swig/sunadaptcontroller/fsunadaptcontroller_soderlind_mod.i index 74c4f3eb6b..545f959246 100644 --- a/swig/sunadaptcontroller/fsunadaptcontroller_soderlind_mod.i +++ b/swig/sunadaptcontroller/fsunadaptcontroller_soderlind_mod.i @@ -2,7 +2,7 @@ // Programmer: Daniel R. Reynolds @ SMU // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sundials/fcopyright.i b/swig/sundials/fcopyright.i index 89777ed860..b887b95198 100644 --- a/swig/sundials/fcopyright.i +++ b/swig/sundials/fcopyright.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // @@ -22,7 +22,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * @@ -39,7 +39,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/swig/sundials/fsundials.i b/swig/sundials/fsundials.i index 7ea007a29c..3c10557466 100644 --- a/swig/sundials/fsundials.i +++ b/swig/sundials/fsundials.i @@ -3,7 +3,7 @@ // Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sundials/fsundials_adaptcontroller.i b/swig/sundials/fsundials_adaptcontroller.i index 650ef63c2b..7e19649630 100644 --- a/swig/sundials/fsundials_adaptcontroller.i +++ b/swig/sundials/fsundials_adaptcontroller.i @@ -2,7 +2,7 @@ // Programmer: Daniel R. Reynolds @ SMU // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sundials/fsundials_context.i b/swig/sundials/fsundials_context.i index 4a10c7b249..386bbb8181 100644 --- a/swig/sundials/fsundials_context.i +++ b/swig/sundials/fsundials_context.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sundials/fsundials_core_mod.i b/swig/sundials/fsundials_core_mod.i index 930e55c702..78135cfdaa 100644 --- a/swig/sundials/fsundials_core_mod.i +++ b/swig/sundials/fsundials_core_mod.i @@ -1,6 +1,6 @@ // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sundials/fsundials_futils.i b/swig/sundials/fsundials_futils.i index 07ffe6a163..ab75d01a09 100644 --- a/swig/sundials/fsundials_futils.i +++ b/swig/sundials/fsundials_futils.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sundials/fsundials_linearsolver.i b/swig/sundials/fsundials_linearsolver.i index 2927cb392f..c999802d28 100644 --- a/swig/sundials/fsundials_linearsolver.i +++ b/swig/sundials/fsundials_linearsolver.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sundials/fsundials_logger.i b/swig/sundials/fsundials_logger.i index 41af72ae80..7c8a3d8c3b 100644 --- a/swig/sundials/fsundials_logger.i +++ b/swig/sundials/fsundials_logger.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sundials/fsundials_matrix.i b/swig/sundials/fsundials_matrix.i index 8391809c9d..cfd4be6ea0 100644 --- a/swig/sundials/fsundials_matrix.i +++ b/swig/sundials/fsundials_matrix.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sundials/fsundials_nonlinearsolver.i b/swig/sundials/fsundials_nonlinearsolver.i index 67240a0a0c..949c1b949c 100644 --- a/swig/sundials/fsundials_nonlinearsolver.i +++ b/swig/sundials/fsundials_nonlinearsolver.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sundials/fsundials_nvector.i b/swig/sundials/fsundials_nvector.i index c1a1bc1f10..223ce7a25b 100644 --- a/swig/sundials/fsundials_nvector.i +++ b/swig/sundials/fsundials_nvector.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sundials/fsundials_profiler.i b/swig/sundials/fsundials_profiler.i index a8d03e4036..4b125c7ab8 100644 --- a/swig/sundials/fsundials_profiler.i +++ b/swig/sundials/fsundials_profiler.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sundials/fsundials_stepper.i b/swig/sundials/fsundials_stepper.i index c72ea64546..b2bca56b7c 100644 --- a/swig/sundials/fsundials_stepper.i +++ b/swig/sundials/fsundials_stepper.i @@ -2,7 +2,7 @@ // Programmer: Steven B. Roberts @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sundials/fsundials_types.i b/swig/sundials/fsundials_types.i index 0f61838b50..0143457c66 100644 --- a/swig/sundials/fsundials_types.i +++ b/swig/sundials/fsundials_types.i @@ -3,7 +3,7 @@ // Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // @@ -104,7 +104,7 @@ * Programmer(s): Auto-generated by swig. * --------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * @@ -121,7 +121,7 @@ ! Programmer(s): Auto-generated by swig. ! --------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/swig/sunlinsol/fsunlinsol.i b/swig/sunlinsol/fsunlinsol.i index c4d53905b4..d005677b35 100644 --- a/swig/sunlinsol/fsunlinsol.i +++ b/swig/sunlinsol/fsunlinsol.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunlinsol/fsunlinsol_band_mod.i b/swig/sunlinsol/fsunlinsol_band_mod.i index 15c81de8b4..969a18cf8a 100644 --- a/swig/sunlinsol/fsunlinsol_band_mod.i +++ b/swig/sunlinsol/fsunlinsol_band_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunlinsol/fsunlinsol_dense_mod.i b/swig/sunlinsol/fsunlinsol_dense_mod.i index 2b807f51ef..d5a13cba92 100644 --- a/swig/sunlinsol/fsunlinsol_dense_mod.i +++ b/swig/sunlinsol/fsunlinsol_dense_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunlinsol/fsunlinsol_klu_mod.i b/swig/sunlinsol/fsunlinsol_klu_mod.i index d36a814845..dcc98de099 100644 --- a/swig/sunlinsol/fsunlinsol_klu_mod.i +++ b/swig/sunlinsol/fsunlinsol_klu_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunlinsol/fsunlinsol_lapackdense_mod.i b/swig/sunlinsol/fsunlinsol_lapackdense_mod.i index b8636921d6..d0ddbf474a 100644 --- a/swig/sunlinsol/fsunlinsol_lapackdense_mod.i +++ b/swig/sunlinsol/fsunlinsol_lapackdense_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunlinsol/fsunlinsol_pcg_mod.i b/swig/sunlinsol/fsunlinsol_pcg_mod.i index 74415b1d40..81e5704e12 100644 --- a/swig/sunlinsol/fsunlinsol_pcg_mod.i +++ b/swig/sunlinsol/fsunlinsol_pcg_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunlinsol/fsunlinsol_spbcgs_mod.i b/swig/sunlinsol/fsunlinsol_spbcgs_mod.i index 981b3612a5..57fc087ca2 100644 --- a/swig/sunlinsol/fsunlinsol_spbcgs_mod.i +++ b/swig/sunlinsol/fsunlinsol_spbcgs_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunlinsol/fsunlinsol_spfgmr_mod.i b/swig/sunlinsol/fsunlinsol_spfgmr_mod.i index 3d53430576..d8ec5f7ed5 100644 --- a/swig/sunlinsol/fsunlinsol_spfgmr_mod.i +++ b/swig/sunlinsol/fsunlinsol_spfgmr_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunlinsol/fsunlinsol_spgmr_mod.i b/swig/sunlinsol/fsunlinsol_spgmr_mod.i index beda1c9630..06f7963709 100644 --- a/swig/sunlinsol/fsunlinsol_spgmr_mod.i +++ b/swig/sunlinsol/fsunlinsol_spgmr_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunlinsol/fsunlinsol_sptfqmr_mod.i b/swig/sunlinsol/fsunlinsol_sptfqmr_mod.i index 2b6512c7e6..02e50554e0 100644 --- a/swig/sunlinsol/fsunlinsol_sptfqmr_mod.i +++ b/swig/sunlinsol/fsunlinsol_sptfqmr_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunmatrix/fsunmatrix.i b/swig/sunmatrix/fsunmatrix.i index 25fd40fec6..c1567c7805 100644 --- a/swig/sunmatrix/fsunmatrix.i +++ b/swig/sunmatrix/fsunmatrix.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunmatrix/fsunmatrix_band_mod.i b/swig/sunmatrix/fsunmatrix_band_mod.i index c6c37e8bb3..9ebaec02e2 100644 --- a/swig/sunmatrix/fsunmatrix_band_mod.i +++ b/swig/sunmatrix/fsunmatrix_band_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunmatrix/fsunmatrix_dense_mod.i b/swig/sunmatrix/fsunmatrix_dense_mod.i index c6123ab32d..892d1c4a62 100644 --- a/swig/sunmatrix/fsunmatrix_dense_mod.i +++ b/swig/sunmatrix/fsunmatrix_dense_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunmatrix/fsunmatrix_sparse_mod.i b/swig/sunmatrix/fsunmatrix_sparse_mod.i index 36ff430367..d3681d49ee 100644 --- a/swig/sunmatrix/fsunmatrix_sparse_mod.i +++ b/swig/sunmatrix/fsunmatrix_sparse_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunnonlinsol/fsunnonlinsol.i b/swig/sunnonlinsol/fsunnonlinsol.i index dff636cda9..7be99e3c1e 100644 --- a/swig/sunnonlinsol/fsunnonlinsol.i +++ b/swig/sunnonlinsol/fsunnonlinsol.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunnonlinsol/fsunnonlinsol_fixedpoint_mod.i b/swig/sunnonlinsol/fsunnonlinsol_fixedpoint_mod.i index 9a8b2c2ed5..576b962628 100644 --- a/swig/sunnonlinsol/fsunnonlinsol_fixedpoint_mod.i +++ b/swig/sunnonlinsol/fsunnonlinsol_fixedpoint_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/swig/sunnonlinsol/fsunnonlinsol_newton_mod.i b/swig/sunnonlinsol/fsunnonlinsol_newton_mod.i index b224463e9b..081b849a4e 100644 --- a/swig/sunnonlinsol/fsunnonlinsol_newton_mod.i +++ b/swig/sunnonlinsol/fsunnonlinsol_newton_mod.i @@ -2,7 +2,7 @@ // Programmer: Cody J. Balos @ LLNL // --------------------------------------------------------------- // SUNDIALS Copyright Start -// Copyright (c) 2002-2024, Lawrence Livermore National Security +// Copyright (c) 2002-2025, Lawrence Livermore National Security // and Southern Methodist University. // All rights reserved. // diff --git a/test/compare_benchmarks.py b/test/compare_benchmarks.py index 1f76c60519..08def06342 100644 --- a/test/compare_benchmarks.py +++ b/test/compare_benchmarks.py @@ -3,7 +3,7 @@ # Programmer(s): Yu Pan @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/compare_examples.py b/test/compare_examples.py index 3383fa91f6..79258baf36 100644 --- a/test/compare_examples.py +++ b/test/compare_examples.py @@ -3,7 +3,7 @@ # Programmer(s): Yu Pan @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/config_cmake.py b/test/config_cmake.py index 11ab9a7416..a58da4fdcf 100644 --- a/test/config_cmake.py +++ b/test/config_cmake.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/env/docker.sh b/test/env/docker.sh index 0645ccbfed..e89fdf3259 100644 --- a/test/env/docker.sh +++ b/test/env/docker.sh @@ -3,7 +3,7 @@ # Programmer(s): Cody J. Balos and David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/env/jenkins.sh b/test/env/jenkins.sh index 7665f291da..7b292f7411 100644 --- a/test/env/jenkins.sh +++ b/test/env/jenkins.sh @@ -3,7 +3,7 @@ # Programmer(s): Cody J. Balos and David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/env/lassen.sh b/test/env/lassen.sh index 473b7f1522..e8150a0b28 100644 --- a/test/env/lassen.sh +++ b/test/env/lassen.sh @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/env/quartz.sh b/test/env/quartz.sh index e70ea2b512..de055cbf33 100644 --- a/test/env/quartz.sh +++ b/test/env/quartz.sh @@ -3,7 +3,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/env/setup_env.sh b/test/env/setup_env.sh index e9fb249615..44e69ab4a6 100644 --- a/test/env/setup_env.sh +++ b/test/env/setup_env.sh @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/notify.py b/test/notify.py index ee19008d9a..afd1dd9852 100755 --- a/test/notify.py +++ b/test/notify.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/testRunner b/test/testRunner index 4021209582..bf4ba5bcf8 100755 --- a/test/testRunner +++ b/test/testRunner @@ -6,7 +6,7 @@ # Acknowledgement: Based on code from Chris White @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/test_driver.sh b/test/test_driver.sh index 5a0e5e3ce4..1a04f0caa5 100755 --- a/test/test_driver.sh +++ b/test/test_driver.sh @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/test_install.py b/test/test_install.py index 97df74fa55..9077d1df35 100755 --- a/test/test_install.py +++ b/test/test_install.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/CMakeLists.txt b/test/unit_tests/CMakeLists.txt index 1c42c9db39..da9466c99c 100644 --- a/test/unit_tests/CMakeLists.txt +++ b/test/unit_tests/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/arkode/CMakeLists.txt b/test/unit_tests/arkode/CMakeLists.txt index a758ab3131..e2a35ee121 100644 --- a/test/unit_tests/arkode/CMakeLists.txt +++ b/test/unit_tests/arkode/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/arkode/CXX_parallel/CMakeLists.txt b/test/unit_tests/arkode/CXX_parallel/CMakeLists.txt index 02e7c25ba9..f64e341a22 100644 --- a/test/unit_tests/arkode/CXX_parallel/CMakeLists.txt +++ b/test/unit_tests/arkode/CXX_parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/arkode/CXX_parallel/ark_test_heat2D_mri.cpp b/test/unit_tests/arkode/CXX_parallel/ark_test_heat2D_mri.cpp index c4f9757a29..2d78d2bf0d 100644 --- a/test/unit_tests/arkode/CXX_parallel/ark_test_heat2D_mri.cpp +++ b/test/unit_tests/arkode/CXX_parallel/ark_test_heat2D_mri.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/CMakeLists.txt b/test/unit_tests/arkode/CXX_serial/CMakeLists.txt index a81efec112..8bd8020ef4 100644 --- a/test/unit_tests/arkode/CXX_serial/CMakeLists.txt +++ b/test/unit_tests/arkode/CXX_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_accumerror_brusselator.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_accumerror_brusselator.cpp index 4c3c1507fc..5c70abaf56 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_accumerror_brusselator.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_accumerror_brusselator.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_accumerror_kpr.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_accumerror_kpr.cpp index f9b3279166..865d7c9dd2 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_accumerror_kpr.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_accumerror_kpr.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_analytic_sys_mri.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_analytic_sys_mri.cpp index 163881fa4a..676c2c2183 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_analytic_sys_mri.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_analytic_sys_mri.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_brusselator_mriadapt.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_brusselator_mriadapt.cpp index 5107c9fec3..9450ee384a 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_brusselator_mriadapt.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_brusselator_mriadapt.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_butcher.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_butcher.cpp index a8013ad472..f977799b34 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_butcher.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_butcher.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_dahlquist_ark.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_dahlquist_ark.cpp index cf9c04feb8..4155e88ff6 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_dahlquist_ark.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_dahlquist_ark.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_dahlquist_erk.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_dahlquist_erk.cpp index 525da5509f..65e761cda2 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_dahlquist_erk.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_dahlquist_erk.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_dahlquist_mri.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_dahlquist_mri.cpp index 4134c124bd..f251c184c7 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_dahlquist_mri.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_dahlquist_mri.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_getjac.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_getjac.cpp index 9b53b9083b..64c98d562b 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_getjac.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_getjac.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_getjac_mri.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_getjac_mri.cpp index 3f3da4398a..6fb31e42e6 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_getjac_mri.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_getjac_mri.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_kpr_mriadapt.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_kpr_mriadapt.cpp index 6230b669ef..816f68e56d 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_kpr_mriadapt.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_kpr_mriadapt.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_slowerror_brusselator.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_slowerror_brusselator.cpp index e094279c41..7e62c0250c 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_slowerror_brusselator.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_slowerror_brusselator.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_slowerror_kpr.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_slowerror_kpr.cpp index a7346214c4..98f4a9e80b 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_slowerror_kpr.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_slowerror_kpr.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ---------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_slowerror_polynomial.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_slowerror_polynomial.cpp index 4d9105c163..9092dd745a 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_slowerror_polynomial.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_slowerror_polynomial.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/CXX_serial/ark_test_splittingstep.cpp b/test/unit_tests/arkode/CXX_serial/ark_test_splittingstep.cpp index fdfc12ff93..ac033a4179 100644 --- a/test/unit_tests/arkode/CXX_serial/ark_test_splittingstep.cpp +++ b/test/unit_tests/arkode/CXX_serial/ark_test_splittingstep.cpp @@ -2,7 +2,7 @@ * Programmer(s): Steven B. Roberts @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/C_serial/CMakeLists.txt b/test/unit_tests/arkode/C_serial/CMakeLists.txt index f8b9425fe2..5c6162bc01 100644 --- a/test/unit_tests/arkode/C_serial/CMakeLists.txt +++ b/test/unit_tests/arkode/C_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/arkode/C_serial/ark_test_arkstepsetforcing.c b/test/unit_tests/arkode/C_serial/ark_test_arkstepsetforcing.c index 7fdb34daf2..d9a6062423 100644 --- a/test/unit_tests/arkode/C_serial/ark_test_arkstepsetforcing.c +++ b/test/unit_tests/arkode/C_serial/ark_test_arkstepsetforcing.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/C_serial/ark_test_forcingstep.c b/test/unit_tests/arkode/C_serial/ark_test_forcingstep.c index 80d0d92281..160d6b4f8c 100644 --- a/test/unit_tests/arkode/C_serial/ark_test_forcingstep.c +++ b/test/unit_tests/arkode/C_serial/ark_test_forcingstep.c @@ -2,7 +2,7 @@ * Programmer(s): Steven B. Roberts @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/C_serial/ark_test_getuserdata.c b/test/unit_tests/arkode/C_serial/ark_test_getuserdata.c index 24be91856d..f7dfee4a0a 100644 --- a/test/unit_tests/arkode/C_serial/ark_test_getuserdata.c +++ b/test/unit_tests/arkode/C_serial/ark_test_getuserdata.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/C_serial/ark_test_innerstepper.c b/test/unit_tests/arkode/C_serial/ark_test_innerstepper.c index 7e16e77946..d241c2a7b4 100644 --- a/test/unit_tests/arkode/C_serial/ark_test_innerstepper.c +++ b/test/unit_tests/arkode/C_serial/ark_test_innerstepper.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/C_serial/ark_test_interp.c b/test/unit_tests/arkode/C_serial/ark_test_interp.c index 00eff80a35..5131df910f 100644 --- a/test/unit_tests/arkode/C_serial/ark_test_interp.c +++ b/test/unit_tests/arkode/C_serial/ark_test_interp.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/C_serial/ark_test_mass.c b/test/unit_tests/arkode/C_serial/ark_test_mass.c index d50eed86c0..4178a5ba46 100644 --- a/test/unit_tests/arkode/C_serial/ark_test_mass.c +++ b/test/unit_tests/arkode/C_serial/ark_test_mass.c @@ -2,7 +2,7 @@ * Programmer(s): Steven Roberts @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2023, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/C_serial/ark_test_reset.c b/test/unit_tests/arkode/C_serial/ark_test_reset.c index 8574dd31a4..98d8d38077 100644 --- a/test/unit_tests/arkode/C_serial/ark_test_reset.c +++ b/test/unit_tests/arkode/C_serial/ark_test_reset.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/C_serial/ark_test_splittingstep_coefficients.c b/test/unit_tests/arkode/C_serial/ark_test_splittingstep_coefficients.c index 937ea2e9b4..fb5f4d5d78 100644 --- a/test/unit_tests/arkode/C_serial/ark_test_splittingstep_coefficients.c +++ b/test/unit_tests/arkode/C_serial/ark_test_splittingstep_coefficients.c @@ -2,7 +2,7 @@ * Programmer(s): Steven Roberts @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/C_serial/ark_test_tstop.c b/test/unit_tests/arkode/C_serial/ark_test_tstop.c index 80cb6b9e2f..e5751ac7b9 100644 --- a/test/unit_tests/arkode/C_serial/ark_test_tstop.c +++ b/test/unit_tests/arkode/C_serial/ark_test_tstop.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/arkode/F2003_serial/CMakeLists.txt b/test/unit_tests/arkode/F2003_serial/CMakeLists.txt index ab48e3a4c3..74405e1012 100644 --- a/test/unit_tests/arkode/F2003_serial/CMakeLists.txt +++ b/test/unit_tests/arkode/F2003_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Steven Roberts @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/arkode/F2003_serial/ark_test_table_f2003.f90 b/test/unit_tests/arkode/F2003_serial/ark_test_table_f2003.f90 index ab06dfa929..37934d7268 100644 --- a/test/unit_tests/arkode/F2003_serial/ark_test_table_f2003.f90 +++ b/test/unit_tests/arkode/F2003_serial/ark_test_table_f2003.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Steven Roberts @ LLNL ! ------------------------------------------------------------------ ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/arkode/gtest/CMakeLists.txt b/test/unit_tests/arkode/gtest/CMakeLists.txt index 071faee5c0..2925376086 100644 --- a/test/unit_tests/arkode/gtest/CMakeLists.txt +++ b/test/unit_tests/arkode/gtest/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/arkode/gtest/test_arkode_error_handling.cpp b/test/unit_tests/arkode/gtest/test_arkode_error_handling.cpp index 96099d427f..241b38e01b 100644 --- a/test/unit_tests/arkode/gtest/test_arkode_error_handling.cpp +++ b/test/unit_tests/arkode/gtest/test_arkode_error_handling.cpp @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/cvode/CMakeLists.txt b/test/unit_tests/cvode/CMakeLists.txt index 13c49d32f1..5935d27579 100644 --- a/test/unit_tests/cvode/CMakeLists.txt +++ b/test/unit_tests/cvode/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/cvode/CXX_serial/CMakeLists.txt b/test/unit_tests/cvode/CXX_serial/CMakeLists.txt index f216b63987..18dccc6323 100644 --- a/test/unit_tests/cvode/CXX_serial/CMakeLists.txt +++ b/test/unit_tests/cvode/CXX_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/cvode/CXX_serial/cv_test_getjac.cpp b/test/unit_tests/cvode/CXX_serial/cv_test_getjac.cpp index 4475159260..5f1e6a1a38 100644 --- a/test/unit_tests/cvode/CXX_serial/cv_test_getjac.cpp +++ b/test/unit_tests/cvode/CXX_serial/cv_test_getjac.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/cvode/CXX_serial/cv_test_kpr.cpp b/test/unit_tests/cvode/CXX_serial/cv_test_kpr.cpp index 0983bfeb2a..615fa67a62 100644 --- a/test/unit_tests/cvode/CXX_serial/cv_test_kpr.cpp +++ b/test/unit_tests/cvode/CXX_serial/cv_test_kpr.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/cvode/CXX_serial/cv_test_kpr.hpp b/test/unit_tests/cvode/CXX_serial/cv_test_kpr.hpp index 1a0675efbb..4589ae36cd 100644 --- a/test/unit_tests/cvode/CXX_serial/cv_test_kpr.hpp +++ b/test/unit_tests/cvode/CXX_serial/cv_test_kpr.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/cvode/C_serial/CMakeLists.txt b/test/unit_tests/cvode/C_serial/CMakeLists.txt index cf406d87b7..501d92d7fb 100644 --- a/test/unit_tests/cvode/C_serial/CMakeLists.txt +++ b/test/unit_tests/cvode/C_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/cvode/C_serial/cv_test_getuserdata.c b/test/unit_tests/cvode/C_serial/cv_test_getuserdata.c index b4c1816c7c..12f1840dc9 100644 --- a/test/unit_tests/cvode/C_serial/cv_test_getuserdata.c +++ b/test/unit_tests/cvode/C_serial/cv_test_getuserdata.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/cvode/C_serial/cv_test_tstop.c b/test/unit_tests/cvode/C_serial/cv_test_tstop.c index f8809e2c19..ff77aeb822 100644 --- a/test/unit_tests/cvode/C_serial/cv_test_tstop.c +++ b/test/unit_tests/cvode/C_serial/cv_test_tstop.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/cvode/gtest/CMakeLists.txt b/test/unit_tests/cvode/gtest/CMakeLists.txt index 43574de435..22fe86bab0 100644 --- a/test/unit_tests/cvode/gtest/CMakeLists.txt +++ b/test/unit_tests/cvode/gtest/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/cvode/gtest/test_cvode_error_handling.cpp b/test/unit_tests/cvode/gtest/test_cvode_error_handling.cpp index 1a8779d858..8f741fd6ae 100644 --- a/test/unit_tests/cvode/gtest/test_cvode_error_handling.cpp +++ b/test/unit_tests/cvode/gtest/test_cvode_error_handling.cpp @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/cvodes/CMakeLists.txt b/test/unit_tests/cvodes/CMakeLists.txt index 3f74a8e273..a6f753f140 100644 --- a/test/unit_tests/cvodes/CMakeLists.txt +++ b/test/unit_tests/cvodes/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/cvodes/CXX_serial/CMakeLists.txt b/test/unit_tests/cvodes/CXX_serial/CMakeLists.txt index 538265f5d6..c707fe8cb0 100644 --- a/test/unit_tests/cvodes/CXX_serial/CMakeLists.txt +++ b/test/unit_tests/cvodes/CXX_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/cvodes/CXX_serial/cvs_test_getjac.cpp b/test/unit_tests/cvodes/CXX_serial/cvs_test_getjac.cpp index 6c26d1bf3d..cef417c8ab 100644 --- a/test/unit_tests/cvodes/CXX_serial/cvs_test_getjac.cpp +++ b/test/unit_tests/cvodes/CXX_serial/cvs_test_getjac.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/cvodes/CXX_serial/cvs_test_kpr.cpp b/test/unit_tests/cvodes/CXX_serial/cvs_test_kpr.cpp index 58bf9e0da8..ba7e2337fd 100644 --- a/test/unit_tests/cvodes/CXX_serial/cvs_test_kpr.cpp +++ b/test/unit_tests/cvodes/CXX_serial/cvs_test_kpr.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/cvodes/CXX_serial/cvs_test_kpr.hpp b/test/unit_tests/cvodes/CXX_serial/cvs_test_kpr.hpp index 6142b566c9..2ec73cbfd6 100644 --- a/test/unit_tests/cvodes/CXX_serial/cvs_test_kpr.hpp +++ b/test/unit_tests/cvodes/CXX_serial/cvs_test_kpr.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/cvodes/C_serial/CMakeLists.txt b/test/unit_tests/cvodes/C_serial/CMakeLists.txt index cebc506bed..0a838ddbc7 100644 --- a/test/unit_tests/cvodes/C_serial/CMakeLists.txt +++ b/test/unit_tests/cvodes/C_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/cvodes/C_serial/cvs_test_getuserdata.c b/test/unit_tests/cvodes/C_serial/cvs_test_getuserdata.c index 42956ba6af..9ec3205b6b 100644 --- a/test/unit_tests/cvodes/C_serial/cvs_test_getuserdata.c +++ b/test/unit_tests/cvodes/C_serial/cvs_test_getuserdata.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/cvodes/C_serial/cvs_test_tstop.c b/test/unit_tests/cvodes/C_serial/cvs_test_tstop.c index ede859ef67..d9bb41656f 100644 --- a/test/unit_tests/cvodes/C_serial/cvs_test_tstop.c +++ b/test/unit_tests/cvodes/C_serial/cvs_test_tstop.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/cvodes/gtest/CMakeLists.txt b/test/unit_tests/cvodes/gtest/CMakeLists.txt index 92739e4f19..6831b55f8b 100644 --- a/test/unit_tests/cvodes/gtest/CMakeLists.txt +++ b/test/unit_tests/cvodes/gtest/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/cvodes/gtest/test_cvodes_error_handling.cpp b/test/unit_tests/cvodes/gtest/test_cvodes_error_handling.cpp index 118d580082..d18f13828e 100644 --- a/test/unit_tests/cvodes/gtest/test_cvodes_error_handling.cpp +++ b/test/unit_tests/cvodes/gtest/test_cvodes_error_handling.cpp @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/ida/CMakeLists.txt b/test/unit_tests/ida/CMakeLists.txt index 8841023024..14bd5a2018 100644 --- a/test/unit_tests/ida/CMakeLists.txt +++ b/test/unit_tests/ida/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/ida/CXX_serial/CMakeLists.txt b/test/unit_tests/ida/CXX_serial/CMakeLists.txt index 53d3e46bd4..5f160c0d92 100644 --- a/test/unit_tests/ida/CXX_serial/CMakeLists.txt +++ b/test/unit_tests/ida/CXX_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/ida/CXX_serial/ida_test_getjac.cpp b/test/unit_tests/ida/CXX_serial/ida_test_getjac.cpp index aa372836e3..5ebae7e17d 100644 --- a/test/unit_tests/ida/CXX_serial/ida_test_getjac.cpp +++ b/test/unit_tests/ida/CXX_serial/ida_test_getjac.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/ida/CXX_serial/ida_test_kpr.cpp b/test/unit_tests/ida/CXX_serial/ida_test_kpr.cpp index 908d6af528..e227a4095f 100644 --- a/test/unit_tests/ida/CXX_serial/ida_test_kpr.cpp +++ b/test/unit_tests/ida/CXX_serial/ida_test_kpr.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/ida/CXX_serial/ida_test_kpr.hpp b/test/unit_tests/ida/CXX_serial/ida_test_kpr.hpp index b7088929e3..b51417bd08 100644 --- a/test/unit_tests/ida/CXX_serial/ida_test_kpr.hpp +++ b/test/unit_tests/ida/CXX_serial/ida_test_kpr.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/ida/C_serial/CMakeLists.txt b/test/unit_tests/ida/C_serial/CMakeLists.txt index 202a88fe58..d367565e6a 100644 --- a/test/unit_tests/ida/C_serial/CMakeLists.txt +++ b/test/unit_tests/ida/C_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/ida/C_serial/ida_test_getuserdata.c b/test/unit_tests/ida/C_serial/ida_test_getuserdata.c index 634eccf9e6..370be51aa8 100644 --- a/test/unit_tests/ida/C_serial/ida_test_getuserdata.c +++ b/test/unit_tests/ida/C_serial/ida_test_getuserdata.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/ida/C_serial/ida_test_tstop.c b/test/unit_tests/ida/C_serial/ida_test_tstop.c index 27fffde375..8ffb60bb0f 100644 --- a/test/unit_tests/ida/C_serial/ida_test_tstop.c +++ b/test/unit_tests/ida/C_serial/ida_test_tstop.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/ida/gtest/CMakeLists.txt b/test/unit_tests/ida/gtest/CMakeLists.txt index 38c5a3e92b..5950a2a72e 100644 --- a/test/unit_tests/ida/gtest/CMakeLists.txt +++ b/test/unit_tests/ida/gtest/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/ida/gtest/test_ida_error_handling.cpp b/test/unit_tests/ida/gtest/test_ida_error_handling.cpp index 47bb5427b4..7780cf49db 100644 --- a/test/unit_tests/ida/gtest/test_ida_error_handling.cpp +++ b/test/unit_tests/ida/gtest/test_ida_error_handling.cpp @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/idas/CMakeLists.txt b/test/unit_tests/idas/CMakeLists.txt index 716b312808..b7307b0306 100644 --- a/test/unit_tests/idas/CMakeLists.txt +++ b/test/unit_tests/idas/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/idas/CXX_serial/CMakeLists.txt b/test/unit_tests/idas/CXX_serial/CMakeLists.txt index 3426a49e58..f065c8949e 100644 --- a/test/unit_tests/idas/CXX_serial/CMakeLists.txt +++ b/test/unit_tests/idas/CXX_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/idas/CXX_serial/idas_test_getjac.cpp b/test/unit_tests/idas/CXX_serial/idas_test_getjac.cpp index 0775840110..c793c7361a 100644 --- a/test/unit_tests/idas/CXX_serial/idas_test_getjac.cpp +++ b/test/unit_tests/idas/CXX_serial/idas_test_getjac.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/idas/CXX_serial/idas_test_kpr.cpp b/test/unit_tests/idas/CXX_serial/idas_test_kpr.cpp index 95a5122aa6..6f74727c31 100644 --- a/test/unit_tests/idas/CXX_serial/idas_test_kpr.cpp +++ b/test/unit_tests/idas/CXX_serial/idas_test_kpr.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/idas/CXX_serial/idas_test_kpr.hpp b/test/unit_tests/idas/CXX_serial/idas_test_kpr.hpp index 95f91c331d..63b15b0c11 100644 --- a/test/unit_tests/idas/CXX_serial/idas_test_kpr.hpp +++ b/test/unit_tests/idas/CXX_serial/idas_test_kpr.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/idas/C_serial/CMakeLists.txt b/test/unit_tests/idas/C_serial/CMakeLists.txt index 16f9384ee6..9d69b1939a 100644 --- a/test/unit_tests/idas/C_serial/CMakeLists.txt +++ b/test/unit_tests/idas/C_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/idas/C_serial/idas_test_getuserdata.c b/test/unit_tests/idas/C_serial/idas_test_getuserdata.c index 0a986ff8c3..cd94879e3d 100644 --- a/test/unit_tests/idas/C_serial/idas_test_getuserdata.c +++ b/test/unit_tests/idas/C_serial/idas_test_getuserdata.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/idas/C_serial/idas_test_tstop.c b/test/unit_tests/idas/C_serial/idas_test_tstop.c index 3303a390a8..368bddfd43 100644 --- a/test/unit_tests/idas/C_serial/idas_test_tstop.c +++ b/test/unit_tests/idas/C_serial/idas_test_tstop.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/idas/gtest/CMakeLists.txt b/test/unit_tests/idas/gtest/CMakeLists.txt index 8f6c0b292e..7428a4afec 100644 --- a/test/unit_tests/idas/gtest/CMakeLists.txt +++ b/test/unit_tests/idas/gtest/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/idas/gtest/test_idas_error_handling.cpp b/test/unit_tests/idas/gtest/test_idas_error_handling.cpp index 56211a81f2..3974ef90c1 100644 --- a/test/unit_tests/idas/gtest/test_idas_error_handling.cpp +++ b/test/unit_tests/idas/gtest/test_idas_error_handling.cpp @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/kinsol/CMakeLists.txt b/test/unit_tests/kinsol/CMakeLists.txt index ad08e34e4f..d360eed88d 100644 --- a/test/unit_tests/kinsol/CMakeLists.txt +++ b/test/unit_tests/kinsol/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/kinsol/CXX_serial/CMakeLists.txt b/test/unit_tests/kinsol/CXX_serial/CMakeLists.txt index a452e2e2c7..c083c2beec 100644 --- a/test/unit_tests/kinsol/CXX_serial/CMakeLists.txt +++ b/test/unit_tests/kinsol/CXX_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/kinsol/CXX_serial/kin_test_getjac.cpp b/test/unit_tests/kinsol/CXX_serial/kin_test_getjac.cpp index cb3abe9da2..58dfb77ac1 100644 --- a/test/unit_tests/kinsol/CXX_serial/kin_test_getjac.cpp +++ b/test/unit_tests/kinsol/CXX_serial/kin_test_getjac.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/kinsol/C_serial/CMakeLists.txt b/test/unit_tests/kinsol/C_serial/CMakeLists.txt index a3db85d254..29e254ec40 100644 --- a/test/unit_tests/kinsol/C_serial/CMakeLists.txt +++ b/test/unit_tests/kinsol/C_serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/kinsol/C_serial/kin_test_getuserdata.c b/test/unit_tests/kinsol/C_serial/kin_test_getuserdata.c index 399abb16a3..2d22d9b041 100644 --- a/test/unit_tests/kinsol/C_serial/kin_test_getuserdata.c +++ b/test/unit_tests/kinsol/C_serial/kin_test_getuserdata.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/kinsol/gtest/CMakeLists.txt b/test/unit_tests/kinsol/gtest/CMakeLists.txt index 5b6d650402..15880f5ee7 100644 --- a/test/unit_tests/kinsol/gtest/CMakeLists.txt +++ b/test/unit_tests/kinsol/gtest/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/kinsol/gtest/test_kinsol_error_handling.cpp b/test/unit_tests/kinsol/gtest/test_kinsol_error_handling.cpp index d646c5deaf..f8c3516a31 100644 --- a/test/unit_tests/kinsol/gtest/test_kinsol_error_handling.cpp +++ b/test/unit_tests/kinsol/gtest/test_kinsol_error_handling.cpp @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/logging/CMakeLists.txt b/test/unit_tests/logging/CMakeLists.txt index 6a1729554e..268a1cd4fa 100644 --- a/test/unit_tests/logging/CMakeLists.txt +++ b/test/unit_tests/logging/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/logging/test_logging_arkode_arkstep.cpp b/test/unit_tests/logging/test_logging_arkode_arkstep.cpp index fd76f2686c..c535dbadc8 100644 --- a/test/unit_tests/logging/test_logging_arkode_arkstep.cpp +++ b/test/unit_tests/logging/test_logging_arkode_arkstep.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/logging/test_logging_arkode_erkstep.cpp b/test/unit_tests/logging/test_logging_arkode_erkstep.cpp index 6975b4d604..8158587f8c 100644 --- a/test/unit_tests/logging/test_logging_arkode_erkstep.cpp +++ b/test/unit_tests/logging/test_logging_arkode_erkstep.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/logging/test_logging_arkode_forcingstep.cpp b/test/unit_tests/logging/test_logging_arkode_forcingstep.cpp index e961e5e434..fce8f5a1d8 100644 --- a/test/unit_tests/logging/test_logging_arkode_forcingstep.cpp +++ b/test/unit_tests/logging/test_logging_arkode_forcingstep.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/logging/test_logging_arkode_lsrkstep.cpp b/test/unit_tests/logging/test_logging_arkode_lsrkstep.cpp index 6d30f401aa..284f39fc61 100644 --- a/test/unit_tests/logging/test_logging_arkode_lsrkstep.cpp +++ b/test/unit_tests/logging/test_logging_arkode_lsrkstep.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/logging/test_logging_arkode_mristep.cpp b/test/unit_tests/logging/test_logging_arkode_mristep.cpp index b7fe08101b..bba9e25823 100644 --- a/test/unit_tests/logging/test_logging_arkode_mristep.cpp +++ b/test/unit_tests/logging/test_logging_arkode_mristep.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/logging/test_logging_arkode_splittingstep.cpp b/test/unit_tests/logging/test_logging_arkode_splittingstep.cpp index 4b533d9d58..39273058b1 100644 --- a/test/unit_tests/logging/test_logging_arkode_splittingstep.cpp +++ b/test/unit_tests/logging/test_logging_arkode_splittingstep.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/logging/test_logging_arkode_sprkstep.cpp b/test/unit_tests/logging/test_logging_arkode_sprkstep.cpp index 742b0dd040..fb56977534 100644 --- a/test/unit_tests/logging/test_logging_arkode_sprkstep.cpp +++ b/test/unit_tests/logging/test_logging_arkode_sprkstep.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/logging/test_logging_cvode.cpp b/test/unit_tests/logging/test_logging_cvode.cpp index 6ed143eed9..49d1bc38f6 100644 --- a/test/unit_tests/logging/test_logging_cvode.cpp +++ b/test/unit_tests/logging/test_logging_cvode.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/logging/test_logging_cvodes.cpp b/test/unit_tests/logging/test_logging_cvodes.cpp index 9d415408d9..b782b86f84 100644 --- a/test/unit_tests/logging/test_logging_cvodes.cpp +++ b/test/unit_tests/logging/test_logging_cvodes.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/logging/test_logging_ida.cpp b/test/unit_tests/logging/test_logging_ida.cpp index dbc5b92a7e..131a155eef 100644 --- a/test/unit_tests/logging/test_logging_ida.cpp +++ b/test/unit_tests/logging/test_logging_ida.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/logging/test_logging_idas.cpp b/test/unit_tests/logging/test_logging_idas.cpp index 5a6737f851..0e7136ed1e 100644 --- a/test/unit_tests/logging/test_logging_idas.cpp +++ b/test/unit_tests/logging/test_logging_idas.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/CMakeLists.txt b/test/unit_tests/nvector/CMakeLists.txt index 207ef29c95..7c54f08681 100644 --- a/test/unit_tests/nvector/CMakeLists.txt +++ b/test/unit_tests/nvector/CMakeLists.txt @@ -3,7 +3,7 @@ # Cody Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/C_openmp/CMakeLists.txt b/test/unit_tests/nvector/C_openmp/CMakeLists.txt index ca4723be4a..316babfde4 100644 --- a/test/unit_tests/nvector/C_openmp/CMakeLists.txt +++ b/test/unit_tests/nvector/C_openmp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Steven Smith @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/C_openmp/test_fnvector_openmp_mod.f90 b/test/unit_tests/nvector/C_openmp/test_fnvector_openmp_mod.f90 index 971f0b2c08..ab05859c96 100644 --- a/test/unit_tests/nvector/C_openmp/test_fnvector_openmp_mod.f90 +++ b/test/unit_tests/nvector/C_openmp/test_fnvector_openmp_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/nvector/C_openmp/test_nvector_openmp.c b/test/unit_tests/nvector/C_openmp/test_nvector_openmp.c index 65ccdcebe1..6b3de3c2e0 100644 --- a/test/unit_tests/nvector/C_openmp/test_nvector_openmp.c +++ b/test/unit_tests/nvector/C_openmp/test_nvector_openmp.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/cuda/CMakeLists.txt b/test/unit_tests/nvector/cuda/CMakeLists.txt index bc17178b45..4fdb20b7d7 100644 --- a/test/unit_tests/nvector/cuda/CMakeLists.txt +++ b/test/unit_tests/nvector/cuda/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/cuda/test_nvector_cuda.cu b/test/unit_tests/nvector/cuda/test_nvector_cuda.cu index b4a5e60a9d..16028a8ea1 100644 --- a/test/unit_tests/nvector/cuda/test_nvector_cuda.cu +++ b/test/unit_tests/nvector/cuda/test_nvector_cuda.cu @@ -2,7 +2,7 @@ * Programmer(s): Slaven Peles, and Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/hip/CMakeLists.txt b/test/unit_tests/nvector/hip/CMakeLists.txt index dbeba9966f..07b2004259 100644 --- a/test/unit_tests/nvector/hip/CMakeLists.txt +++ b/test/unit_tests/nvector/hip/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/hip/test_nvector_hip.cpp b/test/unit_tests/nvector/hip/test_nvector_hip.cpp index cb1e54ff9c..1fcd96cac5 100644 --- a/test/unit_tests/nvector/hip/test_nvector_hip.cpp +++ b/test/unit_tests/nvector/hip/test_nvector_hip.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel McGreer, and Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/kokkos/CMakeLists.txt b/test/unit_tests/nvector/kokkos/CMakeLists.txt index 5f40a91e74..097bf40599 100644 --- a/test/unit_tests/nvector/kokkos/CMakeLists.txt +++ b/test/unit_tests/nvector/kokkos/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody Balos, and Daniel McGreer @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/kokkos/test_nvector_kokkos.cpp b/test/unit_tests/nvector/kokkos/test_nvector_kokkos.cpp index e75d317314..e771ebe9cd 100644 --- a/test/unit_tests/nvector/kokkos/test_nvector_kokkos.cpp +++ b/test/unit_tests/nvector/kokkos/test_nvector_kokkos.cpp @@ -2,7 +2,7 @@ * Programmer(s): Daniel McGreer and Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/manyvector/CMakeLists.txt b/test/unit_tests/nvector/manyvector/CMakeLists.txt index c5f3ac4794..33370319a2 100644 --- a/test/unit_tests/nvector/manyvector/CMakeLists.txt +++ b/test/unit_tests/nvector/manyvector/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/manyvector/test_fnvector_manyvector_mod.f90 b/test/unit_tests/nvector/manyvector/test_fnvector_manyvector_mod.f90 index b6b99d480a..ffe3be7e1c 100644 --- a/test/unit_tests/nvector/manyvector/test_fnvector_manyvector_mod.f90 +++ b/test/unit_tests/nvector/manyvector/test_fnvector_manyvector_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/nvector/manyvector/test_nvector_manyvector.c b/test/unit_tests/nvector/manyvector/test_nvector_manyvector.c index 1e6a5b83d6..fbc41345de 100644 --- a/test/unit_tests/nvector/manyvector/test_nvector_manyvector.c +++ b/test/unit_tests/nvector/manyvector/test_nvector_manyvector.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/mpicuda/CMakeLists.txt b/test/unit_tests/nvector/mpicuda/CMakeLists.txt index a7e5e9de3e..0f43b11c5d 100644 --- a/test/unit_tests/nvector/mpicuda/CMakeLists.txt +++ b/test/unit_tests/nvector/mpicuda/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/mpicuda/test_nvector_mpicuda.cu b/test/unit_tests/nvector/mpicuda/test_nvector_mpicuda.cu index ab99dfb3a3..f5063d6149 100644 --- a/test/unit_tests/nvector/mpicuda/test_nvector_mpicuda.cu +++ b/test/unit_tests/nvector/mpicuda/test_nvector_mpicuda.cu @@ -2,7 +2,7 @@ * Programmer(s): Slaven Peles, and Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/mpimanyvector/CMakeLists.txt b/test/unit_tests/nvector/mpimanyvector/CMakeLists.txt index 11816c898e..03f4b4e7dc 100644 --- a/test/unit_tests/nvector/mpimanyvector/CMakeLists.txt +++ b/test/unit_tests/nvector/mpimanyvector/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/mpimanyvector/test_fnvector_mpimanyvector_mod.f90 b/test/unit_tests/nvector/mpimanyvector/test_fnvector_mpimanyvector_mod.f90 index 94d18d00ec..121dfc129f 100644 --- a/test/unit_tests/nvector/mpimanyvector/test_fnvector_mpimanyvector_mod.f90 +++ b/test/unit_tests/nvector/mpimanyvector/test_fnvector_mpimanyvector_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/nvector/mpimanyvector/test_nvector_mpimanyvector_parallel1.c b/test/unit_tests/nvector/mpimanyvector/test_nvector_mpimanyvector_parallel1.c index 40ce5f3a4a..6f16f0cd8a 100644 --- a/test/unit_tests/nvector/mpimanyvector/test_nvector_mpimanyvector_parallel1.c +++ b/test/unit_tests/nvector/mpimanyvector/test_nvector_mpimanyvector_parallel1.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/mpimanyvector/test_nvector_mpimanyvector_parallel2.c b/test/unit_tests/nvector/mpimanyvector/test_nvector_mpimanyvector_parallel2.c index 90308cae82..da660b3887 100644 --- a/test/unit_tests/nvector/mpimanyvector/test_nvector_mpimanyvector_parallel2.c +++ b/test/unit_tests/nvector/mpimanyvector/test_nvector_mpimanyvector_parallel2.c @@ -2,7 +2,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/mpiplusx/CMakeLists.txt b/test/unit_tests/nvector/mpiplusx/CMakeLists.txt index 5899671a8e..f0e7b90c78 100644 --- a/test/unit_tests/nvector/mpiplusx/CMakeLists.txt +++ b/test/unit_tests/nvector/mpiplusx/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/mpiplusx/test_fnvector_mpiplusx_mod.f90 b/test/unit_tests/nvector/mpiplusx/test_fnvector_mpiplusx_mod.f90 index ac2f3f75f1..277155cb25 100644 --- a/test/unit_tests/nvector/mpiplusx/test_fnvector_mpiplusx_mod.f90 +++ b/test/unit_tests/nvector/mpiplusx/test_fnvector_mpiplusx_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/nvector/mpiplusx/test_nvector_mpiplusx.c b/test/unit_tests/nvector/mpiplusx/test_nvector_mpiplusx.c index 404f40bf63..a294df811e 100644 --- a/test/unit_tests/nvector/mpiplusx/test_nvector_mpiplusx.c +++ b/test/unit_tests/nvector/mpiplusx/test_nvector_mpiplusx.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/mpiraja/CMakeLists.txt b/test/unit_tests/nvector/mpiraja/CMakeLists.txt index 01ea5b591c..b6b280cb6f 100644 --- a/test/unit_tests/nvector/mpiraja/CMakeLists.txt +++ b/test/unit_tests/nvector/mpiraja/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/mpiraja/test_nvector_mpiraja.cpp b/test/unit_tests/nvector/mpiraja/test_nvector_mpiraja.cpp index ce524a3ebf..22b66d635d 100644 --- a/test/unit_tests/nvector/mpiraja/test_nvector_mpiraja.cpp +++ b/test/unit_tests/nvector/mpiraja/test_nvector_mpiraja.cpp @@ -2,7 +2,7 @@ * Programmer(s): Slaven Peles @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/openmpdev/CMakeLists.txt b/test/unit_tests/nvector/openmpdev/CMakeLists.txt index f2dd0e61b6..c4d90177a9 100644 --- a/test/unit_tests/nvector/openmpdev/CMakeLists.txt +++ b/test/unit_tests/nvector/openmpdev/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner and Shelby Lockhart @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/openmpdev/test_nvector_openmpdev.c b/test/unit_tests/nvector/openmpdev/test_nvector_openmpdev.c index 3c640cabcd..e813182f42 100644 --- a/test/unit_tests/nvector/openmpdev/test_nvector_openmpdev.c +++ b/test/unit_tests/nvector/openmpdev/test_nvector_openmpdev.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/parallel/CMakeLists.txt b/test/unit_tests/nvector/parallel/CMakeLists.txt index 46d4962fe0..f6e9b32433 100644 --- a/test/unit_tests/nvector/parallel/CMakeLists.txt +++ b/test/unit_tests/nvector/parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Steven Smith @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/parallel/test_fnvector_parallel_mod.f90 b/test/unit_tests/nvector/parallel/test_fnvector_parallel_mod.f90 index e473e0fa61..ced4010c6f 100644 --- a/test/unit_tests/nvector/parallel/test_fnvector_parallel_mod.f90 +++ b/test/unit_tests/nvector/parallel/test_fnvector_parallel_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/nvector/parallel/test_nvector_mpi.c b/test/unit_tests/nvector/parallel/test_nvector_mpi.c index 1d9cee5005..80db326e43 100644 --- a/test/unit_tests/nvector/parallel/test_nvector_mpi.c +++ b/test/unit_tests/nvector/parallel/test_nvector_mpi.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/parhyp/CMakeLists.txt b/test/unit_tests/nvector/parhyp/CMakeLists.txt index 1da216062c..1ca5bbfa03 100644 --- a/test/unit_tests/nvector/parhyp/CMakeLists.txt +++ b/test/unit_tests/nvector/parhyp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Steven Smith @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/parhyp/test_nvector_parhyp.c b/test/unit_tests/nvector/parhyp/test_nvector_parhyp.c index 6e66901d76..59a731584e 100644 --- a/test/unit_tests/nvector/parhyp/test_nvector_parhyp.c +++ b/test/unit_tests/nvector/parhyp/test_nvector_parhyp.c @@ -2,7 +2,7 @@ * Programmer(s): Slaven Peles @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/petsc/CMakeLists.txt b/test/unit_tests/nvector/petsc/CMakeLists.txt index 04d90f93b5..edc33118bb 100644 --- a/test/unit_tests/nvector/petsc/CMakeLists.txt +++ b/test/unit_tests/nvector/petsc/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Steven Smith @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/petsc/test_nvector_petsc.c b/test/unit_tests/nvector/petsc/test_nvector_petsc.c index 6b442c29e6..6e746dcbc8 100644 --- a/test/unit_tests/nvector/petsc/test_nvector_petsc.c +++ b/test/unit_tests/nvector/petsc/test_nvector_petsc.c @@ -2,7 +2,7 @@ * Programmer(s): Slaven Peles @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/pthreads/CMakeLists.txt b/test/unit_tests/nvector/pthreads/CMakeLists.txt index a85d167f79..7dc7831f6c 100644 --- a/test/unit_tests/nvector/pthreads/CMakeLists.txt +++ b/test/unit_tests/nvector/pthreads/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Steven Smith @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/pthreads/test_fnvector_pthreads_mod.f90 b/test/unit_tests/nvector/pthreads/test_fnvector_pthreads_mod.f90 index c8223103d2..985963a744 100644 --- a/test/unit_tests/nvector/pthreads/test_fnvector_pthreads_mod.f90 +++ b/test/unit_tests/nvector/pthreads/test_fnvector_pthreads_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/nvector/pthreads/test_nvector_pthreads.c b/test/unit_tests/nvector/pthreads/test_nvector_pthreads.c index 31d4c44826..87e633cce2 100644 --- a/test/unit_tests/nvector/pthreads/test_nvector_pthreads.c +++ b/test/unit_tests/nvector/pthreads/test_nvector_pthreads.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/raja/CMakeLists.txt b/test/unit_tests/nvector/raja/CMakeLists.txt index 926ea97b73..4586917500 100644 --- a/test/unit_tests/nvector/raja/CMakeLists.txt +++ b/test/unit_tests/nvector/raja/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and Cody Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/raja/test_nvector_raja.cpp b/test/unit_tests/nvector/raja/test_nvector_raja.cpp index 6b4f703c82..42600107f4 100644 --- a/test/unit_tests/nvector/raja/test_nvector_raja.cpp +++ b/test/unit_tests/nvector/raja/test_nvector_raja.cpp @@ -2,7 +2,7 @@ * Programmer(s): Slaven Peles, Daniel McGreer @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/serial/CMakeLists.txt b/test/unit_tests/nvector/serial/CMakeLists.txt index afaed00505..608b0d99ed 100644 --- a/test/unit_tests/nvector/serial/CMakeLists.txt +++ b/test/unit_tests/nvector/serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Steven Smith and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/serial/test_fnvector_serial_mod.f90 b/test/unit_tests/nvector/serial/test_fnvector_serial_mod.f90 index 4f0daf3921..edaf100eff 100644 --- a/test/unit_tests/nvector/serial/test_fnvector_serial_mod.f90 +++ b/test/unit_tests/nvector/serial/test_fnvector_serial_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/nvector/serial/test_nvector_serial.c b/test/unit_tests/nvector/serial/test_nvector_serial.c index 624044a035..60f9343791 100644 --- a/test/unit_tests/nvector/serial/test_nvector_serial.c +++ b/test/unit_tests/nvector/serial/test_nvector_serial.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/sycl/CMakeLists.txt b/test/unit_tests/nvector/sycl/CMakeLists.txt index 0b3404d41b..16bd7a2595 100644 --- a/test/unit_tests/nvector/sycl/CMakeLists.txt +++ b/test/unit_tests/nvector/sycl/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/sycl/test_nvector_sycl.cpp b/test/unit_tests/nvector/sycl/test_nvector_sycl.cpp index 9b659df49c..5b39439dbf 100644 --- a/test/unit_tests/nvector/sycl/test_nvector_sycl.cpp +++ b/test/unit_tests/nvector/sycl/test_nvector_sycl.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/test_mpinvector.c b/test/unit_tests/nvector/test_mpinvector.c index 5ca90aa2e8..896a5e7cdf 100644 --- a/test/unit_tests/nvector/test_mpinvector.c +++ b/test/unit_tests/nvector/test_mpinvector.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL, Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/test_nvector.c b/test/unit_tests/nvector/test_nvector.c index a7d5741522..4c196ed917 100644 --- a/test/unit_tests/nvector/test_nvector.c +++ b/test/unit_tests/nvector/test_nvector.c @@ -6,7 +6,7 @@ * @ SMU. * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/test_nvector.f90 b/test/unit_tests/nvector/test_nvector.f90 index 855d0d6dd1..a424a58c87 100644 --- a/test/unit_tests/nvector/test_nvector.f90 +++ b/test/unit_tests/nvector/test_nvector.f90 @@ -5,7 +5,7 @@ ! test_nvector.c written by David Gardner and Slaven Peles @ LLNL. ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/nvector/test_nvector.h b/test/unit_tests/nvector/test_nvector.h index 7984712649..10c8260e5b 100644 --- a/test/unit_tests/nvector/test_nvector.h +++ b/test/unit_tests/nvector/test_nvector.h @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/nvector/trilinos/CMakeLists.txt b/test/unit_tests/nvector/trilinos/CMakeLists.txt index 5713a97363..88cf0a9656 100644 --- a/test/unit_tests/nvector/trilinos/CMakeLists.txt +++ b/test/unit_tests/nvector/trilinos/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Slaven Peles and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/nvector/trilinos/test_nvector_trilinos.cpp b/test/unit_tests/nvector/trilinos/test_nvector_trilinos.cpp index 32031c778d..dbb926540d 100644 --- a/test/unit_tests/nvector/trilinos/test_nvector_trilinos.cpp +++ b/test/unit_tests/nvector/trilinos/test_nvector_trilinos.cpp @@ -3,7 +3,7 @@ * Programmer(s): Slaven Peles @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/problems/estep.hpp b/test/unit_tests/problems/estep.hpp index b1c569af69..6c61b91e5d 100644 --- a/test/unit_tests/problems/estep.hpp +++ b/test/unit_tests/problems/estep.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/problems/kepler.hpp b/test/unit_tests/problems/kepler.hpp index 0ca9f0cbc1..c59b6ef290 100644 --- a/test/unit_tests/problems/kepler.hpp +++ b/test/unit_tests/problems/kepler.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/problems/kpr.hpp b/test/unit_tests/problems/kpr.hpp index ca0d683545..f40f752452 100644 --- a/test/unit_tests/problems/kpr.hpp +++ b/test/unit_tests/problems/kpr.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/problems/prv.hpp b/test/unit_tests/problems/prv.hpp index 4832e1ae15..4c64c46cf0 100644 --- a/test/unit_tests/problems/prv.hpp +++ b/test/unit_tests/problems/prv.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/profiling/CMakeLists.txt b/test/unit_tests/profiling/CMakeLists.txt index 1403bbbefc..a713c5e6f9 100644 --- a/test/unit_tests/profiling/CMakeLists.txt +++ b/test/unit_tests/profiling/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/profiling/test_profiling.cpp b/test/unit_tests/profiling/test_profiling.cpp index 0db4c3e101..fd65e56a09 100644 --- a/test/unit_tests/profiling/test_profiling.cpp +++ b/test/unit_tests/profiling/test_profiling.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sundials/CMakeLists.txt b/test/unit_tests/sundials/CMakeLists.txt index 1883aa072b..faeab4f086 100644 --- a/test/unit_tests/sundials/CMakeLists.txt +++ b/test/unit_tests/sundials/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sundials/reductions/CMakeLists.txt b/test/unit_tests/sundials/reductions/CMakeLists.txt index bee7ed7707..2c3a36f550 100644 --- a/test/unit_tests/sundials/reductions/CMakeLists.txt +++ b/test/unit_tests/sundials/reductions/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sundials/reductions/test_reduction_operators.cpp b/test/unit_tests/sundials/reductions/test_reduction_operators.cpp index bda983b0dc..d7448bcece 100644 --- a/test/unit_tests/sundials/reductions/test_reduction_operators.cpp +++ b/test/unit_tests/sundials/reductions/test_reduction_operators.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL *--------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sundials/test_sundials_errors.cpp b/test/unit_tests/sundials/test_sundials_errors.cpp index 22dc8b97df..d921556c9a 100644 --- a/test/unit_tests/sundials/test_sundials_errors.cpp +++ b/test/unit_tests/sundials/test_sundials_errors.cpp @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/CMakeLists.txt b/test/unit_tests/sunlinsol/CMakeLists.txt index 34db533bdd..de802b09ab 100644 --- a/test/unit_tests/sunlinsol/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner and Slaven Peles @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/band/CMakeLists.txt b/test/unit_tests/sunlinsol/band/CMakeLists.txt index d8d72be92e..7b17cf36e8 100644 --- a/test/unit_tests/sunlinsol/band/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/band/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/band/test_fsunlinsol_band_mod.f90 b/test/unit_tests/sunlinsol/band/test_fsunlinsol_band_mod.f90 index 0f238725e7..38f08e8cf2 100644 --- a/test/unit_tests/sunlinsol/band/test_fsunlinsol_band_mod.f90 +++ b/test/unit_tests/sunlinsol/band/test_fsunlinsol_band_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunlinsol/band/test_sunlinsol_band.c b/test/unit_tests/sunlinsol/band/test_sunlinsol_band.c index c29ce01953..bf84c5a77c 100644 --- a/test/unit_tests/sunlinsol/band/test_sunlinsol_band.c +++ b/test/unit_tests/sunlinsol/band/test_sunlinsol_band.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds, Ashley Crawford @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/cusolversp/CMakeLists.txt b/test/unit_tests/sunlinsol/cusolversp/CMakeLists.txt index b67dc10123..16e03481da 100644 --- a/test/unit_tests/sunlinsol/cusolversp/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/cusolversp/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/cusolversp/test_sunlinsol_cusolversp_batchqr.cu b/test/unit_tests/sunlinsol/cusolversp/test_sunlinsol_cusolversp_batchqr.cu index 28e953ae14..d79823431d 100644 --- a/test/unit_tests/sunlinsol/cusolversp/test_sunlinsol_cusolversp_batchqr.cu +++ b/test/unit_tests/sunlinsol/cusolversp/test_sunlinsol_cusolversp_batchqr.cu @@ -2,7 +2,7 @@ * Programmer(s): Cody J.Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/dense/CMakeLists.txt b/test/unit_tests/sunlinsol/dense/CMakeLists.txt index 40e170b70f..f968c06e91 100644 --- a/test/unit_tests/sunlinsol/dense/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/dense/CMakeLists.txt @@ -3,7 +3,7 @@ # Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/dense/test_fsunlinsol_dense_mod.f90 b/test/unit_tests/sunlinsol/dense/test_fsunlinsol_dense_mod.f90 index 728a746bd3..ec6eee28ea 100644 --- a/test/unit_tests/sunlinsol/dense/test_fsunlinsol_dense_mod.f90 +++ b/test/unit_tests/sunlinsol/dense/test_fsunlinsol_dense_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunlinsol/dense/test_sunlinsol_dense.c b/test/unit_tests/sunlinsol/dense/test_sunlinsol_dense.c index 9d33c0452e..4354c5b78d 100644 --- a/test/unit_tests/sunlinsol/dense/test_sunlinsol_dense.c +++ b/test/unit_tests/sunlinsol/dense/test_sunlinsol_dense.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds, Ashley Crawford @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/ginkgo/CMakeLists.txt b/test/unit_tests/sunlinsol/ginkgo/CMakeLists.txt index b3717ead37..05ab4620f9 100644 --- a/test/unit_tests/sunlinsol/ginkgo/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/ginkgo/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/ginkgo/test_sunlinsol_ginkgo.cpp b/test/unit_tests/sunlinsol/ginkgo/test_sunlinsol_ginkgo.cpp index 521be82167..50a26fbae3 100644 --- a/test/unit_tests/sunlinsol/ginkgo/test_sunlinsol_ginkgo.cpp +++ b/test/unit_tests/sunlinsol/ginkgo/test_sunlinsol_ginkgo.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/klu/CMakeLists.txt b/test/unit_tests/sunlinsol/klu/CMakeLists.txt index 1a75aa5413..8d1d19865d 100644 --- a/test/unit_tests/sunlinsol/klu/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/klu/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/klu/test_fsunlinsol_klu_mod.f90 b/test/unit_tests/sunlinsol/klu/test_fsunlinsol_klu_mod.f90 index a5392d0e6e..9347afbbce 100644 --- a/test/unit_tests/sunlinsol/klu/test_fsunlinsol_klu_mod.f90 +++ b/test/unit_tests/sunlinsol/klu/test_fsunlinsol_klu_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunlinsol/klu/test_sunlinsol_klu.c b/test/unit_tests/sunlinsol/klu/test_sunlinsol_klu.c index 458d118a12..290d73d434 100644 --- a/test/unit_tests/sunlinsol/klu/test_sunlinsol_klu.c +++ b/test/unit_tests/sunlinsol/klu/test_sunlinsol_klu.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/kokkos/CMakeLists.txt b/test/unit_tests/sunlinsol/kokkos/CMakeLists.txt index 55126600c7..c19bffd261 100644 --- a/test/unit_tests/sunlinsol/kokkos/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/kokkos/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/kokkos/test_sunlinsol_kokkosdense.cpp b/test/unit_tests/sunlinsol/kokkos/test_sunlinsol_kokkosdense.cpp index 5099ff8044..7107cad61d 100644 --- a/test/unit_tests/sunlinsol/kokkos/test_sunlinsol_kokkosdense.cpp +++ b/test/unit_tests/sunlinsol/kokkos/test_sunlinsol_kokkosdense.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/lapackband/CMakeLists.txt b/test/unit_tests/sunlinsol/lapackband/CMakeLists.txt index aaa6659802..bfe0c7cef0 100644 --- a/test/unit_tests/sunlinsol/lapackband/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/lapackband/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/lapackband/test_sunlinsol_lapackband.c b/test/unit_tests/sunlinsol/lapackband/test_sunlinsol_lapackband.c index 8bc2126837..71cada5613 100644 --- a/test/unit_tests/sunlinsol/lapackband/test_sunlinsol_lapackband.c +++ b/test/unit_tests/sunlinsol/lapackband/test_sunlinsol_lapackband.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/lapackdense/CMakeLists.txt b/test/unit_tests/sunlinsol/lapackdense/CMakeLists.txt index 91ec2fbda1..b77d525254 100644 --- a/test/unit_tests/sunlinsol/lapackdense/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/lapackdense/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/lapackdense/test_fsunlinsol_lapackdense_mod.f90 b/test/unit_tests/sunlinsol/lapackdense/test_fsunlinsol_lapackdense_mod.f90 index 0088ca8418..3a336e4355 100644 --- a/test/unit_tests/sunlinsol/lapackdense/test_fsunlinsol_lapackdense_mod.f90 +++ b/test/unit_tests/sunlinsol/lapackdense/test_fsunlinsol_lapackdense_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Daniel R. Reynolds @ SMU ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunlinsol/lapackdense/test_sunlinsol_lapackdense.c b/test/unit_tests/sunlinsol/lapackdense/test_sunlinsol_lapackdense.c index fd7bf70ad2..f65c56ddfb 100644 --- a/test/unit_tests/sunlinsol/lapackdense/test_sunlinsol_lapackdense.c +++ b/test/unit_tests/sunlinsol/lapackdense/test_sunlinsol_lapackdense.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/magmadense/CMakeLists.txt b/test/unit_tests/sunlinsol/magmadense/CMakeLists.txt index 00f1831282..bc4c031c87 100644 --- a/test/unit_tests/sunlinsol/magmadense/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/magmadense/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/magmadense/test_sunlinsol_magmadense.cpp b/test/unit_tests/sunlinsol/magmadense/test_sunlinsol_magmadense.cpp index bd92baf9da..6582a1816d 100644 --- a/test/unit_tests/sunlinsol/magmadense/test_sunlinsol_magmadense.cpp +++ b/test/unit_tests/sunlinsol/magmadense/test_sunlinsol_magmadense.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/onemkldense/CMakeLists.txt b/test/unit_tests/sunlinsol/onemkldense/CMakeLists.txt index c298e49d43..b20088c6cf 100644 --- a/test/unit_tests/sunlinsol/onemkldense/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/onemkldense/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/onemkldense/test_sunlinsol_onemkldense.cpp b/test/unit_tests/sunlinsol/onemkldense/test_sunlinsol_onemkldense.cpp index 6208f3b225..557679d312 100644 --- a/test/unit_tests/sunlinsol/onemkldense/test_sunlinsol_onemkldense.cpp +++ b/test/unit_tests/sunlinsol/onemkldense/test_sunlinsol_onemkldense.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/pcg/parallel/CMakeLists.txt b/test/unit_tests/sunlinsol/pcg/parallel/CMakeLists.txt index 19f63ae4d0..0aab400db0 100644 --- a/test/unit_tests/sunlinsol/pcg/parallel/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/pcg/parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/pcg/parallel/test_sunlinsol_pcg_parallel.c b/test/unit_tests/sunlinsol/pcg/parallel/test_sunlinsol_pcg_parallel.c index 7f2bf07181..133463fab4 100644 --- a/test/unit_tests/sunlinsol/pcg/parallel/test_sunlinsol_pcg_parallel.c +++ b/test/unit_tests/sunlinsol/pcg/parallel/test_sunlinsol_pcg_parallel.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds, Ashley Crawford @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/pcg/serial/CMakeLists.txt b/test/unit_tests/sunlinsol/pcg/serial/CMakeLists.txt index cba2be9e8e..41c753e230 100644 --- a/test/unit_tests/sunlinsol/pcg/serial/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/pcg/serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/pcg/serial/test_fsunlinsol_pcg_mod_serial.f90 b/test/unit_tests/sunlinsol/pcg/serial/test_fsunlinsol_pcg_mod_serial.f90 index e08ebc6f85..a87c3896fd 100644 --- a/test/unit_tests/sunlinsol/pcg/serial/test_fsunlinsol_pcg_mod_serial.f90 +++ b/test/unit_tests/sunlinsol/pcg/serial/test_fsunlinsol_pcg_mod_serial.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunlinsol/pcg/serial/test_sunlinsol_pcg_serial.c b/test/unit_tests/sunlinsol/pcg/serial/test_sunlinsol_pcg_serial.c index 14f07e9d8e..ed88a2e695 100644 --- a/test/unit_tests/sunlinsol/pcg/serial/test_sunlinsol_pcg_serial.c +++ b/test/unit_tests/sunlinsol/pcg/serial/test_sunlinsol_pcg_serial.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds, Ashley Crawford @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/spbcgs/parallel/CMakeLists.txt b/test/unit_tests/sunlinsol/spbcgs/parallel/CMakeLists.txt index 90dd34d318..87b129eda0 100644 --- a/test/unit_tests/sunlinsol/spbcgs/parallel/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/spbcgs/parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/spbcgs/parallel/test_sunlinsol_spbcgs_parallel.c b/test/unit_tests/sunlinsol/spbcgs/parallel/test_sunlinsol_spbcgs_parallel.c index 986a9fc29e..710e7b1ba0 100644 --- a/test/unit_tests/sunlinsol/spbcgs/parallel/test_sunlinsol_spbcgs_parallel.c +++ b/test/unit_tests/sunlinsol/spbcgs/parallel/test_sunlinsol_spbcgs_parallel.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/spbcgs/serial/CMakeLists.txt b/test/unit_tests/sunlinsol/spbcgs/serial/CMakeLists.txt index fe4a606b56..8599190e11 100644 --- a/test/unit_tests/sunlinsol/spbcgs/serial/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/spbcgs/serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/spbcgs/serial/test_fsunlinsol_spbcgs_mod_serial.f90 b/test/unit_tests/sunlinsol/spbcgs/serial/test_fsunlinsol_spbcgs_mod_serial.f90 index 4aa48fc8c1..e82106d7df 100644 --- a/test/unit_tests/sunlinsol/spbcgs/serial/test_fsunlinsol_spbcgs_mod_serial.f90 +++ b/test/unit_tests/sunlinsol/spbcgs/serial/test_fsunlinsol_spbcgs_mod_serial.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunlinsol/spbcgs/serial/test_sunlinsol_spbcgs_serial.c b/test/unit_tests/sunlinsol/spbcgs/serial/test_sunlinsol_spbcgs_serial.c index 2d9f4e212d..81f79c97c0 100644 --- a/test/unit_tests/sunlinsol/spbcgs/serial/test_sunlinsol_spbcgs_serial.c +++ b/test/unit_tests/sunlinsol/spbcgs/serial/test_sunlinsol_spbcgs_serial.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/spfgmr/parallel/CMakeLists.txt b/test/unit_tests/sunlinsol/spfgmr/parallel/CMakeLists.txt index b65180c4af..847c068b01 100644 --- a/test/unit_tests/sunlinsol/spfgmr/parallel/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/spfgmr/parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/spfgmr/parallel/test_sunlinsol_spfgmr_parallel.c b/test/unit_tests/sunlinsol/spfgmr/parallel/test_sunlinsol_spfgmr_parallel.c index dc2479342d..02342a6bf9 100644 --- a/test/unit_tests/sunlinsol/spfgmr/parallel/test_sunlinsol_spfgmr_parallel.c +++ b/test/unit_tests/sunlinsol/spfgmr/parallel/test_sunlinsol_spfgmr_parallel.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/spfgmr/serial/CMakeLists.txt b/test/unit_tests/sunlinsol/spfgmr/serial/CMakeLists.txt index 3fa1d3d87a..1aeffe8a1a 100644 --- a/test/unit_tests/sunlinsol/spfgmr/serial/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/spfgmr/serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/spfgmr/serial/test_fsunlinsol_spfgmr_mod_serial.f90 b/test/unit_tests/sunlinsol/spfgmr/serial/test_fsunlinsol_spfgmr_mod_serial.f90 index cf68cf6207..acf082e697 100644 --- a/test/unit_tests/sunlinsol/spfgmr/serial/test_fsunlinsol_spfgmr_mod_serial.f90 +++ b/test/unit_tests/sunlinsol/spfgmr/serial/test_fsunlinsol_spfgmr_mod_serial.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunlinsol/spfgmr/serial/test_sunlinsol_spfgmr_serial.c b/test/unit_tests/sunlinsol/spfgmr/serial/test_sunlinsol_spfgmr_serial.c index a2605ba630..e6caa4f7e4 100644 --- a/test/unit_tests/sunlinsol/spfgmr/serial/test_sunlinsol_spfgmr_serial.c +++ b/test/unit_tests/sunlinsol/spfgmr/serial/test_sunlinsol_spfgmr_serial.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/spgmr/parallel/CMakeLists.txt b/test/unit_tests/sunlinsol/spgmr/parallel/CMakeLists.txt index 997c04ebff..45a2fbe47e 100644 --- a/test/unit_tests/sunlinsol/spgmr/parallel/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/spgmr/parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/spgmr/parallel/test_sunlinsol_spgmr_parallel.c b/test/unit_tests/sunlinsol/spgmr/parallel/test_sunlinsol_spgmr_parallel.c index 9ab3ded6e3..178851c454 100644 --- a/test/unit_tests/sunlinsol/spgmr/parallel/test_sunlinsol_spgmr_parallel.c +++ b/test/unit_tests/sunlinsol/spgmr/parallel/test_sunlinsol_spgmr_parallel.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/spgmr/serial/CMakeLists.txt b/test/unit_tests/sunlinsol/spgmr/serial/CMakeLists.txt index 9daba38f2c..95650fa624 100644 --- a/test/unit_tests/sunlinsol/spgmr/serial/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/spgmr/serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/spgmr/serial/test_fsunlinsol_spgmr_mod_serial.f90 b/test/unit_tests/sunlinsol/spgmr/serial/test_fsunlinsol_spgmr_mod_serial.f90 index 2fc0e7f889..7cd223309a 100644 --- a/test/unit_tests/sunlinsol/spgmr/serial/test_fsunlinsol_spgmr_mod_serial.f90 +++ b/test/unit_tests/sunlinsol/spgmr/serial/test_fsunlinsol_spgmr_mod_serial.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunlinsol/spgmr/serial/test_sunlinsol_spgmr_serial.c b/test/unit_tests/sunlinsol/spgmr/serial/test_sunlinsol_spgmr_serial.c index 4b76a5ac86..ebc49eea78 100644 --- a/test/unit_tests/sunlinsol/spgmr/serial/test_sunlinsol_spgmr_serial.c +++ b/test/unit_tests/sunlinsol/spgmr/serial/test_sunlinsol_spgmr_serial.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/sptfqmr/parallel/CMakeLists.txt b/test/unit_tests/sunlinsol/sptfqmr/parallel/CMakeLists.txt index 86059c4156..46274b4fdc 100644 --- a/test/unit_tests/sunlinsol/sptfqmr/parallel/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/sptfqmr/parallel/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/sptfqmr/parallel/test_sunlinsol_sptfqmr_parallel.c b/test/unit_tests/sunlinsol/sptfqmr/parallel/test_sunlinsol_sptfqmr_parallel.c index 4122097535..f41c4d853f 100644 --- a/test/unit_tests/sunlinsol/sptfqmr/parallel/test_sunlinsol_sptfqmr_parallel.c +++ b/test/unit_tests/sunlinsol/sptfqmr/parallel/test_sunlinsol_sptfqmr_parallel.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/sptfqmr/serial/CMakeLists.txt b/test/unit_tests/sunlinsol/sptfqmr/serial/CMakeLists.txt index 3935750003..34094ee002 100644 --- a/test/unit_tests/sunlinsol/sptfqmr/serial/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/sptfqmr/serial/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/sptfqmr/serial/test_fsunlinsol_sptfqmr_mod_serial.f90 b/test/unit_tests/sunlinsol/sptfqmr/serial/test_fsunlinsol_sptfqmr_mod_serial.f90 index 929704b6a9..43d4c72eec 100644 --- a/test/unit_tests/sunlinsol/sptfqmr/serial/test_fsunlinsol_sptfqmr_mod_serial.f90 +++ b/test/unit_tests/sunlinsol/sptfqmr/serial/test_fsunlinsol_sptfqmr_mod_serial.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunlinsol/sptfqmr/serial/test_sunlinsol_sptfqmr_serial.c b/test/unit_tests/sunlinsol/sptfqmr/serial/test_sunlinsol_sptfqmr_serial.c index 00e5955c95..1d4420453b 100644 --- a/test/unit_tests/sunlinsol/sptfqmr/serial/test_sunlinsol_sptfqmr_serial.c +++ b/test/unit_tests/sunlinsol/sptfqmr/serial/test_sunlinsol_sptfqmr_serial.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/superludist/CMakeLists.txt b/test/unit_tests/sunlinsol/superludist/CMakeLists.txt index dffde426e6..4682deb08e 100644 --- a/test/unit_tests/sunlinsol/superludist/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/superludist/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/superludist/test_sunlinsol_superludist.cpp b/test/unit_tests/sunlinsol/superludist/test_sunlinsol_superludist.cpp index 6ef9bc9189..f2a79e9a94 100644 --- a/test/unit_tests/sunlinsol/superludist/test_sunlinsol_superludist.cpp +++ b/test/unit_tests/sunlinsol/superludist/test_sunlinsol_superludist.cpp @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/superlumt/CMakeLists.txt b/test/unit_tests/sunlinsol/superlumt/CMakeLists.txt index 3d13bdcf4a..438ecf7f5c 100644 --- a/test/unit_tests/sunlinsol/superlumt/CMakeLists.txt +++ b/test/unit_tests/sunlinsol/superlumt/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Daniel R. Reynolds @ SMU # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunlinsol/superlumt/test_sunlinsol_superlumt.c b/test/unit_tests/sunlinsol/superlumt/test_sunlinsol_superlumt.c index 153d4db8ad..47edfb4577 100644 --- a/test/unit_tests/sunlinsol/superlumt/test_sunlinsol_superlumt.c +++ b/test/unit_tests/sunlinsol/superlumt/test_sunlinsol_superlumt.c @@ -3,7 +3,7 @@ * Programmer(s): Daniel Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/test_sunlinsol.c b/test/unit_tests/sunlinsol/test_sunlinsol.c index cec2cc9648..d1c97be40a 100644 --- a/test/unit_tests/sunlinsol/test_sunlinsol.c +++ b/test/unit_tests/sunlinsol/test_sunlinsol.c @@ -4,7 +4,7 @@ * David J. Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunlinsol/test_sunlinsol.f90 b/test/unit_tests/sunlinsol/test_sunlinsol.f90 index 584d4162ae..7c2cccbc61 100644 --- a/test/unit_tests/sunlinsol/test_sunlinsol.f90 +++ b/test/unit_tests/sunlinsol/test_sunlinsol.f90 @@ -6,7 +6,7 @@ ! R. Reynolds @ SMU. ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunlinsol/test_sunlinsol.h b/test/unit_tests/sunlinsol/test_sunlinsol.h index ef7feadc1d..69e12dffb8 100644 --- a/test/unit_tests/sunlinsol/test_sunlinsol.h +++ b/test/unit_tests/sunlinsol/test_sunlinsol.h @@ -3,7 +3,7 @@ * Programmer(s): Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmatrix/CMakeLists.txt b/test/unit_tests/sunmatrix/CMakeLists.txt index 308530e2a7..3350ba188f 100644 --- a/test/unit_tests/sunmatrix/CMakeLists.txt +++ b/test/unit_tests/sunmatrix/CMakeLists.txt @@ -3,7 +3,7 @@ # Cody Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmatrix/band/CMakeLists.txt b/test/unit_tests/sunmatrix/band/CMakeLists.txt index 5a646eff06..211363a8e1 100644 --- a/test/unit_tests/sunmatrix/band/CMakeLists.txt +++ b/test/unit_tests/sunmatrix/band/CMakeLists.txt @@ -3,7 +3,7 @@ # David J. Gardner and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmatrix/band/test_fsunmatrix_band_mod.f90 b/test/unit_tests/sunmatrix/band/test_fsunmatrix_band_mod.f90 index f7c7e00bca..a0011a2ade 100644 --- a/test/unit_tests/sunmatrix/band/test_fsunmatrix_band_mod.f90 +++ b/test/unit_tests/sunmatrix/band/test_fsunmatrix_band_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunmatrix/band/test_sunmatrix_band.c b/test/unit_tests/sunmatrix/band/test_sunmatrix_band.c index 6833724a5c..4bd5489fb7 100644 --- a/test/unit_tests/sunmatrix/band/test_sunmatrix_band.c +++ b/test/unit_tests/sunmatrix/band/test_sunmatrix_band.c @@ -4,7 +4,7 @@ * David Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmatrix/cusparse/CMakeLists.txt b/test/unit_tests/sunmatrix/cusparse/CMakeLists.txt index 501f7a2067..011a218811 100644 --- a/test/unit_tests/sunmatrix/cusparse/CMakeLists.txt +++ b/test/unit_tests/sunmatrix/cusparse/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmatrix/cusparse/test_sunmatrix_cusparse.cu b/test/unit_tests/sunmatrix/cusparse/test_sunmatrix_cusparse.cu index 31d983eeba..199161dd79 100644 --- a/test/unit_tests/sunmatrix/cusparse/test_sunmatrix_cusparse.cu +++ b/test/unit_tests/sunmatrix/cusparse/test_sunmatrix_cusparse.cu @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmatrix/dense/CMakeLists.txt b/test/unit_tests/sunmatrix/dense/CMakeLists.txt index 6ff62afacf..7d7fb7a3ee 100644 --- a/test/unit_tests/sunmatrix/dense/CMakeLists.txt +++ b/test/unit_tests/sunmatrix/dense/CMakeLists.txt @@ -3,7 +3,7 @@ # David J. Gardner and Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmatrix/dense/test_fsunmatrix_dense_mod.f90 b/test/unit_tests/sunmatrix/dense/test_fsunmatrix_dense_mod.f90 index 2a8a39ebbb..fcd8fd3ee4 100644 --- a/test/unit_tests/sunmatrix/dense/test_fsunmatrix_dense_mod.f90 +++ b/test/unit_tests/sunmatrix/dense/test_fsunmatrix_dense_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunmatrix/dense/test_sunmatrix_dense.c b/test/unit_tests/sunmatrix/dense/test_sunmatrix_dense.c index 168cfabe54..5381d17383 100644 --- a/test/unit_tests/sunmatrix/dense/test_sunmatrix_dense.c +++ b/test/unit_tests/sunmatrix/dense/test_sunmatrix_dense.c @@ -4,7 +4,7 @@ * David Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmatrix/dreadrb.c b/test/unit_tests/sunmatrix/dreadrb.c index 1b9bf05605..fb21ac9621 100644 --- a/test/unit_tests/sunmatrix/dreadrb.c +++ b/test/unit_tests/sunmatrix/dreadrb.c @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmatrix/dreadrb.h b/test/unit_tests/sunmatrix/dreadrb.h index bdf1c63901..6a60c610c6 100644 --- a/test/unit_tests/sunmatrix/dreadrb.h +++ b/test/unit_tests/sunmatrix/dreadrb.h @@ -4,7 +4,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmatrix/ginkgo/CMakeLists.txt b/test/unit_tests/sunmatrix/ginkgo/CMakeLists.txt index b7b474acc2..a4449de876 100644 --- a/test/unit_tests/sunmatrix/ginkgo/CMakeLists.txt +++ b/test/unit_tests/sunmatrix/ginkgo/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmatrix/ginkgo/test_sunmatrix_ginkgo.cpp b/test/unit_tests/sunmatrix/ginkgo/test_sunmatrix_ginkgo.cpp index e9151a9b65..d3e1d7d1d5 100644 --- a/test/unit_tests/sunmatrix/ginkgo/test_sunmatrix_ginkgo.cpp +++ b/test/unit_tests/sunmatrix/ginkgo/test_sunmatrix_ginkgo.cpp @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmatrix/kokkos/CMakeLists.txt b/test/unit_tests/sunmatrix/kokkos/CMakeLists.txt index cc87965432..ff612ff95a 100644 --- a/test/unit_tests/sunmatrix/kokkos/CMakeLists.txt +++ b/test/unit_tests/sunmatrix/kokkos/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmatrix/kokkos/test_sunmatrix_kokkosdense.cpp b/test/unit_tests/sunmatrix/kokkos/test_sunmatrix_kokkosdense.cpp index cb0d3374f2..269665980e 100644 --- a/test/unit_tests/sunmatrix/kokkos/test_sunmatrix_kokkosdense.cpp +++ b/test/unit_tests/sunmatrix/kokkos/test_sunmatrix_kokkosdense.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmatrix/magmadense/CMakeLists.txt b/test/unit_tests/sunmatrix/magmadense/CMakeLists.txt index b1c4ffeb8c..c3346a7210 100644 --- a/test/unit_tests/sunmatrix/magmadense/CMakeLists.txt +++ b/test/unit_tests/sunmatrix/magmadense/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmatrix/magmadense/test_sunmatrix_magmadense.cpp b/test/unit_tests/sunmatrix/magmadense/test_sunmatrix_magmadense.cpp index d7b7d31295..7dfa3c5ff2 100644 --- a/test/unit_tests/sunmatrix/magmadense/test_sunmatrix_magmadense.cpp +++ b/test/unit_tests/sunmatrix/magmadense/test_sunmatrix_magmadense.cpp @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmatrix/onemkldense/CMakeLists.txt b/test/unit_tests/sunmatrix/onemkldense/CMakeLists.txt index 9b6b9195b9..d6f20fee0a 100644 --- a/test/unit_tests/sunmatrix/onemkldense/CMakeLists.txt +++ b/test/unit_tests/sunmatrix/onemkldense/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmatrix/onemkldense/test_sunmatrix_onemkldense.cpp b/test/unit_tests/sunmatrix/onemkldense/test_sunmatrix_onemkldense.cpp index 12a9bd80b0..90f5650a6f 100644 --- a/test/unit_tests/sunmatrix/onemkldense/test_sunmatrix_onemkldense.cpp +++ b/test/unit_tests/sunmatrix/onemkldense/test_sunmatrix_onemkldense.cpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * --------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmatrix/slunrloc/CMakeLists.txt b/test/unit_tests/sunmatrix/slunrloc/CMakeLists.txt index 6bcc736b0f..0dce9a48dd 100644 --- a/test/unit_tests/sunmatrix/slunrloc/CMakeLists.txt +++ b/test/unit_tests/sunmatrix/slunrloc/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmatrix/slunrloc/test_sunmatrix_slunrloc.cpp b/test/unit_tests/sunmatrix/slunrloc/test_sunmatrix_slunrloc.cpp index c23018ec6e..9339de9632 100644 --- a/test/unit_tests/sunmatrix/slunrloc/test_sunmatrix_slunrloc.cpp +++ b/test/unit_tests/sunmatrix/slunrloc/test_sunmatrix_slunrloc.cpp @@ -3,7 +3,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ---------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmatrix/sparse/CMakeLists.txt b/test/unit_tests/sunmatrix/sparse/CMakeLists.txt index 41be2ab091..3259a4a63d 100644 --- a/test/unit_tests/sunmatrix/sparse/CMakeLists.txt +++ b/test/unit_tests/sunmatrix/sparse/CMakeLists.txt @@ -3,7 +3,7 @@ # David J. Gardner and Cody J. Balos @ LLNL # ----------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmatrix/sparse/test_fsunmatrix_sparse_mod.f90 b/test/unit_tests/sunmatrix/sparse/test_fsunmatrix_sparse_mod.f90 index 03bcff5896..4ffd187227 100644 --- a/test/unit_tests/sunmatrix/sparse/test_fsunmatrix_sparse_mod.f90 +++ b/test/unit_tests/sunmatrix/sparse/test_fsunmatrix_sparse_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunmatrix/sparse/test_sunmatrix_sparse.c b/test/unit_tests/sunmatrix/sparse/test_sunmatrix_sparse.c index 0cb7cb3786..b9e46e65d6 100644 --- a/test/unit_tests/sunmatrix/sparse/test_sunmatrix_sparse.c +++ b/test/unit_tests/sunmatrix/sparse/test_sunmatrix_sparse.c @@ -4,7 +4,7 @@ * David Gardner @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmatrix/test_sunmatrix.c b/test/unit_tests/sunmatrix/test_sunmatrix.c index 47b2cf9296..3b88f7ee87 100644 --- a/test/unit_tests/sunmatrix/test_sunmatrix.c +++ b/test/unit_tests/sunmatrix/test_sunmatrix.c @@ -4,7 +4,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmatrix/test_sunmatrix.f90 b/test/unit_tests/sunmatrix/test_sunmatrix.f90 index 75869c244b..5a73d27d6d 100644 --- a/test/unit_tests/sunmatrix/test_sunmatrix.f90 +++ b/test/unit_tests/sunmatrix/test_sunmatrix.f90 @@ -6,7 +6,7 @@ ! R. Reynolds @ SMU. ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunmatrix/test_sunmatrix.h b/test/unit_tests/sunmatrix/test_sunmatrix.h index 476b15d50d..8448f9bf8a 100644 --- a/test/unit_tests/sunmatrix/test_sunmatrix.h +++ b/test/unit_tests/sunmatrix/test_sunmatrix.h @@ -4,7 +4,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmemory/CMakeLists.txt b/test/unit_tests/sunmemory/CMakeLists.txt index aba5a544d7..e1747b2260 100644 --- a/test/unit_tests/sunmemory/CMakeLists.txt +++ b/test/unit_tests/sunmemory/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmemory/cuda/CMakeLists.txt b/test/unit_tests/sunmemory/cuda/CMakeLists.txt index f8fc7f3643..e1eac138ce 100644 --- a/test/unit_tests/sunmemory/cuda/CMakeLists.txt +++ b/test/unit_tests/sunmemory/cuda/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmemory/cuda/test_sunmemory_cuda.cu b/test/unit_tests/sunmemory/cuda/test_sunmemory_cuda.cu index c481740f9b..892c99eb0e 100644 --- a/test/unit_tests/sunmemory/cuda/test_sunmemory_cuda.cu +++ b/test/unit_tests/sunmemory/cuda/test_sunmemory_cuda.cu @@ -1,6 +1,6 @@ /*------------------------------------------------------------------ * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmemory/hip/CMakeLists.txt b/test/unit_tests/sunmemory/hip/CMakeLists.txt index 383417561c..4729ad8b61 100644 --- a/test/unit_tests/sunmemory/hip/CMakeLists.txt +++ b/test/unit_tests/sunmemory/hip/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmemory/hip/test_sunmemory_hip.cpp b/test/unit_tests/sunmemory/hip/test_sunmemory_hip.cpp index 2e91cd071d..614a78c9fe 100644 --- a/test/unit_tests/sunmemory/hip/test_sunmemory_hip.cpp +++ b/test/unit_tests/sunmemory/hip/test_sunmemory_hip.cpp @@ -1,6 +1,6 @@ /*------------------------------------------------------------------ * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmemory/sycl/CMakeLists.txt b/test/unit_tests/sunmemory/sycl/CMakeLists.txt index de3abc84e7..04aeea4e7c 100644 --- a/test/unit_tests/sunmemory/sycl/CMakeLists.txt +++ b/test/unit_tests/sunmemory/sycl/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmemory/sycl/test_sunmemory_sycl.cpp b/test/unit_tests/sunmemory/sycl/test_sunmemory_sycl.cpp index 5a6386db6d..0a6cbc35f4 100644 --- a/test/unit_tests/sunmemory/sycl/test_sunmemory_sycl.cpp +++ b/test/unit_tests/sunmemory/sycl/test_sunmemory_sycl.cpp @@ -1,6 +1,6 @@ /*------------------------------------------------------------------ * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunmemory/sys/CMakeLists.txt b/test/unit_tests/sunmemory/sys/CMakeLists.txt index 3dc597c941..9f2f559672 100644 --- a/test/unit_tests/sunmemory/sys/CMakeLists.txt +++ b/test/unit_tests/sunmemory/sys/CMakeLists.txt @@ -1,6 +1,6 @@ # --------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunmemory/sys/test_sunmemory_sys.cpp b/test/unit_tests/sunmemory/sys/test_sunmemory_sys.cpp index 2abba4d927..bd2e31e5a6 100644 --- a/test/unit_tests/sunmemory/sys/test_sunmemory_sys.cpp +++ b/test/unit_tests/sunmemory/sys/test_sunmemory_sys.cpp @@ -1,6 +1,6 @@ /*------------------------------------------------------------------ * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunnonlinsol/CMakeLists.txt b/test/unit_tests/sunnonlinsol/CMakeLists.txt index fabbbe3810..b7ca015fc1 100644 --- a/test/unit_tests/sunnonlinsol/CMakeLists.txt +++ b/test/unit_tests/sunnonlinsol/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunnonlinsol/fixedpoint/CMakeLists.txt b/test/unit_tests/sunnonlinsol/fixedpoint/CMakeLists.txt index 30c1df4910..33c4d9c200 100644 --- a/test/unit_tests/sunnonlinsol/fixedpoint/CMakeLists.txt +++ b/test/unit_tests/sunnonlinsol/fixedpoint/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunnonlinsol/fixedpoint/test_fsunnonlinsol_fixedpoint_mod.f90 b/test/unit_tests/sunnonlinsol/fixedpoint/test_fsunnonlinsol_fixedpoint_mod.f90 index f732b96374..69922a8af1 100644 --- a/test/unit_tests/sunnonlinsol/fixedpoint/test_fsunnonlinsol_fixedpoint_mod.f90 +++ b/test/unit_tests/sunnonlinsol/fixedpoint/test_fsunnonlinsol_fixedpoint_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunnonlinsol/fixedpoint/test_sunnonlinsol_fixedpoint.c b/test/unit_tests/sunnonlinsol/fixedpoint/test_sunnonlinsol_fixedpoint.c index a9e9c5435e..e55963e576 100644 --- a/test/unit_tests/sunnonlinsol/fixedpoint/test_sunnonlinsol_fixedpoint.c +++ b/test/unit_tests/sunnonlinsol/fixedpoint/test_sunnonlinsol_fixedpoint.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunnonlinsol/newton/CMakeLists.txt b/test/unit_tests/sunnonlinsol/newton/CMakeLists.txt index ccb5604b95..2f7442eaea 100644 --- a/test/unit_tests/sunnonlinsol/newton/CMakeLists.txt +++ b/test/unit_tests/sunnonlinsol/newton/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): David J. Gardner @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunnonlinsol/newton/test_fsunnonlinsol_newton_mod.f90 b/test/unit_tests/sunnonlinsol/newton/test_fsunnonlinsol_newton_mod.f90 index 9c85724f72..7c66d69ff8 100644 --- a/test/unit_tests/sunnonlinsol/newton/test_fsunnonlinsol_newton_mod.f90 +++ b/test/unit_tests/sunnonlinsol/newton/test_fsunnonlinsol_newton_mod.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/sunnonlinsol/newton/test_sunnonlinsol_newton.c b/test/unit_tests/sunnonlinsol/newton/test_sunnonlinsol_newton.c index 489a3549a0..dd49b6cbdf 100644 --- a/test/unit_tests/sunnonlinsol/newton/test_sunnonlinsol_newton.c +++ b/test/unit_tests/sunnonlinsol/newton/test_sunnonlinsol_newton.c @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/sunnonlinsol/petsc/CMakeLists.txt b/test/unit_tests/sunnonlinsol/petsc/CMakeLists.txt index 90c95ad245..993d6e2c12 100644 --- a/test/unit_tests/sunnonlinsol/petsc/CMakeLists.txt +++ b/test/unit_tests/sunnonlinsol/petsc/CMakeLists.txt @@ -2,7 +2,7 @@ # Programmer(s): Cody J. Balos @ LLNL # ------------------------------------------------------------------------------ # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/test/unit_tests/sunnonlinsol/petsc/test_sunnonlinsol_petscsnes.c b/test/unit_tests/sunnonlinsol/petsc/test_sunnonlinsol_petscsnes.c index d66fb5526a..dbed22bb92 100644 --- a/test/unit_tests/sunnonlinsol/petsc/test_sunnonlinsol_petscsnes.c +++ b/test/unit_tests/sunnonlinsol/petsc/test_sunnonlinsol_petscsnes.c @@ -2,7 +2,7 @@ * Programmer(s): Cody J. Balos @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/utilities/check_return.hpp b/test/unit_tests/utilities/check_return.hpp index 7b034a933b..349e2fa2d1 100644 --- a/test/unit_tests/utilities/check_return.hpp +++ b/test/unit_tests/utilities/check_return.hpp @@ -2,7 +2,7 @@ * Programmer(s): David J. Gardner @ LLNL * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/utilities/dumpstderr.hpp b/test/unit_tests/utilities/dumpstderr.hpp index 9d57384fcc..ea2d501317 100644 --- a/test/unit_tests/utilities/dumpstderr.hpp +++ b/test/unit_tests/utilities/dumpstderr.hpp @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2024, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/test/unit_tests/utilities/test_utilities.f90 b/test/unit_tests/utilities/test_utilities.f90 index 54c439dee3..9f0e0c3e24 100644 --- a/test/unit_tests/utilities/test_utilities.f90 +++ b/test/unit_tests/utilities/test_utilities.f90 @@ -2,7 +2,7 @@ ! Programmer(s): Cody J. Balos @ LLNL ! ----------------------------------------------------------------- ! SUNDIALS Copyright Start -! Copyright (c) 2002-2024, Lawrence Livermore National Security +! Copyright (c) 2002-2025, Lawrence Livermore National Security ! and Southern Methodist University. ! All rights reserved. ! diff --git a/test/unit_tests/utilities/test_utilities.hpp b/test/unit_tests/utilities/test_utilities.hpp index 6798740d63..152fb8e407 100644 --- a/test/unit_tests/utilities/test_utilities.hpp +++ b/test/unit_tests/utilities/test_utilities.hpp @@ -3,7 +3,7 @@ * Daniel R. Reynolds @ SMU * ----------------------------------------------------------------------------- * SUNDIALS Copyright Start - * Copyright (c) 2002-2023, Lawrence Livermore National Security + * Copyright (c) 2002-2025, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * diff --git a/tools/log_example.py b/tools/log_example.py index d7fb39402b..ddba505b10 100755 --- a/tools/log_example.py +++ b/tools/log_example.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/tools/log_example_mri.py b/tools/log_example_mri.py index ef138020c7..5ae9e8f989 100755 --- a/tools/log_example_mri.py +++ b/tools/log_example_mri.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/tools/log_example_print.py b/tools/log_example_print.py index 755e124660..6741a97ff2 100755 --- a/tools/log_example_print.py +++ b/tools/log_example_print.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/tools/suntools/csv.py b/tools/suntools/csv.py index 5739d6796b..aaaea4fa72 100644 --- a/tools/suntools/csv.py +++ b/tools/suntools/csv.py @@ -3,7 +3,7 @@ # Programmer(s): David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. # diff --git a/tools/suntools/logs.py b/tools/suntools/logs.py index 5c09344e02..249759dd5b 100644 --- a/tools/suntools/logs.py +++ b/tools/suntools/logs.py @@ -3,7 +3,7 @@ # Programmer(s): Cody Balos and David J. Gardner @ LLNL # ----------------------------------------------------------------------------- # SUNDIALS Copyright Start -# Copyright (c) 2002-2024, Lawrence Livermore National Security +# Copyright (c) 2002-2025, Lawrence Livermore National Security # and Southern Methodist University. # All rights reserved. #