summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cdsapi/api.py8
-rwxr-xr-xexample-era5.py8
-rwxr-xr-xexample-glaciers.py8
3 files changed, 24 insertions, 0 deletions
diff --git a/cdsapi/api.py b/cdsapi/api.py
index d9db791..0ada51b 100644
--- a/cdsapi/api.py
+++ b/cdsapi/api.py
@@ -1,3 +1,11 @@
+# (C) Copyright 2018 ECMWF.
+#
+# 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.
+
import requests
import json
import time
diff --git a/example-era5.py b/example-era5.py
index 0069a0e..c577e12 100755
--- a/example-era5.py
+++ b/example-era5.py
@@ -1,5 +1,13 @@
#!/usr/bin/env python
+# (C) Copyright 2018 ECMWF.
+#
+# 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.
+
import cdsapi
import logging
diff --git a/example-glaciers.py b/example-glaciers.py
index 976c8ca..8915e4b 100755
--- a/example-glaciers.py
+++ b/example-glaciers.py
@@ -1,5 +1,13 @@
#!/usr/bin/env python
+# (C) Copyright 2018 ECMWF.
+#
+# 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.
+
import cdsapi
import logging