diff options
| -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  | 
