summaryrefslogtreecommitdiff
path: root/cdsapi
diff options
context:
space:
mode:
authorAlessandro Amici <a.amici@bopen.eu>2018-05-15 20:43:57 +0200
committerAlessandro Amici <a.amici@bopen.eu>2018-05-15 20:43:57 +0200
commitfb72cb0df7eda6434d75944e777cfcc46b1e9588 (patch)
treed222af818b3040aa91969af3c3cbf5cb16b9632d /cdsapi
parent5a9f29404d0a6bb2d9cc2fbe9581ae72126522b9 (diff)
parent05335ade19294bc9f54754818a3fa8b82bcb1fce (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'cdsapi')
-rw-r--r--cdsapi/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/cdsapi/__init__.py b/cdsapi/__init__.py
index ddecdbe..1fedcec 100644
--- a/cdsapi/__init__.py
+++ b/cdsapi/__init__.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 cdsapi.api
Client = cdsapi.api.Client