diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-11 20:12:36 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-11 20:12:36 -0700 |
commit | f061dd55bf755efc6caff4feeb59c62d0c8ae94b (patch) | |
tree | 9a1f413f24cdd548c64b5bc2ea541d3791f545ed /cloudinit/netinfo.py | |
parent | 1f120980a3217289f4bad02b813053664732e4bf (diff) | |
download | vyos-cloud-init-f061dd55bf755efc6caff4feeb59c62d0c8ae94b.tar.gz vyos-cloud-init-f061dd55bf755efc6caff4feeb59c62d0c8ae94b.zip |
Fix copy right.
Diffstat (limited to 'cloudinit/netinfo.py')
-rw-r--r-- | cloudinit/netinfo.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cloudinit/netinfo.py b/cloudinit/netinfo.py index a211788c..874c2674 100644 --- a/cloudinit/netinfo.py +++ b/cloudinit/netinfo.py @@ -1,11 +1,12 @@ -#!/usr/bin/python # vi: ts=4 expandtab # # Copyright (C) 2012 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 |