diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2012-03-15 16:10:53 -0700 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2012-03-15 16:10:53 -0700 |
| commit | a58a50e060c8f8367b1b74e2bdb6bd804052bfaa (patch) | |
| tree | bfcd846a6bd2766339fa937d7bd39c494b9cdc17 /nova/rootwrap | |
| parent | bb1e383ae328517593ad4757cc168bf58d951111 (diff) | |
| download | nova-a58a50e060c8f8367b1b74e2bdb6bd804052bfaa.tar.gz nova-a58a50e060c8f8367b1b74e2bdb6bd804052bfaa.tar.xz nova-a58a50e060c8f8367b1b74e2bdb6bd804052bfaa.zip | |
Fix OpenStack Capitalization
Openstack => OpenStack
for nova/*py
Change-Id: Ibcfae4776422a515a109e59510fc84f8b63c00b9
Diffstat (limited to 'nova/rootwrap')
| -rwxr-xr-x | nova/rootwrap/__init__.py | 2 | ||||
| -rwxr-xr-x | nova/rootwrap/compute.py | 2 | ||||
| -rwxr-xr-x | nova/rootwrap/filters.py | 2 | ||||
| -rwxr-xr-x | nova/rootwrap/network.py | 2 | ||||
| -rwxr-xr-x | nova/rootwrap/volume.py | 2 | ||||
| -rwxr-xr-x | nova/rootwrap/wrapper.py | 2 |
6 files changed, 6 insertions, 6 deletions
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 |
