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/vnc | |
| 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/vnc')
| -rw-r--r-- | nova/vnc/__init__.py | 2 | ||||
| -rw-r--r-- | nova/vnc/xvp_proxy.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nova/vnc/__init__.py b/nova/vnc/__init__.py index 2b23d442e..6ae0ad445 100644 --- a/nova/vnc/__init__.py +++ b/nova/vnc/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # 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"); diff --git a/nova/vnc/xvp_proxy.py b/nova/vnc/xvp_proxy.py index d7775735b..5aedfe0fb 100644 --- a/nova/vnc/xvp_proxy.py +++ b/nova/vnc/xvp_proxy.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2012 Openstack, LLC. +# Copyright (c) 2012 OpenStack, LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); |
