Update of /cvsroot/monetdb/MonetDB4/src/monet
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13781/src/monet

Modified Files:
        Makefile.ag monet.mx monet_client.mx monet_context.mx 
        monet_deparse.mx monet_interpreter.mx monet_multiplex.mx 
        monet_parse.mx monet_process.mx monet_queue.mx monet_tbl.mx 
        monet_tem.mx yytree.mx 
Log Message:
It's 2008 now.

Index: monet_process.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet_process.mx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- monet_process.mx    3 Jan 2007 12:23:45 -0000       1.2
+++ monet_process.mx    11 Jan 2008 10:38:55 -0000      1.3
@@ -11,7 +11,7 @@
 @' The Original Code is the MonetDB Database System.
 @'
 @' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-2007 CWI.
+@' Portions created by CWI are Copyright (C) 1997-2008 CWI.
 @' All Rights Reserved.
 
 @f monet_process

Index: monet_tbl.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet_tbl.mx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- monet_tbl.mx        8 Nov 2007 19:12:59 -0000       1.11
+++ monet_tbl.mx        11 Jan 2008 10:38:55 -0000      1.12
@@ -11,7 +11,7 @@
 @' The Original Code is the MonetDB Database System.
 @'
 @' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-2007 CWI.
+@' Portions created by CWI are Copyright (C) 1997-2008 CWI.
 @' All Rights Reserved.
 
 @f monet_tbl

Index: monet_parse.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet_parse.mx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- monet_parse.mx      5 Sep 2007 17:06:06 -0000       1.6
+++ monet_parse.mx      11 Jan 2008 10:38:55 -0000      1.7
@@ -11,7 +11,7 @@
 @' The Original Code is the MonetDB Database System.
 @'
 @' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-2007 CWI.
+@' Portions created by CWI are Copyright (C) 1997-2008 CWI.
 @' All Rights Reserved.
 
 @f monet_parse

Index: monet_tem.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet_tem.mx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- monet_tem.mx        3 Jan 2007 12:23:45 -0000       1.2
+++ monet_tem.mx        11 Jan 2008 10:38:55 -0000      1.3
@@ -11,7 +11,7 @@
 @' The Original Code is the MonetDB Database System.
 @'
 @' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-2007 CWI.
+@' Portions created by CWI are Copyright (C) 1997-2008 CWI.
 @' All Rights Reserved.
 
 @f monet_tem

Index: monet.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet.mx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- monet.mx    8 Nov 2007 19:12:59 -0000       1.8
+++ monet.mx    11 Jan 2008 10:38:55 -0000      1.9
@@ -11,7 +11,7 @@
 @' The Original Code is the MonetDB Database System.
 @'
 @' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-2007 CWI.
+@' Portions created by CWI are Copyright (C) 1997-2008 CWI.
 @' All Rights Reserved.
 
 @f monet

Index: monet_queue.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet_queue.mx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- monet_queue.mx      20 Feb 2007 11:32:16 -0000      1.3
+++ monet_queue.mx      11 Jan 2008 10:38:55 -0000      1.4
@@ -11,7 +11,7 @@
 @' The Original Code is the MonetDB Database System.
 @'
 @' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-2007 CWI.
+@' Portions created by CWI are Copyright (C) 1997-2008 CWI.
 @' All Rights Reserved.
 
 @f monet_queue

Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/Makefile.ag,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.ag 3 Dec 2007 08:24:36 -0000       1.6
+++ Makefile.ag 11 Jan 2008 10:38:55 -0000      1.7
@@ -11,7 +11,7 @@
 # The Original Code is the MonetDB Database System.
 #
 # The Initial Developer of the Original Code is CWI.
-# Portions created by CWI are Copyright (C) 1997-2007 CWI.
+# Portions created by CWI are Copyright (C) 1997-2008 CWI.
 # All Rights Reserved.
 
 # In some cases, there is a (possibly) uninitialized variable in

Index: yytree.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/yytree.mx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- yytree.mx   8 Oct 2007 09:21:38 -0000       1.7
+++ yytree.mx   11 Jan 2008 10:38:56 -0000      1.8
@@ -11,7 +11,7 @@
 @' The Original Code is the MonetDB Database System.
 @'
 @' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-2007 CWI.
+@' Portions created by CWI are Copyright (C) 1997-2008 CWI.
 @' All Rights Reserved.
 
 @f yytree

Index: monet_deparse.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet_deparse.mx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- monet_deparse.mx    20 Feb 2007 11:32:16 -0000      1.3
+++ monet_deparse.mx    11 Jan 2008 10:38:55 -0000      1.4
@@ -11,7 +11,7 @@
 @' The Original Code is the MonetDB Database System.
 @'
 @' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-2007 CWI.
+@' Portions created by CWI are Copyright (C) 1997-2008 CWI.
 @' All Rights Reserved.
 
 @f monet_deparse

Index: monet_interpreter.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet_interpreter.mx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- monet_interpreter.mx        4 Oct 2007 10:35:29 -0000       1.12
+++ monet_interpreter.mx        11 Jan 2008 10:38:55 -0000      1.13
@@ -11,7 +11,7 @@
 @' The Original Code is the MonetDB Database System.
 @'
 @' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-2007 CWI.
+@' Portions created by CWI are Copyright (C) 1997-2008 CWI.
 @' All Rights Reserved.
 
 @f monet_interpreter

Index: monet_client.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet_client.mx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- monet_client.mx     20 Feb 2007 11:32:15 -0000      1.3
+++ monet_client.mx     11 Jan 2008 10:38:55 -0000      1.4
@@ -11,7 +11,7 @@
 @' The Original Code is the MonetDB Database System.
 @'
 @' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-2007 CWI.
+@' Portions created by CWI are Copyright (C) 1997-2008 CWI.
 @' All Rights Reserved.
 
 @f monet_client

Index: monet_context.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet_context.mx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- monet_context.mx    20 Feb 2007 11:32:16 -0000      1.3
+++ monet_context.mx    11 Jan 2008 10:38:55 -0000      1.4
@@ -11,7 +11,7 @@
 @' The Original Code is the MonetDB Database System.
 @'
 @' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-2007 CWI.
+@' Portions created by CWI are Copyright (C) 1997-2008 CWI.
 @' All Rights Reserved.
 
 @f monet_context

Index: monet_multiplex.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet_multiplex.mx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- monet_multiplex.mx  24 Oct 2007 11:33:04 -0000      1.7
+++ monet_multiplex.mx  11 Jan 2008 10:38:55 -0000      1.8
@@ -11,7 +11,7 @@
 @' The Original Code is the MonetDB Database System.
 @'
 @' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-2007 CWI.
+@' Portions created by CWI are Copyright (C) 1997-2008 CWI.
 @' All Rights Reserved.
 
 @f monet_multiplex


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to