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