From 266551f0d43e13fae894948ccbd569414a10a4c0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 23 Jun 2013 20:57:04 +0200 Subject: [PATCH] Fixup some trivial license header mismatches Newer Hacking releases are pedantic about the license header. Fix up the trivial mismatch. Change-Id: I418222734303b8578ab0b34b8eb044d9543fc888 --- heat/tests/test_common_policy.py | 4 ++-- heat/tests/test_security_group.py | 2 +- heat/tests/test_vpc.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/heat/tests/test_common_policy.py b/heat/tests/test_common_policy.py index 66a7c336..e8d0f846 100644 --- a/heat/tests/test_common_policy.py +++ b/heat/tests/test_common_policy.py @@ -1,14 +1,14 @@ # Copyright 2012 OpenStack, LLC # All Rights Reserved. # -# 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. diff --git a/heat/tests/test_security_group.py b/heat/tests/test_security_group.py index 8c27d421..f807c348 100644 --- a/heat/tests/test_security_group.py +++ b/heat/tests/test_security_group.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# 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 # diff --git a/heat/tests/test_vpc.py b/heat/tests/test_vpc.py index 41193b64..49949994 100644 --- a/heat/tests/test_vpc.py +++ b/heat/tests/test_vpc.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# 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 # -- 2.45.2