Update of /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14439/sql/src/benchmarks/tpch/dbgen

Modified Files:
        bcd2.c bcd2.h bm_utils.c build.c config.h driver.c dss.h 
        dsstypes.h history.html load_stub.c permute.c permute.h 
        print.c qgen.c rnd.c rnd.h shared.h speed_seed.c text.c tpcd.h 
        varsub.c 
Log Message:
It's 2010 now.

Index: config.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/config.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- config.h    7 Jan 2009 14:19:28 -0000       1.9
+++ config.h    7 Jan 2010 15:24:32 -0000       1.10
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: permute.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/permute.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- permute.h   7 Jan 2009 14:19:29 -0000       1.8
+++ permute.h   7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: driver.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/driver.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- driver.c    7 Jan 2009 14:19:28 -0000       1.9
+++ driver.c    7 Jan 2010 15:24:32 -0000       1.10
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: qgen.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/qgen.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- qgen.c      7 Jan 2009 14:19:29 -0000       1.8
+++ qgen.c      7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: dss.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/dss.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dss.h       7 Jan 2009 14:19:28 -0000       1.8
+++ dss.h       7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: history.html
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/history.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- history.html        7 Jan 2009 14:19:29 -0000       1.8
+++ history.html        7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
 
 The Initial Developer of the Original Code is CWI.
 Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
-Copyright August 2008-2009 MonetDB B.V.
+Copyright August 2008-2010 MonetDB B.V.
 All Rights Reserved.
 -->
 

Index: speed_seed.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/speed_seed.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- speed_seed.c        7 Jan 2009 14:19:29 -0000       1.8
+++ speed_seed.c        7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: bcd2.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/bcd2.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- bcd2.h      7 Jan 2009 14:19:28 -0000       1.8
+++ bcd2.h      7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: dsstypes.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/dsstypes.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dsstypes.h  7 Jan 2009 14:19:29 -0000       1.8
+++ dsstypes.h  7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: print.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/print.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- print.c     7 Jan 2009 14:19:29 -0000       1.8
+++ print.c     7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: bm_utils.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/bm_utils.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- bm_utils.c  7 Jan 2009 14:19:28 -0000       1.9
+++ bm_utils.c  7 Jan 2010 15:24:32 -0000       1.10
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: rnd.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/rnd.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- rnd.h       7 Jan 2009 14:19:29 -0000       1.8
+++ rnd.h       7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: build.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/build.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- build.c     7 Jan 2009 14:19:28 -0000       1.8
+++ build.c     7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: varsub.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/varsub.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- varsub.c    7 Jan 2009 14:19:29 -0000       1.8
+++ varsub.c    7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: shared.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/shared.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- shared.h    7 Jan 2009 14:19:29 -0000       1.8
+++ shared.h    7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: rnd.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/rnd.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- rnd.c       7 Jan 2009 14:19:29 -0000       1.8
+++ rnd.c       7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: tpcd.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/tpcd.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- tpcd.h      7 Jan 2009 14:19:29 -0000       1.8
+++ tpcd.h      7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: load_stub.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/load_stub.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- load_stub.c 7 Jan 2009 14:19:29 -0000       1.8
+++ load_stub.c 7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: bcd2.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/bcd2.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- bcd2.c      7 Jan 2009 14:19:28 -0000       1.8
+++ bcd2.c      7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: permute.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/permute.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- permute.c   7 Jan 2009 14:19:29 -0000       1.8
+++ permute.c   7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 

Index: text.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/dbgen/text.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- text.c      7 Jan 2009 14:19:29 -0000       1.8
+++ text.c      7 Jan 2010 15:24:32 -0000       1.9
@@ -13,7 +13,7 @@
  *
  * The Initial Developer of the Original Code is CWI.
  * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2009 MonetDB B.V.
+ * Copyright August 2008-2010 MonetDB B.V.
  * All Rights Reserved.
  */
 


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to