diff --git a/bin/heat-engine b/bin/heat-engine index 14ef7ce064..3f1e78df64 100755 --- a/bin/heat-engine +++ b/bin/heat-engine @@ -1,5 +1,4 @@ #!/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 diff --git a/bin/heat-manage b/bin/heat-manage index 83d9de7748..baf26d7dbc 100755 --- a/bin/heat-manage +++ b/bin/heat-manage @@ -1,5 +1,5 @@ #!/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 diff --git a/contrib/marconi/marconi/tests/test_queue.py b/contrib/marconi/marconi/tests/test_queue.py index efa90252c3..1d41d65bd7 100644 --- a/contrib/marconi/marconi/tests/test_queue.py +++ b/contrib/marconi/marconi/tests/test_queue.py @@ -1,3 +1,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 diff --git a/contrib/rackspace/rackspace/clients.py b/contrib/rackspace/rackspace/clients.py index 531db94860..7a6a0b811d 100644 --- a/contrib/rackspace/rackspace/clients.py +++ b/contrib/rackspace/rackspace/clients.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/contrib/rackspace/rackspace/resources/auto_scale.py b/contrib/rackspace/rackspace/resources/auto_scale.py index edd8b8db54..3850882ae5 100644 --- a/contrib/rackspace/rackspace/resources/auto_scale.py +++ b/contrib/rackspace/rackspace/resources/auto_scale.py @@ -1,4 +1,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 diff --git a/contrib/rackspace/rackspace/resources/cloud_dns.py b/contrib/rackspace/rackspace/resources/cloud_dns.py index 906c3eb81a..7f9a2a20ee 100644 --- a/contrib/rackspace/rackspace/resources/cloud_dns.py +++ b/contrib/rackspace/rackspace/resources/cloud_dns.py @@ -1,3 +1,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 diff --git a/contrib/rackspace/rackspace/resources/cloud_server.py b/contrib/rackspace/rackspace/resources/cloud_server.py index 731c934130..9ca76db0e8 100644 --- a/contrib/rackspace/rackspace/resources/cloud_server.py +++ b/contrib/rackspace/rackspace/resources/cloud_server.py @@ -1,3 +1,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 diff --git a/contrib/rackspace/rackspace/resources/cloudnetworks.py b/contrib/rackspace/rackspace/resources/cloudnetworks.py index 7932627d49..13b585d8d3 100644 --- a/contrib/rackspace/rackspace/resources/cloudnetworks.py +++ b/contrib/rackspace/rackspace/resources/cloudnetworks.py @@ -1,3 +1,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 diff --git a/contrib/rackspace/rackspace/tests/test_auto_scale.py b/contrib/rackspace/rackspace/tests/test_auto_scale.py index c98fbd2cbb..efcdb15744 100644 --- a/contrib/rackspace/rackspace/tests/test_auto_scale.py +++ b/contrib/rackspace/rackspace/tests/test_auto_scale.py @@ -1,4 +1,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 diff --git a/contrib/rackspace/rackspace/tests/test_cloud_loadbalancer.py b/contrib/rackspace/rackspace/tests/test_cloud_loadbalancer.py index ebc0e08294..1695a1fb0f 100644 --- a/contrib/rackspace/rackspace/tests/test_cloud_loadbalancer.py +++ b/contrib/rackspace/rackspace/tests/test_cloud_loadbalancer.py @@ -1,4 +1,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 diff --git a/contrib/rackspace/rackspace/tests/test_cloudnetworks.py b/contrib/rackspace/rackspace/tests/test_cloudnetworks.py index 6a3548c97d..b53b9abe1b 100644 --- a/contrib/rackspace/rackspace/tests/test_cloudnetworks.py +++ b/contrib/rackspace/rackspace/tests/test_cloudnetworks.py @@ -1,3 +1,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 diff --git a/contrib/rackspace/rackspace/tests/test_rackspace_clients.py b/contrib/rackspace/rackspace/tests/test_rackspace_clients.py index a09b5538e9..3cab7096ec 100644 --- a/contrib/rackspace/rackspace/tests/test_rackspace_clients.py +++ b/contrib/rackspace/rackspace/tests/test_rackspace_clients.py @@ -1,4 +1,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 diff --git a/contrib/rackspace/rackspace/tests/test_rackspace_cloud_server.py b/contrib/rackspace/rackspace/tests/test_rackspace_cloud_server.py index 31c1d12a71..27f86f37bf 100644 --- a/contrib/rackspace/rackspace/tests/test_rackspace_cloud_server.py +++ b/contrib/rackspace/rackspace/tests/test_rackspace_cloud_server.py @@ -1,3 +1,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 diff --git a/contrib/rackspace/rackspace/tests/test_rackspace_dns.py b/contrib/rackspace/rackspace/tests/test_rackspace_dns.py index 9100aa5a5c..1c1856a307 100644 --- a/contrib/rackspace/rackspace/tests/test_rackspace_dns.py +++ b/contrib/rackspace/rackspace/tests/test_rackspace_dns.py @@ -1,3 +1,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 diff --git a/doc/source/ext/resources.py b/doc/source/ext/resources.py index 8c35d93ecb..d26cda3484 100644 --- a/doc/source/ext/resources.py +++ b/doc/source/ext/resources.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/__init__.py b/heat/__init__.py index 2e9772bc70..d6f921a842 100644 --- a/heat/__init__.py +++ b/heat/__init__.py @@ -1,4 +1,4 @@ - +# # Copyright 2013 IBM Corp. # All Rights Reserved. # diff --git a/heat/api/aws/ec2token.py b/heat/api/aws/ec2token.py index d3bfa95f34..6e6ff2cf51 100644 --- a/heat/api/aws/ec2token.py +++ b/heat/api/aws/ec2token.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/aws/exception.py b/heat/api/aws/exception.py index 3495360725..5f5ba2ecec 100644 --- a/heat/api/aws/exception.py +++ b/heat/api/aws/exception.py @@ -1,4 +1,4 @@ - +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # diff --git a/heat/api/aws/utils.py b/heat/api/aws/utils.py index b3187abcf5..76ae3d3ff6 100644 --- a/heat/api/aws/utils.py +++ b/heat/api/aws/utils.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/cfn/__init__.py b/heat/api/cfn/__init__.py index ae7e6c251f..b890684b90 100644 --- a/heat/api/cfn/__init__.py +++ b/heat/api/cfn/__init__.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/cfn/v1/__init__.py b/heat/api/cfn/v1/__init__.py index 1e4ae27611..91ea06e21c 100644 --- a/heat/api/cfn/v1/__init__.py +++ b/heat/api/cfn/v1/__init__.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/cfn/v1/signal.py b/heat/api/cfn/v1/signal.py index 64882b8279..a83b475171 100644 --- a/heat/api/cfn/v1/signal.py +++ b/heat/api/cfn/v1/signal.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/cfn/v1/stacks.py b/heat/api/cfn/v1/stacks.py index b9c7f0e919..77cbf3d613 100644 --- a/heat/api/cfn/v1/stacks.py +++ b/heat/api/cfn/v1/stacks.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/cfn/versions.py b/heat/api/cfn/versions.py index 722a79b345..c92a992b3d 100644 --- a/heat/api/cfn/versions.py +++ b/heat/api/cfn/versions.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/cloudwatch/__init__.py b/heat/api/cloudwatch/__init__.py index 5deecf4784..8d4f60630c 100644 --- a/heat/api/cloudwatch/__init__.py +++ b/heat/api/cloudwatch/__init__.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/cloudwatch/versions.py b/heat/api/cloudwatch/versions.py index 722a79b345..c92a992b3d 100644 --- a/heat/api/cloudwatch/versions.py +++ b/heat/api/cloudwatch/versions.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/cloudwatch/watch.py b/heat/api/cloudwatch/watch.py index 4a341dc4b0..ed13ccdf03 100644 --- a/heat/api/cloudwatch/watch.py +++ b/heat/api/cloudwatch/watch.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/middleware/version_negotiation.py b/heat/api/middleware/version_negotiation.py index 18398b87d4..646ee390b7 100644 --- a/heat/api/middleware/version_negotiation.py +++ b/heat/api/middleware/version_negotiation.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/openstack/__init__.py b/heat/api/openstack/__init__.py index 858795fd4e..e90b07df2f 100644 --- a/heat/api/openstack/__init__.py +++ b/heat/api/openstack/__init__.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/openstack/v1/__init__.py b/heat/api/openstack/v1/__init__.py index 16455fec44..c4e14f4e22 100644 --- a/heat/api/openstack/v1/__init__.py +++ b/heat/api/openstack/v1/__init__.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/openstack/v1/actions.py b/heat/api/openstack/v1/actions.py index 23ad9e0c3f..b5b93dcefe 100644 --- a/heat/api/openstack/v1/actions.py +++ b/heat/api/openstack/v1/actions.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/openstack/v1/build_info.py b/heat/api/openstack/v1/build_info.py index ac2c052454..dfe8b06c67 100644 --- a/heat/api/openstack/v1/build_info.py +++ b/heat/api/openstack/v1/build_info.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/openstack/v1/events.py b/heat/api/openstack/v1/events.py index e96851b3a8..a894467ec4 100644 --- a/heat/api/openstack/v1/events.py +++ b/heat/api/openstack/v1/events.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/openstack/v1/resources.py b/heat/api/openstack/v1/resources.py index 7847942e35..d650c93840 100644 --- a/heat/api/openstack/v1/resources.py +++ b/heat/api/openstack/v1/resources.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/openstack/v1/software_configs.py b/heat/api/openstack/v1/software_configs.py index e015c15783..0ba6592522 100644 --- a/heat/api/openstack/v1/software_configs.py +++ b/heat/api/openstack/v1/software_configs.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/openstack/v1/software_deployments.py b/heat/api/openstack/v1/software_deployments.py index 1202843d61..27fda9c394 100644 --- a/heat/api/openstack/v1/software_deployments.py +++ b/heat/api/openstack/v1/software_deployments.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/openstack/v1/stacks.py b/heat/api/openstack/v1/stacks.py index 4a4aa1d573..500088b72e 100644 --- a/heat/api/openstack/v1/stacks.py +++ b/heat/api/openstack/v1/stacks.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/openstack/v1/util.py b/heat/api/openstack/v1/util.py index 7743d6b249..3f11a2efe1 100644 --- a/heat/api/openstack/v1/util.py +++ b/heat/api/openstack/v1/util.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/openstack/v1/views/stacks_view.py b/heat/api/openstack/v1/views/stacks_view.py index 3a494a709d..4462cfdffc 100644 --- a/heat/api/openstack/v1/views/stacks_view.py +++ b/heat/api/openstack/v1/views/stacks_view.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/openstack/v1/views/views_common.py b/heat/api/openstack/v1/views/views_common.py index e834b40347..030980066b 100644 --- a/heat/api/openstack/v1/views/views_common.py +++ b/heat/api/openstack/v1/views/views_common.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/api/openstack/versions.py b/heat/api/openstack/versions.py index 722a79b345..c92a992b3d 100644 --- a/heat/api/openstack/versions.py +++ b/heat/api/openstack/versions.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/cloudinit/loguserdata.py b/heat/cloudinit/loguserdata.py index 38e443d5dd..2781976293 100755 --- a/heat/cloudinit/loguserdata.py +++ b/heat/cloudinit/loguserdata.py @@ -1,5 +1,5 @@ #!/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 diff --git a/heat/cloudinit/part_handler.py b/heat/cloudinit/part_handler.py index 64a24b470e..e6a6ce20da 100644 --- a/heat/cloudinit/part_handler.py +++ b/heat/cloudinit/part_handler.py @@ -1,5 +1,5 @@ #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 diff --git a/heat/cmd/manage.py b/heat/cmd/manage.py index 5f2d3e64a4..e3821efca3 100644 --- a/heat/cmd/manage.py +++ b/heat/cmd/manage.py @@ -1,4 +1,4 @@ - +# # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/common/auth_password.py b/heat/common/auth_password.py index bcd948589f..92488a0a49 100644 --- a/heat/common/auth_password.py +++ b/heat/common/auth_password.py @@ -1,4 +1,4 @@ - +# # Copyright 2013 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/heat/common/auth_url.py b/heat/common/auth_url.py index 4bb825303d..d588700aa7 100644 --- a/heat/common/auth_url.py +++ b/heat/common/auth_url.py @@ -1,3 +1,4 @@ +# # Copyright 2013 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/heat/common/config.py b/heat/common/config.py index 28151d9600..c0fef03186 100644 --- a/heat/common/config.py +++ b/heat/common/config.py @@ -1,5 +1,3 @@ - - # # 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 diff --git a/heat/common/context.py b/heat/common/context.py index 820608aeab..e48add57ff 100644 --- a/heat/common/context.py +++ b/heat/common/context.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/common/crypt.py b/heat/common/crypt.py index c87678f93e..7bf3b6d646 100644 --- a/heat/common/crypt.py +++ b/heat/common/crypt.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/common/custom_backend_auth.py b/heat/common/custom_backend_auth.py index d57de40fca..28ef3d4ba8 100644 --- a/heat/common/custom_backend_auth.py +++ b/heat/common/custom_backend_auth.py @@ -1,4 +1,4 @@ - +# # Copyright (C) 2012, Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/heat/common/environment_format.py b/heat/common/environment_format.py index 31786c0e2d..ea7fe2cbdb 100644 --- a/heat/common/environment_format.py +++ b/heat/common/environment_format.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/common/exception.py b/heat/common/exception.py index fe4542e461..b1b623d82a 100644 --- a/heat/common/exception.py +++ b/heat/common/exception.py @@ -1,4 +1,4 @@ - +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # diff --git a/heat/common/heat_keystoneclient.py b/heat/common/heat_keystoneclient.py index b4d16e1446..39b0e37aa6 100644 --- a/heat/common/heat_keystoneclient.py +++ b/heat/common/heat_keystoneclient.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/common/notify.py b/heat/common/notify.py index 2ed1d40268..530ded816b 100644 --- a/heat/common/notify.py +++ b/heat/common/notify.py @@ -1,3 +1,4 @@ +# # Copyright 2014 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/common/plugin_loader.py b/heat/common/plugin_loader.py index 19bb2de50e..59e11da60f 100644 --- a/heat/common/plugin_loader.py +++ b/heat/common/plugin_loader.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/common/policy.py b/heat/common/policy.py index 6468742ce0..179c854cbb 100644 --- a/heat/common/policy.py +++ b/heat/common/policy.py @@ -1,4 +1,4 @@ - +# # Copyright (c) 2011 OpenStack Foundation # All Rights Reserved. # diff --git a/heat/common/systemd.py b/heat/common/systemd.py index f094dd7778..1eb7bfa578 100644 --- a/heat/common/systemd.py +++ b/heat/common/systemd.py @@ -1,3 +1,4 @@ +# # Copyright 2012 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/common/template_format.py b/heat/common/template_format.py index 120d6ecac5..c7b4786b68 100644 --- a/heat/common/template_format.py +++ b/heat/common/template_format.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/common/timeutils.py b/heat/common/timeutils.py index 82add4d840..2249cbac64 100644 --- a/heat/common/timeutils.py +++ b/heat/common/timeutils.py @@ -1,4 +1,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 diff --git a/heat/common/urlfetch.py b/heat/common/urlfetch.py index 0435e20223..ea0914a7ad 100644 --- a/heat/common/urlfetch.py +++ b/heat/common/urlfetch.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/common/wsgi.py b/heat/common/wsgi.py index 9dd3bbf362..d521855d9f 100644 --- a/heat/common/wsgi.py +++ b/heat/common/wsgi.py @@ -1,4 +1,4 @@ - +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # Copyright 2013 IBM Corp. diff --git a/heat/db/api.py b/heat/db/api.py index 61c67a626e..6ed9db20d9 100644 --- a/heat/db/api.py +++ b/heat/db/api.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/db/sqlalchemy/api.py b/heat/db/sqlalchemy/api.py index 2c38939acc..5071d81ad5 100644 --- a/heat/db/sqlalchemy/api.py +++ b/heat/db/sqlalchemy/api.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/db/sqlalchemy/filters.py b/heat/db/sqlalchemy/filters.py index f91b57e3d9..959ede8593 100644 --- a/heat/db/sqlalchemy/filters.py +++ b/heat/db/sqlalchemy/filters.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py b/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py index f2c7925cb2..cdbb4c7515 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py b/heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py index 3f4905fa94..54c6cb4630 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py b/heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py index 602cfd4add..dac4951193 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py @@ -1,4 +1,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 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 7fc1292137..e30f7c3606 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,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py b/heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py index 892bdb4fb9..f56a8d5ec2 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py b/heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py index 0da3d27037..7820b65f3d 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/021_resource_data.py b/heat/db/sqlalchemy/migrate_repo/versions/021_resource_data.py index 733336c642..23166b5fe2 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/021_resource_data.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/021_resource_data.py @@ -1,3 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py b/heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py index 2491ed0d68..f779a77f96 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py b/heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py index 17e9ba374f..5ac0cc9d34 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py b/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py index 642b0f9c88..02cdd87d1e 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py b/heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py index 24db8e9ea5..818f9fb950 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py b/heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py index e67309c063..ce4aaf00e8 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py b/heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py index c3e73bd4a3..647c6bc741 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py b/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py index b5870af1da..d9c5e88d62 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py b/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py index eb8a0ce183..4b3deda4f7 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/030_remove_uuidutils.py b/heat/db/sqlalchemy/migrate_repo/versions/030_remove_uuidutils.py index 33c2ac2b11..e5086ba4fe 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/030_remove_uuidutils.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/030_remove_uuidutils.py @@ -1,3 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/031_stack_lock.py b/heat/db/sqlalchemy/migrate_repo/versions/031_stack_lock.py index f40cff47c9..ab44e96ba1 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/031_stack_lock.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/031_stack_lock.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/032_decrypt_method.py b/heat/db/sqlalchemy/migrate_repo/versions/032_decrypt_method.py index cdfc4313b2..a96f40acf7 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/032_decrypt_method.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/032_decrypt_method.py @@ -1,3 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py b/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py index a7a04a234c..593a62b03a 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py b/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py index 6a0ca60d78..816c8e6897 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py b/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py index 24a1613f1d..c7bcb663ef 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py b/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py index 5f39e77cab..c1babaf0ee 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/037_migrate_hot_template.py b/heat/db/sqlalchemy/migrate_repo/versions/037_migrate_hot_template.py index c233139e1a..7f33661a76 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/037_migrate_hot_template.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/037_migrate_hot_template.py @@ -1,3 +1,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 diff --git a/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py b/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py index 0fc532e4d1..d2ed199e72 100644 --- a/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py +++ b/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py @@ -1,4 +1,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 diff --git a/heat/db/sqlalchemy/migration.py b/heat/db/sqlalchemy/migration.py index 813416080e..c3c613b66d 100644 --- a/heat/db/sqlalchemy/migration.py +++ b/heat/db/sqlalchemy/migration.py @@ -1,3 +1,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 diff --git a/heat/db/sync.py b/heat/db/sync.py index 3b19a63ed1..e0e1e012b3 100755 --- a/heat/db/sync.py +++ b/heat/db/sync.py @@ -1,5 +1,4 @@ #!/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 diff --git a/heat/db/utils.py b/heat/db/utils.py index eb5b8b1706..9b588997cf 100644 --- a/heat/db/utils.py +++ b/heat/db/utils.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/attributes.py b/heat/engine/attributes.py index f4b0a5bbf5..4418c8cafc 100644 --- a/heat/engine/attributes.py +++ b/heat/engine/attributes.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/cfn/functions.py b/heat/engine/cfn/functions.py index d7f4f042d1..6041183b2f 100644 --- a/heat/engine/cfn/functions.py +++ b/heat/engine/cfn/functions.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/clients.py b/heat/engine/clients.py index 88f47d30c6..38a7140081 100644 --- a/heat/engine/clients.py +++ b/heat/engine/clients.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/constraints.py b/heat/engine/constraints.py index 3378df732c..3c00d815e6 100644 --- a/heat/engine/constraints.py +++ b/heat/engine/constraints.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/dependencies.py b/heat/engine/dependencies.py index bd69b95142..f9c37abe87 100644 --- a/heat/engine/dependencies.py +++ b/heat/engine/dependencies.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/environment.py b/heat/engine/environment.py index 995e95486b..91c9933028 100644 --- a/heat/engine/environment.py +++ b/heat/engine/environment.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/event.py b/heat/engine/event.py index 802400ed2e..930dc10fd0 100644 --- a/heat/engine/event.py +++ b/heat/engine/event.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/function.py b/heat/engine/function.py index f5a091ab83..c7ada92786 100644 --- a/heat/engine/function.py +++ b/heat/engine/function.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/parameter_groups.py b/heat/engine/parameter_groups.py index fb6ef8a3d0..82839078cf 100644 --- a/heat/engine/parameter_groups.py +++ b/heat/engine/parameter_groups.py @@ -1,3 +1,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 diff --git a/heat/engine/parameters.py b/heat/engine/parameters.py index 64790ea12c..7f07a268dc 100644 --- a/heat/engine/parameters.py +++ b/heat/engine/parameters.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/parser.py b/heat/engine/parser.py index 097ec81216..053ecb23b8 100644 --- a/heat/engine/parser.py +++ b/heat/engine/parser.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/properties.py b/heat/engine/properties.py index a77774bec0..12e42a99c0 100644 --- a/heat/engine/properties.py +++ b/heat/engine/properties.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resource.py b/heat/engine/resource.py index 1bd62785be..c17cc9d5a4 100644 --- a/heat/engine/resource.py +++ b/heat/engine/resource.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/__init__.py b/heat/engine/resources/__init__.py index 27f0050cbe..3343b597eb 100644 --- a/heat/engine/resources/__init__.py +++ b/heat/engine/resources/__init__.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/autoscaling.py b/heat/engine/resources/autoscaling.py index 6921106932..09f1a74a90 100644 --- a/heat/engine/resources/autoscaling.py +++ b/heat/engine/resources/autoscaling.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/ceilometer/alarm.py b/heat/engine/resources/ceilometer/alarm.py index a0b92863e4..ecef1ecd90 100644 --- a/heat/engine/resources/ceilometer/alarm.py +++ b/heat/engine/resources/ceilometer/alarm.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/cloud_watch.py b/heat/engine/resources/cloud_watch.py index 549b1955e9..6781c73b0a 100644 --- a/heat/engine/resources/cloud_watch.py +++ b/heat/engine/resources/cloud_watch.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/eip.py b/heat/engine/resources/eip.py index aa92055163..d9c965b168 100644 --- a/heat/engine/resources/eip.py +++ b/heat/engine/resources/eip.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/instance.py b/heat/engine/resources/instance.py index 3020dd88b0..9d81ad353b 100644 --- a/heat/engine/resources/instance.py +++ b/heat/engine/resources/instance.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/internet_gateway.py b/heat/engine/resources/internet_gateway.py index a6908e9755..1399377428 100644 --- a/heat/engine/resources/internet_gateway.py +++ b/heat/engine/resources/internet_gateway.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/loadbalancer.py b/heat/engine/resources/loadbalancer.py index 23b43bed7b..4171e9d5b2 100644 --- a/heat/engine/resources/loadbalancer.py +++ b/heat/engine/resources/loadbalancer.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/network_interface.py b/heat/engine/resources/network_interface.py index 7af5e76881..4e7e4d2481 100644 --- a/heat/engine/resources/network_interface.py +++ b/heat/engine/resources/network_interface.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/neutron/floatingip.py b/heat/engine/resources/neutron/floatingip.py index 8c1b30fbf9..6f69002d37 100644 --- a/heat/engine/resources/neutron/floatingip.py +++ b/heat/engine/resources/neutron/floatingip.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/neutron/loadbalancer.py b/heat/engine/resources/neutron/loadbalancer.py index 257ac38292..30ba775a86 100644 --- a/heat/engine/resources/neutron/loadbalancer.py +++ b/heat/engine/resources/neutron/loadbalancer.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/neutron/metering.py b/heat/engine/resources/neutron/metering.py index f97adc6c8f..247dd0e02d 100644 --- a/heat/engine/resources/neutron/metering.py +++ b/heat/engine/resources/neutron/metering.py @@ -1,3 +1,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 diff --git a/heat/engine/resources/neutron/net.py b/heat/engine/resources/neutron/net.py index f04a584ca9..05f649f736 100644 --- a/heat/engine/resources/neutron/net.py +++ b/heat/engine/resources/neutron/net.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/neutron/network_gateway.py b/heat/engine/resources/neutron/network_gateway.py index 086b8da8f2..9610b91147 100644 --- a/heat/engine/resources/neutron/network_gateway.py +++ b/heat/engine/resources/neutron/network_gateway.py @@ -1,4 +1,4 @@ - +# # Copyright 2013 NTT Corp. # All Rights Reserved. # diff --git a/heat/engine/resources/neutron/neutron.py b/heat/engine/resources/neutron/neutron.py index 868b192495..b3e9e0b9fb 100644 --- a/heat/engine/resources/neutron/neutron.py +++ b/heat/engine/resources/neutron/neutron.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/neutron/port.py b/heat/engine/resources/neutron/port.py index c6f9b95e7f..f210575cb2 100644 --- a/heat/engine/resources/neutron/port.py +++ b/heat/engine/resources/neutron/port.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/neutron/router.py b/heat/engine/resources/neutron/router.py index 3d53229c6c..fb8b1f3910 100644 --- a/heat/engine/resources/neutron/router.py +++ b/heat/engine/resources/neutron/router.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/neutron/security_group.py b/heat/engine/resources/neutron/security_group.py index 35d3bf78f5..23227b3de6 100644 --- a/heat/engine/resources/neutron/security_group.py +++ b/heat/engine/resources/neutron/security_group.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/neutron/subnet.py b/heat/engine/resources/neutron/subnet.py index b1125df0e6..9bb8f1ae2f 100644 --- a/heat/engine/resources/neutron/subnet.py +++ b/heat/engine/resources/neutron/subnet.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/neutron/vpnservice.py b/heat/engine/resources/neutron/vpnservice.py index 06e63ecffd..4d1204ad02 100644 --- a/heat/engine/resources/neutron/vpnservice.py +++ b/heat/engine/resources/neutron/vpnservice.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/nova_floatingip.py b/heat/engine/resources/nova_floatingip.py index 21ab5e4468..45e24e423f 100644 --- a/heat/engine/resources/nova_floatingip.py +++ b/heat/engine/resources/nova_floatingip.py @@ -1,3 +1,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 diff --git a/heat/engine/resources/nova_keypair.py b/heat/engine/resources/nova_keypair.py index ed51aca0bc..591141f78c 100644 --- a/heat/engine/resources/nova_keypair.py +++ b/heat/engine/resources/nova_keypair.py @@ -1,3 +1,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 diff --git a/heat/engine/resources/nova_utils.py b/heat/engine/resources/nova_utils.py index fdc2b561d3..1b506a5582 100644 --- a/heat/engine/resources/nova_utils.py +++ b/heat/engine/resources/nova_utils.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/os_database.py b/heat/engine/resources/os_database.py index 35029c31af..573e9797d0 100644 --- a/heat/engine/resources/os_database.py +++ b/heat/engine/resources/os_database.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/random_string.py b/heat/engine/resources/random_string.py index 4ddd867749..4ea827fd41 100644 --- a/heat/engine/resources/random_string.py +++ b/heat/engine/resources/random_string.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/resource_group.py b/heat/engine/resources/resource_group.py index 70df98d502..48e69aaed1 100644 --- a/heat/engine/resources/resource_group.py +++ b/heat/engine/resources/resource_group.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/route_table.py b/heat/engine/resources/route_table.py index 9183d20a3f..43b9d23a29 100644 --- a/heat/engine/resources/route_table.py +++ b/heat/engine/resources/route_table.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/s3.py b/heat/engine/resources/s3.py index 989de5090f..e344c9bc31 100644 --- a/heat/engine/resources/s3.py +++ b/heat/engine/resources/s3.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/security_group.py b/heat/engine/resources/security_group.py index b65340b652..2f9cc066ae 100644 --- a/heat/engine/resources/security_group.py +++ b/heat/engine/resources/security_group.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/server.py b/heat/engine/resources/server.py index a51c0ab674..b38298054d 100644 --- a/heat/engine/resources/server.py +++ b/heat/engine/resources/server.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/software_config/cloud_config.py b/heat/engine/resources/software_config/cloud_config.py index e2f77d8156..6412971dc1 100644 --- a/heat/engine/resources/software_config/cloud_config.py +++ b/heat/engine/resources/software_config/cloud_config.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/software_config/multi_part.py b/heat/engine/resources/software_config/multi_part.py index 3cf4595c27..415993b505 100644 --- a/heat/engine/resources/software_config/multi_part.py +++ b/heat/engine/resources/software_config/multi_part.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/software_config/software_config.py b/heat/engine/resources/software_config/software_config.py index fdca0bdb20..1c3f4453eb 100644 --- a/heat/engine/resources/software_config/software_config.py +++ b/heat/engine/resources/software_config/software_config.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/stack.py b/heat/engine/resources/stack.py index b6287a14dc..d055c28740 100644 --- a/heat/engine/resources/stack.py +++ b/heat/engine/resources/stack.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/subnet.py b/heat/engine/resources/subnet.py index 268578d474..14265a81a1 100644 --- a/heat/engine/resources/subnet.py +++ b/heat/engine/resources/subnet.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/swift.py b/heat/engine/resources/swift.py index c9c314d7af..7092c259cb 100644 --- a/heat/engine/resources/swift.py +++ b/heat/engine/resources/swift.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/template_resource.py b/heat/engine/resources/template_resource.py index e105000004..a43836ae90 100644 --- a/heat/engine/resources/template_resource.py +++ b/heat/engine/resources/template_resource.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/user.py b/heat/engine/resources/user.py index b4e1ce5e9f..f73071319d 100644 --- a/heat/engine/resources/user.py +++ b/heat/engine/resources/user.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/volume.py b/heat/engine/resources/volume.py index af76aae25a..5f261ca4e1 100644 --- a/heat/engine/resources/volume.py +++ b/heat/engine/resources/volume.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/vpc.py b/heat/engine/resources/vpc.py index 11bd8ec1ce..b1e0c5a545 100644 --- a/heat/engine/resources/vpc.py +++ b/heat/engine/resources/vpc.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/resources/wait_condition.py b/heat/engine/resources/wait_condition.py index 05d66a4ff5..5312c86f99 100644 --- a/heat/engine/resources/wait_condition.py +++ b/heat/engine/resources/wait_condition.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/scheduler.py b/heat/engine/scheduler.py index 0bd89e0047..6a752e47e6 100644 --- a/heat/engine/scheduler.py +++ b/heat/engine/scheduler.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/service.py b/heat/engine/service.py index a224afa445..062045a5fe 100644 --- a/heat/engine/service.py +++ b/heat/engine/service.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/signal_responder.py b/heat/engine/signal_responder.py index d0953fb657..2464293c54 100644 --- a/heat/engine/signal_responder.py +++ b/heat/engine/signal_responder.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/stack_lock.py b/heat/engine/stack_lock.py index e5f1fee42b..edf65bf3c3 100644 --- a/heat/engine/stack_lock.py +++ b/heat/engine/stack_lock.py @@ -1,4 +1,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 diff --git a/heat/engine/stack_resource.py b/heat/engine/stack_resource.py index ce47dc9eb7..49004433ef 100644 --- a/heat/engine/stack_resource.py +++ b/heat/engine/stack_resource.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/stack_user.py b/heat/engine/stack_user.py index f6fa612072..5df183e7db 100644 --- a/heat/engine/stack_user.py +++ b/heat/engine/stack_user.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/support.py b/heat/engine/support.py index c1efc9dbcc..10d3001d11 100644 --- a/heat/engine/support.py +++ b/heat/engine/support.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/template.py b/heat/engine/template.py index 777a3e2ee4..cef918149f 100644 --- a/heat/engine/template.py +++ b/heat/engine/template.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/timestamp.py b/heat/engine/timestamp.py index 931612f857..808689cc50 100644 --- a/heat/engine/timestamp.py +++ b/heat/engine/timestamp.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/update.py b/heat/engine/update.py index 1e0c94478b..c9d96c2a9c 100644 --- a/heat/engine/update.py +++ b/heat/engine/update.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/engine/watchrule.py b/heat/engine/watchrule.py index 4abda92eb5..a797a94b8a 100644 --- a/heat/engine/watchrule.py +++ b/heat/engine/watchrule.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/openstack/common/config/generator.py b/heat/openstack/common/config/generator.py index f14afbdd3f..852e549b14 100644 --- a/heat/openstack/common/config/generator.py +++ b/heat/openstack/common/config/generator.py @@ -1,3 +1,4 @@ +# # Copyright 2012 SINA Corporation # All Rights Reserved. # diff --git a/heat/openstack/common/context.py b/heat/openstack/common/context.py index 182b044365..0504323a0e 100644 --- a/heat/openstack/common/context.py +++ b/heat/openstack/common/context.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/crypto/utils.py b/heat/openstack/common/crypto/utils.py index 5bf0bb66f3..e80e3b77b9 100644 --- a/heat/openstack/common/crypto/utils.py +++ b/heat/openstack/common/crypto/utils.py @@ -1,3 +1,4 @@ +# # Copyright 2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/db/api.py b/heat/openstack/common/db/api.py index d4f7333d09..9c8ff8b0d1 100644 --- a/heat/openstack/common/db/api.py +++ b/heat/openstack/common/db/api.py @@ -1,3 +1,4 @@ +# # Copyright (c) 2013 Rackspace Hosting # All Rights Reserved. # diff --git a/heat/openstack/common/db/exception.py b/heat/openstack/common/db/exception.py index 27987c57b6..29934548a8 100644 --- a/heat/openstack/common/db/exception.py +++ b/heat/openstack/common/db/exception.py @@ -1,3 +1,4 @@ +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/heat/openstack/common/db/sqlalchemy/models.py b/heat/openstack/common/db/sqlalchemy/models.py index c5bb2b1ed7..b4213c60be 100644 --- a/heat/openstack/common/db/sqlalchemy/models.py +++ b/heat/openstack/common/db/sqlalchemy/models.py @@ -1,3 +1,4 @@ +# # Copyright (c) 2011 X.commerce, a business unit of eBay Inc. # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. diff --git a/heat/openstack/common/db/sqlalchemy/provision.py b/heat/openstack/common/db/sqlalchemy/provision.py index 2df864c141..b5485ccdb3 100644 --- a/heat/openstack/common/db/sqlalchemy/provision.py +++ b/heat/openstack/common/db/sqlalchemy/provision.py @@ -1,3 +1,4 @@ +# # Copyright 2013 Mirantis.inc # All Rights Reserved. # diff --git a/heat/openstack/common/db/sqlalchemy/session.py b/heat/openstack/common/db/sqlalchemy/session.py index 83a00a3e67..011c98447f 100644 --- a/heat/openstack/common/db/sqlalchemy/session.py +++ b/heat/openstack/common/db/sqlalchemy/session.py @@ -1,3 +1,4 @@ +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/heat/openstack/common/db/sqlalchemy/test_migrations.py b/heat/openstack/common/db/sqlalchemy/test_migrations.py index 949e75d0ca..9372e14144 100644 --- a/heat/openstack/common/db/sqlalchemy/test_migrations.py +++ b/heat/openstack/common/db/sqlalchemy/test_migrations.py @@ -1,3 +1,4 @@ +# # Copyright 2010-2011 OpenStack Foundation # Copyright 2012-2013 IBM Corp. # All Rights Reserved. diff --git a/heat/openstack/common/db/sqlalchemy/utils.py b/heat/openstack/common/db/sqlalchemy/utils.py index b322bc08ec..d41bc6d78e 100644 --- a/heat/openstack/common/db/sqlalchemy/utils.py +++ b/heat/openstack/common/db/sqlalchemy/utils.py @@ -1,3 +1,4 @@ +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # Copyright 2010-2011 OpenStack Foundation. diff --git a/heat/openstack/common/eventlet_backdoor.py b/heat/openstack/common/eventlet_backdoor.py index 7640e22989..fc9cbd2256 100644 --- a/heat/openstack/common/eventlet_backdoor.py +++ b/heat/openstack/common/eventlet_backdoor.py @@ -1,3 +1,4 @@ +# # Copyright (c) 2012 OpenStack Foundation. # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/heat/openstack/common/excutils.py b/heat/openstack/common/excutils.py index cc4c2c5ff9..f3c538adbf 100644 --- a/heat/openstack/common/excutils.py +++ b/heat/openstack/common/excutils.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # Copyright 2012, Red Hat, Inc. # diff --git a/heat/openstack/common/fileutils.py b/heat/openstack/common/fileutils.py index a7932f06a3..59e783f63b 100644 --- a/heat/openstack/common/fileutils.py +++ b/heat/openstack/common/fileutils.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/fixture/lockutils.py b/heat/openstack/common/fixture/lockutils.py index 1b6d17aa94..48e13e08ac 100644 --- a/heat/openstack/common/fixture/lockutils.py +++ b/heat/openstack/common/fixture/lockutils.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/fixture/mockpatch.py b/heat/openstack/common/fixture/mockpatch.py index 858e77cd06..03006c503e 100644 --- a/heat/openstack/common/fixture/mockpatch.py +++ b/heat/openstack/common/fixture/mockpatch.py @@ -1,3 +1,4 @@ +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # Copyright 2013 Hewlett-Packard Development Company, L.P. diff --git a/heat/openstack/common/fixture/moxstubout.py b/heat/openstack/common/fixture/moxstubout.py index e8c031f08a..6c0d8c4bac 100644 --- a/heat/openstack/common/fixture/moxstubout.py +++ b/heat/openstack/common/fixture/moxstubout.py @@ -1,3 +1,4 @@ +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # Copyright 2013 Hewlett-Packard Development Company, L.P. diff --git a/heat/openstack/common/gettextutils.py b/heat/openstack/common/gettextutils.py index 20fe89b90c..b97bb66c84 100644 --- a/heat/openstack/common/gettextutils.py +++ b/heat/openstack/common/gettextutils.py @@ -1,3 +1,4 @@ +# # Copyright 2012 Red Hat, Inc. # Copyright 2013 IBM Corp. # All Rights Reserved. diff --git a/heat/openstack/common/importutils.py b/heat/openstack/common/importutils.py index 4fd9ae2bc2..e8db06d260 100644 --- a/heat/openstack/common/importutils.py +++ b/heat/openstack/common/importutils.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/jsonutils.py b/heat/openstack/common/jsonutils.py index 14d5ea5a70..a3926b2a9d 100644 --- a/heat/openstack/common/jsonutils.py +++ b/heat/openstack/common/jsonutils.py @@ -1,3 +1,4 @@ +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # Copyright 2011 Justin Santa Barbara diff --git a/heat/openstack/common/local.py b/heat/openstack/common/local.py index 0819d5b97c..f153773d97 100644 --- a/heat/openstack/common/local.py +++ b/heat/openstack/common/local.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/lockutils.py b/heat/openstack/common/lockutils.py index 6c2d34039e..a8fb94dfb6 100644 --- a/heat/openstack/common/lockutils.py +++ b/heat/openstack/common/lockutils.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/log.py b/heat/openstack/common/log.py index 4315677915..2abf805577 100644 --- a/heat/openstack/common/log.py +++ b/heat/openstack/common/log.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. diff --git a/heat/openstack/common/log_handler.py b/heat/openstack/common/log_handler.py index 1de7d3f2d7..58cfc194b6 100644 --- a/heat/openstack/common/log_handler.py +++ b/heat/openstack/common/log_handler.py @@ -1,3 +1,4 @@ +# # Copyright 2013 IBM Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/loopingcall.py b/heat/openstack/common/loopingcall.py index f74796ba35..fef0adfff9 100644 --- a/heat/openstack/common/loopingcall.py +++ b/heat/openstack/common/loopingcall.py @@ -1,3 +1,4 @@ +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # Copyright 2011 Justin Santa Barbara diff --git a/heat/openstack/common/network_utils.py b/heat/openstack/common/network_utils.py index ad5d3635ab..3406c91892 100644 --- a/heat/openstack/common/network_utils.py +++ b/heat/openstack/common/network_utils.py @@ -1,3 +1,4 @@ +# # Copyright 2012 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/notifier/api.py b/heat/openstack/common/notifier/api.py index 99903e1565..82a8fab827 100644 --- a/heat/openstack/common/notifier/api.py +++ b/heat/openstack/common/notifier/api.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/notifier/list_notifier.py b/heat/openstack/common/notifier/list_notifier.py index abe40e7cf3..b4d145c5c0 100644 --- a/heat/openstack/common/notifier/list_notifier.py +++ b/heat/openstack/common/notifier/list_notifier.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack LLC. # All Rights Reserved. # diff --git a/heat/openstack/common/notifier/log_notifier.py b/heat/openstack/common/notifier/log_notifier.py index bd5e87e87d..30be2e3aa6 100644 --- a/heat/openstack/common/notifier/log_notifier.py +++ b/heat/openstack/common/notifier/log_notifier.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/notifier/no_op_notifier.py b/heat/openstack/common/notifier/no_op_notifier.py index 13d946e362..4d119edcc1 100644 --- a/heat/openstack/common/notifier/no_op_notifier.py +++ b/heat/openstack/common/notifier/no_op_notifier.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/notifier/proxy.py b/heat/openstack/common/notifier/proxy.py index e311943708..6fe1cdb1a3 100644 --- a/heat/openstack/common/notifier/proxy.py +++ b/heat/openstack/common/notifier/proxy.py @@ -1,3 +1,4 @@ +# # Copyright 2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/notifier/rabbit_notifier.py b/heat/openstack/common/notifier/rabbit_notifier.py index 74785c071d..39b9d05eff 100644 --- a/heat/openstack/common/notifier/rabbit_notifier.py +++ b/heat/openstack/common/notifier/rabbit_notifier.py @@ -1,3 +1,4 @@ +# # Copyright 2012 Red Hat, Inc. # All Rights Reserved. # diff --git a/heat/openstack/common/notifier/rpc_notifier.py b/heat/openstack/common/notifier/rpc_notifier.py index c9db51b56f..6ba4482777 100644 --- a/heat/openstack/common/notifier/rpc_notifier.py +++ b/heat/openstack/common/notifier/rpc_notifier.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/notifier/rpc_notifier2.py b/heat/openstack/common/notifier/rpc_notifier2.py index 71822dce40..e4b5cbc8ee 100644 --- a/heat/openstack/common/notifier/rpc_notifier2.py +++ b/heat/openstack/common/notifier/rpc_notifier2.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/notifier/test_notifier.py b/heat/openstack/common/notifier/test_notifier.py index 11fc21fc31..cd619a48a3 100644 --- a/heat/openstack/common/notifier/test_notifier.py +++ b/heat/openstack/common/notifier/test_notifier.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/policy.py b/heat/openstack/common/policy.py index 396d691807..01e1a2f914 100644 --- a/heat/openstack/common/policy.py +++ b/heat/openstack/common/policy.py @@ -1,3 +1,4 @@ +# # Copyright (c) 2012 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/processutils.py b/heat/openstack/common/processutils.py index 313f5a9932..525ae78743 100644 --- a/heat/openstack/common/processutils.py +++ b/heat/openstack/common/processutils.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/rpc/__init__.py b/heat/openstack/common/rpc/__init__.py index efacdcf985..8cd4f2da5e 100644 --- a/heat/openstack/common/rpc/__init__.py +++ b/heat/openstack/common/rpc/__init__.py @@ -1,3 +1,4 @@ +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/heat/openstack/common/rpc/amqp.py b/heat/openstack/common/rpc/amqp.py index 6b7a954bce..84775ccbeb 100644 --- a/heat/openstack/common/rpc/amqp.py +++ b/heat/openstack/common/rpc/amqp.py @@ -1,3 +1,4 @@ +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/heat/openstack/common/rpc/common.py b/heat/openstack/common/rpc/common.py index b475bfca28..49ea2f459a 100644 --- a/heat/openstack/common/rpc/common.py +++ b/heat/openstack/common/rpc/common.py @@ -1,3 +1,4 @@ +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/heat/openstack/common/rpc/dispatcher.py b/heat/openstack/common/rpc/dispatcher.py index 7171c4d384..74140c85b2 100644 --- a/heat/openstack/common/rpc/dispatcher.py +++ b/heat/openstack/common/rpc/dispatcher.py @@ -1,3 +1,4 @@ +# # Copyright 2012 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/rpc/impl_fake.py b/heat/openstack/common/rpc/impl_fake.py index da215919bf..cbc4d4c631 100644 --- a/heat/openstack/common/rpc/impl_fake.py +++ b/heat/openstack/common/rpc/impl_fake.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/rpc/impl_kombu.py b/heat/openstack/common/rpc/impl_kombu.py index 6cb4d1e73e..8b042fab34 100644 --- a/heat/openstack/common/rpc/impl_kombu.py +++ b/heat/openstack/common/rpc/impl_kombu.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/rpc/impl_qpid.py b/heat/openstack/common/rpc/impl_qpid.py index 90ddb30c88..d34f457e99 100644 --- a/heat/openstack/common/rpc/impl_qpid.py +++ b/heat/openstack/common/rpc/impl_qpid.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation # Copyright 2011 - 2012, Red Hat, Inc. # diff --git a/heat/openstack/common/rpc/impl_zmq.py b/heat/openstack/common/rpc/impl_zmq.py index e10b768361..9ab15c3eab 100644 --- a/heat/openstack/common/rpc/impl_zmq.py +++ b/heat/openstack/common/rpc/impl_zmq.py @@ -1,3 +1,4 @@ +# # Copyright 2011 Cloudscaling Group, Inc # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/rpc/matchmaker.py b/heat/openstack/common/rpc/matchmaker.py index e27e5305e0..7dbb0228d3 100644 --- a/heat/openstack/common/rpc/matchmaker.py +++ b/heat/openstack/common/rpc/matchmaker.py @@ -1,3 +1,4 @@ +# # Copyright 2011 Cloudscaling Group, Inc # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/rpc/matchmaker_redis.py b/heat/openstack/common/rpc/matchmaker_redis.py index 75a771fe8f..929d21f237 100644 --- a/heat/openstack/common/rpc/matchmaker_redis.py +++ b/heat/openstack/common/rpc/matchmaker_redis.py @@ -1,3 +1,4 @@ +# # Copyright 2013 Cloudscaling Group, Inc # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/rpc/matchmaker_ring.py b/heat/openstack/common/rpc/matchmaker_ring.py index 6af718d778..53b7b1ceb5 100644 --- a/heat/openstack/common/rpc/matchmaker_ring.py +++ b/heat/openstack/common/rpc/matchmaker_ring.py @@ -1,3 +1,4 @@ +# # Copyright 2011-2013 Cloudscaling Group, Inc # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/rpc/proxy.py b/heat/openstack/common/rpc/proxy.py index 8ea5ac379b..cd671ee773 100644 --- a/heat/openstack/common/rpc/proxy.py +++ b/heat/openstack/common/rpc/proxy.py @@ -1,3 +1,4 @@ +# # Copyright 2012-2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/rpc/serializer.py b/heat/openstack/common/rpc/serializer.py index 9bc6e2a3a0..14f7e4909c 100644 --- a/heat/openstack/common/rpc/serializer.py +++ b/heat/openstack/common/rpc/serializer.py @@ -1,3 +1,4 @@ +# # Copyright 2013 IBM Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/rpc/service.py b/heat/openstack/common/rpc/service.py index f419d11456..8f1434de23 100644 --- a/heat/openstack/common/rpc/service.py +++ b/heat/openstack/common/rpc/service.py @@ -1,3 +1,4 @@ +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/heat/openstack/common/rpc/zmq_receiver.py b/heat/openstack/common/rpc/zmq_receiver.py index 799b3c7e8e..d3847eb294 100644 --- a/heat/openstack/common/rpc/zmq_receiver.py +++ b/heat/openstack/common/rpc/zmq_receiver.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/service.py b/heat/openstack/common/service.py index 10dfdbda42..955e3c2c3f 100644 --- a/heat/openstack/common/service.py +++ b/heat/openstack/common/service.py @@ -1,3 +1,4 @@ +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # Copyright 2011 Justin Santa Barbara diff --git a/heat/openstack/common/sslutils.py b/heat/openstack/common/sslutils.py index 8cddf8aa7c..d6255943be 100644 --- a/heat/openstack/common/sslutils.py +++ b/heat/openstack/common/sslutils.py @@ -1,3 +1,4 @@ +# # Copyright 2013 IBM Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/strutils.py b/heat/openstack/common/strutils.py index a552504d22..4544ac72c7 100644 --- a/heat/openstack/common/strutils.py +++ b/heat/openstack/common/strutils.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/test.py b/heat/openstack/common/test.py index 1165c9d13f..3da65e17dc 100644 --- a/heat/openstack/common/test.py +++ b/heat/openstack/common/test.py @@ -1,3 +1,4 @@ +# # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # All Rights Reserved. # diff --git a/heat/openstack/common/threadgroup.py b/heat/openstack/common/threadgroup.py index 176360a3b4..65a3c38a00 100644 --- a/heat/openstack/common/threadgroup.py +++ b/heat/openstack/common/threadgroup.py @@ -1,3 +1,4 @@ +# # Copyright 2012 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/openstack/common/timeutils.py b/heat/openstack/common/timeutils.py index 52688a0268..60fcb0fa86 100644 --- a/heat/openstack/common/timeutils.py +++ b/heat/openstack/common/timeutils.py @@ -1,3 +1,4 @@ +# # Copyright 2011 OpenStack Foundation. # All Rights Reserved. # diff --git a/heat/openstack/common/uuidutils.py b/heat/openstack/common/uuidutils.py index 234b880c99..ac6694dd69 100644 --- a/heat/openstack/common/uuidutils.py +++ b/heat/openstack/common/uuidutils.py @@ -1,3 +1,4 @@ +# # Copyright (c) 2012 Intel Corporation. # All Rights Reserved. # diff --git a/heat/openstack/common/versionutils.py b/heat/openstack/common/versionutils.py index 421652b2ca..548873492d 100644 --- a/heat/openstack/common/versionutils.py +++ b/heat/openstack/common/versionutils.py @@ -1,3 +1,4 @@ +# # Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # diff --git a/heat/rpc/client.py b/heat/rpc/client.py index 13a095203b..5b178db068 100644 --- a/heat/rpc/client.py +++ b/heat/rpc/client.py @@ -1,4 +1,4 @@ - +# # Copyright 2012, Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/tests/__init__.py b/heat/tests/__init__.py index 44ecb97cc5..2a4c3f68ea 100644 --- a/heat/tests/__init__.py +++ b/heat/tests/__init__.py @@ -1,4 +1,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 diff --git a/heat/tests/common.py b/heat/tests/common.py index f985e6a894..0fade72d2a 100644 --- a/heat/tests/common.py +++ b/heat/tests/common.py @@ -1,4 +1,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 diff --git a/heat/tests/fakes.py b/heat/tests/fakes.py index e2b83d6a27..5eb013c86f 100644 --- a/heat/tests/fakes.py +++ b/heat/tests/fakes.py @@ -1,4 +1,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 diff --git a/heat/tests/generic_resource.py b/heat/tests/generic_resource.py index 726c660c1f..a7de46edfa 100644 --- a/heat/tests/generic_resource.py +++ b/heat/tests/generic_resource.py @@ -1,4 +1,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 diff --git a/heat/tests/test_api_aws.py b/heat/tests/test_api_aws.py index 2f775f72cd..1549d9ceaf 100644 --- a/heat/tests/test_api_aws.py +++ b/heat/tests/test_api_aws.py @@ -1,4 +1,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 diff --git a/heat/tests/test_api_cfn_v1.py b/heat/tests/test_api_cfn_v1.py index ad17482404..12a8828f32 100644 --- a/heat/tests/test_api_cfn_v1.py +++ b/heat/tests/test_api_cfn_v1.py @@ -1,4 +1,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 diff --git a/heat/tests/test_api_cloudwatch.py b/heat/tests/test_api_cloudwatch.py index 9006e5a5a7..9da8c2b0d6 100644 --- a/heat/tests/test_api_cloudwatch.py +++ b/heat/tests/test_api_cloudwatch.py @@ -1,4 +1,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 diff --git a/heat/tests/test_api_ec2token.py b/heat/tests/test_api_ec2token.py index 82ba7e2bcb..2b8d0d7181 100644 --- a/heat/tests/test_api_ec2token.py +++ b/heat/tests/test_api_ec2token.py @@ -1,4 +1,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 diff --git a/heat/tests/test_api_openstack_v1.py b/heat/tests/test_api_openstack_v1.py index 763beafb67..3cb93f2dd5 100644 --- a/heat/tests/test_api_openstack_v1.py +++ b/heat/tests/test_api_openstack_v1.py @@ -1,4 +1,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 diff --git a/heat/tests/test_api_openstack_v1_util.py b/heat/tests/test_api_openstack_v1_util.py index 8208b512cd..fa143debea 100644 --- a/heat/tests/test_api_openstack_v1_util.py +++ b/heat/tests/test_api_openstack_v1_util.py @@ -1,4 +1,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 diff --git a/heat/tests/test_api_openstack_v1_views_stacks_view_builder.py b/heat/tests/test_api_openstack_v1_views_stacks_view_builder.py index 682eea2602..5059321a28 100644 --- a/heat/tests/test_api_openstack_v1_views_stacks_view_builder.py +++ b/heat/tests/test_api_openstack_v1_views_stacks_view_builder.py @@ -1,4 +1,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 diff --git a/heat/tests/test_api_openstack_v1_views_views_common.py b/heat/tests/test_api_openstack_v1_views_views_common.py index 343aacae58..46eb0db3a9 100644 --- a/heat/tests/test_api_openstack_v1_views_views_common.py +++ b/heat/tests/test_api_openstack_v1_views_views_common.py @@ -1,4 +1,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 diff --git a/heat/tests/test_attributes.py b/heat/tests/test_attributes.py index 2e8dbf8766..0f929cd83c 100644 --- a/heat/tests/test_attributes.py +++ b/heat/tests/test_attributes.py @@ -1,4 +1,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 diff --git a/heat/tests/test_auth_password.py b/heat/tests/test_auth_password.py index 695020de2d..dec3f8a8f1 100644 --- a/heat/tests/test_auth_password.py +++ b/heat/tests/test_auth_password.py @@ -1,4 +1,4 @@ - +# # Copyright 2013 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/heat/tests/test_auth_url.py b/heat/tests/test_auth_url.py index dc0483a45b..19dde90905 100644 --- a/heat/tests/test_auth_url.py +++ b/heat/tests/test_auth_url.py @@ -1,3 +1,4 @@ +# # Copyright 2013 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/heat/tests/test_autoscaling.py b/heat/tests/test_autoscaling.py index e4b698560a..700358d188 100644 --- a/heat/tests/test_autoscaling.py +++ b/heat/tests/test_autoscaling.py @@ -1,4 +1,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 diff --git a/heat/tests/test_autoscaling_update_policy.py b/heat/tests/test_autoscaling_update_policy.py index 01dd4ebae4..536c9b7f87 100644 --- a/heat/tests/test_autoscaling_update_policy.py +++ b/heat/tests/test_autoscaling_update_policy.py @@ -1,4 +1,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 diff --git a/heat/tests/test_ceilometer_alarm.py b/heat/tests/test_ceilometer_alarm.py index 82271043a9..f80e036908 100644 --- a/heat/tests/test_ceilometer_alarm.py +++ b/heat/tests/test_ceilometer_alarm.py @@ -1,4 +1,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 diff --git a/heat/tests/test_clients.py b/heat/tests/test_clients.py index 646d14417d..413c2a15d4 100644 --- a/heat/tests/test_clients.py +++ b/heat/tests/test_clients.py @@ -1,4 +1,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 diff --git a/heat/tests/test_cloudwatch.py b/heat/tests/test_cloudwatch.py index 3c84e554ea..fecfc1b391 100644 --- a/heat/tests/test_cloudwatch.py +++ b/heat/tests/test_cloudwatch.py @@ -1,4 +1,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 diff --git a/heat/tests/test_common_policy.py b/heat/tests/test_common_policy.py index be2182384d..7cf39c49fb 100644 --- a/heat/tests/test_common_policy.py +++ b/heat/tests/test_common_policy.py @@ -1,3 +1,4 @@ +# # Copyright 2012 OpenStack Foundation # All Rights Reserved. # diff --git a/heat/tests/test_constraints.py b/heat/tests/test_constraints.py index 9603519594..ec2c719ba9 100644 --- a/heat/tests/test_constraints.py +++ b/heat/tests/test_constraints.py @@ -1,4 +1,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 diff --git a/heat/tests/test_cw_alarm.py b/heat/tests/test_cw_alarm.py index f44cddad47..e912bafc79 100644 --- a/heat/tests/test_cw_alarm.py +++ b/heat/tests/test_cw_alarm.py @@ -1,4 +1,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 diff --git a/heat/tests/test_dbinstance.py b/heat/tests/test_dbinstance.py index 9d69e13aae..dd2d00ae3e 100644 --- a/heat/tests/test_dbinstance.py +++ b/heat/tests/test_dbinstance.py @@ -1,4 +1,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 diff --git a/heat/tests/test_dependencies.py b/heat/tests/test_dependencies.py index 1c28f910bc..6d55458617 100644 --- a/heat/tests/test_dependencies.py +++ b/heat/tests/test_dependencies.py @@ -1,4 +1,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 diff --git a/heat/tests/test_eip.py b/heat/tests/test_eip.py index 3f118f6df9..68f7277975 100644 --- a/heat/tests/test_eip.py +++ b/heat/tests/test_eip.py @@ -1,4 +1,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 diff --git a/heat/tests/test_engine_api_utils.py b/heat/tests/test_engine_api_utils.py index caabcc8acd..cfc5b0263c 100644 --- a/heat/tests/test_engine_api_utils.py +++ b/heat/tests/test_engine_api_utils.py @@ -1,4 +1,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 diff --git a/heat/tests/test_engine_service.py b/heat/tests/test_engine_service.py index 157f1cb461..74d035f08c 100644 --- a/heat/tests/test_engine_service.py +++ b/heat/tests/test_engine_service.py @@ -1,4 +1,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 diff --git a/heat/tests/test_environment.py b/heat/tests/test_environment.py index 4993082118..bd6595675a 100644 --- a/heat/tests/test_environment.py +++ b/heat/tests/test_environment.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/tests/test_environment_format.py b/heat/tests/test_environment_format.py index 9807da5619..75d975d93f 100644 --- a/heat/tests/test_environment_format.py +++ b/heat/tests/test_environment_format.py @@ -1,4 +1,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 diff --git a/heat/tests/test_event.py b/heat/tests/test_event.py index fa2c8b4950..541617cdd9 100644 --- a/heat/tests/test_event.py +++ b/heat/tests/test_event.py @@ -1,4 +1,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 diff --git a/heat/tests/test_exception.py b/heat/tests/test_exception.py index fe2afa34d5..f15b5b3a2a 100644 --- a/heat/tests/test_exception.py +++ b/heat/tests/test_exception.py @@ -1,3 +1,4 @@ +# # Copyright 2012 OpenStack Foundation # All Rights Reserved. # diff --git a/heat/tests/test_fault_middleware.py b/heat/tests/test_fault_middleware.py index 93bdd86291..ce82904af4 100644 --- a/heat/tests/test_fault_middleware.py +++ b/heat/tests/test_fault_middleware.py @@ -1,4 +1,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 diff --git a/heat/tests/test_function.py b/heat/tests/test_function.py index 885846dce3..4a2d8f8e90 100644 --- a/heat/tests/test_function.py +++ b/heat/tests/test_function.py @@ -1,4 +1,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 diff --git a/heat/tests/test_heatclient.py b/heat/tests/test_heatclient.py index 854914e900..a07697f878 100644 --- a/heat/tests/test_heatclient.py +++ b/heat/tests/test_heatclient.py @@ -1,4 +1,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 diff --git a/heat/tests/test_hot.py b/heat/tests/test_hot.py index 08f3eb84c1..f7f945ef2e 100644 --- a/heat/tests/test_hot.py +++ b/heat/tests/test_hot.py @@ -1,4 +1,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 diff --git a/heat/tests/test_identifier.py b/heat/tests/test_identifier.py index 4d5597734b..60627d307b 100644 --- a/heat/tests/test_identifier.py +++ b/heat/tests/test_identifier.py @@ -1,4 +1,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 diff --git a/heat/tests/test_instance.py b/heat/tests/test_instance.py index 3923378c9e..fbc36a1433 100644 --- a/heat/tests/test_instance.py +++ b/heat/tests/test_instance.py @@ -1,4 +1,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 diff --git a/heat/tests/test_instance_group.py b/heat/tests/test_instance_group.py index 2f498718e2..45fa1b1e32 100644 --- a/heat/tests/test_instance_group.py +++ b/heat/tests/test_instance_group.py @@ -1,4 +1,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 diff --git a/heat/tests/test_instance_group_update_policy.py b/heat/tests/test_instance_group_update_policy.py index 1c41e7ca09..01b049ef52 100644 --- a/heat/tests/test_instance_group_update_policy.py +++ b/heat/tests/test_instance_group_update_policy.py @@ -1,4 +1,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 diff --git a/heat/tests/test_instance_network.py b/heat/tests/test_instance_network.py index 5b16fa4a97..46a15bdc12 100644 --- a/heat/tests/test_instance_network.py +++ b/heat/tests/test_instance_network.py @@ -1,4 +1,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 diff --git a/heat/tests/test_iso8601_utils.py b/heat/tests/test_iso8601_utils.py index 4a91ec36b6..cf4844f383 100644 --- a/heat/tests/test_iso8601_utils.py +++ b/heat/tests/test_iso8601_utils.py @@ -1,4 +1,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 diff --git a/heat/tests/test_loadbalancer.py b/heat/tests/test_loadbalancer.py index 416a79d177..4ba181ae46 100644 --- a/heat/tests/test_loadbalancer.py +++ b/heat/tests/test_loadbalancer.py @@ -1,4 +1,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 diff --git a/heat/tests/test_loguserdata.py b/heat/tests/test_loguserdata.py index 54cd50c167..10641494b3 100644 --- a/heat/tests/test_loguserdata.py +++ b/heat/tests/test_loguserdata.py @@ -1,4 +1,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 diff --git a/heat/tests/test_metadata_refresh.py b/heat/tests/test_metadata_refresh.py index 05d41ea103..859b8bdb38 100644 --- a/heat/tests/test_metadata_refresh.py +++ b/heat/tests/test_metadata_refresh.py @@ -1,4 +1,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 diff --git a/heat/tests/test_nested_stack.py b/heat/tests/test_nested_stack.py index a8c14c9dce..c726b8c50f 100644 --- a/heat/tests/test_nested_stack.py +++ b/heat/tests/test_nested_stack.py @@ -1,4 +1,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 diff --git a/heat/tests/test_neutron.py b/heat/tests/test_neutron.py index 0f3777e755..8cc530523d 100644 --- a/heat/tests/test_neutron.py +++ b/heat/tests/test_neutron.py @@ -1,4 +1,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 diff --git a/heat/tests/test_neutron_autoscaling.py b/heat/tests/test_neutron_autoscaling.py index 470b30826d..5a50a71873 100644 --- a/heat/tests/test_neutron_autoscaling.py +++ b/heat/tests/test_neutron_autoscaling.py @@ -1,4 +1,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 diff --git a/heat/tests/test_neutron_loadbalancer.py b/heat/tests/test_neutron_loadbalancer.py index d75d73fe80..175151af85 100644 --- a/heat/tests/test_neutron_loadbalancer.py +++ b/heat/tests/test_neutron_loadbalancer.py @@ -1,4 +1,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 diff --git a/heat/tests/test_neutron_metering.py b/heat/tests/test_neutron_metering.py index 810b3a28b4..6247e907c0 100644 --- a/heat/tests/test_neutron_metering.py +++ b/heat/tests/test_neutron_metering.py @@ -1,3 +1,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 diff --git a/heat/tests/test_neutron_network_gateway.py b/heat/tests/test_neutron_network_gateway.py index 62af8da54c..0ca3736ab8 100644 --- a/heat/tests/test_neutron_network_gateway.py +++ b/heat/tests/test_neutron_network_gateway.py @@ -1,4 +1,4 @@ - +# # Copyright 2013 NTT Corp. # All Rights Reserved. # diff --git a/heat/tests/test_neutron_security_group.py b/heat/tests/test_neutron_security_group.py index dd4b3e61e2..cb854f7cad 100644 --- a/heat/tests/test_neutron_security_group.py +++ b/heat/tests/test_neutron_security_group.py @@ -1,4 +1,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 diff --git a/heat/tests/test_neutron_vpnservice.py b/heat/tests/test_neutron_vpnservice.py index e6f982e6cf..dfde26f4ca 100644 --- a/heat/tests/test_neutron_vpnservice.py +++ b/heat/tests/test_neutron_vpnservice.py @@ -1,4 +1,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 diff --git a/heat/tests/test_nokey.py b/heat/tests/test_nokey.py index 36ff57d9ef..6b266e8711 100644 --- a/heat/tests/test_nokey.py +++ b/heat/tests/test_nokey.py @@ -1,4 +1,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 diff --git a/heat/tests/test_notifications.py b/heat/tests/test_notifications.py index 887ad4abd6..732f00e62a 100644 --- a/heat/tests/test_notifications.py +++ b/heat/tests/test_notifications.py @@ -1,3 +1,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 diff --git a/heat/tests/test_nova_floatingip.py b/heat/tests/test_nova_floatingip.py index 4240d143f7..2644416632 100644 --- a/heat/tests/test_nova_floatingip.py +++ b/heat/tests/test_nova_floatingip.py @@ -1,3 +1,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 diff --git a/heat/tests/test_nova_keypair.py b/heat/tests/test_nova_keypair.py index 6313731b20..9be009bae4 100644 --- a/heat/tests/test_nova_keypair.py +++ b/heat/tests/test_nova_keypair.py @@ -1,4 +1,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 diff --git a/heat/tests/test_nova_utils.py b/heat/tests/test_nova_utils.py index 3e382ba917..629a6606d9 100644 --- a/heat/tests/test_nova_utils.py +++ b/heat/tests/test_nova_utils.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/tests/test_os_database.py b/heat/tests/test_os_database.py index b773a1b465..2fc7c9e7ef 100644 --- a/heat/tests/test_os_database.py +++ b/heat/tests/test_os_database.py @@ -1,4 +1,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 diff --git a/heat/tests/test_parameters.py b/heat/tests/test_parameters.py index 8573df0427..1bbb6e6db3 100644 --- a/heat/tests/test_parameters.py +++ b/heat/tests/test_parameters.py @@ -1,4 +1,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 diff --git a/heat/tests/test_parser.py b/heat/tests/test_parser.py index 3a92e70163..3b971e2d19 100644 --- a/heat/tests/test_parser.py +++ b/heat/tests/test_parser.py @@ -1,4 +1,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 diff --git a/heat/tests/test_plugin_loader.py b/heat/tests/test_plugin_loader.py index 5a63e919d8..04e2ea72cf 100644 --- a/heat/tests/test_plugin_loader.py +++ b/heat/tests/test_plugin_loader.py @@ -1,4 +1,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 diff --git a/heat/tests/test_properties.py b/heat/tests/test_properties.py index ca03dc34c1..194146c824 100644 --- a/heat/tests/test_properties.py +++ b/heat/tests/test_properties.py @@ -1,4 +1,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 diff --git a/heat/tests/test_provider_template.py b/heat/tests/test_provider_template.py index 163b7ba37c..5d07f311d1 100644 --- a/heat/tests/test_provider_template.py +++ b/heat/tests/test_provider_template.py @@ -1,4 +1,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 diff --git a/heat/tests/test_random_string.py b/heat/tests/test_random_string.py index 5087a3cea2..ddb9653aea 100644 --- a/heat/tests/test_random_string.py +++ b/heat/tests/test_random_string.py @@ -1,4 +1,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 diff --git a/heat/tests/test_resource.py b/heat/tests/test_resource.py index 7a7c026c1c..8286fdd439 100644 --- a/heat/tests/test_resource.py +++ b/heat/tests/test_resource.py @@ -1,4 +1,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 diff --git a/heat/tests/test_resource_group.py b/heat/tests/test_resource_group.py index 0061a179cc..ad729d2760 100644 --- a/heat/tests/test_resource_group.py +++ b/heat/tests/test_resource_group.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/tests/test_restarter.py b/heat/tests/test_restarter.py index ea34f13313..c7a225a2ef 100644 --- a/heat/tests/test_restarter.py +++ b/heat/tests/test_restarter.py @@ -1,3 +1,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 diff --git a/heat/tests/test_rpc_client.py b/heat/tests/test_rpc_client.py index 67dc1c1ebd..192a51c51f 100644 --- a/heat/tests/test_rpc_client.py +++ b/heat/tests/test_rpc_client.py @@ -1,4 +1,4 @@ - +# # Copyright 2012, Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/tests/test_s3.py b/heat/tests/test_s3.py index 35e1f97cc6..8d54f749e9 100644 --- a/heat/tests/test_s3.py +++ b/heat/tests/test_s3.py @@ -1,4 +1,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 diff --git a/heat/tests/test_scaling_template.py b/heat/tests/test_scaling_template.py index a5d2e61d3c..894eaf1c39 100644 --- a/heat/tests/test_scaling_template.py +++ b/heat/tests/test_scaling_template.py @@ -1,3 +1,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 diff --git a/heat/tests/test_scheduler.py b/heat/tests/test_scheduler.py index 79bff23b79..cef2534774 100644 --- a/heat/tests/test_scheduler.py +++ b/heat/tests/test_scheduler.py @@ -1,4 +1,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 diff --git a/heat/tests/test_security_group.py b/heat/tests/test_security_group.py index b5794205ae..bb2f7bf44d 100644 --- a/heat/tests/test_security_group.py +++ b/heat/tests/test_security_group.py @@ -1,4 +1,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 diff --git a/heat/tests/test_server.py b/heat/tests/test_server.py index a28e02f484..398bec3bf2 100644 --- a/heat/tests/test_server.py +++ b/heat/tests/test_server.py @@ -1,4 +1,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 diff --git a/heat/tests/test_server_tags.py b/heat/tests/test_server_tags.py index 58ab3ffd72..c7d49d6f23 100644 --- a/heat/tests/test_server_tags.py +++ b/heat/tests/test_server_tags.py @@ -1,4 +1,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 diff --git a/heat/tests/test_short_id.py b/heat/tests/test_short_id.py index 25be5310af..219b72b51f 100644 --- a/heat/tests/test_short_id.py +++ b/heat/tests/test_short_id.py @@ -1,4 +1,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 diff --git a/heat/tests/test_signal.py b/heat/tests/test_signal.py index 090ab4e8bf..728032d1a9 100644 --- a/heat/tests/test_signal.py +++ b/heat/tests/test_signal.py @@ -1,4 +1,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 diff --git a/heat/tests/test_sqlalchemy_api.py b/heat/tests/test_sqlalchemy_api.py index 829ad228a9..849ef4644d 100644 --- a/heat/tests/test_sqlalchemy_api.py +++ b/heat/tests/test_sqlalchemy_api.py @@ -1,3 +1,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 diff --git a/heat/tests/test_sqlalchemy_filters.py b/heat/tests/test_sqlalchemy_filters.py index b93e1b4cb1..b19672282b 100644 --- a/heat/tests/test_sqlalchemy_filters.py +++ b/heat/tests/test_sqlalchemy_filters.py @@ -1,3 +1,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 diff --git a/heat/tests/test_ssl_middleware.py b/heat/tests/test_ssl_middleware.py index cee59b5361..1a05e1497d 100644 --- a/heat/tests/test_ssl_middleware.py +++ b/heat/tests/test_ssl_middleware.py @@ -1,4 +1,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 diff --git a/heat/tests/test_stack_lock.py b/heat/tests/test_stack_lock.py index 4a2458ec68..0145c3120d 100644 --- a/heat/tests/test_stack_lock.py +++ b/heat/tests/test_stack_lock.py @@ -1,4 +1,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 diff --git a/heat/tests/test_stack_resource.py b/heat/tests/test_stack_resource.py index 48ed7b495b..b126a237b8 100644 --- a/heat/tests/test_stack_resource.py +++ b/heat/tests/test_stack_resource.py @@ -1,4 +1,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 diff --git a/heat/tests/test_support.py b/heat/tests/test_support.py index e3f9d03783..6b8e46ff48 100644 --- a/heat/tests/test_support.py +++ b/heat/tests/test_support.py @@ -1,4 +1,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 diff --git a/heat/tests/test_swift.py b/heat/tests/test_swift.py index 726097755f..3745456d02 100644 --- a/heat/tests/test_swift.py +++ b/heat/tests/test_swift.py @@ -1,4 +1,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 diff --git a/heat/tests/test_template_format.py b/heat/tests/test_template_format.py index f444fae1d8..a059ce5d37 100644 --- a/heat/tests/test_template_format.py +++ b/heat/tests/test_template_format.py @@ -1,4 +1,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 diff --git a/heat/tests/test_urlfetch.py b/heat/tests/test_urlfetch.py index 01ae49c38a..6174a0bde9 100644 --- a/heat/tests/test_urlfetch.py +++ b/heat/tests/test_urlfetch.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/heat/tests/test_user.py b/heat/tests/test_user.py index fb8dbd4415..a49e59f300 100644 --- a/heat/tests/test_user.py +++ b/heat/tests/test_user.py @@ -1,4 +1,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 diff --git a/heat/tests/test_validate.py b/heat/tests/test_validate.py index c96ff39f50..ae089fee06 100644 --- a/heat/tests/test_validate.py +++ b/heat/tests/test_validate.py @@ -1,4 +1,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 diff --git a/heat/tests/test_version_negotiation_middleware.py b/heat/tests/test_version_negotiation_middleware.py index 409f6df08b..c873843ec0 100644 --- a/heat/tests/test_version_negotiation_middleware.py +++ b/heat/tests/test_version_negotiation_middleware.py @@ -1,4 +1,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 diff --git a/heat/tests/test_volume.py b/heat/tests/test_volume.py index 5d8cda7972..d6c1d525b6 100644 --- a/heat/tests/test_volume.py +++ b/heat/tests/test_volume.py @@ -1,4 +1,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 diff --git a/heat/tests/test_vpc.py b/heat/tests/test_vpc.py index 749b252604..ec79be4057 100644 --- a/heat/tests/test_vpc.py +++ b/heat/tests/test_vpc.py @@ -1,4 +1,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 diff --git a/heat/tests/test_waitcondition.py b/heat/tests/test_waitcondition.py index 7a72f384dc..5c74a3ee3e 100644 --- a/heat/tests/test_waitcondition.py +++ b/heat/tests/test_waitcondition.py @@ -1,4 +1,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 diff --git a/heat/tests/test_watch.py b/heat/tests/test_watch.py index 99a76f49a4..b2363101b0 100644 --- a/heat/tests/test_watch.py +++ b/heat/tests/test_watch.py @@ -1,4 +1,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 diff --git a/heat/tests/test_wsgi.py b/heat/tests/test_wsgi.py index 4a14f3c8e8..f729370ee6 100644 --- a/heat/tests/test_wsgi.py +++ b/heat/tests/test_wsgi.py @@ -1,4 +1,4 @@ - +# # Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # diff --git a/heat/tests/utils.py b/heat/tests/utils.py index 783458b80e..ea8fd3dd1f 100644 --- a/heat/tests/utils.py +++ b/heat/tests/utils.py @@ -1,4 +1,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 diff --git a/heat/tests/v1_1/fakes.py b/heat/tests/v1_1/fakes.py index e5f7553dc5..36b7c7dfd7 100644 --- a/heat/tests/v1_1/fakes.py +++ b/heat/tests/v1_1/fakes.py @@ -1,3 +1,4 @@ +# # Copyright (c) 2011 X.commerce, a business unit of eBay Inc. # Copyright 2011 OpenStack Foundation # diff --git a/heat/version.py b/heat/version.py index 4a2b021306..a8cd2d7dcf 100644 --- a/heat/version.py +++ b/heat/version.py @@ -1,4 +1,3 @@ - # # 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 diff --git a/tools/cfn-json2yaml b/tools/cfn-json2yaml index 46ecedd05f..ec2f371a7c 100755 --- a/tools/cfn-json2yaml +++ b/tools/cfn-json2yaml @@ -1,5 +1,4 @@ #!/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 diff --git a/tools/install_venv.py b/tools/install_venv.py index 75eecec4ae..b2d34d42d2 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -1,4 +1,4 @@ - +# # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py index 46822e3293..08cd34a617 100644 --- a/tools/install_venv_common.py +++ b/tools/install_venv_common.py @@ -1,3 +1,4 @@ +# # Copyright 2013 OpenStack Foundation # Copyright 2013 IBM Corp. # diff --git a/tools/state_transitions.py b/tools/state_transitions.py index c03ef08dfe..252414d7f4 100755 --- a/tools/state_transitions.py +++ b/tools/state_transitions.py @@ -1,5 +1,5 @@ #!/usr/bin/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