]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix up trivial H103 license check mismatches
authorDirk Mueller <dirk@dmllr.de>
Tue, 25 Jun 2013 14:32:51 +0000 (16:32 +0200)
committerDirk Mueller <dirk@dmllr.de>
Tue, 25 Jun 2013 14:32:51 +0000 (16:32 +0200)
Adjust a few trivial typos in the license headers
in the source files.

Change-Id: I907df4ece8e589e930fd788e3f33201537938572

cinder/api/contrib/scheduler_hints.py
cinder/tests/utils.py
cinder/tests/windows/mockproxy.py

index 17838e51df9c63e801fd5b2115bedace1dee2a6c..69658ded32316a4450c1ee97522dd31872c8f824 100644 (file)
@@ -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
 
index 5b775f723aecad8a59eeceb5c9b1d248387538a2..042134a5c85218ddd77e90a96e1e41a6dd668c17 100644 (file)
@@ -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.
 #
 
 
index d39a96300dfda8c016afc2d669d5c0bdeef5c459..4a48532ca283b7c2dd705aff667a14c131aa647f 100644 (file)
@@ -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.