summaryrefslogtreecommitdiff
path: root/glanceclient/common
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-18 15:48:45 +0000
committerGerrit Code Review <review@openstack.org>2016-11-18 15:48:45 +0000
commit993d45293c38515279b5bffe02d60e43be0f1c68 (patch)
treee5cb358e622a1e7ec742556a65f3133891189c19 /glanceclient/common
parent3d1c814d0793a6a1160950eabf1aaf29fc45318c (diff)
parent7a6cd5ebe2e2fc357bc4f58409ca177f36814859 (diff)
downloadpython-glanceclient-993d45293c38515279b5bffe02d60e43be0f1c68.tar.gz
Merge "Add Apache 2.0 license to source file"
Diffstat (limited to 'glanceclient/common')
-rw-r--r--glanceclient/common/exceptions.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/glanceclient/common/exceptions.py b/glanceclient/common/exceptions.py
index c3fcdde..1512557 100644
--- a/glanceclient/common/exceptions.py
+++ b/glanceclient/common/exceptions.py
@@ -1,3 +1,15 @@
+# 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.
+
# This is here for compatibility purposes. Once all known OpenStack clients
# are updated to use glanceclient.exc, this file should be removed
from glanceclient.exc import * # noqa