summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorChristopher MacGown <chris@pistoncloud.com>2011-08-19 08:44:14 -0700
committerChristopher MacGown <chris@pistoncloud.com>2011-08-19 08:44:14 -0700
commitc4fc9f0737ec9f8d5c950b850fed9930a68164f4 (patch)
treef126150334d997eb44597ff0548830d6b808bbaa /nova/api
parent276403dcb6a8c7802c456b88f8dad249b7513e64 (diff)
Add copyright notices
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/create_instance_helper.py1
-rw-r--r--nova/api/openstack/views/servers.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/nova/api/openstack/create_instance_helper.py b/nova/api/openstack/create_instance_helper.py
index d776ae92d..563ef1c42 100644
--- a/nova/api/openstack/create_instance_helper.py
+++ b/nova/api/openstack/create_instance_helper.py
@@ -1,4 +1,5 @@
# Copyright 2011 OpenStack LLC.
+# Copyright 2011 Piston Cloud Computing, Inc.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/nova/api/openstack/views/servers.py b/nova/api/openstack/views/servers.py
index c7bc03bcb..19acb0899 100644
--- a/nova/api/openstack/views/servers.py
+++ b/nova/api/openstack/views/servers.py
@@ -1,6 +1,7 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2010-2011 OpenStack LLC.
+# Copyright 2011 Piston Cloud Computing, Inc.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may