summaryrefslogtreecommitdiff
path: root/openstack_auth/urls.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-09-10 16:57:19 -0500
committerMonty Taylor <mordred@inaugust.com>2013-09-10 16:58:11 -0500
commit985bf5659cddec4e60d33f0e1c709e0647fab4ca (patch)
tree7bd1fb21e964a0ce19949c790bbbcdb5262ee695 /openstack_auth/urls.py
parent7c92eee987f576f0082781b868058bad7d98e9df (diff)
downloaddjango_openstack_auth-985bf5659cddec4e60d33f0e1c709e0647fab4ca.tar.gz
Align with OpenStack project standards
Change-Id: If03b325c941dcac257b25b90c8b152dcead5edd2
Diffstat (limited to 'openstack_auth/urls.py')
-rw-r--r--openstack_auth/urls.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/openstack_auth/urls.py b/openstack_auth/urls.py
index 75be46a..78b754d 100644
--- a/openstack_auth/urls.py
+++ b/openstack_auth/urls.py
@@ -1,3 +1,16 @@
+# 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.
+
from django.conf.urls.defaults import patterns, url
from .utils import patch_middleware_get_user