From c88d1f033bd600e855c57d9a65d9d832b1b0ab85 Mon Sep 17 00:00:00 2001 From: Todd Willey Date: Thu, 15 Jul 2010 01:28:51 -0400 Subject: update copyrights --- nova/cloudpipe/__init__.py | 2 -- nova/cloudpipe/api.py | 2 -- nova/cloudpipe/bootscript.sh | 2 -- nova/cloudpipe/client.ovpn.template | 2 -- nova/cloudpipe/pipelib.py | 2 -- 5 files changed, 10 deletions(-) (limited to 'nova/cloudpipe') diff --git a/nova/cloudpipe/__init__.py b/nova/cloudpipe/__init__.py index 57ef14651..cfadc30e9 100644 --- a/nova/cloudpipe/__init__.py +++ b/nova/cloudpipe/__init__.py @@ -4,8 +4,6 @@ # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2010 Anso Labs, 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 # a copy of the License at diff --git a/nova/cloudpipe/api.py b/nova/cloudpipe/api.py index 610239c2e..99a0a1d6d 100644 --- a/nova/cloudpipe/api.py +++ b/nova/cloudpipe/api.py @@ -4,8 +4,6 @@ # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2010 Anso Labs, 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 # a copy of the License at diff --git a/nova/cloudpipe/bootscript.sh b/nova/cloudpipe/bootscript.sh index 639aad66f..43fc2ecab 100755 --- a/nova/cloudpipe/bootscript.sh +++ b/nova/cloudpipe/bootscript.sh @@ -5,8 +5,6 @@ # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2010 Anso Labs, 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 # a copy of the License at diff --git a/nova/cloudpipe/client.ovpn.template b/nova/cloudpipe/client.ovpn.template index a8ec5dc6e..e127eb9f0 100644 --- a/nova/cloudpipe/client.ovpn.template +++ b/nova/cloudpipe/client.ovpn.template @@ -4,8 +4,6 @@ # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2010 Anso Labs, 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 # a copy of the License at diff --git a/nova/cloudpipe/pipelib.py b/nova/cloudpipe/pipelib.py index 5f6ccf82e..de5326c5e 100644 --- a/nova/cloudpipe/pipelib.py +++ b/nova/cloudpipe/pipelib.py @@ -4,8 +4,6 @@ # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2010 Anso Labs, 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 # a copy of the License at -- cgit