From 8e615f4446816b69ffde7bff6ba99c85d34d1e2f Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Fri, 25 Feb 2011 02:00:13 -0800 Subject: [PATCH] Added Jacob Kaplan-Moss copyright notices on older/untouched files. --- novaclient/__init__.py | 3 +-- novaclient/backup_schedules.py | 1 + novaclient/base.py | 1 + novaclient/client.py | 1 + novaclient/exceptions.py | 1 + novaclient/flavors.py | 1 + novaclient/images.py | 1 + novaclient/ipgroups.py | 1 + novaclient/servers.py | 2 +- novaclient/shell.py | 2 +- novaclient/zones.py | 2 -- 11 files changed, 10 insertions(+), 6 deletions(-) diff --git a/novaclient/__init__.py b/novaclient/__init__.py index fb248dcc..8881f558 100644 --- a/novaclient/__init__.py +++ b/novaclient/__init__.py @@ -1,5 +1,4 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - +# Copyright 2010 Jacob Kaplan-Moss # Copyright 2011 OpenStack LLC. # All Rights Reserved. # diff --git a/novaclient/backup_schedules.py b/novaclient/backup_schedules.py index f352cff5..662e3148 100644 --- a/novaclient/backup_schedules.py +++ b/novaclient/backup_schedules.py @@ -1,3 +1,4 @@ +# Copyright 2010 Jacob Kaplan-Moss """ Backup Schedule interface. """ diff --git a/novaclient/base.py b/novaclient/base.py index 47341d90..2c37f799 100644 --- a/novaclient/base.py +++ b/novaclient/base.py @@ -1,3 +1,4 @@ +# Copyright 2010 Jacob Kaplan-Moss """ Base utilities to build API operation managers and objects on top of. """ diff --git a/novaclient/client.py b/novaclient/client.py index 8241886f..c711fc46 100644 --- a/novaclient/client.py +++ b/novaclient/client.py @@ -1,3 +1,4 @@ +# Copyright 2010 Jacob Kaplan-Moss """ OpenStack Client interface. Handles the REST calls and responses. """ diff --git a/novaclient/exceptions.py b/novaclient/exceptions.py index 63283425..1709d806 100644 --- a/novaclient/exceptions.py +++ b/novaclient/exceptions.py @@ -1,3 +1,4 @@ +# Copyright 2010 Jacob Kaplan-Moss """ Exception definitions. """ diff --git a/novaclient/flavors.py b/novaclient/flavors.py index 079c1c3d..50c962ea 100644 --- a/novaclient/flavors.py +++ b/novaclient/flavors.py @@ -1,3 +1,4 @@ +# Copyright 2010 Jacob Kaplan-Moss """ Flavor interface. """ diff --git a/novaclient/images.py b/novaclient/images.py index 08759fe0..b5e01987 100644 --- a/novaclient/images.py +++ b/novaclient/images.py @@ -1,3 +1,4 @@ +# Copyright 2010 Jacob Kaplan-Moss """ Image interface. """ diff --git a/novaclient/ipgroups.py b/novaclient/ipgroups.py index 76839d4f..ee029476 100644 --- a/novaclient/ipgroups.py +++ b/novaclient/ipgroups.py @@ -1,3 +1,4 @@ +# Copyright 2010 Jacob Kaplan-Moss """ IP Group interface. """ diff --git a/novaclient/servers.py b/novaclient/servers.py index aa494ddc..9b0a4158 100644 --- a/novaclient/servers.py +++ b/novaclient/servers.py @@ -1,4 +1,4 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 +# Copyright 2010 Jacob Kaplan-Moss # Copyright 2011 OpenStack LLC. # All Rights Reserved. diff --git a/novaclient/shell.py b/novaclient/shell.py index 553814d1..00f5e89f 100644 --- a/novaclient/shell.py +++ b/novaclient/shell.py @@ -1,4 +1,4 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 +# Copyright 2010 Jacob Kaplan-Moss # Copyright 2011 OpenStack LLC. # All Rights Reserved. diff --git a/novaclient/zones.py b/novaclient/zones.py index 26337d73..567c3de8 100644 --- a/novaclient/zones.py +++ b/novaclient/zones.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2011 OpenStack LLC. # All Rights Reserved. #