From 2fde25bc115efbfaf4a953633be3bc1321aa2170 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Thu, 15 Mar 2012 09:36:51 +1100 Subject: [PATCH] Remove openstack copy right assignment as we have not done that yet. Signed-off-by: Angus Salkeld --- heat/__init__.py | 2 -- heat/api/__init__.py | 2 -- heat/api/middleware/__init__.py | 2 -- heat/api/middleware/context.py | 2 -- heat/api/middleware/version_negotiation.py | 2 -- heat/api/v1/__init__.py | 2 -- heat/api/v1/router.py | 2 -- heat/api/v1/stacks.py | 2 -- heat/api/versions.py | 2 -- heat/client.py | 2 -- heat/common/__init__.py | 2 -- heat/common/auth.py | 2 -- heat/common/client.py | 2 -- heat/common/config.py | 2 -- heat/common/context.py | 2 -- heat/common/crypt.py | 2 -- heat/common/exception.py | 1 - heat/common/policy.py | 2 -- heat/common/wsgi.py | 1 - heat/version.py | 1 - setup.py | 1 - 21 files changed, 38 deletions(-) diff --git a/heat/__init__.py b/heat/__init__.py index 0c7fc6ddcf..4bbe1336fc 100644 --- a/heat/__init__.py +++ b/heat/__init__.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/api/__init__.py b/heat/api/__init__.py index d65c689a83..e8e4035941 100644 --- a/heat/api/__init__.py +++ b/heat/api/__init__.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/api/middleware/__init__.py b/heat/api/middleware/__init__.py index d65c689a83..e8e4035941 100644 --- a/heat/api/middleware/__init__.py +++ b/heat/api/middleware/__init__.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/api/middleware/context.py b/heat/api/middleware/context.py index 6f480aa5cf..c8c4d1886d 100644 --- a/heat/api/middleware/context.py +++ b/heat/api/middleware/context.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/api/middleware/version_negotiation.py b/heat/api/middleware/version_negotiation.py index 2d525d0374..181d2788cb 100644 --- a/heat/api/middleware/version_negotiation.py +++ b/heat/api/middleware/version_negotiation.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/api/v1/__init__.py b/heat/api/v1/__init__.py index a7c2da058b..d39dd5ae14 100644 --- a/heat/api/v1/__init__.py +++ b/heat/api/v1/__init__.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/api/v1/router.py b/heat/api/v1/router.py index 5c9ce31e97..95432860c8 100644 --- a/heat/api/v1/router.py +++ b/heat/api/v1/router.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/api/v1/stacks.py b/heat/api/v1/stacks.py index f81874c713..5145e718b5 100644 --- a/heat/api/v1/stacks.py +++ b/heat/api/v1/stacks.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/api/versions.py b/heat/api/versions.py index 07d112e5fb..b0498c9fd4 100644 --- a/heat/api/versions.py +++ b/heat/api/versions.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/client.py b/heat/client.py index d0bc064716..837ccfbd07 100644 --- a/heat/client.py +++ b/heat/client.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/common/__init__.py b/heat/common/__init__.py index b60695702c..e8e4035941 100644 --- a/heat/common/__init__.py +++ b/heat/common/__init__.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/common/auth.py b/heat/common/auth.py index 7484fc650f..1462e0c6d2 100644 --- a/heat/common/auth.py +++ b/heat/common/auth.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/common/client.py b/heat/common/client.py index 5a63f3e288..1e1a12483d 100644 --- a/heat/common/client.py +++ b/heat/common/client.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/common/config.py b/heat/common/config.py index d17dd7559b..ae84325f88 100644 --- a/heat/common/config.py +++ b/heat/common/config.py @@ -1,8 +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 diff --git a/heat/common/context.py b/heat/common/context.py index 8960ffc50d..6cf8005415 100644 --- a/heat/common/context.py +++ b/heat/common/context.py @@ -1,7 +1,5 @@ # 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 diff --git a/heat/common/crypt.py b/heat/common/crypt.py index cddd13b5b9..d34f49f9b9 100644 --- a/heat/common/crypt.py +++ b/heat/common/crypt.py @@ -1,8 +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 diff --git a/heat/common/exception.py b/heat/common/exception.py index 2a3a8ade1c..0c8a45b47c 100644 --- a/heat/common/exception.py +++ b/heat/common/exception.py @@ -2,7 +2,6 @@ # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. -# 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 diff --git a/heat/common/policy.py b/heat/common/policy.py index 1579409ec5..a9dd6aff09 100644 --- a/heat/common/policy.py +++ b/heat/common/policy.py @@ -1,7 +1,5 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 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 diff --git a/heat/common/wsgi.py b/heat/common/wsgi.py index abe07c6ae8..cb9fa9c68d 100644 --- a/heat/common/wsgi.py +++ b/heat/common/wsgi.py @@ -2,7 +2,6 @@ # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. -# Copyright 2010 OpenStack LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/heat/version.py b/heat/version.py index e87460bdd6..e94d045052 100644 --- a/heat/version.py +++ b/heat/version.py @@ -1,6 +1,5 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC # # 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 diff --git a/setup.py b/setup.py index 5433d4ea35..3830287fe3 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.