From a58a50e060c8f8367b1b74e2bdb6bd804052bfaa Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 15 Mar 2012 16:10:53 -0700 Subject: Fix OpenStack Capitalization Openstack => OpenStack for nova/*py Change-Id: Ibcfae4776422a515a109e59510fc84f8b63c00b9 --- nova/console/api.py | 2 +- nova/console/fake.py | 2 +- nova/console/manager.py | 2 +- nova/console/xvp.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'nova/console') diff --git a/nova/console/api.py b/nova/console/api.py index 4327e9b5a..dd166052f 100644 --- a/nova/console/api.py +++ b/nova/console/api.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/console/fake.py b/nova/console/fake.py index e87f25a8a..e97d545ea 100644 --- a/nova/console/fake.py +++ b/nova/console/fake.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/console/manager.py b/nova/console/manager.py index 58ac2174b..37d695fae 100644 --- a/nova/console/manager.py +++ b/nova/console/manager.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/console/xvp.py b/nova/console/xvp.py index 341af1c57..9017c55cd 100644 --- a/nova/console/xvp.py +++ b/nova/console/xvp.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2010 Openstack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may -- cgit