diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-16 15:19:14 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-16 15:19:14 -0700 |
commit | e8371b113c078f3017c44804662960da9a04abf2 (patch) | |
tree | 2999913792d143deec47ec8dd71af81080e6d17b /cloudinit/config/cc_yum_add_repo.py | |
parent | 19c640ebfd3832ec1582c6c134ea68efac95588c (diff) | |
download | vyos-cloud-init-e8371b113c078f3017c44804662960da9a04abf2.tar.gz vyos-cloud-init-e8371b113c078f3017c44804662960da9a04abf2.zip |
Fix copyright.
Diffstat (limited to 'cloudinit/config/cc_yum_add_repo.py')
-rw-r--r-- | cloudinit/config/cc_yum_add_repo.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/cloudinit/config/cc_yum_add_repo.py b/cloudinit/config/cc_yum_add_repo.py index 10c423b5..f0487773 100644 --- a/cloudinit/config/cc_yum_add_repo.py +++ b/cloudinit/config/cc_yum_add_repo.py @@ -1,10 +1,8 @@ # vi: ts=4 expandtab # -# Copyright (C) 2011 Canonical Ltd. -# Copyright (C) 2012 Hewlett-Packard Development Company, L.P. +# Copyright (C) 2012 Yahoo! Inc. # -# Author: Scott Moser <scott.moser@canonical.com> -# Author: Juerg Haefliger <juerg.haefliger@hp.com> +# Author: Joshua Harlow <harlowja@yahoo-inc.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 @@ -16,7 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this +# along with this program. If not, see <http://www.gnu.org/licenses/>. import os |