diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2018-04-09 13:51:46 -0400 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2018-05-22 15:43:14 +0100 |
commit | c8e1dc4951690e709cca32718c07ef7899736039 (patch) | |
tree | 9765bf5f0b8e0c8473a6d13b3fdf5859ad7541b5 /example_plugins/example.py | |
parent | 0eb9153e3d357824acd5e008e6c6e1290c9c2f66 (diff) | |
download | sos-c8e1dc4951690e709cca32718c07ef7899736039.tar.gz |
[global] Kill license headers
Removes the existing license header and replaces it with a generic
header pointing to the LICENSE file.
Existing date/ownership details are left intact where they were already
used.
Resolves: #1265
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'example_plugins/example.py')
-rwxr-xr-x | example_plugins/example.py | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/example_plugins/example.py b/example_plugins/example.py index aeb39c71..2e39ffee 100755 --- a/example_plugins/example.py +++ b/example_plugins/example.py @@ -1,16 +1,10 @@ -### 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 -## the Free Software Foundation; either version 2 of the License, or -## (at your option) any later version. - -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. - -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# This file is part of the sos project: https://github.com/sosreport/sos +# +# This copyrighted material is made available to anyone wishing to use, +# modify, copy, or redistribute it subject to the terms and conditions of +# version 2 of the GNU General Public License. +# +# See the LICENSE file in the source distribution for further information. from sos.plugins import Plugin, RedHatPlugin |