From: Chris Alfonso Date: Wed, 28 Mar 2012 16:50:49 +0000 (-0400) Subject: Removing OpenStack LLC copyright X-Git-Tag: 2014.1~2139 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=589eaa75e42960a8fc927f9e9f2f777e88e522e8;p=openstack-build%2Fheat-build.git Removing OpenStack LLC copyright --- diff --git a/bin/heat b/bin/heat index 3d480164..0cc67078 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 611b53b4..95f35efd 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 4525d884..1d3b3479 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 37372f41..73b18525 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. #