From 7a7781cb398d5118390761caed070f7a0c1609ee Mon Sep 17 00:00:00 2001
From: Yen-Chen Chen <yen-chen.chen@kit.edu>
Date: Wed, 29 Jan 2025 10:17:49 +0000
Subject: [PATCH] Bump license year to 2025
 (icon-libraries/libfortran-support!108)

## What is the new feature
Bump license year to 2025

Approved-by: Pradipta Samanta <samanta@dkrz.de>
Merged-by: Pradipta Samanta <samanta@dkrz.de>
Changelog: other
---
 .reuse/templates/icon.jinja2          | 2 +-
 CMakeLists.txt                        | 2 +-
 REUSE.toml                            | 8 ++++----
 cmake/check_macro.cmake               | 2 +-
 cmake/config.cmake.in                 | 2 +-
 cmake/gtest_helper.cmake              | 2 +-
 cmake/list_sources.cmake              | 2 +-
 src/CMakeLists.txt                    | 2 +-
 src/config.h.in                       | 2 +-
 src/fortran_support.F90               | 2 +-
 src/mo_exception.F90                  | 2 +-
 src/mo_expression.F90                 | 2 +-
 src/mo_fortran_tools.F90              | 2 +-
 src/mo_hash_table.F90                 | 2 +-
 src/mo_io_units.F90                   | 2 +-
 src/mo_namelist.F90                   | 2 +-
 src/mo_octree.F90                     | 2 +-
 src/mo_simple_dump.F90                | 2 +-
 src/mo_util_backtrace.F90             | 2 +-
 src/mo_util_file.F90                  | 2 +-
 src/mo_util_libc.F90                  | 2 +-
 src/mo_util_nml.F90                   | 2 +-
 src/mo_util_rusage.F90                | 2 +-
 src/mo_util_sort.F90                  | 2 +-
 src/mo_util_stride.F90                | 2 +-
 src/mo_util_string.F90                | 2 +-
 src/mo_util_string_parse.F90          | 2 +-
 src/mo_util_system.F90                | 2 +-
 src/mo_util_table.F90                 | 2 +-
 src/mo_util_texthash.F90              | 2 +-
 src/mo_util_timer.F90                 | 2 +-
 src/nml_annotate.c                    | 2 +-
 src/nml_annotate.h                    | 2 +-
 src/nml_annotate.rl                   | 2 +-
 src/util_arithmetic_expr.c            | 2 +-
 src/util_arithmetic_expr.h            | 2 +-
 src/util_arithmetic_expr.rl           | 2 +-
 src/util_backtrace.c                  | 2 +-
 src/util_backtrace.h                  | 2 +-
 src/util_file.c                       | 2 +-
 src/util_file.h                       | 2 +-
 src/util_hash.c                       | 2 +-
 src/util_hash.h                       | 2 +-
 src/util_stride.c                     | 2 +-
 src/util_stride.h                     | 2 +-
 src/util_string_parse.c               | 2 +-
 src/util_string_parse.h               | 2 +-
 src/util_string_parse.rl              | 2 +-
 src/util_sysinfo.c                    | 2 +-
 src/util_sysinfo.h                    | 2 +-
 src/util_system.c                     | 2 +-
 src/util_system.h                     | 2 +-
 src/util_timer.c                      | 2 +-
 src/util_timer.h                      | 2 +-
 test/CMakeLists.txt                   | 2 +-
 test/c/CMakeLists.txt                 | 2 +-
 test/c/ctest_nml_annotate.cpp         | 2 +-
 test/c/ctest_util_arithmetic_expr.cpp | 2 +-
 test/c/ctest_util_backtrace.cpp       | 2 +-
 test/c/ctest_util_file.cpp            | 2 +-
 test/c/ctest_util_hash.cpp            | 2 +-
 test/c/ctest_util_stride.cpp          | 2 +-
 test/c/ctest_util_string_parse.cpp    | 2 +-
 test/c/ctest_util_sysinfo.cpp         | 2 +-
 test/c/ctest_util_system.cpp          | 2 +-
 test/c/ctest_util_timer.cpp           | 2 +-
 test/fortran/CMakeLists.txt           | 2 +-
 test/fortran/helpers.f90              | 2 +-
 test/fortran/test_backtrace.f90       | 2 +-
 test/fortran/test_exception.f90       | 2 +-
 test/fortran/test_expression.f90      | 2 +-
 test/fortran/test_fortran_tools.f90   | 2 +-
 test/fortran/test_hash_table.f90      | 2 +-
 test/fortran/test_octree.f90          | 2 +-
 test/fortran/test_sort.f90            | 2 +-
 test/fortran/test_text_hash.f90       | 2 +-
 test/fortran/test_util_string.f90     | 2 +-
 test/fortran/test_util_table.f90      | 2 +-
 test/fortran/test_util_timer.f90      | 2 +-
 79 files changed, 82 insertions(+), 82 deletions(-)

