From: Dirk Mueller Date: Tue, 25 Jun 2013 14:32:51 +0000 (+0200) Subject: Fix up trivial H103 license check mismatches X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ef05cac2f2dd0133863fb0b9d681da96a700121b;p=openstack-build%2Fcinder-build.git Fix up trivial H103 license check mismatches Adjust a few trivial typos in the license headers in the source files. Change-Id: I907df4ece8e589e930fd788e3f33201537938572 --- diff --git a/cinder/api/contrib/scheduler_hints.py b/cinder/api/contrib/scheduler_hints.py index 17838e51d..69658ded3 100644 --- a/cinder/api/contrib/scheduler_hints.py +++ b/cinder/api/contrib/scheduler_hints.py @@ -12,7 +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 +# under the License. import webob.exc diff --git a/cinder/tests/utils.py b/cinder/tests/utils.py index 5b775f723..042134a5c 100644 --- a/cinder/tests/utils.py +++ b/cinder/tests/utils.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. # diff --git a/cinder/tests/windows/mockproxy.py b/cinder/tests/windows/mockproxy.py index d39a96300..4a48532ca 100644 --- a/cinder/tests/windows/mockproxy.py +++ b/cinder/tests/windows/mockproxy.py @@ -12,6 +12,9 @@ # 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. +# + """ Classes for dynamic generation of mock objects.