summaryrefslogtreecommitdiff
path: root/keystoneclient/utils.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-08-29 22:02:06 +0000
committerGerrit Code Review <review@openstack.org>2013-08-29 22:02:06 +0000
commit7719a14056d7070d7fefd39b2b0ef74798d25ef4 (patch)
tree536a186434c54a1cf0d93d61ffdf8cc94196b366 /keystoneclient/utils.py
parent71fdbbe296b8c0fbc4d9fe936177f0893a97966f (diff)
parent35deb1ae1b62a00e749d67715f9a787eb99d0dbb (diff)
downloadpython-keystoneclient-7719a14056d7070d7fefd39b2b0ef74798d25ef4.tar.gz
Merge "Fix License Headers and Enable Gating on H102"
Diffstat (limited to 'keystoneclient/utils.py')
-rw-r--r--keystoneclient/utils.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/keystoneclient/utils.py b/keystoneclient/utils.py
index f4b547a..db3ce74 100644
--- a/keystoneclient/utils.py
+++ b/keystoneclient/utils.py
@@ -1,3 +1,17 @@
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
+
+# 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.
+
import getpass
import hashlib
import sys