Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Benchmark
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20291
Modified Files:
Benchmark-Autotools.cpp Benchmark.cpp Benchmark-DLLoader.cpp
Benchmark-xZIP.cpp
Log Message:
Banner updated.
Index: Benchmark-DLLoader.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Benchmark/Benchmark-DLLoader.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Benchmark-DLLoader.cpp 26 Jan 2007 01:47:45 -0000 1.2
--- Benchmark-DLLoader.cpp 17 Apr 2007 18:15:11 -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 <Benchmark/Benchmark-DLLoader.h>
#include <libcompbenchmarks.h>
Index: Benchmark-xZIP.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Benchmark/Benchmark-xZIP.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Benchmark-xZIP.cpp 22 Jan 2007 18:21:47 -0000 1.1
--- Benchmark-xZIP.cpp 17 Apr 2007 18:15:11 -0000 1.2
***************
*** 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 <Benchmark/Benchmark-xZIP.h>
#include <System/System.h>
Index: Benchmark.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Benchmark/Benchmark.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Benchmark.cpp 15 Feb 2007 18:57:30 -0000 1.5
--- Benchmark.cpp 17 Apr 2007 18:15:11 -0000 1.6
***************
*** 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 <Benchmark/Benchmark.h>
#include <Benchmark/Package.h>
Index: Benchmark-Autotools.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Benchmark/Benchmark-Autotools.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Benchmark-Autotools.cpp 25 Jan 2007 15:39:15 -0000 1.2
--- Benchmark-Autotools.cpp 17 Apr 2007 18:15:11 -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 <Benchmark/Benchmark-Autotools.h>
#include <System/System.h>
|