From e5bdb3d0df80b4de9274dd227a954b24abc7f946 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 26 Jun 2013 11:57:18 +0200 Subject: Fix up some trivial license mismatches In preparation of the Hacking check that would reject those licenses in the future. Change-Id: I2ba5080ed836c62fa54fa2734c2ecd3114639b75 --- keystone/common/openssl.py | 1 + tests/test_migrate_nova_auth.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/keystone/common/openssl.py b/keystone/common/openssl.py index 427202ae..fa09e37c 100644 --- a/keystone/common/openssl.py +++ b/keystone/common/openssl.py @@ -12,6 +12,7 @@ # 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 os diff --git a/tests/test_migrate_nova_auth.py b/tests/test_migrate_nova_auth.py index 97709b89..33869d7c 100644 --- a/tests/test_migrate_nova_auth.py +++ b/tests/test_migrate_nova_auth.py @@ -2,14 +2,14 @@ # Copyright 2012 OpenStack LLC # -# Licensed under the Apache License, Version 2.0 (the 'License'); you may +# 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 +# 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. -- cgit