]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Add missing Aapche 2.0 license headers (H102)
authorDirk Mueller <dirk@dmllr.de>
Fri, 19 Jul 2013 21:09:14 +0000 (23:09 +0200)
committerDirk Mueller <dirk@dmllr.de>
Fri, 19 Jul 2013 21:10:25 +0000 (23:10 +0200)
Satisfy Hacking check of Hacking 0.6 or newer.

Change-Id: I01d9b44c1681142ef91fd91f678e173239ae6c98

heat/cloudinit/loguserdata.py
heat/cloudinit/part_handler.py
heat/db/sqlalchemy/manage.py
heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py

index e55e31d9d9b79ca491013291e17ee652cde1dd6d..6676d240345975c223bea3d35d3bb8ea08a9289c 100755 (executable)
@@ -1,5 +1,17 @@
 #!/usr/bin/env python
 
+#    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
+#    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 errno
 import datetime
 import logging
index e7794a174b5f937fbddcc7329a2a560546247b26..64a24b470ef1901a78ca3d5efdeef7d294aef1a5 100644 (file)
@@ -1,5 +1,17 @@
 #part-handler
 
+#    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
+#    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 datetime
 import errno
 import os
index 4d57542e5e41842e2de76d21b080e17868504587..8a7ff1682151cb1a28e5037faef0ff8c8e8f4609 100755 (executable)
@@ -1,4 +1,17 @@
 #!/usr/bin/env python
+
+#    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
+#    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+#    License for the specific language governing permissions and limitations
+#    under the License.
+
 from migrate.versioning.shell import main
 import migrate.exceptions
 import ConfigParser
index dcf1cf5b9229941468c59d3a10e95a566a6fb352..6b818c86156887175e4f9ac37e9d92fe4dd64eb0 100644 (file)
@@ -1,3 +1,17 @@
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
+
+#    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
+#    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 sqlalchemy
 from heat.openstack.common import uuidutils