diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-03-12 14:02:11 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-03-12 14:02:11 -0400 |
commit | 6a77364216dadfd7e955def9846118bfd69982e2 (patch) | |
tree | 09e30278d150f49512d94100ac9832c070f04c77 /cloudinit | |
parent | a52691ec3a4ad6802597a214b2375cf438fe9fa0 (diff) | |
download | vyos-cloud-init-6a77364216dadfd7e955def9846118bfd69982e2.tar.gz vyos-cloud-init-6a77364216dadfd7e955def9846118bfd69982e2.zip |
cloudinit/DataSourceCloudStack: updated copyright and author
Per Cosmin in personal mail:
> I didn't change any of the copyright/license information, as I'm not
> sure what should be there (feel free to adjust it as you please, I don't
> even care for my name to appear in the file).
I've added Canonical to copyright (as the file was originally copied and modified
from the DataSourceEc2). And also added Cosmin's name to Authors and Copyright
for the portions that he contributed.
Diffstat (limited to 'cloudinit')
-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 |