From ae0e86c02c15954c81eca73f0d90e8aa93a3791f Mon Sep 17 00:00:00 2001 From: "joshua.dendy" Date: Thu, 9 Jan 2025 16:47:50 +0000 Subject: [PATCH] #2779 added license section to replaced files --- .../infrastructure/function_space/fs_continuity_mod.F90 | 3 +++ .../infrastructure/function_space/fs_continuity_mod.f90 | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/psyclone/tests/test_files/dynamo0p3/infrastructure/function_space/fs_continuity_mod.F90 b/src/psyclone/tests/test_files/dynamo0p3/infrastructure/function_space/fs_continuity_mod.F90 index f499f423d8..b2c9cc04bf 100644 --- a/src/psyclone/tests/test_files/dynamo0p3/infrastructure/function_space/fs_continuity_mod.F90 +++ b/src/psyclone/tests/test_files/dynamo0p3/infrastructure/function_space/fs_continuity_mod.F90 @@ -3,6 +3,9 @@ ! For further details please refer to the file LICENCE.original which you ! should have received as part of this distribution. !----------------------------------------------------------------------------- +! LICENCE.original is available from the Met Office Science Repository Service: +! https://code.metoffice.gov.uk/trac/lfric/browser/LFRic/trunk/LICENCE.original +!----------------------------------------------------------------------------- ! !> @brief Define enumerator variables that describe the different types of !> continuity. diff --git a/src/psyclone/tests/test_files/dynamo0p3/infrastructure/function_space/fs_continuity_mod.f90 b/src/psyclone/tests/test_files/dynamo0p3/infrastructure/function_space/fs_continuity_mod.f90 index 15fa677f33..1783118aa5 100644 --- a/src/psyclone/tests/test_files/dynamo0p3/infrastructure/function_space/fs_continuity_mod.f90 +++ b/src/psyclone/tests/test_files/dynamo0p3/infrastructure/function_space/fs_continuity_mod.f90 @@ -1,10 +1,13 @@ !----------------------------------------------------------------------------- -! Copyright (c) 2017, Met Office, on behalf of HMSO and Queen's Printer +! Copyright (c) 2017-2025, Met Office, on behalf of HMSO and Queen's Printer ! For further details please refer to the file LICENCE.original which you ! should have received as part of this distribution. !----------------------------------------------------------------------------- +! LICENCE.original is available from the Met Office Science Repository Service: +! https://code.metoffice.gov.uk/trac/lfric/browser/LFRic/trunk/LICENCE.original +!----------------------------------------------------------------------------- ! !> @brief Define enumerator variables that describe the different types of !> continuity.