Skip to content

Commit 95dccd7

Browse files
Update copyright headers
1 parent 3d2d746 commit 95dccd7

File tree

5 files changed

+26
-1
lines changed

5 files changed

+26
-1
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# (C) Copyright 2020- ECMWF.
2+
# (C) Copyright 2024- Meteo-France.
23
#
34
# This software is licensed under the terms of the Apache Licence Version 2.0
45
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.

src/fiat/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# (C) Copyright 2020- ECMWF.
2+
# (C) Copyright 2024- Meteo-France.
23
#
34
# This software is licensed under the terms of the Apache Licence Version 2.0
45
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.

src/fiat/drhook/extensions/nvtx/dr_hook_nvtx.c

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
* (C) Copyright 2024- ECMWF.
3+
* (C) Copyright 2024- Meteo-France.
4+
*
5+
* This software is licensed under the terms of the Apache Licence Version 2.0
6+
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
7+
* In applying this licence, ECMWF does not waive the privileges and immunities
8+
* granted to it by virtue of its status as an intergovernmental organisation
9+
* nor does it submit to any jurisdiction.
10+
*/
11+
112
#include <nvToolsExt.h>
213
//#include <nvtx3/nvToolsExt.h>
314
#include <string.h>

tests/drhook/drhook_nvtx/CMakeLists.txt

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#
2+
# (C) Copyright 2024- ECMWF.
3+
# (C) Copyright 2024- Meteo-France.
4+
#
5+
# This software is licensed under the terms of the Apache Licence Version 2.0
6+
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
7+
# In applying this licence, ECMWF does not waive the privileges and immunities
8+
# granted to it by virtue of its status as an intergovernmental organisation
9+
# nor does it submit to any jurisdiction.
10+
#
11+
112
# Test basic implementation
213

314
ecbuild_add_executable( TARGET drhook_nvtx_basic

tests/drhook/drhook_nvtx/drhook_nvtx_basic.F90

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
! (C) Copyright 2005- ECMWF.
1+
! (C) Copyright 2024- ECMWF.
2+
! (C) Copyright 2024- Meteo-France.
23
!
34
! This software is licensed under the terms of the Apache Licence Version 2.0
45
! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.

0 commit comments

Comments
 (0)