Repository: libcloud
Updated Branches:
  refs/heads/trunk a1f07cf59 -> 7b0fc64d4


adds apache license header


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/440f5318
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/440f5318
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/440f5318

Branch: refs/heads/trunk
Commit: 440f531833eb06945a62a6a64170f02968641388
Parents: 2a0e941
Author: lostbird <lostbird@lostbird.(none)>
Authored: Sun Apr 10 07:54:05 2016 +0200
Committer: anthony-shaw <anthony.p.s...@gmail.com>
Committed: Wed Apr 13 08:31:18 2016 +1000

----------------------------------------------------------------------
 libcloud/common/buddyns.py      | 15 +++++++++++++++
 libcloud/dns/drivers/buddyns.py | 18 ++++++++++++++++++
 2 files changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/440f5318/libcloud/common/buddyns.py
----------------------------------------------------------------------
diff --git a/libcloud/common/buddyns.py b/libcloud/common/buddyns.py
index 38a589e..ae312ae 100644
--- a/libcloud/common/buddyns.py
+++ b/libcloud/common/buddyns.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.
+
 from libcloud.common.base import ConnectionKey, JsonResponse
 
 

http://git-wip-us.apache.org/repos/asf/libcloud/blob/440f5318/libcloud/dns/drivers/buddyns.py
----------------------------------------------------------------------
diff --git a/libcloud/dns/drivers/buddyns.py b/libcloud/dns/drivers/buddyns.py
index 154ecd7..02af34d 100644
--- a/libcloud/dns/drivers/buddyns.py
+++ b/libcloud/dns/drivers/buddyns.py
@@ -1,3 +1,21 @@
+# 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.
+"""
+BuddyNS DNS Driver
+"""
+
 import sys
 
 try:

Reply via email to