Update of /cvsroot/blob/blob/src
In directory usw-pr-cvs1:/tmp/cvs-serv12020
Modified Files:
Tag: blob_1_0_9_hack
main.c
Log Message:
Updated copyright notice (we're already in 2001)
Index: main.c
===================================================================
RCS file: /cvsroot/blob/blob/src/main.c,v
retrieving revision 1.1.1.1.2.5
retrieving revision 1.1.1.1.2.6
diff -u -r1.1.1.1.2.5 -r1.1.1.1.2.6
--- main.c 2001/07/08 22:34:14 1.1.1.1.2.5
+++ main.c 2001/07/16 21:40:41 1.1.1.1.2.6
@@ -103,10 +103,10 @@
/* Print the required GPL string */
SerialOutputString("\rConsider yourself LARTed!\r\r");
SerialOutputString(PACKAGE " version " VERSION "\r"
- "Copyright (C) 1999 2000 "
+ "Copyright (C) 1999 2000 2001 "
"Jan-Derk Bakker and Erik Mouw\r"
"Copyright (C) 2000 "
- "Johan Pouwelse.\r");
+ "Johan Pouwelse\r");
SerialOutputString(PACKAGE " comes with ABSOLUTELY NO WARRANTY; "
"read the GNU GPL for details.\r");
SerialOutputString("This is free software, and you are welcome "
@@ -223,6 +223,7 @@
/* flush I-cache */
asm ("mcr p15, 0, %0, c7, c5, 0": : "r" (i));
+
#if defined ASSABET
theKernel(0, 25);
#elif defined BRUTUS
|