Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14957/src/mal

Modified Files:
        Makefile.ag mal.mx mal_atom.mx mal_authorize.mx mal_box.mx 
        mal_builder.mx mal_client.mx mal_debugger.mx mal_exception.mx 
        mal_factory.mx mal_function.mx mal_import.mx 
        mal_instruction.mx mal_interpreter.mx mal_linker.mx 
        mal_module.mx mal_namespace.mx mal_parser.mx mal_profiler.mx 
        mal_properties.mx mal_readline.mx mal_resolve.mx 
        mal_sabaoth.mx mal_scenario.mx mal_session.mx mal_stack.mx 
        mal_syntax.mx mal_type.mx mal_utils.mx mal_xml.mx 
Log Message:
It's 2008 now.

Index: mal_exception.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_exception.mx,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- mal_exception.mx    1 Jul 2007 22:03:09 -0000       1.44
+++ mal_exception.mx    11 Jan 2008 10:41:31 -0000      1.45
@@ -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 mal_exception

Index: mal_session.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_session.mx,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- mal_session.mx      2 Jan 2008 08:18:52 -0000       1.148
+++ mal_session.mx      11 Jan 2008 10:41:33 -0000      1.149
@@ -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.
 
 @a M. Kersten

Index: mal.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal.mx,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- mal.mx      6 Nov 2007 23:20:52 -0000       1.134
+++ mal.mx      11 Jan 2008 10:41:31 -0000      1.135
@@ -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 mal

Index: mal_module.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_module.mx,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- mal_module.mx       30 Dec 2007 18:21:12 -0000      1.65
+++ mal_module.mx       11 Jan 2008 10:41:32 -0000      1.66
@@ -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.
 
 @a M. L. Kersten

Index: mal_stack.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_stack.mx,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- mal_stack.mx        20 Mar 2007 20:39:33 -0000      1.38
+++ mal_stack.mx        11 Jan 2008 10:41:33 -0000      1.39
@@ -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 mal_stack

Index: mal_instruction.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_instruction.mx,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -d -r1.295 -r1.296
--- mal_instruction.mx  7 Jan 2008 21:44:44 -0000       1.295
+++ mal_instruction.mx  11 Jan 2008 10:41:32 -0000      1.296
@@ -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.
 
 @a M. Kersten

Index: mal_builder.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_builder.mx,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- mal_builder.mx      7 Jan 2008 21:44:44 -0000       1.32
+++ mal_builder.mx      11 Jan 2008 10:41:31 -0000      1.33
@@ -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 mal_builder

Index: mal_debugger.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_debugger.mx,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -d -r1.217 -r1.218
--- mal_debugger.mx     4 Jan 2008 18:06:07 -0000       1.217
+++ mal_debugger.mx     11 Jan 2008 10:41:31 -0000      1.218
@@ -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.
 
 @a M.L. Kersten

Index: mal_syntax.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_syntax.mx,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- mal_syntax.mx       3 Jan 2007 12:20:12 -0000       1.22
+++ mal_syntax.mx       11 Jan 2008 10:41:33 -0000      1.23
@@ -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.
 
 @a M. L. Kersten

Index: mal_linker.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_linker.mx,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- mal_linker.mx       29 Oct 2007 20:09:55 -0000      1.100
+++ mal_linker.mx       11 Jan 2008 10:41:32 -0000      1.101
@@ -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.
 
 @a M. Kersten

Index: mal_import.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_import.mx,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- mal_import.mx       8 Jan 2008 12:09:04 -0000       1.74
+++ mal_import.mx       11 Jan 2008 10:41:32 -0000      1.75
@@ -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.
 
 @a M. Kersten

Index: mal_atom.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_atom.mx,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- mal_atom.mx 15 Mar 2007 13:27:36 -0000      1.55
+++ mal_atom.mx 11 Jan 2008 10:41:31 -0000      1.56
@@ -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.
 
 @a M.L.Kersten

Index: mal_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_scenario.mx,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- mal_scenario.mx     6 Nov 2007 23:20:55 -0000       1.114
+++ mal_scenario.mx     11 Jan 2008 10:41:33 -0000      1.115
@@ -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 mal_scenario

Index: mal_authorize.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_authorize.mx,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- mal_authorize.mx    4 Dec 2007 14:31:38 -0000       1.55
+++ mal_authorize.mx    11 Jan 2008 10:41:31 -0000      1.56
@@ -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 mal_authorize

