|
From: Andre R. <and...@us...> - 2005-01-11 22:49:38
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/SampleCode/FrontierDoScript/ComponentDoScript In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21242/FrontierSDK/SampleCode/FrontierDoScript/ComponentDoScript Modified Files: doscript.r main.c Log Message: Added CVS keyword header to all source files. Index: doscript.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/SampleCode/FrontierDoScript/ComponentDoScript/doscript.r,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** doscript.r 9 Oct 2004 04:28:04 -0000 1.1 --- doscript.r 11 Jan 2005 22:48:16 -0000 1.2 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + data 'vers' (1) { $"0400 6002 0000 0534 2E30 6232 3734 2E30" /* ..`....4.0b274.0 */ Index: main.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/SampleCode/FrontierDoScript/ComponentDoScript/main.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** main.c 9 Oct 2004 04:28:27 -0000 1.1 --- main.c 11 Jan 2005 22:48:16 -0000 1.2 *************** *** 1,3 **** --- 1,5 ---- + /* $Id$ */ + /*© copyright 1991-96 UserLand Software, Inc. All Rights Reserved.*/ |