Update of /cvsroot/compbench/CompBenchmarks++/System
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22710
Modified Files:
System-Cygwin.cpp System-FreeBSD.cpp System-Linux.cpp
Log Message:
Banner added.
Index: System-FreeBSD.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/System/System-FreeBSD.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** System-FreeBSD.cpp 25 Sep 2006 18:36:23 -0000 1.4
--- System-FreeBSD.cpp 26 Sep 2006 16:03:14 -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 <System/System-FreeBSD.h>
#include <string>
Index: System-Cygwin.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/System/System-Cygwin.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** System-Cygwin.cpp 25 Sep 2006 15:26:39 -0000 1.1
--- System-Cygwin.cpp 26 Sep 2006 16:03:14 -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 <System/System-Cygwin.h>
#include <string>
Index: System-Linux.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/System/System-Linux.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** System-Linux.cpp 14 Sep 2006 22:39:18 -0000 1.3
--- System-Linux.cpp 26 Sep 2006 16:03:15 -0000 1.4
***************
*** 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-Linux.h>
#include <string>
|