From 1200098b7b0faf2c28572777dd4f4e5ade288683 Mon Sep 17 00:00:00 2001 From: Shuquan Huang Date: Sun, 15 Nov 2015 22:38:43 +0800 Subject: [PATCH] OpenStack typo According to the word choice convention in http://docs.openstack.org/contributor-guide/writing-style/word-choice.html We should use OpenStack instead of Openstack. Closes-bug: #1516634 Change-Id: I76a0273b2ef213e5dd865b5f31de01803aeca999 --- manila/api/views/types.py | 2 +- manila/common/constants.py | 2 +- manila/network/__init__.py | 2 +- manila/network/neutron/neutron_network_plugin.py | 2 +- manila/share/share_types.py | 2 +- manila/tests/api/v1/test_share_servers.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manila/api/views/types.py b/manila/api/views/types.py index acd6732995..c5b9bad358 100644 --- a/manila/api/views/types.py +++ b/manila/api/views/types.py @@ -1,4 +1,4 @@ -# Copyright 2012 Openstack Foundation. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manila/common/constants.py b/manila/common/constants.py index ed75d3dc9f..392957909b 100644 --- a/manila/common/constants.py +++ b/manila/common/constants.py @@ -1,4 +1,4 @@ -# Copyright 2013 Openstack Foundation +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manila/network/__init__.py b/manila/network/__init__.py index 88f5669457..47731eb943 100644 --- a/manila/network/__init__.py +++ b/manila/network/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013 Openstack Foundation +# Copyright 2013 OpenStack Foundation # Copyright 2014 Mirantis Inc. # All Rights Reserved. # diff --git a/manila/network/neutron/neutron_network_plugin.py b/manila/network/neutron/neutron_network_plugin.py index 98db7bec8b..b2e792aa33 100644 --- a/manila/network/neutron/neutron_network_plugin.py +++ b/manila/network/neutron/neutron_network_plugin.py @@ -1,4 +1,4 @@ -# Copyright 2013 Openstack Foundation +# Copyright 2013 OpenStack Foundation # Copyright 2015 Mirantis, Inc. # All Rights Reserved. # diff --git a/manila/share/share_types.py b/manila/share/share_types.py index 041cf7eb16..451d207099 100644 --- a/manila/share/share_types.py +++ b/manila/share/share_types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Openstack Foundation. +# Copyright (c) 2014 OpenStack Foundation. # Copyright (c) 2015 Tom Barron. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manila/tests/api/v1/test_share_servers.py b/manila/tests/api/v1/test_share_servers.py index 3ac0327b7e..ec73936d9d 100644 --- a/manila/tests/api/v1/test_share_servers.py +++ b/manila/tests/api/v1/test_share_servers.py @@ -1,4 +1,4 @@ -# Copyright 2014 Openstack Foundation +# Copyright 2014 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may