diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-14 21:50:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-14 21:50:26 +0000 |
| commit | 950abf264f9b918a2983f1ddf265aed7a1e7d5c8 (patch) | |
| tree | 26ab51008379285332019404914305e843c04a9f /openstackclient/compute | |
| parent | e6f5479dccc5e7880deafd46523e679b455c5cab (diff) | |
| parent | 6357202971d7172c20679c4a468b1f15311fe5ce (diff) | |
| download | python-openstackclient-950abf264f9b918a2983f1ddf265aed7a1e7d5c8.tar.gz | |
Merge "Fix foundation copyrights"
Diffstat (limited to 'openstackclient/compute')
| -rw-r--r-- | openstackclient/compute/client.py | 2 | ||||
| -rw-r--r-- | openstackclient/compute/v2/host.py | 2 | ||||
| -rw-r--r-- | openstackclient/compute/v2/hypervisor.py | 2 | ||||
| -rw-r--r-- | openstackclient/compute/v2/service.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/openstackclient/compute/client.py b/openstackclient/compute/client.py index a83700db..1583676a 100644 --- a/openstackclient/compute/client.py +++ b/openstackclient/compute/client.py @@ -1,4 +1,4 @@ -# Copyright 2012-2013 OpenStack, LLC. +# Copyright 2012-2013 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/openstackclient/compute/v2/host.py b/openstackclient/compute/v2/host.py index 620b4abb..764b22af 100644 --- a/openstackclient/compute/v2/host.py +++ b/openstackclient/compute/v2/host.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack, LLC. +# Copyright 2012-2013 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/openstackclient/compute/v2/hypervisor.py b/openstackclient/compute/v2/hypervisor.py index a34f2e1d..00625050 100644 --- a/openstackclient/compute/v2/hypervisor.py +++ b/openstackclient/compute/v2/hypervisor.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack, LLC. +# Copyright 2012-2013 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/openstackclient/compute/v2/service.py b/openstackclient/compute/v2/service.py index 30465783..6db5acc3 100644 --- a/openstackclient/compute/v2/service.py +++ b/openstackclient/compute/v2/service.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack, LLC. +# Copyright 2012-2013 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain |
