summaryrefslogtreecommitdiffstats
path: root/nova/vnc
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-03-15 16:10:53 -0700
committerJoe Gordon <jogo@cloudscaling.com>2012-03-15 16:10:53 -0700
commita58a50e060c8f8367b1b74e2bdb6bd804052bfaa (patch)
treebfcd846a6bd2766339fa937d7bd39c494b9cdc17 /nova/vnc
parentbb1e383ae328517593ad4757cc168bf58d951111 (diff)
downloadnova-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__.py2
-rw-r--r--nova/vnc/xvp_proxy.py2
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");