diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-06-10 20:56:55 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-06-10 20:56:55 +0100 |
commit | 1c2c74ac997057b5c196a7af0c0470200643c3a9 (patch) | |
tree | d6e14cf9875d5e09135e5f4a807fe76c320808dd | |
parent | 268bfd5e2b17e41bdc0eb1d3f9664bdc107b8da3 (diff) | |
download | sos-1c2c74ac997057b5c196a7af0c0470200643c3a9.tar.gz |
[ipvs,keepalived] fix misleading copyright header
I've been using firewalld.py as a template for new plugins; forgot
to fix the copyright header to have the correct authorship.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/ipvs.py | 1 | ||||
-rw-r--r-- | sos/plugins/keepalived.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sos/plugins/ipvs.py b/sos/plugins/ipvs.py index 8b845e0e..f311eb32 100644 --- a/sos/plugins/ipvs.py +++ b/sos/plugins/ipvs.py @@ -1,4 +1,3 @@ -## Copyright (C) 2014 Red Hat, Inc. Jamie Bainbridge <jbainbri@redhat.com> ## Copyright (C) 2014 Red Hat, Inc. Bryn M. Reeves <bmr@redhat.com> ### This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/sos/plugins/keepalived.py b/sos/plugins/keepalived.py index e79778cf..05aae47e 100644 --- a/sos/plugins/keepalived.py +++ b/sos/plugins/keepalived.py @@ -1,4 +1,3 @@ -## Copyright (C) 2014 Red Hat, Inc. Jamie Bainbridge <jbainbri@redhat.com> ## Copyright (C) 2014 Red Hat, Inc. Bryn M. Reeves <bmr@redhat.com> ### This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by |