Add missing license header.

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

Branch: refs/heads/trunk
Commit: c7ba84fd744168a63ab34c29846e1680a2d384b7
Parents: ab701a1
Author: Tomaz Muraus <[email protected]>
Authored: Sun Apr 5 00:55:12 2015 +0200
Committer: Tomaz Muraus <[email protected]>
Committed: Sun Apr 5 00:55:12 2015 +0200

----------------------------------------------------------------------
 libcloud/test/compute/test_azure.py | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/c7ba84fd/libcloud/test/compute/test_azure.py
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/test_azure.py 
b/libcloud/test/compute/test_azure.py
index 6424b83..512632e 100644
--- a/libcloud/test/compute/test_azure.py
+++ b/libcloud/test/compute/test_azure.py
@@ -1,10 +1,22 @@
-import libcloud
+# 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 libcloud
+
 from libcloud.common.types import LibcloudError
 from libcloud.compute.base import NodeAuthPassword, NodeImage, NodeSize
 from libcloud.compute.drivers.azure import azure_service_management_host
 
-__author__ = 'david'
-
 import os
 import sys
 

Reply via email to