summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuerg Haefliger <juergh@gmail.com>2013-06-27 13:50:33 +0200
committerJuerg Haefliger <juergh@gmail.com>2013-06-27 13:50:33 +0200
commit467d45906c4575c1d231af268c47e812356657b8 (patch)
treef5b124691221901fb4f648e831d32f18b84ca9ff
parent9a0c412be667c2b0b235ceef920ebd2df72c1d2f (diff)
downloadvyos-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.
-rw-r--r--cloudinit/config/cc_resolv_conf.py2
-rw-r--r--cloudinit/distros/__init__.py2
-rw-r--r--cloudinit/distros/rhel.py2
-rw-r--r--cloudinit/distros/rhel_util.py2
-rw-r--r--cloudinit/distros/sles.py2
5 files changed, 0 insertions, 10 deletions
diff --git a/cloudinit/config/cc_resolv_conf.py b/cloudinit/config/cc_resolv_conf.py
index d4fead12..879b62b1 100644
--- a/cloudinit/config/cc_resolv_conf.py
+++ b/cloudinit/config/cc_resolv_conf.py
@@ -1,11 +1,9 @@
# vi: ts=4 expandtab
#
# Copyright (C) 2013 Craig Tracey
-# Copyright (C) 2013 SUSE LLC
# Copyright (C) 2013 Hewlett-Packard Development Company, L.P.
#
# Author: Craig Tracey <craigtracey@gmail.com>
-# Author: Robert Schweikert <rjschwei@suse.com>
# Author: Juerg Haefliger <juerg.haefliger@hp.com>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/cloudinit/distros/__init__.py b/cloudinit/distros/__init__.py
index f8727fc1..cda2c6af 100644
--- a/cloudinit/distros/__init__.py
+++ b/cloudinit/distros/__init__.py
@@ -3,13 +3,11 @@
# Copyright (C) 2012 Canonical Ltd.
# Copyright (C) 2012, 2013 Hewlett-Packard Development Company, L.P.
# Copyright (C) 2012 Yahoo! Inc.
-# Copyright (C) 2013 SUSE LLC
#
# Author: Scott Moser <scott.moser@canonical.com>
# Author: Juerg Haefliger <juerg.haefliger@hp.com>
# Author: Joshua Harlow <harlowja@yahoo-inc.com>
# Author: Ben Howard <ben.howard@canonical.com>
-# Author: Robert Schweikert <rjschwei@suse.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
diff --git a/cloudinit/distros/rhel.py b/cloudinit/distros/rhel.py
index 4fd4239c..a022ca60 100644
--- a/cloudinit/distros/rhel.py
+++ b/cloudinit/distros/rhel.py
@@ -3,12 +3,10 @@
# Copyright (C) 2012 Canonical Ltd.
# Copyright (C) 2012, 2013 Hewlett-Packard Development Company, L.P.
# Copyright (C) 2012 Yahoo! Inc.
-# Copyright (C) 2013 SUSE LLC
#
# Author: Scott Moser <scott.moser@canonical.com>
# Author: Juerg Haefliger <juerg.haefliger@hp.com>
# Author: Joshua Harlow <harlowja@yahoo-inc.com>
-# Author: Robert Schweikert <rjschwei@suse.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
diff --git a/cloudinit/distros/rhel_util.py b/cloudinit/distros/rhel_util.py
index 504b5d2c..1aba58b8 100644
--- a/cloudinit/distros/rhel_util.py
+++ b/cloudinit/distros/rhel_util.py
@@ -3,12 +3,10 @@
# Copyright (C) 2012 Canonical Ltd.
# Copyright (C) 2012, 2013 Hewlett-Packard Development Company, L.P.
# Copyright (C) 2012 Yahoo! Inc.
-# Copyright (C) 2013 SUSE LLC
#
# Author: Scott Moser <scott.moser@canonical.com>
# Author: Juerg Haefliger <juerg.haefliger@hp.com>
# Author: Joshua Harlow <harlowja@yahoo-inc.com>
-# Author: Robert Schweikert <rjschwei@suse.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
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