diff options
| author | Ziad Sawalha <github@highbridgellc.com> | 2011-08-04 12:33:17 -0500 |
|---|---|---|
| committer | Ziad Sawalha <github@highbridgellc.com> | 2011-08-04 12:33:17 -0500 |
| commit | e3b9d24fea34b405a2c67cccd0c1955b35fb9c6b (patch) | |
| tree | 4925e693f6880963a5260a9e4cbef2121cc233d7 | |
| parent | 552590aa466d78dee7240996f781773290433054 (diff) | |
| download | keystone-e3b9d24fea34b405a2c67cccd0c1955b35fb9c6b.tar.gz keystone-e3b9d24fea34b405a2c67cccd0c1955b35fb9c6b.tar.xz keystone-e3b9d24fea34b405a2c67cccd0c1955b35fb9c6b.zip | |
Small licensing change to test Gerrit
Change-Id: I2c7b3a9aa2eb8e7d1118c8e72bb9e1af00b9f8d5
| -rwxr-xr-x | keystone/backends/api.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keystone/backends/api.py b/keystone/backends/api.py index 1814fae5..8a48de54 100755 --- a/keystone/backends/api.py +++ b/keystone/backends/api.py @@ -1,3 +1,7 @@ +# vim: tabstop=4 shiftwidth=4 softtabstop=4 + +# Copyright 2010 OpenStack LLC. +# All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |
