diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-08-06 13:36:45 -0300 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2013-08-06 14:45:24 -0300 |
| commit | 61006510007f7b23a25bf0bfcd8ad7d740def9e1 (patch) | |
| tree | 5d2a82152b86efc112cc62fb261acfa2302121a8 /cinderclient/exceptions.py | |
| parent | 55b2161c8f3edbb1cc64048f16c70af0aa039822 (diff) | |
| download | python-cinderclient-61006510007f7b23a25bf0bfcd8ad7d740def9e1.tar.gz | |
Sync with global requirements
Change-Id: Iccc824fef7dc7ae5675d6528a1ea33566e5f7eef
Diffstat (limited to 'cinderclient/exceptions.py')
| -rw-r--r-- | cinderclient/exceptions.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cinderclient/exceptions.py b/cinderclient/exceptions.py index 0c52c9c..55c0757 100644 --- a/cinderclient/exceptions.py +++ b/cinderclient/exceptions.py @@ -1,4 +1,18 @@ # Copyright 2010 Jacob Kaplan-Moss +# +# 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. + """ Exception definitions. """ |
