[Firebug-cvs] fireboard/interfaces NMEA.nc,1.1,1.2
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2004-08-31 13:31:47
|
Update of /cvsroot/firebug/fireboard/interfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27477 Modified Files: NMEA.nc Log Message: Added header comments to code. Index: NMEA.nc =================================================================== RCS file: /cvsroot/firebug/fireboard/interfaces/NMEA.nc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NMEA.nc 30 Aug 2004 20:33:52 -0000 1.1 --- NMEA.nc 31 Aug 2004 13:31:38 -0000 1.2 *************** *** 3,6 **** --- 3,15 ---- /** * Interface for defining behavior of NMEA - 0183 parser. + * + * This code is part of the NSF-ITR funded + * FireBug project: + * @url http://firebug.sourceforge.net + * + * @author David M. Doolin + * + * $Id$ + * */ |