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/rootwrap/__init__.py | 2 +- nova/rootwrap/compute.py | 2 +- nova/rootwrap/filters.py | 2 +- nova/rootwrap/network.py | 2 +- nova/rootwrap/volume.py | 2 +- nova/rootwrap/wrapper.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'nova/rootwrap') diff --git a/nova/rootwrap/__init__.py b/nova/rootwrap/__init__.py index d6bd39db6..671d3c173 100755 --- a/nova/rootwrap/__init__.py +++ b/nova/rootwrap/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/rootwrap/compute.py b/nova/rootwrap/compute.py index 3da9f46c0..910ae516d 100755 --- a/nova/rootwrap/compute.py +++ b/nova/rootwrap/compute.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/rootwrap/filters.py b/nova/rootwrap/filters.py index 98880194b..a8fd5139b 100755 --- a/nova/rootwrap/filters.py +++ b/nova/rootwrap/filters.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/rootwrap/network.py b/nova/rootwrap/network.py index f7ae62630..0a93a635b 100755 --- a/nova/rootwrap/network.py +++ b/nova/rootwrap/network.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/rootwrap/volume.py b/nova/rootwrap/volume.py index 469ee8c73..71049936b 100755 --- a/nova/rootwrap/volume.py +++ b/nova/rootwrap/volume.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/nova/rootwrap/wrapper.py b/nova/rootwrap/wrapper.py index 5a9c06d52..2daeca4d7 100755 --- a/nova/rootwrap/wrapper.py +++ b/nova/rootwrap/wrapper.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 Openstack, LLC. +# Copyright (c) 2011 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may -- cgit