Add missing license headers.

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

Branch: refs/heads/0.12.x
Commit: d7c8d21a2513ce6bba0a9db2dc6f6a673967f610
Parents: a7997ce
Author: Tomaz Muraus <[email protected]>
Authored: Sat Jun 15 00:51:13 2013 -0700
Committer: Tomaz Muraus <[email protected]>
Committed: Sat Jun 15 01:14:16 2013 -0700

----------------------------------------------------------------------
 libcloud/test/common/test_cloudstack.py | 15 +++++++++++++++
 libcloud/test/common/test_gandi.py      | 15 +++++++++++++++
 libcloud/test/common/test_openstack.py  | 15 +++++++++++++++
 3 files changed, 45 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/d7c8d21a/libcloud/test/common/test_cloudstack.py
----------------------------------------------------------------------
diff --git a/libcloud/test/common/test_cloudstack.py 
b/libcloud/test/common/test_cloudstack.py
index 9c85c36..62d6abf 100644
--- a/libcloud/test/common/test_cloudstack.py
+++ b/libcloud/test/common/test_cloudstack.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
 import unittest
 

http://git-wip-us.apache.org/repos/asf/libcloud/blob/d7c8d21a/libcloud/test/common/test_gandi.py
----------------------------------------------------------------------
diff --git a/libcloud/test/common/test_gandi.py 
b/libcloud/test/common/test_gandi.py
index 962bd29..d0dfc9d 100644
--- a/libcloud/test/common/test_gandi.py
+++ b/libcloud/test/common/test_gandi.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.utils.py3 import xmlrpclib
 from libcloud.test import MockHttp
 

http://git-wip-us.apache.org/repos/asf/libcloud/blob/d7c8d21a/libcloud/test/common/test_openstack.py
----------------------------------------------------------------------
diff --git a/libcloud/test/common/test_openstack.py 
b/libcloud/test/common/test_openstack.py
index 56042cd..f7a269e 100644
--- a/libcloud/test/common/test_openstack.py
+++ b/libcloud/test/common/test_openstack.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
 import unittest
 

Reply via email to