]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Removing OpenStack LLC copyright
authorChris Alfonso <calfonso@redhat.com>
Wed, 28 Mar 2012 16:50:49 +0000 (12:50 -0400)
committerChris Alfonso <calfonso@redhat.com>
Wed, 28 Mar 2012 16:50:49 +0000 (12:50 -0400)
bin/heat
bin/heat-api
heat/engine/__init__.py
run_tests.py

index 3d480164a133b74868e862b1523134a7ca3af72a..0cc67078b5b403de2d41d1adbee1da0b58b2b8b8 100755 (executable)
--- 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
index 611b53b47413fa6311f943a1acefa0da259e013c..95f35efd1eebfa38bb6f24f7e2b872167c530142 100755 (executable)
@@ -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
index 4525d8846008e83f06b127bcccdff709d684a8ab..1d3b3479707c91008bac64a016a123f8f0cd99ef 100644 (file)
@@ -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.
-
index 37372f410aa9613ffc7a5ecf8050adbfa6f3ea01..73b185252d631f08cc50708f740e97ab423678e9 100644 (file)
@@ -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.
 #