From: Abraham vd M. <ab...@us...> - 2002-04-09 12:40:17
|
Update of /cvsroot/blob/blob/src/blob In directory usw-pr-cvs1:/tmp/cvs-serv18273 Modified Files: main.c Log Message: Changed the "Consider yourself LARTed" message to "Consider yourself BLOBed" Index: main.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/main.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- main.c 27 Feb 2002 17:21:47 -0000 1.40 +++ main.c 9 Apr 2002 12:40:11 -0000 1.41 @@ -101,7 +101,7 @@ #endif /* Print the required GPL string */ - printf("\nConsider yourself LARTed!\n\n"); + printf("\nConsider yourself BLOBed!\n\n"); printf("%sCopyright (C) 1999 2000 2001 2002 " "Jan-Derk Bakker and Erik Mouw\n", version_str); printf(PACKAGE " comes with ABSOLUTELY NO WARRANTY; " |