[Compbench-devel] CompBenchmarks++ main.cpp,1.7,1.8
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-05-01 14:40:17
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27952 Modified Files: main.cpp Log Message: Banner added. Index: main.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/main.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** main.cpp 28 Dec 2006 13:31:42 -0000 1.7 --- main.cpp 1 May 2007 14:40:11 -0000 1.8 *************** *** 1,2 **** --- 1,10 ---- + /* ---------------------------------------------------------------------------- + $Id$ + + This is free software. + For details, see the GNU Public License in the COPYING file, or + Look http://www.fsf.org + ------------------------------------------------------------------------- */ + #include <config.h> #include <libcompbenchmarks.h> |