diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-01-23 16:31:40 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-01-23 16:31:40 -0500 |
commit | 75d6f035bcd94e6420ba6de5a9d12c1f554771cf (patch) | |
tree | c29c9628658bcdb14b74dc19a4760ace9ff7d97f | |
parent | eff68fbbb7eb9e5a9a9d9cab4ab357edd1476859 (diff) | |
download | vyos-cloud-init-75d6f035bcd94e6420ba6de5a9d12c1f554771cf.tar.gz vyos-cloud-init-75d6f035bcd94e6420ba6de5a9d12c1f554771cf.zip |
fix freebsd new file header
-rw-r--r-- | cloudinit/distros/freebsd.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cloudinit/distros/freebsd.py b/cloudinit/distros/freebsd.py index a62503f6..f1650a77 100644 --- a/cloudinit/distros/freebsd.py +++ b/cloudinit/distros/freebsd.py @@ -1,12 +1,8 @@ # vi: ts=4 expandtab # -# Copyright (C) 2012 Canonical Ltd. -# Copyright (C) 2012, 2013 Hewlett-Packard Development Company, L.P. -# Copyright (C) 2012 Yahoo! Inc. +# Copyright (C) 2014 Harm Weites # -# Author: Scott Moser <scott.moser@canonical.com> -# Author: Juerg Haefliger <juerg.haefliger@hp.com> -# Author: Joshua Harlow <harlowja@yahoo-inc.com> +# Author: Harm Weites <harm@weites.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 |