You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/10/04 04:49:54 UTC

libcloud git commit: Adding missing line in Apache source headers Closes #883

Repository: libcloud
Updated Branches:
  refs/heads/trunk 35c1965f5 -> 4865138cb


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/4865138c
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4865138c
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4865138c

Branch: refs/heads/trunk
Commit: 4865138cbed0267b9d7fbeb3a3e62111200b2ee0
Parents: 35c1965
Author: Dustin Pho <dp...@vt.edu>
Authored: Sun Oct 2 06:27:21 2016 -0700
Committer: Anthony Shaw <an...@apache.org>
Committed: Tue Oct 4 15:49:15 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/4865138c/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/4865138c/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