From: Dirk Mueller Date: Fri, 19 Jul 2013 21:09:14 +0000 (+0200) Subject: Add missing Aapche 2.0 license headers (H102) X-Git-Tag: 2014.1~337^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=234a1f0f2e9133d610848da4e226dde7ae794388;p=openstack-build%2Fheat-build.git Add missing Aapche 2.0 license headers (H102) Satisfy Hacking check of Hacking 0.6 or newer. Change-Id: I01d9b44c1681142ef91fd91f678e173239ae6c98 --- diff --git a/heat/cloudinit/loguserdata.py b/heat/cloudinit/loguserdata.py index e55e31d9..6676d240 100755 --- a/heat/cloudinit/loguserdata.py +++ b/heat/cloudinit/loguserdata.py @@ -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 diff --git a/heat/cloudinit/part_handler.py b/heat/cloudinit/part_handler.py index e7794a17..64a24b47 100644 --- a/heat/cloudinit/part_handler.py +++ b/heat/cloudinit/part_handler.py @@ -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 diff --git a/heat/db/sqlalchemy/manage.py b/heat/db/sqlalchemy/manage.py index 4d57542e..8a7ff168 100755 --- a/heat/db/sqlalchemy/manage.py +++ b/heat/db/sqlalchemy/manage.py @@ -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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py b/heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py index dcf1cf5b..6b818c86 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py @@ -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