diff --git a/docs/source/conf.py b/docs/source/conf.py index 97faa5510..8f3dbab2b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -161,7 +161,7 @@ master_doc = 'index' # General information about the project. project = u'Horizon' -copyright = u'2011, OpenStack, LLC' +copyright = u'2012, OpenStack, LLC' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -371,7 +371,7 @@ texinfo_documents = [ epub_title = u'Horizon' epub_author = u'OpenStack' epub_publisher = u'OpenStack' -epub_copyright = u'2011, OpenStack' +epub_copyright = u'2012, OpenStack' # The language of the text. It defaults to the language option # or en if the language is not set. diff --git a/docs/source/index.rst b/docs/source/index.rst index 475f1a6a4..1594af993 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,5 +1,5 @@ .. - Copyright 2011 OpenStack, LLC + Copyright 2012 OpenStack, LLC All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/docs/source/testing.rst b/docs/source/testing.rst index a968ae50d..a03a88580 100644 --- a/docs/source/testing.rst +++ b/docs/source/testing.rst @@ -1,5 +1,5 @@ .. - Copyright 2011 OpenStack, LLC + Copyright 2012 OpenStack, LLC All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/horizon/horizon/__init__.py b/horizon/horizon/__init__.py index fd11251d4..7c19d0605 100644 --- a/horizon/horizon/__init__.py +++ b/horizon/horizon/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/api/__init__.py b/horizon/horizon/api/__init__.py index e55cc9d45..0b45ffd16 100644 --- a/horizon/horizon/api/__init__.py +++ b/horizon/horizon/api/__init__.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/api/base.py b/horizon/horizon/api/base.py index f53d06db1..fa680728b 100644 --- a/horizon/horizon/api/base.py +++ b/horizon/horizon/api/base.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/api/glance.py b/horizon/horizon/api/glance.py index c5e7e6eef..16a635be0 100644 --- a/horizon/horizon/api/glance.py +++ b/horizon/horizon/api/glance.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/api/keystone.py b/horizon/horizon/api/keystone.py index f42044272..75352072f 100644 --- a/horizon/horizon/api/keystone.py +++ b/horizon/horizon/api/keystone.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/api/nova.py b/horizon/horizon/api/nova.py index 15eba2416..ff684b982 100644 --- a/horizon/horizon/api/nova.py +++ b/horizon/horizon/api/nova.py @@ -1,11 +1,11 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. -# Copyright (c) 2011 X.commerce, a business unit of eBay Inc. +# Copyright 2012 Nebula, Inc. +# Copyright (c) 2012 X.commerce, a business unit of eBay Inc. # # 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/horizon/horizon/api/quantum.py b/horizon/horizon/api/quantum.py index 8bcf0e0ec..10945b2da 100644 --- a/horizon/horizon/api/quantum.py +++ b/horizon/horizon/api/quantum.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/api/swift.py b/horizon/horizon/api/swift.py index e8d08c06f..d9ee616af 100644 --- a/horizon/horizon/api/swift.py +++ b/horizon/horizon/api/swift.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/base.py b/horizon/horizon/base.py index 712331465..be8a4e5d3 100644 --- a/horizon/horizon/base.py +++ b/horizon/horizon/base.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/context_processors.py b/horizon/horizon/context_processors.py index 8a35fbeb4..c78506b3c 100644 --- a/horizon/horizon/context_processors.py +++ b/horizon/horizon/context_processors.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/floating_ips/forms.py b/horizon/horizon/dashboards/nova/access_and_security/floating_ips/forms.py index 466f83f4c..44b4fa942 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/floating_ips/forms.py +++ b/horizon/horizon/dashboards/nova/access_and_security/floating_ips/forms.py @@ -1,11 +1,11 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. -# Copyright (c) 2011 X.commerce, a business unit of eBay Inc. +# Copyright 2012 Nebula, Inc. +# Copyright (c) 2012 X.commerce, a business unit of eBay Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/floating_ips/tables.py b/horizon/horizon/dashboards/nova/access_and_security/floating_ips/tables.py index 04ffcf58a..3bb91c754 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/floating_ips/tables.py +++ b/horizon/horizon/dashboards/nova/access_and_security/floating_ips/tables.py @@ -1,7 +1,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. -# Copyright (c) 2011 X.commerce, a business unit of eBay Inc. +# Copyright 2012 Nebula, Inc. +# Copyright (c) 2012 X.commerce, a business unit of eBay Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/floating_ips/tests.py b/horizon/horizon/dashboards/nova/access_and_security/floating_ips/tests.py index db7efcbf2..b6f926994 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/floating_ips/tests.py +++ b/horizon/horizon/dashboards/nova/access_and_security/floating_ips/tests.py @@ -1,11 +1,11 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. -# Copyright (c) 2011 X.commerce, a business unit of eBay Inc. +# Copyright 2012 Nebula, Inc. +# Copyright (c) 2012 X.commerce, a business unit of eBay Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/floating_ips/urls.py b/horizon/horizon/dashboards/nova/access_and_security/floating_ips/urls.py index 0791af437..0dbd0a6c6 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/floating_ips/urls.py +++ b/horizon/horizon/dashboards/nova/access_and_security/floating_ips/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/floating_ips/views.py b/horizon/horizon/dashboards/nova/access_and_security/floating_ips/views.py index 3cf0f94d6..c3a3377dd 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/floating_ips/views.py +++ b/horizon/horizon/dashboards/nova/access_and_security/floating_ips/views.py @@ -1,11 +1,11 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. -# Copyright (c) 2011 X.commerce, a business unit of eBay Inc. +# Copyright 2012 Nebula, Inc. +# Copyright (c) 2012 X.commerce, a business unit of eBay Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/keypairs/forms.py b/horizon/horizon/dashboards/nova/access_and_security/keypairs/forms.py index 9924f1024..bdc4c7d55 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/keypairs/forms.py +++ b/horizon/horizon/dashboards/nova/access_and_security/keypairs/forms.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/keypairs/tables.py b/horizon/horizon/dashboards/nova/access_and_security/keypairs/tables.py index 0cee01019..978d807b0 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/keypairs/tables.py +++ b/horizon/horizon/dashboards/nova/access_and_security/keypairs/tables.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/keypairs/tests.py b/horizon/horizon/dashboards/nova/access_and_security/keypairs/tests.py index 4e215ab69..c1d8296aa 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/keypairs/tests.py +++ b/horizon/horizon/dashboards/nova/access_and_security/keypairs/tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/keypairs/urls.py b/horizon/horizon/dashboards/nova/access_and_security/keypairs/urls.py index dc696d20d..233a1c601 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/keypairs/urls.py +++ b/horizon/horizon/dashboards/nova/access_and_security/keypairs/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/keypairs/views.py b/horizon/horizon/dashboards/nova/access_and_security/keypairs/views.py index be3d49b8c..bc8b426b4 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/keypairs/views.py +++ b/horizon/horizon/dashboards/nova/access_and_security/keypairs/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/panel.py b/horizon/horizon/dashboards/nova/access_and_security/panel.py index 953b757a9..935da57eb 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/panel.py +++ b/horizon/horizon/dashboards/nova/access_and_security/panel.py @@ -1,7 +1,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. -# Copyright 2011 Openstack LLC +# Copyright 2012 Nebula, Inc. +# Copyright 2012 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/horizon/horizon/dashboards/nova/access_and_security/security_groups/forms.py b/horizon/horizon/dashboards/nova/access_and_security/security_groups/forms.py index 59c0510ce..dc971105d 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/security_groups/forms.py +++ b/horizon/horizon/dashboards/nova/access_and_security/security_groups/forms.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/security_groups/tables.py b/horizon/horizon/dashboards/nova/access_and_security/security_groups/tables.py index c731e4aac..90ee270f2 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/security_groups/tables.py +++ b/horizon/horizon/dashboards/nova/access_and_security/security_groups/tables.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/security_groups/tests.py b/horizon/horizon/dashboards/nova/access_and_security/security_groups/tests.py index d68accb1a..0f06cf598 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/security_groups/tests.py +++ b/horizon/horizon/dashboards/nova/access_and_security/security_groups/tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/security_groups/urls.py b/horizon/horizon/dashboards/nova/access_and_security/security_groups/urls.py index eca5627e1..c4dbf582e 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/security_groups/urls.py +++ b/horizon/horizon/dashboards/nova/access_and_security/security_groups/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/security_groups/views.py b/horizon/horizon/dashboards/nova/access_and_security/security_groups/views.py index 76d405451..8414cb985 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/security_groups/views.py +++ b/horizon/horizon/dashboards/nova/access_and_security/security_groups/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/tests.py b/horizon/horizon/dashboards/nova/access_and_security/tests.py index f947ec711..50c4453eb 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/tests.py +++ b/horizon/horizon/dashboards/nova/access_and_security/tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/urls.py b/horizon/horizon/dashboards/nova/access_and_security/urls.py index 31667ed7f..36caded1d 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/urls.py +++ b/horizon/horizon/dashboards/nova/access_and_security/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/access_and_security/views.py b/horizon/horizon/dashboards/nova/access_and_security/views.py index 1225046f0..36ae9297e 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/views.py +++ b/horizon/horizon/dashboards/nova/access_and_security/views.py @@ -1,11 +1,11 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. -# Copyright 2011 OpenStack LLC +# Copyright 2012 Nebula, Inc. +# Copyright 2012 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/horizon/horizon/dashboards/nova/containers/forms.py b/horizon/horizon/dashboards/nova/containers/forms.py index 01ea69dfc..3ee121bea 100644 --- a/horizon/horizon/dashboards/nova/containers/forms.py +++ b/horizon/horizon/dashboards/nova/containers/forms.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/containers/panel.py b/horizon/horizon/dashboards/nova/containers/panel.py index 06c95289f..89e043530 100644 --- a/horizon/horizon/dashboards/nova/containers/panel.py +++ b/horizon/horizon/dashboards/nova/containers/panel.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/containers/tables.py b/horizon/horizon/dashboards/nova/containers/tables.py index 542afe9ec..1b6945ccb 100644 --- a/horizon/horizon/dashboards/nova/containers/tables.py +++ b/horizon/horizon/dashboards/nova/containers/tables.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/containers/tests.py b/horizon/horizon/dashboards/nova/containers/tests.py index bb8627e98..2e0d56b89 100644 --- a/horizon/horizon/dashboards/nova/containers/tests.py +++ b/horizon/horizon/dashboards/nova/containers/tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/containers/urls.py b/horizon/horizon/dashboards/nova/containers/urls.py index 903720df6..9ba215946 100644 --- a/horizon/horizon/dashboards/nova/containers/urls.py +++ b/horizon/horizon/dashboards/nova/containers/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/containers/views.py b/horizon/horizon/dashboards/nova/containers/views.py index 569b85180..6cfc3c4e2 100644 --- a/horizon/horizon/dashboards/nova/containers/views.py +++ b/horizon/horizon/dashboards/nova/containers/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/dashboard.py b/horizon/horizon/dashboards/nova/dashboard.py index d3eabcd12..31fac520f 100644 --- a/horizon/horizon/dashboards/nova/dashboard.py +++ b/horizon/horizon/dashboards/nova/dashboard.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/images_and_snapshots/images/forms.py b/horizon/horizon/dashboards/nova/images_and_snapshots/images/forms.py index e9a197641..c4cf87daa 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/images/forms.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/images/forms.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/images_and_snapshots/images/panel.py b/horizon/horizon/dashboards/nova/images_and_snapshots/images/panel.py index 12f293c55..13302efc6 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/images/panel.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/images/panel.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/images_and_snapshots/images/tests.py b/horizon/horizon/dashboards/nova/images_and_snapshots/images/tests.py index 780a2dac9..59cce41aa 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/images/tests.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/images/tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/images_and_snapshots/images/urls.py b/horizon/horizon/dashboards/nova/images_and_snapshots/images/urls.py index 2a73cd01f..43004d797 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/images/urls.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/images/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/images_and_snapshots/images/views.py b/horizon/horizon/dashboards/nova/images_and_snapshots/images/views.py index d0d942e25..a8d236e76 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/images/views.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/images/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/images_and_snapshots/panel.py b/horizon/horizon/dashboards/nova/images_and_snapshots/panel.py index 8ad35801e..aba382a1d 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/panel.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/panel.py @@ -1,7 +1,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. -# Copyright 2011 OpenStack LLC +# Copyright 2012 Nebula, Inc. +# Copyright 2012 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/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/forms.py b/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/forms.py index fa480804c..3e9f0a90c 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/forms.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/forms.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/panel.py b/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/panel.py index 5b17b1930..499d1a4a4 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/panel.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/panel.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/tests.py b/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/tests.py index 2cb64ca5e..d60b4341e 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/tests.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/urls.py b/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/urls.py index b9161b3d0..6fa2ca9f2 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/urls.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/views.py b/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/views.py index 5294f8686..5d3f1061a 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/views.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/snapshots/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/images_and_snapshots/tests.py b/horizon/horizon/dashboards/nova/images_and_snapshots/tests.py index 0bdce7709..df911c6ea 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/tests.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/tests.py @@ -1,11 +1,11 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. -# Copyright 2011 OpenStack LLC +# Copyright 2012 Nebula, Inc. +# Copyright 2012 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/horizon/horizon/dashboards/nova/images_and_snapshots/urls.py b/horizon/horizon/dashboards/nova/images_and_snapshots/urls.py index 5fe62556c..b657ceacb 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/urls.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/images_and_snapshots/views.py b/horizon/horizon/dashboards/nova/images_and_snapshots/views.py index cd252f164..2b140e9dd 100644 --- a/horizon/horizon/dashboards/nova/images_and_snapshots/views.py +++ b/horizon/horizon/dashboards/nova/images_and_snapshots/views.py @@ -1,11 +1,11 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. -# Copyright 2011 Openstack LLC +# Copyright 2012 Nebula, Inc. +# Copyright 2012 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/horizon/horizon/dashboards/nova/instances_and_volumes/instances/forms.py b/horizon/horizon/dashboards/nova/instances_and_volumes/instances/forms.py index e0c123beb..a9cb4847e 100644 --- a/horizon/horizon/dashboards/nova/instances_and_volumes/instances/forms.py +++ b/horizon/horizon/dashboards/nova/instances_and_volumes/instances/forms.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/instances_and_volumes/instances/tables.py b/horizon/horizon/dashboards/nova/instances_and_volumes/instances/tables.py index 1c59dd1a7..17e3908b1 100644 --- a/horizon/horizon/dashboards/nova/instances_and_volumes/instances/tables.py +++ b/horizon/horizon/dashboards/nova/instances_and_volumes/instances/tables.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/instances_and_volumes/instances/tests.py b/horizon/horizon/dashboards/nova/instances_and_volumes/instances/tests.py index 29d0087ff..4526e038b 100644 --- a/horizon/horizon/dashboards/nova/instances_and_volumes/instances/tests.py +++ b/horizon/horizon/dashboards/nova/instances_and_volumes/instances/tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/instances_and_volumes/instances/urls.py b/horizon/horizon/dashboards/nova/instances_and_volumes/instances/urls.py index e4b0b6aad..95741c880 100644 --- a/horizon/horizon/dashboards/nova/instances_and_volumes/instances/urls.py +++ b/horizon/horizon/dashboards/nova/instances_and_volumes/instances/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/instances_and_volumes/instances/views.py b/horizon/horizon/dashboards/nova/instances_and_volumes/instances/views.py index 9562ec230..b53b514fb 100644 --- a/horizon/horizon/dashboards/nova/instances_and_volumes/instances/views.py +++ b/horizon/horizon/dashboards/nova/instances_and_volumes/instances/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/instances_and_volumes/panel.py b/horizon/horizon/dashboards/nova/instances_and_volumes/panel.py index d826f78e9..69f1d9da7 100644 --- a/horizon/horizon/dashboards/nova/instances_and_volumes/panel.py +++ b/horizon/horizon/dashboards/nova/instances_and_volumes/panel.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/instances_and_volumes/tests.py b/horizon/horizon/dashboards/nova/instances_and_volumes/tests.py index c8c7b5ad5..f0c7f0020 100644 --- a/horizon/horizon/dashboards/nova/instances_and_volumes/tests.py +++ b/horizon/horizon/dashboards/nova/instances_and_volumes/tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/instances_and_volumes/urls.py b/horizon/horizon/dashboards/nova/instances_and_volumes/urls.py index 8f7edc630..7437f3e95 100644 --- a/horizon/horizon/dashboards/nova/instances_and_volumes/urls.py +++ b/horizon/horizon/dashboards/nova/instances_and_volumes/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/instances_and_volumes/views.py b/horizon/horizon/dashboards/nova/instances_and_volumes/views.py index b2c0618b7..5a27426d2 100644 --- a/horizon/horizon/dashboards/nova/instances_and_volumes/views.py +++ b/horizon/horizon/dashboards/nova/instances_and_volumes/views.py @@ -1,11 +1,11 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. -# Copyright 2011 OpenStack LLC +# Copyright 2012 Nebula, Inc. +# Copyright 2012 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/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/forms.py b/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/forms.py index ef11115ea..1610e0d0e 100644 --- a/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/forms.py +++ b/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/forms.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # All rights reserved. """ diff --git a/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/tables.py b/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/tables.py index 21c57b741..0b73ad167 100644 --- a/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/tables.py +++ b/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/tables.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/urls.py b/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/urls.py index fe2792a2a..f2444adad 100644 --- a/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/urls.py +++ b/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/urls.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/views.py b/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/views.py index 984d7a093..40656433e 100644 --- a/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/views.py +++ b/horizon/horizon/dashboards/nova/instances_and_volumes/volumes/views.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/models.py b/horizon/horizon/dashboards/nova/models.py index 300ba4b3f..6313a32fa 100644 --- a/horizon/horizon/dashboards/nova/models.py +++ b/horizon/horizon/dashboards/nova/models.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/networks/forms.py b/horizon/horizon/dashboards/nova/networks/forms.py index 454b2aa61..a48d1157f 100644 --- a/horizon/horizon/dashboards/nova/networks/forms.py +++ b/horizon/horizon/dashboards/nova/networks/forms.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/networks/panel.py b/horizon/horizon/dashboards/nova/networks/panel.py index 825c720de..c46369689 100644 --- a/horizon/horizon/dashboards/nova/networks/panel.py +++ b/horizon/horizon/dashboards/nova/networks/panel.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/networks/tests.py b/horizon/horizon/dashboards/nova/networks/tests.py index 30425a20b..0251035d3 100644 --- a/horizon/horizon/dashboards/nova/networks/tests.py +++ b/horizon/horizon/dashboards/nova/networks/tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/networks/urls.py b/horizon/horizon/dashboards/nova/networks/urls.py index 9243dcffd..fb01572b8 100644 --- a/horizon/horizon/dashboards/nova/networks/urls.py +++ b/horizon/horizon/dashboards/nova/networks/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/networks/views.py b/horizon/horizon/dashboards/nova/networks/views.py index f240a4f13..0523b95bd 100644 --- a/horizon/horizon/dashboards/nova/networks/views.py +++ b/horizon/horizon/dashboards/nova/networks/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/overview/panel.py b/horizon/horizon/dashboards/nova/overview/panel.py index fbd5b5d7e..55b059f23 100644 --- a/horizon/horizon/dashboards/nova/overview/panel.py +++ b/horizon/horizon/dashboards/nova/overview/panel.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/overview/tests.py b/horizon/horizon/dashboards/nova/overview/tests.py index b68f04a3e..354bccac5 100644 --- a/horizon/horizon/dashboards/nova/overview/tests.py +++ b/horizon/horizon/dashboards/nova/overview/tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/overview/urls.py b/horizon/horizon/dashboards/nova/overview/urls.py index ed61cf18e..675d2dc75 100644 --- a/horizon/horizon/dashboards/nova/overview/urls.py +++ b/horizon/horizon/dashboards/nova/overview/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/nova/overview/views.py b/horizon/horizon/dashboards/nova/overview/views.py index 787b8c3d7..ce50a4b73 100644 --- a/horizon/horizon/dashboards/nova/overview/views.py +++ b/horizon/horizon/dashboards/nova/overview/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/settings/dashboard.py b/horizon/horizon/dashboards/settings/dashboard.py index 715c66036..f208810d3 100644 --- a/horizon/horizon/dashboards/settings/dashboard.py +++ b/horizon/horizon/dashboards/settings/dashboard.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/settings/models.py b/horizon/horizon/dashboards/settings/models.py index 300ba4b3f..6313a32fa 100644 --- a/horizon/horizon/dashboards/settings/models.py +++ b/horizon/horizon/dashboards/settings/models.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/settings/project/forms.py b/horizon/horizon/dashboards/settings/project/forms.py index 515109e5d..4c0730138 100644 --- a/horizon/horizon/dashboards/settings/project/forms.py +++ b/horizon/horizon/dashboards/settings/project/forms.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/settings/project/panel.py b/horizon/horizon/dashboards/settings/project/panel.py index ff9d905d0..6ec62e476 100644 --- a/horizon/horizon/dashboards/settings/project/panel.py +++ b/horizon/horizon/dashboards/settings/project/panel.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/settings/project/urls.py b/horizon/horizon/dashboards/settings/project/urls.py index 41f01c288..93405bb97 100644 --- a/horizon/horizon/dashboards/settings/project/urls.py +++ b/horizon/horizon/dashboards/settings/project/urls.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/settings/project/views.py b/horizon/horizon/dashboards/settings/project/views.py index 369a658d5..704932569 100644 --- a/horizon/horizon/dashboards/settings/project/views.py +++ b/horizon/horizon/dashboards/settings/project/views.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/settings/user/panel.py b/horizon/horizon/dashboards/settings/user/panel.py index 5f11a897b..366efa790 100644 --- a/horizon/horizon/dashboards/settings/user/panel.py +++ b/horizon/horizon/dashboards/settings/user/panel.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/settings/user/urls.py b/horizon/horizon/dashboards/settings/user/urls.py index ea2a75613..4befb6785 100644 --- a/horizon/horizon/dashboards/settings/user/urls.py +++ b/horizon/horizon/dashboards/settings/user/urls.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/settings/user/views.py b/horizon/horizon/dashboards/settings/user/views.py index e5aa3090a..9eb410859 100644 --- a/horizon/horizon/dashboards/settings/user/views.py +++ b/horizon/horizon/dashboards/settings/user/views.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/dashboard.py b/horizon/horizon/dashboards/syspanel/dashboard.py index ad18f112a..15054c861 100644 --- a/horizon/horizon/dashboards/syspanel/dashboard.py +++ b/horizon/horizon/dashboards/syspanel/dashboard.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/flavors/forms.py b/horizon/horizon/dashboards/syspanel/flavors/forms.py index 1d8f1117f..9e27960cf 100644 --- a/horizon/horizon/dashboards/syspanel/flavors/forms.py +++ b/horizon/horizon/dashboards/syspanel/flavors/forms.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/flavors/panel.py b/horizon/horizon/dashboards/syspanel/flavors/panel.py index 7a765a278..71b2dae1c 100644 --- a/horizon/horizon/dashboards/syspanel/flavors/panel.py +++ b/horizon/horizon/dashboards/syspanel/flavors/panel.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/flavors/urls.py b/horizon/horizon/dashboards/syspanel/flavors/urls.py index 196b45467..f78188de0 100644 --- a/horizon/horizon/dashboards/syspanel/flavors/urls.py +++ b/horizon/horizon/dashboards/syspanel/flavors/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/flavors/views.py b/horizon/horizon/dashboards/syspanel/flavors/views.py index b055be877..0d8b4badc 100644 --- a/horizon/horizon/dashboards/syspanel/flavors/views.py +++ b/horizon/horizon/dashboards/syspanel/flavors/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/images/panel.py b/horizon/horizon/dashboards/syspanel/images/panel.py index 77e7bbb01..f113d1302 100644 --- a/horizon/horizon/dashboards/syspanel/images/panel.py +++ b/horizon/horizon/dashboards/syspanel/images/panel.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/images/urls.py b/horizon/horizon/dashboards/syspanel/images/urls.py index 2e0e150be..3f3a1a13e 100644 --- a/horizon/horizon/dashboards/syspanel/images/urls.py +++ b/horizon/horizon/dashboards/syspanel/images/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/images/views.py b/horizon/horizon/dashboards/syspanel/images/views.py index 7507c6d01..a6512647a 100644 --- a/horizon/horizon/dashboards/syspanel/images/views.py +++ b/horizon/horizon/dashboards/syspanel/images/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/instances/panel.py b/horizon/horizon/dashboards/syspanel/instances/panel.py index 56b52590c..a711c4906 100644 --- a/horizon/horizon/dashboards/syspanel/instances/panel.py +++ b/horizon/horizon/dashboards/syspanel/instances/panel.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/instances/tests.py b/horizon/horizon/dashboards/syspanel/instances/tests.py index c5cf5482a..7b5696b1d 100644 --- a/horizon/horizon/dashboards/syspanel/instances/tests.py +++ b/horizon/horizon/dashboards/syspanel/instances/tests.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/instances/urls.py b/horizon/horizon/dashboards/syspanel/instances/urls.py index f15c6b488..d5e9afb74 100644 --- a/horizon/horizon/dashboards/syspanel/instances/urls.py +++ b/horizon/horizon/dashboards/syspanel/instances/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/instances/views.py b/horizon/horizon/dashboards/syspanel/instances/views.py index 42108e162..54cf629ba 100644 --- a/horizon/horizon/dashboards/syspanel/instances/views.py +++ b/horizon/horizon/dashboards/syspanel/instances/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/models.py b/horizon/horizon/dashboards/syspanel/models.py index 300ba4b3f..6313a32fa 100644 --- a/horizon/horizon/dashboards/syspanel/models.py +++ b/horizon/horizon/dashboards/syspanel/models.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/overview/panel.py b/horizon/horizon/dashboards/syspanel/overview/panel.py index 5ca5d23d3..27c6a631b 100644 --- a/horizon/horizon/dashboards/syspanel/overview/panel.py +++ b/horizon/horizon/dashboards/syspanel/overview/panel.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/overview/urls.py b/horizon/horizon/dashboards/syspanel/overview/urls.py index 382cd69ab..1caf8de39 100644 --- a/horizon/horizon/dashboards/syspanel/overview/urls.py +++ b/horizon/horizon/dashboards/syspanel/overview/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/overview/views.py b/horizon/horizon/dashboards/syspanel/overview/views.py index f35bbf31d..92f38d99e 100644 --- a/horizon/horizon/dashboards/syspanel/overview/views.py +++ b/horizon/horizon/dashboards/syspanel/overview/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/projects/forms.py b/horizon/horizon/dashboards/syspanel/projects/forms.py index 3d741eb27..b286b0d67 100644 --- a/horizon/horizon/dashboards/syspanel/projects/forms.py +++ b/horizon/horizon/dashboards/syspanel/projects/forms.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/projects/panel.py b/horizon/horizon/dashboards/syspanel/projects/panel.py index e602d6573..edf7f9aeb 100644 --- a/horizon/horizon/dashboards/syspanel/projects/panel.py +++ b/horizon/horizon/dashboards/syspanel/projects/panel.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/projects/tests.py b/horizon/horizon/dashboards/syspanel/projects/tests.py index 55c1504d5..a3d0c835c 100644 --- a/horizon/horizon/dashboards/syspanel/projects/tests.py +++ b/horizon/horizon/dashboards/syspanel/projects/tests.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/projects/urls.py b/horizon/horizon/dashboards/syspanel/projects/urls.py index 598c7c3b9..41f9273f4 100644 --- a/horizon/horizon/dashboards/syspanel/projects/urls.py +++ b/horizon/horizon/dashboards/syspanel/projects/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/projects/views.py b/horizon/horizon/dashboards/syspanel/projects/views.py index ff4a010bd..43f4b3b6c 100644 --- a/horizon/horizon/dashboards/syspanel/projects/views.py +++ b/horizon/horizon/dashboards/syspanel/projects/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/quotas/panel.py b/horizon/horizon/dashboards/syspanel/quotas/panel.py index ede0efb42..992aaa240 100644 --- a/horizon/horizon/dashboards/syspanel/quotas/panel.py +++ b/horizon/horizon/dashboards/syspanel/quotas/panel.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/quotas/urls.py b/horizon/horizon/dashboards/syspanel/quotas/urls.py index 5c4df3a47..48c47f1c4 100644 --- a/horizon/horizon/dashboards/syspanel/quotas/urls.py +++ b/horizon/horizon/dashboards/syspanel/quotas/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/quotas/views.py b/horizon/horizon/dashboards/syspanel/quotas/views.py index b7fd0afca..b89b75501 100644 --- a/horizon/horizon/dashboards/syspanel/quotas/views.py +++ b/horizon/horizon/dashboards/syspanel/quotas/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/services/panel.py b/horizon/horizon/dashboards/syspanel/services/panel.py index 7a17f8de8..04b9737da 100644 --- a/horizon/horizon/dashboards/syspanel/services/panel.py +++ b/horizon/horizon/dashboards/syspanel/services/panel.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/services/urls.py b/horizon/horizon/dashboards/syspanel/services/urls.py index 6f5868714..556ee9179 100644 --- a/horizon/horizon/dashboards/syspanel/services/urls.py +++ b/horizon/horizon/dashboards/syspanel/services/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/services/views.py b/horizon/horizon/dashboards/syspanel/services/views.py index 13dbf6922..8c52b1de4 100644 --- a/horizon/horizon/dashboards/syspanel/services/views.py +++ b/horizon/horizon/dashboards/syspanel/services/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/users/forms.py b/horizon/horizon/dashboards/syspanel/users/forms.py index 5f258e369..93b5842f3 100644 --- a/horizon/horizon/dashboards/syspanel/users/forms.py +++ b/horizon/horizon/dashboards/syspanel/users/forms.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/users/panel.py b/horizon/horizon/dashboards/syspanel/users/panel.py index 7a7380e39..adbd497b9 100644 --- a/horizon/horizon/dashboards/syspanel/users/panel.py +++ b/horizon/horizon/dashboards/syspanel/users/panel.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/users/tests.py b/horizon/horizon/dashboards/syspanel/users/tests.py index 966ad74ae..278c66493 100644 --- a/horizon/horizon/dashboards/syspanel/users/tests.py +++ b/horizon/horizon/dashboards/syspanel/users/tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/users/urls.py b/horizon/horizon/dashboards/syspanel/users/urls.py index 708f180b0..ea796d13e 100644 --- a/horizon/horizon/dashboards/syspanel/users/urls.py +++ b/horizon/horizon/dashboards/syspanel/users/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/dashboards/syspanel/users/views.py b/horizon/horizon/dashboards/syspanel/users/views.py index ca49f1f0c..f8ff02be0 100644 --- a/horizon/horizon/dashboards/syspanel/users/views.py +++ b/horizon/horizon/dashboards/syspanel/users/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/decorators.py b/horizon/horizon/decorators.py index 7a00934b7..886cbe65f 100644 --- a/horizon/horizon/decorators.py +++ b/horizon/horizon/decorators.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 CRS4 +# Copyright 2012 CRS4 # # 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/horizon/horizon/exceptions.py b/horizon/horizon/exceptions.py index 1a23b19af..a0720c202 100644 --- a/horizon/horizon/exceptions.py +++ b/horizon/horizon/exceptions.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/forms/__init__.py b/horizon/horizon/forms/__init__.py index 2859e5115..843a6787d 100644 --- a/horizon/horizon/forms/__init__.py +++ b/horizon/horizon/forms/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/forms/base.py b/horizon/horizon/forms/base.py index feb8454d5..7cb272f6d 100644 --- a/horizon/horizon/forms/base.py +++ b/horizon/horizon/forms/base.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/forms/views.py b/horizon/horizon/forms/views.py index cddfc3704..7bd1a9c4a 100644 --- a/horizon/horizon/forms/views.py +++ b/horizon/horizon/forms/views.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/middleware.py b/horizon/horizon/middleware.py index 8ba8fa269..8fe81bef2 100644 --- a/horizon/horizon/middleware.py +++ b/horizon/horizon/middleware.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/models.py b/horizon/horizon/models.py index 300ba4b3f..6313a32fa 100644 --- a/horizon/horizon/models.py +++ b/horizon/horizon/models.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/site_urls.py b/horizon/horizon/site_urls.py index 291c53741..6ad4be2dd 100644 --- a/horizon/horizon/site_urls.py +++ b/horizon/horizon/site_urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tables/__init__.py b/horizon/horizon/tables/__init__.py index 32152932e..1283674c1 100644 --- a/horizon/horizon/tables/__init__.py +++ b/horizon/horizon/tables/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tables/actions.py b/horizon/horizon/tables/actions.py index ab222a7b2..c62591178 100644 --- a/horizon/horizon/tables/actions.py +++ b/horizon/horizon/tables/actions.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tables/base.py b/horizon/horizon/tables/base.py index 9499ad27c..4a7b6c382 100644 --- a/horizon/horizon/tables/base.py +++ b/horizon/horizon/tables/base.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tables/views.py b/horizon/horizon/tables/views.py index 25c058b78..66e49f7a1 100644 --- a/horizon/horizon/tables/views.py +++ b/horizon/horizon/tables/views.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/templatetags/branding.py b/horizon/horizon/templatetags/branding.py index d62c79bd4..a7681a5a2 100644 --- a/horizon/horizon/templatetags/branding.py +++ b/horizon/horizon/templatetags/branding.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/templatetags/horizon.py b/horizon/horizon/templatetags/horizon.py index f83dfeb91..d19803d9f 100644 --- a/horizon/horizon/templatetags/horizon.py +++ b/horizon/horizon/templatetags/horizon.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/templatetags/parse_date.py b/horizon/horizon/templatetags/parse_date.py index b9c4996d3..523e6f2a9 100644 --- a/horizon/horizon/templatetags/parse_date.py +++ b/horizon/horizon/templatetags/parse_date.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/templatetags/sizeformat.py b/horizon/horizon/templatetags/sizeformat.py index 1d1498642..68d7c1835 100644 --- a/horizon/horizon/templatetags/sizeformat.py +++ b/horizon/horizon/templatetags/sizeformat.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/templatetags/truncate_filter.py b/horizon/horizon/templatetags/truncate_filter.py index c8b4e4a34..aca8468a1 100644 --- a/horizon/horizon/templatetags/truncate_filter.py +++ b/horizon/horizon/templatetags/truncate_filter.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/test.py b/horizon/horizon/test.py index 0f1849b8b..9c8fe0738 100644 --- a/horizon/horizon/test.py +++ b/horizon/horizon/test.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/__init__.py b/horizon/horizon/tests/__init__.py index 31e69bd4a..1e7c4ca7b 100644 --- a/horizon/horizon/tests/__init__.py +++ b/horizon/horizon/tests/__init__.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/api_tests/__init__.py b/horizon/horizon/tests/api_tests/__init__.py index 9f74ff344..a52af6bfb 100644 --- a/horizon/horizon/tests/api_tests/__init__.py +++ b/horizon/horizon/tests/api_tests/__init__.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/api_tests/base.py b/horizon/horizon/tests/api_tests/base.py index 71daae4fe..8ee35dec2 100644 --- a/horizon/horizon/tests/api_tests/base.py +++ b/horizon/horizon/tests/api_tests/base.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/api_tests/glance.py b/horizon/horizon/tests/api_tests/glance.py index d1f898879..8b4471ee8 100644 --- a/horizon/horizon/tests/api_tests/glance.py +++ b/horizon/horizon/tests/api_tests/glance.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/api_tests/keystone.py b/horizon/horizon/tests/api_tests/keystone.py index 285b78d9e..4c08d3b40 100644 --- a/horizon/horizon/tests/api_tests/keystone.py +++ b/horizon/horizon/tests/api_tests/keystone.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/api_tests/nova.py b/horizon/horizon/tests/api_tests/nova.py index 32f759867..6ae41bdd8 100644 --- a/horizon/horizon/tests/api_tests/nova.py +++ b/horizon/horizon/tests/api_tests/nova.py @@ -1,11 +1,11 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. -# Copyright (c) 2011 X.commerce, a business unit of eBay Inc. +# Copyright 2012 Nebula, Inc. +# Copyright (c) 2012 X.commerce, a business unit of eBay Inc. # # 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/horizon/horizon/tests/api_tests/swift.py b/horizon/horizon/tests/api_tests/swift.py index 9c3965edf..000e32329 100644 --- a/horizon/horizon/tests/api_tests/swift.py +++ b/horizon/horizon/tests/api_tests/swift.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/api_tests/utils.py b/horizon/horizon/tests/api_tests/utils.py index 553fa3861..c037141c5 100644 --- a/horizon/horizon/tests/api_tests/utils.py +++ b/horizon/horizon/tests/api_tests/utils.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/auth_tests.py b/horizon/horizon/tests/auth_tests.py index 50325d34a..8dd2bdfa5 100644 --- a/horizon/horizon/tests/auth_tests.py +++ b/horizon/horizon/tests/auth_tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/base_tests.py b/horizon/horizon/tests/base_tests.py index cb653dfb4..b362efaeb 100644 --- a/horizon/horizon/tests/base_tests.py +++ b/horizon/horizon/tests/base_tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/context_processor_tests.py b/horizon/horizon/tests/context_processor_tests.py index 0234ee3da..e938cccdc 100644 --- a/horizon/horizon/tests/context_processor_tests.py +++ b/horizon/horizon/tests/context_processor_tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/table_tests.py b/horizon/horizon/tests/table_tests.py index 05c45fd6e..3eaf8f762 100644 --- a/horizon/horizon/tests/table_tests.py +++ b/horizon/horizon/tests/table_tests.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/templatetag_tests.py b/horizon/horizon/tests/templatetag_tests.py index d05c7d894..0156e5c15 100644 --- a/horizon/horizon/tests/templatetag_tests.py +++ b/horizon/horizon/tests/templatetag_tests.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/testsettings.py b/horizon/horizon/tests/testsettings.py index 771ed3f1a..6b0f7f450 100644 --- a/horizon/horizon/tests/testsettings.py +++ b/horizon/horizon/tests/testsettings.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/testurls.py b/horizon/horizon/tests/testurls.py index 21fa7e368..fc07df9bf 100644 --- a/horizon/horizon/tests/testurls.py +++ b/horizon/horizon/tests/testurls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/tests/views.py b/horizon/horizon/tests/views.py index a8a1684af..91e32204d 100644 --- a/horizon/horizon/tests/views.py +++ b/horizon/horizon/tests/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/usage/__init__.py b/horizon/horizon/usage/__init__.py index e19fee2bf..0013a2797 100644 --- a/horizon/horizon/usage/__init__.py +++ b/horizon/horizon/usage/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/users.py b/horizon/horizon/users.py index fee0bd1ea..30a14c30c 100644 --- a/horizon/horizon/users.py +++ b/horizon/horizon/users.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/version.py b/horizon/horizon/version.py index 999ae39fd..8b530fd4e 100644 --- a/horizon/horizon/version.py +++ b/horizon/horizon/version.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC +# Copyright 2012 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/horizon/horizon/views/__init__.py b/horizon/horizon/views/__init__.py index ebe17e862..986004b67 100644 --- a/horizon/horizon/views/__init__.py +++ b/horizon/horizon/views/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/views/auth.py b/horizon/horizon/views/auth.py index a8695b132..af1bc42a1 100644 --- a/horizon/horizon/views/auth.py +++ b/horizon/horizon/views/auth.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/views/auth_forms.py b/horizon/horizon/views/auth_forms.py index 3a04718c2..54c7dee88 100644 --- a/horizon/horizon/views/auth_forms.py +++ b/horizon/horizon/views/auth_forms.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/horizon/views/base.py b/horizon/horizon/views/base.py index 023f5f347..8409b1d9d 100644 --- a/horizon/horizon/views/base.py +++ b/horizon/horizon/views/base.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/horizon/setup.py b/horizon/setup.py index 3b11b33e7..a278f8a5e 100644 --- a/horizon/setup.py +++ b/horizon/setup.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/openstack-dashboard/dashboard/middleware.py b/openstack-dashboard/dashboard/middleware.py index 633908024..5c81f70a8 100644 --- a/openstack-dashboard/dashboard/middleware.py +++ b/openstack-dashboard/dashboard/middleware.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/openstack-dashboard/dashboard/settings.py b/openstack-dashboard/dashboard/settings.py index c76407b73..3475a740c 100644 --- a/openstack-dashboard/dashboard/settings.py +++ b/openstack-dashboard/dashboard/settings.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/openstack-dashboard/dashboard/urls.py b/openstack-dashboard/dashboard/urls.py index 6b2f88539..f0607d219 100644 --- a/openstack-dashboard/dashboard/urls.py +++ b/openstack-dashboard/dashboard/urls.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/openstack-dashboard/dashboard/views.py b/openstack-dashboard/dashboard/views.py index 44aab8506..d46561515 100644 --- a/openstack-dashboard/dashboard/views.py +++ b/openstack-dashboard/dashboard/views.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/openstack-dashboard/setup.py b/openstack-dashboard/setup.py index 75d706271..1a746cb02 100755 --- a/openstack-dashboard/setup.py +++ b/openstack-dashboard/setup.py @@ -1,10 +1,10 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/tools/install_venv.py b/tools/install_venv.py index 4d4054e30..9b8c8774c 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -1,12 +1,12 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 United States Government as represented by the +# Copyright 2012 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 OpenStack, LLC +# Copyright 2012 OpenStack, LLC # -# Copyright 2011 Nebula, Inc. +# Copyright 2012 Nebula, Inc. # # 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/tools/rfc.sh b/tools/rfc.sh index 0bc153195..2e5a262c8 100755 --- a/tools/rfc.sh +++ b/tools/rfc.sh @@ -3,7 +3,7 @@ # This initial version of this file was taken from the source tree # of GlusterFS. It was not directly attributed, but is assumed to be # Copyright (c) 2010-2011 Gluster, Inc and release GPLv3 -# Subsequent modifications are Copyright (c) 2011 OpenStack, LLC. +# Subsequent modifications are Copyright (c) 2012 OpenStack, LLC. # # GlusterFS is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published