diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-03-09 15:22:26 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-03-09 15:22:26 -0500 |
commit | 462b3dead2c62806e1669dd6547e74e5946d2fca (patch) | |
tree | 899e38e05116ee3cbb8a0aafd096e4d5687f784f /cloudinit/DataSourceMaaS.py | |
parent | 0d4fedc1f7bccd15e12e5f2a3fc829ed16d22c57 (diff) | |
download | vyos-cloud-init-462b3dead2c62806e1669dd6547e74e5946d2fca.tar.gz vyos-cloud-init-462b3dead2c62806e1669dd6547e74e5946d2fca.zip |
fix copyright and author on cloudinit/DataSourceMaaS.py
Diffstat (limited to 'cloudinit/DataSourceMaaS.py')
-rw-r--r-- | cloudinit/DataSourceMaaS.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cloudinit/DataSourceMaaS.py b/cloudinit/DataSourceMaaS.py index fd9d6316..ea42c1fb 100644 --- a/cloudinit/DataSourceMaaS.py +++ b/cloudinit/DataSourceMaaS.py @@ -1,10 +1,8 @@ # vi: ts=4 expandtab # -# Copyright (C) 2009-2010 Canonical Ltd. -# Copyright (C) 2012 Hewlett-Packard Development Company, L.P. +# Copyright (C) 2012 Canonical Ltd. # # Author: Scott Moser <scott.moser@canonical.com> -# Author: Juerg Hafliger <juerg.haefliger@hp.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 |