diff options
-rw-r--r-- | nova/virt/hyperv/vmops.py | 1 | ||||
-rw-r--r-- | nova/virt/hyperv/vmutils.py | 1 |
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. # |