Minor, strip leading double spaces in license header
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
26
src/ksym.c
26
src/ksym.c
@ -1,20 +1,20 @@
|
||||
/*
|
||||
* ksym.c - functions for kernel address->symbol translation
|
||||
* Copyright (c) 1995, 1996 Dr. G.W. Wettstein <greg@wind.rmcc.com>
|
||||
* Copyright (c) 1996 Enjellic Systems Development
|
||||
* Copyright (c) 1997-2007 Martin Schulze <joey@infodrom.org>
|
||||
* ksym.c - functions for kernel address->symbol translation
|
||||
* Copyright (c) 1995, 1996 Dr. G.W. Wettstein <greg@wind.rmcc.com>
|
||||
* Copyright (c) 1996 Enjellic Systems Development
|
||||
* Copyright (c) 1997-2007 Martin Schulze <joey@infodrom.org>
|
||||
*
|
||||
* This file is part of the sysklogd package, a kernel and system log daemon.
|
||||
* This file is part of the sysklogd package, a kernel and system log daemon.
|
||||
*
|
||||
* 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 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.
|
||||
* 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 file; see the file COPYING. If not, write to the
|
||||
|
Reference in New Issue
Block a user