From 05335ade19294bc9f54754818a3fa8b82bcb1fce Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Tue, 15 May 2018 19:42:10 +0100 Subject: Add licence --- cdsapi/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cdsapi') 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 -- cgit v1.2.3