From 225929e650dab4d12bf4f537956f4bfeb0abcb69 Mon Sep 17 00:00:00 2001 From: Gregory Burd Date: Sun, 25 May 2008 08:44:57 -0400 Subject: [PATCH] Many major changes which are not yet complete. --- dist/Makefile.in | 2 +- dist/RELEASE | 2 +- dist/buildrel | 2 +- dist/configure.ac | 2 +- dist/dbsql.pc.in | 2 +- dist/dbsql.spec.in | 2 +- dist/gen_inc.awk | 2 +- dist/s_all | 2 +- dist/s_config | 2 +- dist/s_include | 2 +- dist/s_perm | 2 +- dist/s_readme | 2 +- dist/s_symlink | 2 +- dist/s_tags | 2 +- dist/s_test | 2 +- dist/srcfiles.in | 2 +- src/api_table.c | 2 +- src/cg_attach.c | 2 +- src/cg_auth.c | 2 +- src/cg_build.c | 2 +- src/cg_copy.c | 2 +- src/cg_date.c | 2 +- src/cg_delete.c | 2 +- src/cg_expr.c | 2 +- src/cg_insert.c | 2 +- src/cg_pragma.c | 2 +- src/cg_select.c | 2 +- src/cg_trigger.c | 2 +- src/cg_update.c | 2 +- src/cg_vacuum.c | 2 +- src/cg_where.c | 2 +- src/clib/getopt.c | 2 +- src/clib/memcmp.c | 2 +- src/clib/random.c | 2 +- src/clib/snprintf.c | 2 +- src/clib/strcasecmp.c | 2 +- src/clib/strdup.c | 2 +- src/clib/xvprintf.c | 2 +- src/common/dbsql_alloc.c | 2 +- src/common/dbsql_atof.c | 2 +- src/common/dbsql_atoi.c | 2 +- src/common/dbsql_err.c | 2 +- src/common/hash.c | 2 +- src/common/str.c | 2 +- src/dbsql.in | 2 +- src/dbsql/dbsql.c | 2 +- src/dbsql_tclsh.c | 2 +- src/inc/db_int.h | 2 +- src/inc/dbsql_int.in | 2 +- src/inc/hash.h | 2 +- src/inc/random.h | 2 +- src/inc/str.h | 2 +- src/inc/vdbe.h | 2 +- src/inc/vdbe_int.h | 2 +- src/inc/xvprintf.h | 2 +- src/os/os_jtime.c | 2 +- src/py/benchmarks/fetch.py | 2 +- src/py/extended_setup.py | 2 +- src/py/misc/lru.py | 2 +- src/py/pydbsql/__init__.py | 2 +- src/py/pydbsql/dbapi2.py | 2 +- src/py/pydbsql/test/dbapi.py | 2 +- src/py/pydbsql/test/factory.py | 2 +- src/py/pydbsql/test/hooks.py | 2 +- src/py/pydbsql/test/regression.py | 2 +- src/py/pydbsql/test/transactions.py | 2 +- src/py/pydbsql/test/types.py | 2 +- src/py/pydbsql/test/userfunctions.py | 2 +- src/py/setup.py.in | 2 +- src/safety.c | 2 +- src/sm.c | 2 +- src/sql_fns.c | 2 +- src/sql_parser.y | 2 +- src/sql_tokenize.c | 2 +- src/vdbe.c | 2 +- src/vdbe_method.c | 2 +- 76 files changed, 76 insertions(+), 76 deletions(-) diff --git a/dist/Makefile.in b/dist/Makefile.in index 636f635..1e7e020 100644 --- a/dist/Makefile.in +++ b/dist/Makefile.in @@ -1,6 +1,6 @@ # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/RELEASE b/dist/RELEASE index 3b60d94..ebb0c4d 100644 --- a/dist/RELEASE +++ b/dist/RELEASE @@ -1,6 +1,6 @@ # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/buildrel b/dist/buildrel index fa2b8cb..ca5d1a7 100644 --- a/dist/buildrel +++ b/dist/buildrel @@ -1,6 +1,6 @@ # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/configure.ac b/dist/configure.ac index 7e67cee..a6aa181 100644 --- a/dist/configure.ac +++ b/dist/configure.ac @@ -1,6 +1,6 @@ # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/dbsql.pc.in b/dist/dbsql.pc.in index fea5caa..5c3daee 100644 --- a/dist/dbsql.pc.in +++ b/dist/dbsql.pc.in @@ -1,6 +1,6 @@ # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/dbsql.spec.in b/dist/dbsql.spec.in index cd5491f..b2940cf 100644 --- a/dist/dbsql.spec.in +++ b/dist/dbsql.spec.in @@ -1,6 +1,6 @@ # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/gen_inc.awk b/dist/gen_inc.awk index fd97a6e..f87cafd 100644 --- a/dist/gen_inc.awk +++ b/dist/gen_inc.awk @@ -1,6 +1,6 @@ # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/s_all b/dist/s_all index 43ac814..b2948a6 100644 --- a/dist/s_all +++ b/dist/s_all @@ -1,7 +1,7 @@ #!/bin/sh - # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/s_config b/dist/s_config index 4cebc2c..a96b00f 100644 --- a/dist/s_config +++ b/dist/s_config @@ -1,7 +1,7 @@ #!/bin/sh -x # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/s_include b/dist/s_include index 0911409..c9640d1 100644 --- a/dist/s_include +++ b/dist/s_include @@ -1,7 +1,7 @@ #!/bin/sh - # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/s_perm b/dist/s_perm index 6a4d470..e206bba 100644 --- a/dist/s_perm +++ b/dist/s_perm @@ -1,7 +1,7 @@ #!/bin/sh - # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/s_readme b/dist/s_readme index 66c1a2c..837c0ec 100644 --- a/dist/s_readme +++ b/dist/s_readme @@ -1,7 +1,7 @@ #!/bin/sh - # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/s_symlink b/dist/s_symlink index ac285c9..461d2ef 100644 --- a/dist/s_symlink +++ b/dist/s_symlink @@ -1,7 +1,7 @@ #!/bin/sh - # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/s_tags b/dist/s_tags index 1d41eaf..ad84425 100644 --- a/dist/s_tags +++ b/dist/s_tags @@ -1,7 +1,7 @@ #!/bin/sh - # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/s_test b/dist/s_test index cd90b85..d050a08 100644 --- a/dist/s_test +++ b/dist/s_test @@ -1,7 +1,7 @@ #!/bin/sh - # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dist/srcfiles.in b/dist/srcfiles.in index 98f1e91..8155c31 100644 --- a/dist/srcfiles.in +++ b/dist/srcfiles.in @@ -1,6 +1,6 @@ # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/api_table.c b/src/api_table.c index 58a0a92..8558ac8 100644 --- a/src/api_table.c +++ b/src/api_table.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_attach.c b/src/cg_attach.c index 84d01a8..e579178 100644 --- a/src/cg_attach.c +++ b/src/cg_attach.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_auth.c b/src/cg_auth.c index d1c22d8..3a98c3e 100644 --- a/src/cg_auth.c +++ b/src/cg_auth.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_build.c b/src/cg_build.c index 11ccb14..dde3849 100644 --- a/src/cg_build.c +++ b/src/cg_build.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_copy.c b/src/cg_copy.c index 76c8e9d..b7511e8 100644 --- a/src/cg_copy.c +++ b/src/cg_copy.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_date.c b/src/cg_date.c index 9327386..196885e 100644 --- a/src/cg_date.c +++ b/src/cg_date.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_delete.c b/src/cg_delete.c index 29d1266..c03ee58 100644 --- a/src/cg_delete.c +++ b/src/cg_delete.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_expr.c b/src/cg_expr.c index 89130c1..b6862ec 100644 --- a/src/cg_expr.c +++ b/src/cg_expr.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_insert.c b/src/cg_insert.c index 70825dc..0ff404f 100644 --- a/src/cg_insert.c +++ b/src/cg_insert.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_pragma.c b/src/cg_pragma.c index c127bf1..b051151 100644 --- a/src/cg_pragma.c +++ b/src/cg_pragma.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_select.c b/src/cg_select.c index 07d07d8..da07880 100644 --- a/src/cg_select.c +++ b/src/cg_select.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_trigger.c b/src/cg_trigger.c index 3634cf8..b6ce5a3 100644 --- a/src/cg_trigger.c +++ b/src/cg_trigger.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_update.c b/src/cg_update.c index 72693c4..c33fa5a 100644 --- a/src/cg_update.c +++ b/src/cg_update.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_vacuum.c b/src/cg_vacuum.c index 1530f3a..6acf764 100644 --- a/src/cg_vacuum.c +++ b/src/cg_vacuum.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/cg_where.c b/src/cg_where.c index 6da9425..8932b2b 100644 --- a/src/cg_where.c +++ b/src/cg_where.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/clib/getopt.c b/src/clib/getopt.c index 71304a4..ab6a7b9 100644 --- a/src/clib/getopt.c +++ b/src/clib/getopt.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/clib/memcmp.c b/src/clib/memcmp.c index 3035a14..700e03d 100644 --- a/src/clib/memcmp.c +++ b/src/clib/memcmp.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/clib/random.c b/src/clib/random.c index cb3aea1..c5c4677 100644 --- a/src/clib/random.c +++ b/src/clib/random.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/clib/snprintf.c b/src/clib/snprintf.c index 14e6ab7..f50d5a7 100644 --- a/src/clib/snprintf.c +++ b/src/clib/snprintf.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/clib/strcasecmp.c b/src/clib/strcasecmp.c index 7e90166..fb683db 100644 --- a/src/clib/strcasecmp.c +++ b/src/clib/strcasecmp.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/clib/strdup.c b/src/clib/strdup.c index ba546fc..b08bff3 100644 --- a/src/clib/strdup.c +++ b/src/clib/strdup.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/clib/xvprintf.c b/src/clib/xvprintf.c index cfe8373..dcf5007 100644 --- a/src/clib/xvprintf.c +++ b/src/clib/xvprintf.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/dbsql_alloc.c b/src/common/dbsql_alloc.c index 52b92e6..e7128cc 100644 --- a/src/common/dbsql_alloc.c +++ b/src/common/dbsql_alloc.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/dbsql_atof.c b/src/common/dbsql_atof.c index ad8398b..e6406fc 100644 --- a/src/common/dbsql_atof.c +++ b/src/common/dbsql_atof.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/dbsql_atoi.c b/src/common/dbsql_atoi.c index be0b384..b188eae 100644 --- a/src/common/dbsql_atoi.c +++ b/src/common/dbsql_atoi.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/dbsql_err.c b/src/common/dbsql_err.c index 09a784c..d38ab47 100644 --- a/src/common/dbsql_err.c +++ b/src/common/dbsql_err.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/hash.c b/src/common/hash.c index 9f489c7..5496686 100644 --- a/src/common/hash.c +++ b/src/common/hash.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common/str.c b/src/common/str.c index 828b3ad..3f2f168 100644 --- a/src/common/str.c +++ b/src/common/str.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dbsql.in b/src/dbsql.in index 9bfe975..7de3b83 100644 --- a/src/dbsql.in +++ b/src/dbsql.in @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dbsql/dbsql.c b/src/dbsql/dbsql.c index bad49d4..ce02397 100644 --- a/src/dbsql/dbsql.c +++ b/src/dbsql/dbsql.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/dbsql_tclsh.c b/src/dbsql_tclsh.c index 4e0383c..5f36603 100644 --- a/src/dbsql_tclsh.c +++ b/src/dbsql_tclsh.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/inc/db_int.h b/src/inc/db_int.h index 4902359..556b2c8 100644 --- a/src/inc/db_int.h +++ b/src/inc/db_int.h @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/inc/dbsql_int.in b/src/inc/dbsql_int.in index a63fc62..9c9b9b4 100644 --- a/src/inc/dbsql_int.in +++ b/src/inc/dbsql_int.in @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/inc/hash.h b/src/inc/hash.h index 8b4cc1f..1ef3a3c 100644 --- a/src/inc/hash.h +++ b/src/inc/hash.h @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/inc/random.h b/src/inc/random.h index 485d936..3d0f61b 100644 --- a/src/inc/random.h +++ b/src/inc/random.h @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/inc/str.h b/src/inc/str.h index 663b221..5722b8b 100644 --- a/src/inc/str.h +++ b/src/inc/str.h @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/inc/vdbe.h b/src/inc/vdbe.h index 0edefbd..fa22444 100644 --- a/src/inc/vdbe.h +++ b/src/inc/vdbe.h @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/inc/vdbe_int.h b/src/inc/vdbe_int.h index 825217b..079b4c5 100644 --- a/src/inc/vdbe_int.h +++ b/src/inc/vdbe_int.h @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/inc/xvprintf.h b/src/inc/xvprintf.h index 618d1ab..d50f2c1 100644 --- a/src/inc/xvprintf.h +++ b/src/inc/xvprintf.h @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/os/os_jtime.c b/src/os/os_jtime.c index 480cdb1..fc96e69 100644 --- a/src/os/os_jtime.c +++ b/src/os/os_jtime.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/py/benchmarks/fetch.py b/src/py/benchmarks/fetch.py index 4320354..f694967 100644 --- a/src/py/benchmarks/fetch.py +++ b/src/py/benchmarks/fetch.py @@ -1,6 +1,6 @@ # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public diff --git a/src/py/extended_setup.py b/src/py/extended_setup.py index 1ed0e25..9ba043d 100644 --- a/src/py/extended_setup.py +++ b/src/py/extended_setup.py @@ -2,7 +2,7 @@ # # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/py/misc/lru.py b/src/py/misc/lru.py index 5ec6b1a..7f09539 100644 --- a/src/py/misc/lru.py +++ b/src/py/misc/lru.py @@ -2,7 +2,7 @@ # # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public diff --git a/src/py/pydbsql/__init__.py b/src/py/pydbsql/__init__.py index ae522c4..ac115fe 100644 --- a/src/py/pydbsql/__init__.py +++ b/src/py/pydbsql/__init__.py @@ -2,7 +2,7 @@ # # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public diff --git a/src/py/pydbsql/dbapi2.py b/src/py/pydbsql/dbapi2.py index cccc8f8..32efa56 100644 --- a/src/py/pydbsql/dbapi2.py +++ b/src/py/pydbsql/dbapi2.py @@ -2,7 +2,7 @@ # # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public diff --git a/src/py/pydbsql/test/dbapi.py b/src/py/pydbsql/test/dbapi.py index d32ac1d..078fd70 100644 --- a/src/py/pydbsql/test/dbapi.py +++ b/src/py/pydbsql/test/dbapi.py @@ -2,7 +2,7 @@ # # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public diff --git a/src/py/pydbsql/test/factory.py b/src/py/pydbsql/test/factory.py index fda6421..1a63687 100644 --- a/src/py/pydbsql/test/factory.py +++ b/src/py/pydbsql/test/factory.py @@ -2,7 +2,7 @@ # # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public diff --git a/src/py/pydbsql/test/hooks.py b/src/py/pydbsql/test/hooks.py index a79d065..72588fc 100644 --- a/src/py/pydbsql/test/hooks.py +++ b/src/py/pydbsql/test/hooks.py @@ -2,7 +2,7 @@ # # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public diff --git a/src/py/pydbsql/test/regression.py b/src/py/pydbsql/test/regression.py index 4a750b5..27ea1aa 100644 --- a/src/py/pydbsql/test/regression.py +++ b/src/py/pydbsql/test/regression.py @@ -2,7 +2,7 @@ # # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public diff --git a/src/py/pydbsql/test/transactions.py b/src/py/pydbsql/test/transactions.py index 3e3e849..91fae32 100644 --- a/src/py/pydbsql/test/transactions.py +++ b/src/py/pydbsql/test/transactions.py @@ -2,7 +2,7 @@ # # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public diff --git a/src/py/pydbsql/test/types.py b/src/py/pydbsql/test/types.py index 6ebf3e0..d16166c 100644 --- a/src/py/pydbsql/test/types.py +++ b/src/py/pydbsql/test/types.py @@ -2,7 +2,7 @@ # # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public diff --git a/src/py/pydbsql/test/userfunctions.py b/src/py/pydbsql/test/userfunctions.py index b8a7947..96731fa 100644 --- a/src/py/pydbsql/test/userfunctions.py +++ b/src/py/pydbsql/test/userfunctions.py @@ -2,7 +2,7 @@ # # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public diff --git a/src/py/setup.py.in b/src/py/setup.py.in index 093b215..68a8d13 100644 --- a/src/py/setup.py.in +++ b/src/py/setup.py.in @@ -2,7 +2,7 @@ # # DBSQL - A SQL database engine. # -# Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. +# Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/safety.c b/src/safety.c index 882c409..01459b6 100644 --- a/src/safety.c +++ b/src/safety.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/sm.c b/src/sm.c index 971fc12..4aabb75 100644 --- a/src/sm.c +++ b/src/sm.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/sql_fns.c b/src/sql_fns.c index 8802a07..af3d14e 100644 --- a/src/sql_fns.c +++ b/src/sql_fns.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/sql_parser.y b/src/sql_parser.y index a073a90..bccb1a6 100644 --- a/src/sql_parser.y +++ b/src/sql_parser.y @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/sql_tokenize.c b/src/sql_tokenize.c index 3e6e066..c2b9760 100644 --- a/src/sql_tokenize.c +++ b/src/sql_tokenize.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdbe.c b/src/vdbe.c index 09fc19b..f17cdc5 100644 --- a/src/vdbe.c +++ b/src/vdbe.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/vdbe_method.c b/src/vdbe_method.c index 5e1afcb..1246150 100644 --- a/src/vdbe_method.c +++ b/src/vdbe_method.c @@ -1,7 +1,7 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. + * Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by