diff options
author | Juerg Haefliger <juergh@gmail.com> | 2013-06-27 13:50:33 +0200 |
---|---|---|
committer | Juerg Haefliger <juergh@gmail.com> | 2013-06-27 13:50:33 +0200 |
commit | 467d45906c4575c1d231af268c47e812356657b8 (patch) | |
tree | f5b124691221901fb4f648e831d32f18b84ca9ff /cloudinit/distros/sles.py | |
parent | 9a0c412be667c2b0b235ceef920ebd2df72c1d2f (diff) | |
download | vyos-cloud-init-467d45906c4575c1d231af268c47e812356657b8.tar.gz vyos-cloud-init-467d45906c4575c1d231af268c47e812356657b8.zip |
Remove 'Copyright SUSE' from the headers
Per discussion with Robert @ SUSE since he can't sign the CCA.
Diffstat (limited to 'cloudinit/distros/sles.py')
-rw-r--r-- | cloudinit/distros/sles.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cloudinit/distros/sles.py b/cloudinit/distros/sles.py index 95bc411a..d0c15feb 100644 --- a/cloudinit/distros/sles.py +++ b/cloudinit/distros/sles.py @@ -1,9 +1,7 @@ # vi: ts=4 expandtab # -# Copyright (C) 2013 SUSE LLC # Copyright (C) 2013 Hewlett-Packard Development Company, L.P. # -# Author: Robert Schweikert <rjschwei@suse.com> # Author: Juerg Haefliger <juerg.haefliger@hp.com> # # Leaning very heavily on the RHEL and Debian implementation |