[Compbench-devel] CompBenchmarks++/Benchmark/Compiler BenchmarkContext-Compiler.cpp, 1.4, 1.5 Benc
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2006-09-26 16:03:31
|
Update of /cvsroot/compbench/CompBenchmarks++/Benchmark/Compiler In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22737 Modified Files: BenchmarkContext-Compiler.cpp BenchmarkContext-CompilerGCC.cpp Log Message: Banner added. Index: BenchmarkContext-Compiler.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Compiler/BenchmarkContext-Compiler.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** BenchmarkContext-Compiler.cpp 26 Sep 2006 16:00:39 -0000 1.4 --- BenchmarkContext-Compiler.cpp 26 Sep 2006 16:03:27 -0000 1.5 *************** *** 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/Compiler/BenchmarkContext-Compiler.h> #include <Benchmark/Compiler/BenchmarkContext-CompilerGCC.h> Index: BenchmarkContext-CompilerGCC.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Compiler/BenchmarkContext-CompilerGCC.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** BenchmarkContext-CompilerGCC.cpp 26 Sep 2006 16:01:28 -0000 1.6 --- BenchmarkContext-CompilerGCC.cpp 26 Sep 2006 16:03:27 -0000 1.7 *************** *** 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/Compiler/BenchmarkContext-CompilerGCC.h> #include <System/System.h> |