|
From: Andre R. <and...@us...> - 2005-01-14 12:27:53
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19418/Common/source Modified Files: FastTimes.c langmath.c Log Message: Added CVS keyword header. Index: langmath.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langmath.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** langmath.c 13 Jan 2005 23:58:04 -0000 1.1 --- langmath.c 14 Jan 2005 12:27:39 -0000 1.2 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* * langmath.c Index: FastTimes.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/FastTimes.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FastTimes.c 14 Jan 2005 11:42:20 -0000 1.2 --- FastTimes.c 14 Jan 2005 12:27:39 -0000 1.3 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + /* File "FastTimes.c" - Original code by Matt Slot <fpr...@am...> */ /* Created 4/24/99 - This file is hereby placed in the public domain */ |