Adding missing line in Apache source headers
Closes #883

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

Branch: refs/heads/trunk
Commit: 4c18b83ceeb86c942b59fd7cb9159b99b4a170fb
Parents: 5f87fb6
Author: Dustin Pho <d...@vt.edu>
Authored: Sun Oct 2 06:27:21 2016 -0700
Committer: Anthony Shaw <anthonys...@apache.org>
Committed: Wed Oct 5 18:37:01 2016 +1100

----------------------------------------------------------------------
 libcloud/compute/drivers/kili.py      | 1 +
 libcloud/compute/drivers/rackspace.py | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/4c18b83c/libcloud/compute/drivers/kili.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/kili.py b/libcloud/compute/drivers/kili.py
index 11c1c7b..6d9673b 100644
--- a/libcloud/compute/drivers/kili.py
+++ b/libcloud/compute/drivers/kili.py
@@ -1,3 +1,4 @@
+# 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

http://git-wip-us.apache.org/repos/asf/libcloud/blob/4c18b83c/libcloud/compute/drivers/rackspace.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/rackspace.py 
b/libcloud/compute/drivers/rackspace.py
index fc28184..bec5968 100644
--- a/libcloud/compute/drivers/rackspace.py
+++ b/libcloud/compute/drivers/rackspace.py
@@ -1,3 +1,4 @@
+# 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

Reply via email to