summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Pepple <ken.pepple@gmail.com>2011-03-01 10:40:56 -0800
committerKen Pepple <ken.pepple@gmail.com>2011-03-01 10:40:56 -0800
commit282a18a4c15f066e371596104f783f522309c5ee (patch)
tree551cc2b94a8c616c0f06f5f2101842b8d47fe5c0
parent6ddada8ed734dd91502a3f86eed8fb66803d08f3 (diff)
corrected copyrights for new files
-rw-r--r--doc/source/runnova/managing.instance.types.rst4
-rw-r--r--nova/compute/instance_types.py1
-rw-r--r--nova/db/sqlalchemy/migrate_repo/versions/007_add_instance_types.py1
-rw-r--r--nova/tests/test_instance_types.py1
4 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/runnova/managing.instance.types.rst b/doc/source/runnova/managing.instance.types.rst
index 37bb2e99e..746077716 100644
--- a/doc/source/runnova/managing.instance.types.rst
+++ b/doc/source/runnova/managing.instance.types.rst
@@ -1,7 +1,5 @@
..
- Copyright 2010-2011 United States Government as represented by the
- Administrator of the National Aeronautics and Space Administration.
- All Rights Reserved.
+ Copyright 2011 Ken Pepple
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/nova/compute/instance_types.py b/nova/compute/instance_types.py
index ce4b25964..7d401fc86 100644
--- a/nova/compute/instance_types.py
+++ b/nova/compute/instance_types.py
@@ -4,6 +4,7 @@
# Administrator of the National Aeronautics and Space Administration.
# All Rights Reserved.
# Copyright (c) 2010 Citrix Systems, Inc.
+# Copyright 2011 Ken Pepple
#
# 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/nova/db/sqlalchemy/migrate_repo/versions/007_add_instance_types.py b/nova/db/sqlalchemy/migrate_repo/versions/007_add_instance_types.py
index fec191214..66609054e 100644
--- a/nova/db/sqlalchemy/migrate_repo/versions/007_add_instance_types.py
+++ b/nova/db/sqlalchemy/migrate_repo/versions/007_add_instance_types.py
@@ -1,5 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
+# Copyright 2011 Ken Pepple
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/nova/tests/test_instance_types.py b/nova/tests/test_instance_types.py
index 1b192ca28..edc538879 100644
--- a/nova/tests/test_instance_types.py
+++ b/nova/tests/test_instance_types.py
@@ -1,5 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
+# Copyright 2011 Ken Pepple
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at