From c8e1dc4951690e709cca32718c07ef7899736039 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Mon, 9 Apr 2018 13:51:46 -0400 Subject: [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 Signed-off-by: Bryn M. Reeves --- __run__.py | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to '__run__.py') diff --git a/__run__.py b/__run__.py index 33cef9fe..b0ac51b8 100755 --- a/__run__.py +++ b/__run__.py @@ -1,16 +1,11 @@ -# 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 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. -# 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. from sos.sosreport import main import sys -- cgit