[lwatch-cvs] files/src settings.c,1.13,1.14
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-21 13:36:42
|
Update of /cvsroot/lwatch/files/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29022/src
Modified Files:
settings.c
Log Message:
- compliant with GPL2.0
Index: settings.c
===================================================================
RCS file: /cvsroot/lwatch/files/src/settings.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** settings.c 25 Feb 2003 16:24:42 -0000 1.13
--- settings.c 21 Mar 2003 13:36:38 -0000 1.14
***************
*** 53,59 ****
int i;
char *usage[]={
! "Log Watcher, (c) by Artur R. Czechowski",
! "This software is licenced on GPL",
! "(FIXME - more stuff 'bout GPL)",
"",
"Options:",
--- 53,59 ----
int i;
char *usage[]={
! "Log Watcher, the log colourize tool, $Revision$",
! "Copyright (C) 2002-2003 by Artur R. Czechowski <ar...@he...>",
! "http://sourceforge.net/projects/lwatch",
"",
"Options:",
***************
*** 69,73 ****
"\tshow this info",
"",
! "http://sourceforge.net/projects/lwatch",
NULL
};
--- 69,86 ----
"\tshow this info",
"",
! "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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA",
NULL
};
|