Add missing license.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c231005f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c231005f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c231005f Branch: refs/heads/trunk Commit: c231005fcbb67d275fdf20fea93d0103b18a1d62 Parents: 3bb3d8d Author: Tomaz Muraus <[email protected]> Authored: Tue Apr 19 18:57:51 2016 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Apr 19 18:57:51 2016 +0200 ---------------------------------------------------------------------- libcloud/dns/drivers/nsone.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/c231005f/libcloud/dns/drivers/nsone.py ---------------------------------------------------------------------- diff --git a/libcloud/dns/drivers/nsone.py b/libcloud/dns/drivers/nsone.py index 06297e6..08dcd8b 100644 --- a/libcloud/dns/drivers/nsone.py +++ b/libcloud/dns/drivers/nsone.py @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import sys try: import simplejson as json
