Changeset: 6ffd6c4e2311 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6ffd6c4e2311 Modified Files: monetdb5/mal/mal_import.c monetdb5/mal/mal_import.h monetdb5/mal/mal_parser.c monetdb5/mal/mal_parser.h monetdb5/optimizer/opt_wrapper.c monetdb5/optimizer/optimizer.c monetdb5/optimizer/optimizer.h monetdb5/optimizer/optimizer.mal sql/backends/monet5/UDF/80_ssdb.mal sql/backends/monet5/UDF/80_ssdb.sql sql/backends/monet5/UDF/ssdb.c sql/backends/monet5/UDF/ssdb.h sql/backends/monet5/UDF/ssdb.mal Branch: ssdb Log Message:
Fixed copyright statement: it has been 2013 for almost half a year diffs (156 lines): diff --git a/monetdb5/mal/mal_import.c b/monetdb5/mal/mal_import.c --- a/monetdb5/mal/mal_import.c +++ b/monetdb5/mal/mal_import.c @@ -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-2011 MonetDB B.V. + * Copyright August 2008-2013 MonetDB B.V. * All Rights Reserved. */ diff --git a/monetdb5/mal/mal_import.h b/monetdb5/mal/mal_import.h --- a/monetdb5/mal/mal_import.h +++ b/monetdb5/mal/mal_import.h @@ -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-2011 MonetDB B.V. + * Copyright August 2008-2013 MonetDB B.V. * All Rights Reserved. */ diff --git a/monetdb5/mal/mal_parser.c b/monetdb5/mal/mal_parser.c --- a/monetdb5/mal/mal_parser.c +++ b/monetdb5/mal/mal_parser.c @@ -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-2011 MonetDB B.V. + * Copyright August 2008-2013 MonetDB B.V. * All Rights Reserved. */ diff --git a/monetdb5/mal/mal_parser.h b/monetdb5/mal/mal_parser.h --- a/monetdb5/mal/mal_parser.h +++ b/monetdb5/mal/mal_parser.h @@ -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-2011 MonetDB B.V. + * Copyright August 2008-2013 MonetDB B.V. * All Rights Reserved. */ diff --git a/monetdb5/optimizer/opt_wrapper.c b/monetdb5/optimizer/opt_wrapper.c --- a/monetdb5/optimizer/opt_wrapper.c +++ b/monetdb5/optimizer/opt_wrapper.c @@ -13,7 +13,7 @@ The Original Code is the MonetDB Databas The Initial Developer of the Original Code is CWI. Portions created by CWI are Copyright (C) 1997-July 2008 CWI. -Copyright August 2008-2011 MonetDB B.V. +Copyright August 2008-2013 MonetDB B.V. All Rights Reserved. */ diff --git a/monetdb5/optimizer/optimizer.c b/monetdb5/optimizer/optimizer.c --- a/monetdb5/optimizer/optimizer.c +++ b/monetdb5/optimizer/optimizer.c @@ -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-2011 MonetDB B.V. + * Copyright August 2008-2013 MonetDB B.V. * All Rights Reserved. */ diff --git a/monetdb5/optimizer/optimizer.h b/monetdb5/optimizer/optimizer.h --- a/monetdb5/optimizer/optimizer.h +++ b/monetdb5/optimizer/optimizer.h @@ -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-2011 MonetDB B.V. + * Copyright August 2008-2013 MonetDB B.V. * All Rights Reserved. */ diff --git a/monetdb5/optimizer/optimizer.mal b/monetdb5/optimizer/optimizer.mal --- a/monetdb5/optimizer/optimizer.mal +++ b/monetdb5/optimizer/optimizer.mal @@ -12,7 +12,7 @@ # # The Initial Developer of the Original Code is CWI. # Portions created by CWI are Copyright (C) 1997-July 2008 CWI. -# Copyright August 2008-2011 MonetDB B.V. +# Copyright August 2008-2013 MonetDB B.V. # All Rights Reserved. module optimizer; diff --git a/sql/backends/monet5/UDF/80_ssdb.mal b/sql/backends/monet5/UDF/80_ssdb.mal --- a/sql/backends/monet5/UDF/80_ssdb.mal +++ b/sql/backends/monet5/UDF/80_ssdb.mal @@ -12,7 +12,7 @@ # # The Initial Developer of the Original Code is CWI. # Portions created by CWI are Copyright (C) 1997-July 2008 CWI. -# Copyright August 2008-2012 MonetDB B.V. +# Copyright August 2008-2013 MonetDB B.V. # All Rights Reserved. # This announces the SSDB module to the MAL interpreter diff --git a/sql/backends/monet5/UDF/80_ssdb.sql b/sql/backends/monet5/UDF/80_ssdb.sql --- a/sql/backends/monet5/UDF/80_ssdb.sql +++ b/sql/backends/monet5/UDF/80_ssdb.sql @@ -13,7 +13,7 @@ The Original Code is the MonetDB Databas The Initial Developer of the Original Code is CWI. Portions created by CWI are Copyright (C) 1997-July 2008 CWI. -Copyright August 2008-2012 MonetDB B.V. +Copyright August 2008-2013 MonetDB B.V. All Rights Reserved. */ diff --git a/sql/backends/monet5/UDF/ssdb.c b/sql/backends/monet5/UDF/ssdb.c --- a/sql/backends/monet5/UDF/ssdb.c +++ b/sql/backends/monet5/UDF/ssdb.c @@ -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-2012 MonetDB B.V. + * Copyright August 2008-2013 MonetDB B.V. * All Rights Reserved. */ diff --git a/sql/backends/monet5/UDF/ssdb.h b/sql/backends/monet5/UDF/ssdb.h --- a/sql/backends/monet5/UDF/ssdb.h +++ b/sql/backends/monet5/UDF/ssdb.h @@ -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-2012 MonetDB B.V. + * Copyright August 2008-2013 MonetDB B.V. * All Rights Reserved. */ diff --git a/sql/backends/monet5/UDF/ssdb.mal b/sql/backends/monet5/UDF/ssdb.mal --- a/sql/backends/monet5/UDF/ssdb.mal +++ b/sql/backends/monet5/UDF/ssdb.mal @@ -12,7 +12,7 @@ # # The Initial Developer of the Original Code is CWI. # Portions created by CWI are Copyright (C) 1997-July 2008 CWI. -# Copyright August 2008-2012 MonetDB B.V. +# Copyright August 2008-2013 MonetDB B.V. # All Rights Reserved. # scalar MAL signatures _______________________________________________ checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
