From 089863dace1a3bc676869defec19ec350c9ab0cf Mon Sep 17 00:00:00 2001 From: Pradipta Samanta <samanta@dkrz.de> Date: Mon, 24 Feb 2025 07:27:21 +0100 Subject: [PATCH] added licence to the new test file --- test/c/test_interpolation_vector.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/test/c/test_interpolation_vector.cpp b/test/c/test_interpolation_vector.cpp index dc70a63..a33673c 100644 --- a/test/c/test_interpolation_vector.cpp +++ b/test/c/test_interpolation_vector.cpp @@ -1,3 +1,14 @@ +// ICON +// +// --------------------------------------------------------------- +// Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss +// Contact information: icon-model.org +// +// See AUTHORS.TXT for a list of authors +// See LICENSES/ for license information +// SPDX-License-Identifier: BSD-3-Clause +// --------------------------------------------------------------- + #include <gtest/gtest.h> #include <Kokkos_Core.hpp> #include <vector> -- GitLab