diff options
-rw-r--r-- | cloudinit/DataSourceCloudStack.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cloudinit/DataSourceCloudStack.py b/cloudinit/DataSourceCloudStack.py index 593f69de..181b9419 100644 --- a/cloudinit/DataSourceCloudStack.py +++ b/cloudinit/DataSourceCloudStack.py @@ -1,11 +1,10 @@ # vi: ts=4 expandtab # -# Copyright (C) 2009-2010 Canonical Ltd. -# Copyright (C) 2012 Hewlett-Packard Development Company, L.P. +# Copyright (C) 2012 Canonical Ltd. +# Copyright (C) 2012 Cosmin Luta # -# Author: Scott Moser <scott.moser@canonical.com> -# Author: Juerg Hafliger <juerg.haefliger@hp.com> # Author: Cosmin Luta <q4break@gmail.com> +# Author: Scott Moser <scott.moser@canonical.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3, as |