Skip to content

Commit

Permalink
Fix copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Nov 13, 2023
1 parent f4a78e2 commit 0361e53
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 7 deletions.
9 changes: 8 additions & 1 deletion field_RANKSUFF_array_util_module.fypp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
!COPYRIGHT Meteo-France 2023
#! (C) Copyright 2022- ECMWF.
#! (C) Copyright 2022- Meteo-France.
#!
#! This software is licensed under the terms of the Apache Licence Version 2.0
#! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
#! In applying this licence, ECMWF does not waive the privileges and immunities
#! granted to it by virtue of its status as an intergovernmental organisation
#! nor does it submit to any jurisdiction.
MODULE FIELD_${RANK}$${SUFF}$_ARRAY_UTIL_MODULE

#:set fieldTypeList = fieldType.getFieldTypeList (ranks=[RANK], kinds=['JP' + SUFF])
Expand Down
9 changes: 8 additions & 1 deletion field_array_util_module.fypp
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
!COPYRIGHT Meteo-France 2023
#! (C) Copyright 2022- ECMWF.
#! (C) Copyright 2022- Meteo-France.
#!
#! This software is licensed under the terms of the Apache Licence Version 2.0
#! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
#! In applying this licence, ECMWF does not waive the privileges and immunities
#! granted to it by virtue of its status as an intergovernmental organisation
#! nor does it submit to any jurisdiction.
MODULE FIELD_ARRAY_UTIL_MODULE

#:set fieldTypeList = fieldType.getFieldTypeList ()
Expand Down
10 changes: 9 additions & 1 deletion tests/get_view_when_ndevfresh.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
!COPYRIGHT Meteo-France 2023
! (C) Copyright 2022- ECMWF.
! (C) Copyright 2022- Meteo-France.
!
! This software is licensed under the terms of the Apache Licence Version 2.0
! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
! In applying this licence, ECMWF does not waive the privileges and immunities
! granted to it by virtue of its status as an intergovernmental organisation
! nor does it submit to any jurisdiction.

PROGRAM GET_VIEW_WHEN_NDEVFRESH
!CHECK THAT IT'S NOT POSSIBLE TO USE GET_VIEW WHEN THE DATA ARE
!FRESH ON DEVICE
Expand Down
10 changes: 9 additions & 1 deletion tests/get_view_when_nhstfresh.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
!COPYRIGHT Meteo-France 2023
! (C) Copyright 2022- ECMWF.
! (C) Copyright 2022- Meteo-France.
!
! This software is licensed under the terms of the Apache Licence Version 2.0
! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
! In applying this licence, ECMWF does not waive the privileges and immunities
! granted to it by virtue of its status as an intergovernmental organisation
! nor does it submit to any jurisdiction.

PROGRAM GET_VIEW_WHEN_NHSTFRESH
!CHECK THAT IT'S POSSIBLE TO USE GET_VIEW WHEN THE DATA ARE
!FRESH ON HOST
Expand Down
10 changes: 9 additions & 1 deletion tests/get_view_when_unallocated.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
!COPYRIGHT Meteo-France 2023
! (C) Copyright 2022- ECMWF.
! (C) Copyright 2022- Meteo-France.
!
! This software is licensed under the terms of the Apache Licence Version 2.0
! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
! In applying this licence, ECMWF does not waive the privileges and immunities
! granted to it by virtue of its status as an intergovernmental organisation
! nor does it submit to any jurisdiction.

PROGRAM GET_VIEW_WHEN_UNALLOCATED
!CHECK THAT IT IS NOT POSSIBLE TO USE GET_VIEW WHEN THE DATA ARE
!UNALLOCATED
Expand Down
10 changes: 9 additions & 1 deletion tests/get_view_when_uninitialized.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
!COPYRIGHT Meteo-France 2023
! (C) Copyright 2022- ECMWF.
! (C) Copyright 2022- Meteo-France.
!
! This software is licensed under the terms of the Apache Licence Version 2.0
! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
! In applying this licence, ECMWF does not waive the privileges and immunities
! granted to it by virtue of its status as an intergovernmental organisation
! nor does it submit to any jurisdiction.

PROGRAM GET_VIEW_WHEN_UNINITIALIZED
!CHECK THAT IT IS POSSIBLE TO USE GET_VIEW WHEN THE DATA ARE
!UNINITIALIZED
Expand Down
10 changes: 9 additions & 1 deletion tests/test_crc64.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
!COPYRIGHT Meteo-France 2023
! (C) Copyright 2022- ECMWF.
! (C) Copyright 2022- Meteo-France.
!
! This software is licensed under the terms of the Apache Licence Version 2.0
! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
! In applying this licence, ECMWF does not waive the privileges and immunities
! granted to it by virtue of its status as an intergovernmental organisation
! nor does it submit to any jurisdiction.

PROGRAM TEST_CRC64
USE FIELD_MODULE
USE FIELD_FACTORY_MODULE
Expand Down

0 comments on commit 0361e53

Please sign in to comment.