Index: mal_profiler.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_profiler.mx,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- mal_profiler.mx     2 Jan 2008 08:18:52 -0000       1.101
+++ mal_profiler.mx     11 Jan 2008 10:41:33 -0000      1.102
@@ -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.
 
 @a M. Kersten

Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/Makefile.ag,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Makefile.ag 3 Dec 2007 08:24:46 -0000       1.46
+++ Makefile.ag 11 Jan 2008 10:41:31 -0000      1.47
@@ -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.
 
 INCLUDES = -I../optimizer -I../scheduler -I../modules/kernel \

Index: mal_parser.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_parser.mx,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -d -r1.209 -r1.210
--- mal_parser.mx       2 Jan 2008 08:18:52 -0000       1.209
+++ mal_parser.mx       11 Jan 2008 10:41:32 -0000      1.210
@@ -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.
 
 @a M. L. Kersten

Index: mal_factory.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_factory.mx,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- mal_factory.mx      2 Jan 2008 08:18:51 -0000       1.72
+++ mal_factory.mx      11 Jan 2008 10:41:32 -0000      1.73
@@ -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.
 
 @a M. Kersten

Index: mal_xml.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_xml.mx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mal_xml.mx  5 Jan 2007 10:09:43 -0000       1.10
+++ mal_xml.mx  11 Jan 2008 10:41:33 -0000      1.11
@@ -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 mal_xml

Index: mal_box.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_box.mx,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- mal_box.mx  2 Jan 2008 08:18:51 -0000       1.82
+++ mal_box.mx  11 Jan 2008 10:41:31 -0000      1.83
@@ -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.
 
 @a M.L. Kersten

Index: mal_utils.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_utils.mx,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- mal_utils.mx        19 Aug 2007 16:34:01 -0000      1.15
+++ mal_utils.mx        11 Jan 2008 10:41:33 -0000      1.16
@@ -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.
 
 @a M. Kersten

Index: mal_namespace.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_namespace.mx,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- mal_namespace.mx    5 Jan 2007 10:09:41 -0000       1.32
+++ mal_namespace.mx    11 Jan 2008 10:41:32 -0000      1.33
@@ -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.
 
 @a M.L. Kersten

Index: mal_resolve.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_resolve.mx,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- mal_resolve.mx      7 Jan 2008 21:44:45 -0000       1.133
+++ mal_resolve.mx      11 Jan 2008 10:41:33 -0000      1.134
@@ -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.
 
 @a M. Kersten

Index: mal_sabaoth.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_sabaoth.mx,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- mal_sabaoth.mx      13 Dec 2007 15:26:49 -0000      1.40
+++ mal_sabaoth.mx      11 Jan 2008 10:41:33 -0000      1.41
@@ -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 mal_sabaoth

Index: mal_type.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_type.mx,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- mal_type.mx 1 Jul 2007 21:52:44 -0000       1.60
+++ mal_type.mx 11 Jan 2008 10:41:33 -0000      1.61
@@ -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.
 
 @a M. Kersten

Index: mal_function.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_function.mx,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- mal_function.mx     4 Jan 2008 18:09:35 -0000       1.150
+++ mal_function.mx     11 Jan 2008 10:41:32 -0000      1.151
@@ -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.
 
 @a M. Kersten

Index: mal_client.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_client.mx,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- mal_client.mx       6 Nov 2007 23:20:52 -0000       1.162
+++ mal_client.mx       11 Jan 2008 10:41:31 -0000      1.163
@@ -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.
 
 @a M. L. Kersten

Index: mal_properties.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_properties.mx,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- mal_properties.mx   9 Dec 2007 16:21:06 -0000       1.46
+++ mal_properties.mx   11 Jan 2008 10:41:33 -0000      1.47
@@ -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 mal_properties

Index: mal_interpreter.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_interpreter.mx,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- mal_interpreter.mx  7 Jan 2008 21:51:00 -0000       1.208
+++ mal_interpreter.mx  11 Jan 2008 10:41:32 -0000      1.209
@@ -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.
 
 @a M. Kersten

Index: mal_readline.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_readline.mx,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- mal_readline.mx     6 Nov 2007 23:20:55 -0000       1.56
+++ mal_readline.mx     11 Jan 2008 10:41:33 -0000      1.57
@@ -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.
 @- Online help
 The textual interface @value{mclient} supports a limited


-------------------------------------------------------------------------
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