From e3b9d24fea34b405a2c67cccd0c1955b35fb9c6b Mon Sep 17 00:00:00 2001 From: Ziad Sawalha Date: Thu, 4 Aug 2011 12:33:17 -0500 Subject: Small licensing change to test Gerrit Change-Id: I2c7b3a9aa2eb8e7d1118c8e72bb9e1af00b9f8d5 --- keystone/backends/api.py | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit