From df5ab5aeceaf634610f99cce593de1be101f71fc Mon Sep 17 00:00:00 2001 From: Alessandro Pilotti Date: Wed, 6 Feb 2013 02:43:45 +0200 Subject: 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 --- nova/virt/hyperv/vmops.py | 1 + nova/virt/hyperv/vmutils.py | 1 + 2 files changed, 2 insertions(+) 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. # -- cgit