diff --git a/.reuse/templates/icon.jinja2 b/.reuse/templates/icon.jinja2
index 022db84..8eb0fa2 100644
--- a/.reuse/templates/icon.jinja2
+++ b/.reuse/templates/icon.jinja2
@@ -1,7 +1,7 @@
 ICON
 
 ---------------------------------------------------------------
-Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 Contact information: icon-model.org
 
 See AUTHORS.TXT for a list of authors
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 40cdcdb..dd7dd2b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
 # ICON
 #
 # ---------------------------------------------------------------
-# Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+# Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 # Contact information: icon-model.org
 #
 # See AUTHORS.TXT for a list of authors
diff --git a/REUSE.toml b/REUSE.toml
index 93cdb80..8b25267 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -1,7 +1,7 @@
 # ICON
 #
 # ---------------------------------------------------------------
-# Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+# Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 # Contact information: icon-model.org
 #
 # See AUTHORS.txt for a list of authors
@@ -18,7 +18,7 @@ path = [
   "README.md",
 ]
 precedence = "aggregate"
-SPDX-FileCopyrightText = "2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss"
+SPDX-FileCopyrightText = "2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss"
 SPDX-License-Identifier = "CC-BY-4.0"
 
 [[annotations]]
@@ -31,7 +31,7 @@ path = [
   "_typos.toml"
 ]
 precedence = "aggregate"
-SPDX-FileCopyrightText = "2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss"
+SPDX-FileCopyrightText = "2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss"
 SPDX-License-Identifier = "CC0-1.0"
 
 [[annotations]]
@@ -40,5 +40,5 @@ path = [
   ".gitlab-ci.yml"
 ]
 precedence = "aggregate"
-SPDX-FileCopyrightText = "2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss"
+SPDX-FileCopyrightText = "2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss"
 SPDX-License-Identifier = "BSD-3-Clause"
diff --git a/cmake/check_macro.cmake b/cmake/check_macro.cmake
index 7495b85..e8d0e90 100644
--- a/cmake/check_macro.cmake
+++ b/cmake/check_macro.cmake
@@ -1,7 +1,7 @@
 # ICON
 #
 # ---------------------------------------------------------------
-# Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+# Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 # Contact information: icon-model.org
 #
 # See AUTHORS.TXT for a list of authors
diff --git a/cmake/config.cmake.in b/cmake/config.cmake.in
index 3a5bd7e..c7f93b3 100644
--- a/cmake/config.cmake.in
+++ b/cmake/config.cmake.in
@@ -1,7 +1,7 @@
 # ICON
 #
 # ---------------------------------------------------------------
-# Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+# Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 # Contact information: icon-model.org
 #
 # See AUTHORS.TXT for a list of authors
diff --git a/cmake/gtest_helper.cmake b/cmake/gtest_helper.cmake
index b7f87f3..073eb13 100644
--- a/cmake/gtest_helper.cmake
+++ b/cmake/gtest_helper.cmake
@@ -1,7 +1,7 @@
 # ICON
 #
 # ---------------------------------------------------------------
-# Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+# Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 # Contact information: icon-model.org
 #
 # See AUTHORS.TXT for a list of authors
diff --git a/cmake/list_sources.cmake b/cmake/list_sources.cmake
index dd08537..45e7ad5 100644
--- a/cmake/list_sources.cmake
+++ b/cmake/list_sources.cmake
@@ -1,7 +1,7 @@
 # ICON
 #
 # ---------------------------------------------------------------
-# Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+# Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 # Contact information: icon-model.org
 #
 # See AUTHORS.TXT for a list of authors
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 350a051..f25f222 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,7 +1,7 @@
 # ICON
 #
 # ---------------------------------------------------------------
-# Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+# Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 # Contact information: icon-model.org
 #
 # See AUTHORS.TXT for a list of authors
diff --git a/src/config.h.in b/src/config.h.in
index 47e3dd9..07b9d54 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/fortran_support.F90 b/src/fortran_support.F90
index f2d52cd..83f6c12 100644
--- a/src/fortran_support.F90
+++ b/src/fortran_support.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_exception.F90 b/src/mo_exception.F90
index c20847d..a5574a1 100644
--- a/src/mo_exception.F90
+++ b/src/mo_exception.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_expression.F90 b/src/mo_expression.F90
index 6a841c5..e83b5af 100644
--- a/src/mo_expression.F90
+++ b/src/mo_expression.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_fortran_tools.F90 b/src/mo_fortran_tools.F90
index 9646cd8..bc16f01 100644
--- a/src/mo_fortran_tools.F90
+++ b/src/mo_fortran_tools.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_hash_table.F90 b/src/mo_hash_table.F90
index ff13319..ce22eca 100644
--- a/src/mo_hash_table.F90
+++ b/src/mo_hash_table.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_io_units.F90 b/src/mo_io_units.F90
index 72ab57b..c6aec52 100644
--- a/src/mo_io_units.F90
+++ b/src/mo_io_units.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_namelist.F90 b/src/mo_namelist.F90
index 914e81f..db7c69d 100644
--- a/src/mo_namelist.F90
+++ b/src/mo_namelist.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_octree.F90 b/src/mo_octree.F90
index 04f177f..33b81ae 100644
--- a/src/mo_octree.F90
+++ b/src/mo_octree.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_simple_dump.F90 b/src/mo_simple_dump.F90
index c3574ee..87f0441 100644
--- a/src/mo_simple_dump.F90
+++ b/src/mo_simple_dump.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_util_backtrace.F90 b/src/mo_util_backtrace.F90
index 9bea9ee..3975e85 100644
--- a/src/mo_util_backtrace.F90
+++ b/src/mo_util_backtrace.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_util_file.F90 b/src/mo_util_file.F90
index cbbe399..b0d0fa0 100644
--- a/src/mo_util_file.F90
+++ b/src/mo_util_file.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_util_libc.F90 b/src/mo_util_libc.F90
index 790cce7..8a41ec4 100644
--- a/src/mo_util_libc.F90
+++ b/src/mo_util_libc.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_util_nml.F90 b/src/mo_util_nml.F90
index c4be1a5..aa317f7 100644
--- a/src/mo_util_nml.F90
+++ b/src/mo_util_nml.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_util_rusage.F90 b/src/mo_util_rusage.F90
index 0d2f39f..72957d1 100644
--- a/src/mo_util_rusage.F90
+++ b/src/mo_util_rusage.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_util_sort.F90 b/src/mo_util_sort.F90
index 53263a7..e5cf130 100644
--- a/src/mo_util_sort.F90
+++ b/src/mo_util_sort.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_util_stride.F90 b/src/mo_util_stride.F90
index b6f928a..6c6ae1b 100644
--- a/src/mo_util_stride.F90
+++ b/src/mo_util_stride.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_util_string.F90 b/src/mo_util_string.F90
index 52bfc69..f3bca15 100644
--- a/src/mo_util_string.F90
+++ b/src/mo_util_string.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_util_string_parse.F90 b/src/mo_util_string_parse.F90
index b6a0efe..bcc91db 100644
--- a/src/mo_util_string_parse.F90
+++ b/src/mo_util_string_parse.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_util_system.F90 b/src/mo_util_system.F90
index 65c35ea..f6b05e3 100644
--- a/src/mo_util_system.F90
+++ b/src/mo_util_system.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_util_table.F90 b/src/mo_util_table.F90
index 923d73c..669c74d 100644
--- a/src/mo_util_table.F90
+++ b/src/mo_util_table.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_util_texthash.F90 b/src/mo_util_texthash.F90
index 75e4211..6f7d317 100644
--- a/src/mo_util_texthash.F90
+++ b/src/mo_util_texthash.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/mo_util_timer.F90 b/src/mo_util_timer.F90
index c51c024..f5c221a 100644
--- a/src/mo_util_timer.F90
+++ b/src/mo_util_timer.F90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/src/nml_annotate.c b/src/nml_annotate.c
index 22494b6..ff02208 100644
--- a/src/nml_annotate.c
+++ b/src/nml_annotate.c
@@ -3,7 +3,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/nml_annotate.h b/src/nml_annotate.h
index 54010c8..73156a6 100644
--- a/src/nml_annotate.h
+++ b/src/nml_annotate.h
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/nml_annotate.rl b/src/nml_annotate.rl
index ea2e23d..d7390c8 100644
--- a/src/nml_annotate.rl
+++ b/src/nml_annotate.rl
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_arithmetic_expr.c b/src/util_arithmetic_expr.c
index 8ffc849..ef3752b 100644
--- a/src/util_arithmetic_expr.c
+++ b/src/util_arithmetic_expr.c
@@ -3,7 +3,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_arithmetic_expr.h b/src/util_arithmetic_expr.h
index eba2ba1..ca934c4 100644
--- a/src/util_arithmetic_expr.h
+++ b/src/util_arithmetic_expr.h
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_arithmetic_expr.rl b/src/util_arithmetic_expr.rl
index 6e67234..9d5c825 100644
--- a/src/util_arithmetic_expr.rl
+++ b/src/util_arithmetic_expr.rl
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_backtrace.c b/src/util_backtrace.c
index e225a55..d4ada57 100644
--- a/src/util_backtrace.c
+++ b/src/util_backtrace.c
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_backtrace.h b/src/util_backtrace.h
index 2ba2be0..66a8e3f 100644
--- a/src/util_backtrace.h
+++ b/src/util_backtrace.h
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_file.c b/src/util_file.c
index 1eedbd7..22880c9 100644
--- a/src/util_file.c
+++ b/src/util_file.c
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_file.h b/src/util_file.h
index 7632cad..260ebd8 100644
--- a/src/util_file.h
+++ b/src/util_file.h
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_hash.c b/src/util_hash.c
index 85d1d0c..a70cbb0 100644
--- a/src/util_hash.c
+++ b/src/util_hash.c
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_hash.h b/src/util_hash.h
index 72525df..154c930 100644
--- a/src/util_hash.h
+++ b/src/util_hash.h
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_stride.c b/src/util_stride.c
index 98f6fec..15a1f1e 100644
--- a/src/util_stride.c
+++ b/src/util_stride.c
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_stride.h b/src/util_stride.h
index ef35df9..28533fd 100644
--- a/src/util_stride.h
+++ b/src/util_stride.h
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_string_parse.c b/src/util_string_parse.c
index a00ae7e..2a16a84 100644
--- a/src/util_string_parse.c
+++ b/src/util_string_parse.c
@@ -3,7 +3,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_string_parse.h b/src/util_string_parse.h
index d0607e6..253d248 100644
--- a/src/util_string_parse.h
+++ b/src/util_string_parse.h
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_string_parse.rl b/src/util_string_parse.rl
index 5e0e799..53700a9 100644
--- a/src/util_string_parse.rl
+++ b/src/util_string_parse.rl
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_sysinfo.c b/src/util_sysinfo.c
index 851083e..d90f0c2 100644
--- a/src/util_sysinfo.c
+++ b/src/util_sysinfo.c
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_sysinfo.h b/src/util_sysinfo.h
index 1783da2..056ac43 100644
--- a/src/util_sysinfo.h
+++ b/src/util_sysinfo.h
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_system.c b/src/util_system.c
index 14695aa..f08f3e2 100644
--- a/src/util_system.c
+++ b/src/util_system.c
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_system.h b/src/util_system.h
index 2103ab2..718c43c 100644
--- a/src/util_system.h
+++ b/src/util_system.h
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_timer.c b/src/util_timer.c
index 6677d53..978cf66 100644
--- a/src/util_timer.c
+++ b/src/util_timer.c
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/src/util_timer.h b/src/util_timer.h
index ef97150..80cf618 100644
--- a/src/util_timer.h
+++ b/src/util_timer.h
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index d5afbe6..a81fea5 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,7 +1,7 @@
 # ICON
 #
 # ---------------------------------------------------------------
-# Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+# Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 # Contact information: icon-model.org
 #
 # See AUTHORS.TXT for a list of authors
diff --git a/test/c/CMakeLists.txt b/test/c/CMakeLists.txt
index d525c67..0014a5a 100644
--- a/test/c/CMakeLists.txt
+++ b/test/c/CMakeLists.txt
@@ -1,7 +1,7 @@
 # ICON
 #
 # ---------------------------------------------------------------
-# Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+# Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 # Contact information: icon-model.org
 #
 # See AUTHORS.TXT for a list of authors
diff --git a/test/c/ctest_nml_annotate.cpp b/test/c/ctest_nml_annotate.cpp
index 12dfb74..c112067 100644
--- a/test/c/ctest_nml_annotate.cpp
+++ b/test/c/ctest_nml_annotate.cpp
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/test/c/ctest_util_arithmetic_expr.cpp b/test/c/ctest_util_arithmetic_expr.cpp
index e662317..efe5c65 100644
--- a/test/c/ctest_util_arithmetic_expr.cpp
+++ b/test/c/ctest_util_arithmetic_expr.cpp
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/test/c/ctest_util_backtrace.cpp b/test/c/ctest_util_backtrace.cpp
index e9d65b3..c89f58c 100644
--- a/test/c/ctest_util_backtrace.cpp
+++ b/test/c/ctest_util_backtrace.cpp
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/test/c/ctest_util_file.cpp b/test/c/ctest_util_file.cpp
index 7fa0987..f0a588e 100644
--- a/test/c/ctest_util_file.cpp
+++ b/test/c/ctest_util_file.cpp
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/test/c/ctest_util_hash.cpp b/test/c/ctest_util_hash.cpp
index 862f5a4..90dede6 100644
--- a/test/c/ctest_util_hash.cpp
+++ b/test/c/ctest_util_hash.cpp
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/test/c/ctest_util_stride.cpp b/test/c/ctest_util_stride.cpp
index a3f668c..1e7e6a0 100644
--- a/test/c/ctest_util_stride.cpp
+++ b/test/c/ctest_util_stride.cpp
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/test/c/ctest_util_string_parse.cpp b/test/c/ctest_util_string_parse.cpp
index 4fdbc7d..470a7aa 100644
--- a/test/c/ctest_util_string_parse.cpp
+++ b/test/c/ctest_util_string_parse.cpp
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/test/c/ctest_util_sysinfo.cpp b/test/c/ctest_util_sysinfo.cpp
index 91b26b6..6cf7ce3 100644
--- a/test/c/ctest_util_sysinfo.cpp
+++ b/test/c/ctest_util_sysinfo.cpp
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/test/c/ctest_util_system.cpp b/test/c/ctest_util_system.cpp
index c47d5d7..78d66c4 100644
--- a/test/c/ctest_util_system.cpp
+++ b/test/c/ctest_util_system.cpp
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/test/c/ctest_util_timer.cpp b/test/c/ctest_util_timer.cpp
index ff95c30..a0967d2 100644
--- a/test/c/ctest_util_timer.cpp
+++ b/test/c/ctest_util_timer.cpp
@@ -1,7 +1,7 @@
 // ICON
 //
 // ---------------------------------------------------------------
-// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+// Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 // Contact information: icon-model.org
 //
 // See AUTHORS.TXT for a list of authors
diff --git a/test/fortran/CMakeLists.txt b/test/fortran/CMakeLists.txt
index 5381535..a95e5d0 100644
--- a/test/fortran/CMakeLists.txt
+++ b/test/fortran/CMakeLists.txt
@@ -1,7 +1,7 @@
 # ICON
 #
 # ---------------------------------------------------------------
-# Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+# Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 # Contact information: icon-model.org
 #
 # See AUTHORS.TXT for a list of authors
diff --git a/test/fortran/helpers.f90 b/test/fortran/helpers.f90
index 6c260ba..5a65dba 100644
--- a/test/fortran/helpers.f90
+++ b/test/fortran/helpers.f90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/test/fortran/test_backtrace.f90 b/test/fortran/test_backtrace.f90
index c5e507b..2b95a44 100644
--- a/test/fortran/test_backtrace.f90
+++ b/test/fortran/test_backtrace.f90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/test/fortran/test_exception.f90 b/test/fortran/test_exception.f90
index ebb99fb..544b086 100644
--- a/test/fortran/test_exception.f90
+++ b/test/fortran/test_exception.f90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/test/fortran/test_expression.f90 b/test/fortran/test_expression.f90
index 1b0d76f..9f3f81c 100644
--- a/test/fortran/test_expression.f90
+++ b/test/fortran/test_expression.f90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/test/fortran/test_fortran_tools.f90 b/test/fortran/test_fortran_tools.f90
index 5ed6d35..8a83902 100644
--- a/test/fortran/test_fortran_tools.f90
+++ b/test/fortran/test_fortran_tools.f90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/test/fortran/test_hash_table.f90 b/test/fortran/test_hash_table.f90
index 2ba2377..68fa797 100644
--- a/test/fortran/test_hash_table.f90
+++ b/test/fortran/test_hash_table.f90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/test/fortran/test_octree.f90 b/test/fortran/test_octree.f90
index ffd52ce..4a84ec3 100644
--- a/test/fortran/test_octree.f90
+++ b/test/fortran/test_octree.f90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/test/fortran/test_sort.f90 b/test/fortran/test_sort.f90
index 1f3462c..d1d62ad 100644
--- a/test/fortran/test_sort.f90
+++ b/test/fortran/test_sort.f90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/test/fortran/test_text_hash.f90 b/test/fortran/test_text_hash.f90
index b9b30a2..a9b8086 100644
--- a/test/fortran/test_text_hash.f90
+++ b/test/fortran/test_text_hash.f90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/test/fortran/test_util_string.f90 b/test/fortran/test_util_string.f90
index 9b93a6e..2ff731a 100644
--- a/test/fortran/test_util_string.f90
+++ b/test/fortran/test_util_string.f90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/test/fortran/test_util_table.f90 b/test/fortran/test_util_table.f90
index 03f0ef1..2760f24 100644
--- a/test/fortran/test_util_table.f90
+++ b/test/fortran/test_util_table.f90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
diff --git a/test/fortran/test_util_timer.f90 b/test/fortran/test_util_timer.f90
index ad59ed9..16545d3 100644
--- a/test/fortran/test_util_timer.f90
+++ b/test/fortran/test_util_timer.f90
@@ -1,7 +1,7 @@
 ! ICON
 !
 ! ---------------------------------------------------------------
-! Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
+! Copyright (C) 2004-2025, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
 ! Contact information: icon-model.org
 !
 ! See AUTHORS.TXT for a list of authors
-- 
GitLab