Skip to content

Commit 41243db

Browse files
committed
missing copyrigths
1 parent 44c1b99 commit 41243db

File tree

14 files changed

+49
-22
lines changed

14 files changed

+49
-22
lines changed

src/anemoi/datasets/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# (C) Copyright 2023 European Centre for Medium-Range Weather Forecasts.
1+
# (C) Copyright 2024 Anemoi contributors.
2+
#
23
# This software is licensed under the terms of the Apache Licence Version 2.0
34
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
46
# In applying this licence, ECMWF does not waive the privileges and immunities
57
# granted to it by virtue of its status as an intergovernmental organisation
68
# nor does it submit to any jurisdiction.

src/anemoi/datasets/__main__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
#!/usr/bin/env python
2-
# (C) Copyright 2024 ECMWF.
1+
# (C) Copyright 2024 Anemoi contributors.
32
#
43
# This software is licensed under the terms of the Apache Licence Version 2.0
54
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
66
# In applying this licence, ECMWF does not waive the privileges and immunities
77
# granted to it by virtue of its status as an intergovernmental organisation
88
# nor does it submit to any jurisdiction.
9-
#
109

1110
from anemoi.utils.cli import cli_main
1211
from anemoi.utils.cli import make_parser

src/anemoi/datasets/commands/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
#!/usr/bin/env python
2-
# (C) Copyright 2024 ECMWF.
1+
# (C) Copyright 2024 Anemoi contributors.
32
#
43
# This software is licensed under the terms of the Apache Licence Version 2.0
54
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
66
# In applying this licence, ECMWF does not waive the privileges and immunities
77
# granted to it by virtue of its status as an intergovernmental organisation
88
# nor does it submit to any jurisdiction.
9-
#
109

1110
import os
1211

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# (C) Copyright 2024 Anemoi contributors.
2+
#
3+
# This software is licensed under the terms of the Apache Licence Version 2.0
4+
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
6+
# In applying this licence, ECMWF does not waive the privileges and immunities
7+
# granted to it by virtue of its status as an intergovernmental organisation
8+
# nor does it submit to any jurisdiction.

src/anemoi/datasets/create/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# (C) Copyright 2023 ECMWF.
1+
# (C) Copyright 2024 Anemoi contributors.
22
#
33
# This software is licensed under the terms of the Apache Licence Version 2.0
44
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
56
# In applying this licence, ECMWF does not waive the privileges and immunities
67
# granted to it by virtue of its status as an intergovernmental organisation
78
# nor does it submit to any jurisdiction.
8-
#
99

1010
import datetime
1111
import json

src/anemoi/datasets/create/functions/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# (C) Copyright 2020 ECMWF.
1+
# (C) Copyright 2024 Anemoi contributors.
22
#
33
# This software is licensed under the terms of the Apache Licence Version 2.0
44
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
56
# In applying this licence, ECMWF does not waive the privileges and immunities
67
# granted to it by virtue of its status as an intergovernmental organisation
78
# nor does it submit to any jurisdiction.
8-
#
99

1010

1111
import importlib

src/anemoi/datasets/create/functions/filters/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# (C) Copyright 2024 ECMWF.
1+
# (C) Copyright 2024 Anemoi contributors.
2+
#
3+
# This software is licensed under the terms of the Apache Licence Version 2.0
4+
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
6+
# In applying this licence, ECMWF does not waive the privileges and immunities
7+
# granted to it by virtue of its status as an intergovernmental organisation
8+
# nor does it submit to any jurisdiction.
29
#
310
# This software is licensed under the terms of the Apache Licence Version 2.0
411
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.

src/anemoi/datasets/create/functions/sources/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# (C) Copyright 2024 ECMWF.
1+
# (C) Copyright 2024 Anemoi contributors.
22
#
33
# This software is licensed under the terms of the Apache Licence Version 2.0
44
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
56
# In applying this licence, ECMWF does not waive the privileges and immunities
67
# granted to it by virtue of its status as an intergovernmental organisation
78
# nor does it submit to any jurisdiction.
8-
#
99

1010
import glob
1111
import logging

src/anemoi/datasets/create/functions/sources/xarray/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# (C) Copyright 2024 ECMWF.
1+
# (C) Copyright 2024 Anemoi contributors.
22
#
33
# This software is licensed under the terms of the Apache Licence Version 2.0
44
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
56
# In applying this licence, ECMWF does not waive the privileges and immunities
67
# granted to it by virtue of its status as an intergovernmental organisation
78
# nor does it submit to any jurisdiction.
8-
#
99

1010
import logging
1111

src/anemoi/datasets/create/input/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# (C) Copyright 2023 ECMWF.
1+
# (C) Copyright 2024 Anemoi contributors.
22
#
33
# This software is licensed under the terms of the Apache Licence Version 2.0
44
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
56
# In applying this licence, ECMWF does not waive the privileges and immunities
67
# granted to it by virtue of its status as an intergovernmental organisation
78
# nor does it submit to any jurisdiction.
8-
#
99

1010
import logging
1111
from copy import deepcopy

src/anemoi/datasets/create/statistics/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# (C) Copyright 2024 ECMWF.
1+
# (C) Copyright 2024 Anemoi contributors.
22
#
33
# This software is licensed under the terms of the Apache Licence Version 2.0
44
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
56
# In applying this licence, ECMWF does not waive the privileges and immunities
67
# granted to it by virtue of its status as an intergovernmental organisation
78
# nor does it submit to any jurisdiction.
8-
#
99
import datetime
1010
import glob
1111
import hashlib

src/anemoi/datasets/data/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# (C) Copyright 2023 European Centre for Medium-Range Weather Forecasts.
1+
# (C) Copyright 2024 Anemoi contributors.
2+
#
23
# This software is licensed under the terms of the Apache Licence Version 2.0
34
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
46
# In applying this licence, ECMWF does not waive the privileges and immunities
57
# granted to it by virtue of its status as an intergovernmental organisation
68
# nor does it submit to any jurisdiction.

src/anemoi/datasets/dates/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# (C) Copyright 2023 European Centre for Medium-Range Weather Forecasts.
1+
# (C) Copyright 2024 Anemoi contributors.
2+
#
23
# This software is licensed under the terms of the Apache Licence Version 2.0
34
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
46
# In applying this licence, ECMWF does not waive the privileges and immunities
57
# granted to it by virtue of its status as an intergovernmental organisation
68
# nor does it submit to any jurisdiction.

src/anemoi/datasets/utils/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# (C) Copyright 2024 Anemoi contributors.
2+
#
3+
# This software is licensed under the terms of the Apache Licence Version 2.0
4+
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+
#
6+
# In applying this licence, ECMWF does not waive the privileges and immunities
7+
# granted to it by virtue of its status as an intergovernmental organisation
8+
# nor does it submit to any jurisdiction.

0 commit comments

Comments
 (0)