diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-01-23 03:07:16 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-01-23 03:07:16 +0000 |
| commit | 6cbf64888144801a4dd5913d143d933ce313ef16 (patch) | |
| tree | d03353d43dcee789dcf16345fa79750d70930f86 | |
| parent | a1a36499f428781c1966db7090001128a6abd888 (diff) | |
| parent | 69188a95513c6bf12c281157d8cffb4e00c04eaa (diff) | |
| download | python-cinderclient-6cbf64888144801a4dd5913d143d933ce313ef16.tar.gz | |
Merge "Remove copyright from empty files"
| -rw-r--r-- | cinderclient/tests/v2/__init__.py | 15 | ||||
| -rw-r--r-- | cinderclient/v1/contrib/__init__.py | 14 | ||||
| -rw-r--r-- | cinderclient/v2/contrib/__init__.py | 15 |
3 files changed, 0 insertions, 44 deletions
diff --git a/cinderclient/tests/v2/__init__.py b/cinderclient/tests/v2/__init__.py index f2c41f4..e69de29 100644 --- a/cinderclient/tests/v2/__init__.py +++ b/cinderclient/tests/v2/__init__.py @@ -1,15 +0,0 @@ -# Copyright (c) 2013 OpenStack Foundation -# -# All Rights Reserved. -# -# 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 -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/cinderclient/v1/contrib/__init__.py b/cinderclient/v1/contrib/__init__.py index 788cea1..e69de29 100644 --- a/cinderclient/v1/contrib/__init__.py +++ b/cinderclient/v1/contrib/__init__.py @@ -1,14 +0,0 @@ -# Copyright (c) 2013 OpenStack Foundation -# All Rights Reserved. -# -# 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 -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/cinderclient/v2/contrib/__init__.py b/cinderclient/v2/contrib/__init__.py index f2c41f4..e69de29 100644 --- a/cinderclient/v2/contrib/__init__.py +++ b/cinderclient/v2/contrib/__init__.py @@ -1,15 +0,0 @@ -# Copyright (c) 2013 OpenStack Foundation -# -# All Rights Reserved. -# -# 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 -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. |
