Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22107
Modified Files:
System-Unix.cpp
Log Message:
Banner updated.
Index: System-Unix.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System/System-Unix.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** System-Unix.cpp 25 Jan 2007 15:38:49 -0000 1.2
--- System-Unix.cpp 17 Apr 2007 18:20:14 -0000 1.3
***************
*** 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 <System/System-Unix.h>
#include <libcompbenchmarks.h>
|