]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
heat, heat-api: Add missing licence to header
authorSteven Hardy <shardy@redhat.com>
Wed, 18 Apr 2012 19:47:03 +0000 (20:47 +0100)
committerSteven Hardy <shardy@redhat.com>
Wed, 18 Apr 2012 19:47:03 +0000 (20:47 +0100)
Adds missing licence header to heat and heat-api

Signed-off-by: Steven Hardy <shardy@redhat.com>
bin/heat
bin/heat-api

index fae612e9cc85c2285b92784d6656193b1f50aad0..f33aeb397bd5c903f960e303028f54eafe8a5530 100755 (executable)
--- a/bin/heat
+++ b/bin/heat
@@ -1,5 +1,17 @@
 #!/usr/bin/env python
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
+#
+#    Licensed under the Apache License, Version 2.0 (the "License"); you may
+#    not use this file except in compliance with the License. You may obtain
+#    a copy of the License at
+#
+#         http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+#    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+#    License for the specific language governing permissions and limitations
+#    under the License.
 
 """
 This is the administration program for heat. It is simply a command-line
index e6cc3e9e6caa8d35c0e4129c16c399c90cf84167..00ad0ffe6f9e0716abf80f73a6c8891da4d81dac 100755 (executable)
@@ -1,5 +1,17 @@
 #!/usr/bin/env python
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
+#
+#    Licensed under the Apache License, Version 2.0 (the "License"); you may
+#    not use this file except in compliance with the License. You may obtain
+#    a copy of the License at
+#
+#         http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+#    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+#    License for the specific language governing permissions and limitations
+#    under the License.
 
 """
 Heat API Server.  This implements an approximation of the Amazon