From 39f822f04ff67dd05be0dec595fa7cfa30f4e622 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 18 Apr 2012 20:47:03 +0100 Subject: [PATCH] heat, heat-api: Add missing licence to header Adds missing licence header to heat and heat-api Signed-off-by: Steven Hardy --- bin/heat | 12 ++++++++++++ bin/heat-api | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/bin/heat b/bin/heat index fae612e9..f33aeb39 100755 --- 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 diff --git a/bin/heat-api b/bin/heat-api index e6cc3e9e..00ad0ffe 100755 --- a/bin/heat-api +++ b/bin/heat-api @@ -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 -- 2.45.2