From de995c15db5e3f8cf2b230495bcd0e2b7c0216e7 Mon Sep 17 00:00:00 2001
From: Yen-Chen <yen-chen.chen@tum.de>
Date: Mon, 17 Mar 2025 12:21:26 +0100
Subject: [PATCH] Fix license year

---
 src/interpolation/interpolation_bindings.cpp      | 2 +-
 src/interpolation/interpolation_bindings.h        | 2 +-
 src/interpolation/mo_lib_interpolation_scalar.cpp | 2 +-
 src/interpolation/mo_lib_interpolation_scalar.hpp | 2 +-
 src/interpolation/mo_lib_interpolation_vector.cpp | 2 +-
 src/interpolation/mo_lib_interpolation_vector.hpp | 2 +-
 src/interpolation/mo_lib_intp_rbf.cpp             | 2 +-
 src/interpolation/mo_lib_intp_rbf.hpp             | 2 +-
 src/support/mo_lib_loopindices.cpp                | 2 +-
 src/support/mo_lib_loopindices.hpp                | 2 +-
 src/support/mo_math_utilities.cpp                 | 2 +-
 src/support/mo_math_utilities.hpp                 | 2 +-
 src/support/support_bindings.cpp                  | 2 +-
 src/support/support_bindings.h                    | 2 +-
 test/c/main.cpp                                   | 2 +-
 test/c/test_interpolation_scalar.cpp              | 2 +-
 test/c/test_interpolation_vector.cpp              | 2 +-
 test/c/test_intp_rbf.cpp                          | 2 +-
 test/c/test_tdma_solver.cpp                       | 2 +-
 test/fortran/test_loopindices.f90                 | 2 +-
 test/fortran/test_math_utilities.f90              | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/src/interpolation/interpolation_bindings.cpp b/src/interpolation/interpolation_bindings.cpp
index 4524ad7..cc82bd9 100644
--- a/src/interpolation/interpolation_bindings.cpp
+++ b/src/interpolation/interpolation_bindings.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/src/interpolation/interpolation_bindings.h b/src/interpolation/interpolation_bindings.h
index 64c6a8c..2a5ddd8 100644
--- a/src/interpolation/interpolation_bindings.h
+++ b/src/interpolation/interpolation_bindings.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/interpolation/mo_lib_interpolation_scalar.cpp b/src/interpolation/mo_lib_interpolation_scalar.cpp
index 9e4e6c5..b272abe 100644
--- a/src/interpolation/mo_lib_interpolation_scalar.cpp
+++ b/src/interpolation/mo_lib_interpolation_scalar.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/src/interpolation/mo_lib_interpolation_scalar.hpp b/src/interpolation/mo_lib_interpolation_scalar.hpp
index 8c8d2de..6f7e36d 100644
--- a/src/interpolation/mo_lib_interpolation_scalar.hpp
+++ b/src/interpolation/mo_lib_interpolation_scalar.hpp
@@ -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/interpolation/mo_lib_interpolation_vector.cpp b/src/interpolation/mo_lib_interpolation_vector.cpp
index 8e6a28e..20ed213 100644
--- a/src/interpolation/mo_lib_interpolation_vector.cpp
+++ b/src/interpolation/mo_lib_interpolation_vector.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/src/interpolation/mo_lib_interpolation_vector.hpp b/src/interpolation/mo_lib_interpolation_vector.hpp
index 9186997..f1efef2 100644
--- a/src/interpolation/mo_lib_interpolation_vector.hpp
+++ b/src/interpolation/mo_lib_interpolation_vector.hpp
@@ -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/interpolation/mo_lib_intp_rbf.cpp b/src/interpolation/mo_lib_intp_rbf.cpp
index d1178a6..7ebf63d 100644
--- a/src/interpolation/mo_lib_intp_rbf.cpp
+++ b/src/interpolation/mo_lib_intp_rbf.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/src/interpolation/mo_lib_intp_rbf.hpp b/src/interpolation/mo_lib_intp_rbf.hpp
index 8a85502..158a1af 100644
--- a/src/interpolation/mo_lib_intp_rbf.hpp
+++ b/src/interpolation/mo_lib_intp_rbf.hpp
@@ -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/support/mo_lib_loopindices.cpp b/src/support/mo_lib_loopindices.cpp
index 30c82bd..664d8b5 100644
--- a/src/support/mo_lib_loopindices.cpp
+++ b/src/support/mo_lib_loopindices.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/src/support/mo_lib_loopindices.hpp b/src/support/mo_lib_loopindices.hpp
index 5136c6a..63a1b39 100644
--- a/src/support/mo_lib_loopindices.hpp
+++ b/src/support/mo_lib_loopindices.hpp
@@ -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/support/mo_math_utilities.cpp b/src/support/mo_math_utilities.cpp
index 5859b9d..1b1a47c 100644
--- a/src/support/mo_math_utilities.cpp
+++ b/src/support/mo_math_utilities.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/src/support/mo_math_utilities.hpp b/src/support/mo_math_utilities.hpp
index a3f3ba1..d5e2031 100644
--- a/src/support/mo_math_utilities.hpp
+++ b/src/support/mo_math_utilities.hpp
@@ -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/support/support_bindings.cpp b/src/support/support_bindings.cpp
index 664fc1e..99d9da2 100644
--- a/src/support/support_bindings.cpp
+++ b/src/support/support_bindings.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/src/support/support_bindings.h b/src/support/support_bindings.h
index df452e4..3573498 100644
--- a/src/support/support_bindings.h
+++ b/src/support/support_bindings.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/c/main.cpp b/test/c/main.cpp
index bd0fadc..e6e64f3 100644
--- a/test/c/main.cpp
+++ b/test/c/main.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/test_interpolation_scalar.cpp b/test/c/test_interpolation_scalar.cpp
index 507ec3f..db28e6c 100644
--- a/test/c/test_interpolation_scalar.cpp
+++ b/test/c/test_interpolation_scalar.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/test_interpolation_vector.cpp b/test/c/test_interpolation_vector.cpp
index 680fb6e..89f22aa 100644
--- a/test/c/test_interpolation_vector.cpp
+++ b/test/c/test_interpolation_vector.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/test_intp_rbf.cpp b/test/c/test_intp_rbf.cpp
index 040d440..72498fd 100644
--- a/test/c/test_intp_rbf.cpp
+++ b/test/c/test_intp_rbf.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/test_tdma_solver.cpp b/test/c/test_tdma_solver.cpp
index 4e09ff3..30d2360 100644
--- a/test/c/test_tdma_solver.cpp
+++ b/test/c/test_tdma_solver.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/test_loopindices.f90 b/test/fortran/test_loopindices.f90
index 3c20630..c038586 100644
--- a/test/fortran/test_loopindices.f90
+++ b/test/fortran/test_loopindices.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_math_utilities.f90 b/test/fortran/test_math_utilities.f90
index 07dcfb3..33aa91b 100644
--- a/test/fortran/test_math_utilities.f90
+++ b/test/fortran/test_math_utilities.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