diff options
author | Cory Wright <cory.wright@rackspace.com> | 2011-03-09 21:46:27 +0000 |
---|---|---|
committer | Cory Wright <cory.wright@rackspace.com> | 2011-03-09 21:46:27 +0000 |
commit | fb4785b85c1bef4179140cfb85ce01eca9fb5da5 (patch) | |
tree | 9b8d31584b33d1b016f15e78d88f3cdf2b75ac07 | |
parent | 75b3b6807329663584f73ffc9b9612838dc04ef2 (diff) | |
download | nova-fb4785b85c1bef4179140cfb85ce01eca9fb5da5.tar.gz nova-fb4785b85c1bef4179140cfb85ce01eca9fb5da5.tar.xz nova-fb4785b85c1bef4179140cfb85ce01eca9fb5da5.zip |
fix the copyright notice in migration
-rw-r--r-- | nova/db/sqlalchemy/migrate_repo/versions/010_add_os_type_to_instances.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nova/db/sqlalchemy/migrate_repo/versions/010_add_os_type_to_instances.py b/nova/db/sqlalchemy/migrate_repo/versions/010_add_os_type_to_instances.py index 514b92b81..eb3066894 100644 --- a/nova/db/sqlalchemy/migrate_repo/versions/010_add_os_type_to_instances.py +++ b/nova/db/sqlalchemy/migrate_repo/versions/010_add_os_type_to_instances.py @@ -1,8 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010 United States Government as represented by the -# Administrator of the National Aeronautics and Space Administration. -# All Rights Reserved. +# Copyright 2010 OpenStack LLC. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain |