summaryrefslogtreecommitdiffstats
path: root/tests/test_serializer.py
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-03-02 13:38:39 -0600
committerJoe Heck <heckj@mac.com>2012-03-09 18:49:45 +0000
commit5720730c2e55259f1894368e766256cded51a1df (patch)
treee637d7bd7ddbb92cb0993e468e51eb4b5cc65924 /tests/test_serializer.py
parent303a10b9460c506455a74e890567031cf4c9cdef (diff)
downloadkeystone-5720730c2e55259f1894368e766256cded51a1df.tar.gz
keystone-5720730c2e55259f1894368e766256cded51a1df.tar.xz
keystone-5720730c2e55259f1894368e766256cded51a1df.zip
Added license header (bug 929663)
Change-Id: Ia36a22f2d6bba411e4fad81ea2d6fa1f0465a733
Diffstat (limited to 'tests/test_serializer.py')
-rw-r--r--tests/test_serializer.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/test_serializer.py b/tests/test_serializer.py
index 0be5ca4c..7c6ce044 100644
--- a/tests/test_serializer.py
+++ b/tests/test_serializer.py
@@ -1,5 +1,19 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
+# Copyright 2012 OpenStack LLC
+#
+# 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 re
from keystone import test