summaryrefslogtreecommitdiff
path: root/keystoneclient/utils.py
diff options
context:
space:
mode:
authorMorgan Fainberg <m@metacloud.com>2013-08-15 16:56:22 -0700
committerMorgan Fainberg <m@metacloud.com>2013-08-27 00:04:03 -0700
commit35deb1ae1b62a00e749d67715f9a787eb99d0dbb (patch)
tree0fc0d86fb212e353123903f3e95e6a2862f4fdc6 /keystoneclient/utils.py
parent415e01645d13a14911edf457bbd8af5d199cd1f7 (diff)
downloadpython-keystoneclient-35deb1ae1b62a00e749d67715f9a787eb99d0dbb.tar.gz
Fix License Headers and Enable Gating on H102
Add ASLv2 headers to files that were missing it. fixes bug #1211587 Change-Id: Iede918e1ce84993cee4ecbb2d9c2606627fa412e
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 12d9eea..d8106df 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