summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorAlessandro Pilotti <ap@pilotti.it>2013-02-06 02:43:45 +0200
committerAlessandro Pilotti <ap@pilotti.it>2013-02-06 17:47:21 +0200
commitdf5ab5aeceaf634610f99cce593de1be101f71fc (patch)
treea02b3ca2fc04aa87a336505d5efe974fb5b019e2 /nova
parentaf235b22eccb81d815c79fd1f531734a140cfafb (diff)
downloadnova-df5ab5aeceaf634610f99cce593de1be101f71fc.tar.gz
nova-df5ab5aeceaf634610f99cce593de1be101f71fc.tar.xz
nova-df5ab5aeceaf634610f99cce593de1be101f71fc.zip
Adds original copyright notice to refactored files
Fixes bug: #1116586 The Hyper-V driver contributed for Folsom contains some refactored code from the Diablo release contributed by Cloud.com. Although the copyright notice remained in the "driver.py" file, it has erroneously not been added to the new "vmops.py" and "vmutils.py" files that contained some refactored code from the original contribution. Change-Id: I71cf1df30c0b2ef5ae3df38f3c6f0311b7b4b3d9
Diffstat (limited to 'nova')
-rw-r--r--nova/virt/hyperv/vmops.py1
-rw-r--r--nova/virt/hyperv/vmutils.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/nova/virt/hyperv/vmops.py b/nova/virt/hyperv/vmops.py
index 8ce1d508b..58c1fc66a 100644
--- a/nova/virt/hyperv/vmops.py
+++ b/nova/virt/hyperv/vmops.py
@@ -1,5 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
+# Copyright (c) 2010 Cloud.com, Inc
# Copyright 2012 Cloudbase Solutions Srl
# All Rights Reserved.
#
diff --git a/nova/virt/hyperv/vmutils.py b/nova/virt/hyperv/vmutils.py
index 0305d8306..876153902 100644
--- a/nova/virt/hyperv/vmutils.py
+++ b/nova/virt/hyperv/vmutils.py
@@ -1,5 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
+# Copyright (c) 2010 Cloud.com, Inc
# Copyright 2012 Cloudbase Solutions Srl / Pedro Navarro Perez
# All Rights Reserved.
#