From 589eaa75e42960a8fc927f9e9f2f777e88e522e8 Mon Sep 17 00:00:00 2001 From: Chris Alfonso Date: Wed, 28 Mar 2012 12:50:49 -0400 Subject: [PATCH] Removing OpenStack LLC copyright --- bin/heat | 15 --------------- bin/heat-api | 17 ----------------- heat/engine/__init__.py | 15 --------------- run_tests.py | 15 --------------- 4 files changed, 62 deletions(-) diff --git a/bin/heat b/bin/heat index 3d480164a..0cc67078b 100755 --- a/bin/heat +++ b/bin/heat @@ -1,21 +1,6 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC -# All Rights Reserved. -# -# 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 interface for adding, modifying, and retrieving information about the stacks diff --git a/bin/heat-api b/bin/heat-api index 611b53b47..95f35efd1 100755 --- a/bin/heat-api +++ b/bin/heat-api @@ -1,23 +1,6 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010 United States Government as represented by the -# Administrator of the National Aeronautics and Space Administration. -# Copyright 2011 OpenStack LLC. -# All Rights Reserved. -# -# 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 CloudFormations API and translates it into a native representation. It then diff --git a/heat/engine/__init__.py b/heat/engine/__init__.py index 4525d8846..1d3b34797 100644 --- a/heat/engine/__init__.py +++ b/heat/engine/__init__.py @@ -1,17 +1,2 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC -# All Rights Reserved. -# -# 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. - diff --git a/run_tests.py b/run_tests.py index 37372f410..73b185252 100644 --- a/run_tests.py +++ b/run_tests.py @@ -1,21 +1,6 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010 OpenStack, LLC -# All Rights Reserved. -# -# 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. - # Colorizer Code is borrowed from Twisted: # Copyright (c) 2001-2010 Twisted Matrix Laboratories. #