Remove CVS $Id$ keyword
authorKevin Rosenberg <kevin@rosenberg.net>
Sat, 6 Feb 2010 09:17:01 +0000 (02:17 -0700)
committerKevin Rosenberg <kevin@rosenberg.net>
Sat, 6 Feb 2010 09:17:01 +0000 (02:17 -0700)
92 files changed:
Makefile
clsql.asd
db-aodbc/aodbc-package.lisp
db-aodbc/aodbc-sql.lisp
db-db2/Makefile
db-db2/db2-api.lisp
db-db2/db2-constants.lisp
db-db2/db2-loader.lisp
db-db2/db2-objects.lisp
db-db2/db2-package.lisp
db-db2/db2-sql.lisp
db-db2/foreign-resources.lisp
db-mysql/Makefile.msvc
db-mysql/clsql_mysql.c
db-mysql/mysql-client-info.lisp
db-mysql/mysql-loader.lisp
db-mysql/mysql-objects.lisp
db-mysql/mysql-package.lisp
db-odbc/Makefile
db-odbc/odbc-api.lisp
db-odbc/odbc-constants.lisp
db-odbc/odbc-dbi.lisp
db-odbc/odbc-ff-interface.lisp
db-odbc/odbc-loader.lisp
db-odbc/odbc-package.lisp
db-odbc/odbc-sql.lisp
db-oracle/Makefile
db-oracle/foreign-resources.lisp
db-oracle/oracle-api.lisp
db-oracle/oracle-constants.lisp
db-oracle/oracle-loader.lisp
db-oracle/oracle-objects.lisp
db-oracle/oracle-package.lisp
db-oracle/oracle-sql.lisp
db-postgresql-socket/postgresql-socket-api.lisp
db-postgresql-socket/postgresql-socket-package.lisp
db-postgresql-socket/postgresql-socket-sql.lisp
db-postgresql/postgresql-api.lisp
db-postgresql/postgresql-loader.lisp
db-postgresql/postgresql-package.lisp
db-postgresql/postgresql-sql.lisp
db-sqlite/Makefile
db-sqlite/sqlite-api.lisp
db-sqlite/sqlite-loader.lisp
db-sqlite/sqlite-package.lisp
db-sqlite/sqlite-sql.lisp
db-sqlite3/sqlite3-api.lisp
db-sqlite3/sqlite3-loader.lisp
db-sqlite3/sqlite3-package.lisp
db-sqlite3/sqlite3-sql.lisp
doc/Makefile
doc/bookinfo.xml
examples/sqlite3/init-func/Makefile
examples/sqlite3/init-func/example.lisp
examples/sqlite3/init-func/iso-8859-15-coll.c
sql/Makefile
sql/base-classes.lisp
sql/cmucl-compat.lisp
sql/conditions.lisp
sql/database.lisp
sql/db-interface.lisp
sql/expressions.lisp
sql/fddl.lisp
sql/generic-odbc.lisp
sql/generic-postgresql.lisp
sql/generics.lisp
sql/initialize.lisp
sql/kmr-mop.lisp
sql/loop-extension.lisp
sql/ooddl.lisp
sql/operations.lisp
sql/package.lisp
sql/pool.lisp
sql/recording.lisp
sql/sequences.lisp
sql/syntax.lisp
tests/Makefile
tests/benchmarks.lisp
tests/package.lisp
tests/test-basic.lisp
tests/test-connection.lisp
tests/test-fddl.lisp
tests/test-internal.lisp
tests/test-ooddl.lisp
tests/test-syntax.lisp
tests/utils.lisp
uffi/Makefile.32+64bits
uffi/Makefile.msvc
uffi/clsql-uffi-loader.lisp
uffi/clsql-uffi-package.lisp
uffi/clsql-uffi.lisp
uffi/clsql_uffi.c

index d64e82277e7aa40fd4578e376116cbf567785884..056516781bcf03807787ed1c8cf1712e7c87d723 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+#!/usr/bin/make
+##########################################################################
 # FILE IDENTIFICATION
 # 
 #  Name:         Makefile
@@ -5,13 +7,13 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id$
-#
-# This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg
+# This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 #
 # CLSQL users are granted the rights to distribute and use this software
 # as governed by the terms of the Lisp Lesser GNU Public License
 # (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+##########################################################################
+
 
 PKG    := clsql
 DEBPKG := cl-sql
index c28225e22833284cec52833f893c937f6a60b4b2..3f57f24f6b3d00216394eb1e3f59015fbd038ede 100644 (file)
--- a/clsql.asd
+++ b/clsql.asd
@@ -35,8 +35,8 @@
     :licence "Lessor Lisp General Public License"
     :description "Common Lisp SQL Interface library"
     :long-description "A Common Lisp interface to SQL RDBMS based on
-the Xanalys CommonSQL interface for Lispworks. It depends on the
-low-level database interfaces as well as a functional and an object
+the Xanalys CommonSQL interface for Lispworks. It provides low-level
+database interfaces as well as a functional and an object
 oriented interface."
     :components
     ((:module sql
index d00e579e58ba6b2bbbeecea7f9adc286ab172584..40d08f5db6b2d2904f533490b3ccd58712397c7e 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index e83b3fe0aa1bfb0869e3fb36c777fc8959795643..98f9ec82d1161286475f802210afaa9998a961ab 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 8a26499b2d04c8b735449483c6405e234a6d0d2f..e6f2448451cf98e10da3110c8f2129ae7bced8d8 100644 (file)
@@ -1,3 +1,5 @@
+#!/usr/bin/make
+##########################################################################
 # FILE IDENTIFICATION
 #
 #  Name:    Makefile
@@ -5,13 +7,13 @@
 #  Author:  Kevin M. Rosenberg
 #  Created: May 2004
 #
-#  CVS Id:   $Id$
-#
 # This file, part of CLSQL, is Copyright (c) 2004 by Kevin M. Rosenberg
 #
 # CLSQL users are granted the rights to distribute and use this software
 # as governed by the terms of the Lisp Lesser GNU Public License
 # (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+##########################################################################
+
 
 SUBDIRS=
 
index 8d4ef01624790134a3cc00e8d7330342b38b8752..42d26097d361c324879855acf39f0101c74c35e2 100644 (file)
@@ -5,8 +5,6 @@
 ;;;; Name:          db2.lisp
 ;;;; Purpose:       Package definition for CLSQL Db2 interface
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index bb597ef7b7d2b6edc964aab66746ca1512914007..74293759e2a61e2cf3dfcb40c0d6be4861ace4ce 100644 (file)
@@ -5,8 +5,6 @@
 ;;;; Name:          db2-constants.lisp
 ;;;; Purpose:       Constants for CLSQL Db2 interface
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 36701f005782d1a68592f4b75c620b1f25cb1eda..5e5251be5f18d60223fb1f7315177913acd424e0 100644 (file)
@@ -5,8 +5,6 @@
 ;;;; Name:          db2-loader.lisp
 ;;;; Purpose:       Foreign library loader for CLSQL Db2 interface
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index cb1d2ba264b7ca666736400e66720666a88e7336..90e65b16ed33aca113ec276cdf1926d61b945a4c 100644 (file)
@@ -4,8 +4,6 @@
 ;;;;
 ;;;; Name: db2-objects.lisp
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index df08104de19405a927aea76ab5ce36a5613a07d8..c51dc6ca20cf991b48efce953468e9ad7b720423 100644 (file)
@@ -5,8 +5,6 @@
 ;;;; Name:          db2-package.cl
 ;;;; Purpose:       Package definition for CLSQL Db2 interface
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 2244f776caa94a4ad82bbddb25d956b1b57cee4f..aa7901e018a3fc405629c452d84383955afb9551 100644 (file)
@@ -4,8 +4,6 @@
 ;;;;
 ;;;; Name:          db2-sql.lisp
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index ea17376d68cefbcc48df7cb3686286d46f429652..c141bcd891e29e9ae64c8b470ec35f336a7ee687 100644 (file)
@@ -2,8 +2,6 @@
 ;;;; *************************************************************************
 ;;;; FILE IDENTIFICATION
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index c2767ba3122c21f6c9ac346b408bbc3a11f95bce..176c559b3de6c03ac8d5e10ef1afaa327be8864a 100755 (executable)
@@ -7,9 +7,7 @@
 #  Author:  Kevin M. Rosenberg
 #  Created: Mar 2002
 #
-#  CVS Id:   $Id: Makefile.msvc,v 1.1 2002/09/18 07:43:40 kevin Exp $
-#
-# This file, part of CLSQL, is Copyright (c) 2002-2009 by Kevin M. Rosenberg
+# This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 #
 # CLSQL users are granted the rights to distribute and use this software
 # as governed by the terms of the Lisp Lesser GNU Public License
index 372ee0ab72aec5a16be807f86614498d073e8239..ebbb8e1e48e99f2b9ce6e2d9085c908637add086 100644 (file)
@@ -6,8 +6,6 @@
  *   Programmer:    Kevin M. Rosenberg
  *   Date Started:  Mar 2002
  *
- * $Id$
- *
  * This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
  *
  * CLSQL users are granted the rights to distribute and use this software
index 54d97243a8bc46e1316809766f6c303a68755c0e..d27c7589a48dfb5dfde0c880ab50e7d62e58362f 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  April 2004
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 3395e71956e85f1951945b851125d4e86dd6ef23..cdf28cd4f907725d54a18a2fc5b3e918a61cfbbf 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Author:   Kevin M. Rosenberg
 ;;;; Created:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 76ce5e5b910c59021f2b8f68e93812ad6427c9fd..015edbb6501791e3a45f82889f10ffc6f7ebfe9c 100644 (file)
@@ -6,8 +6,6 @@
 ;;;; Purpose:  CLSQL Object layer for MySQL
 ;;;; Created:  May 2004
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
index 53f13893cc4f0adec5adde708c0e82c684851860..5476478d0950dddee3a84a866decd5cd57ed9c7a 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 1003d8a68eaeea24bf1950a024ec83c5123e3e03..2497b4f4bc2fb30aad4786b49a82db75b591d125 100644 (file)
@@ -1,3 +1,5 @@
+#!/usr/bin/make
+##########################################################################
 # FILE IDENTIFICATION
 #
 #  Name:         Makefile
@@ -5,13 +7,13 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id$
-#
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
 # CLSQL users are granted the rights to distribute and use this software
 # as governed by the terms of the Lisp Lesser GNU Public License
 # (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+##########################################################################
+
 
 SUBDIRS=
 
index 85f160a5bf4085bb9639421efb4c6b04cd01b7b8..dfdbe21ed10fec7bb1e0b6dd6aa872a1efa986d1 100644 (file)
@@ -6,8 +6,6 @@
 ;;;; Purpose:  Low-level ODBC API using UFFI
 ;;;; Authors:  Kevin M. Rosenberg and Paul Meurer
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Kevin M. Rosenberg
 ;;;; and Copyright (C) Paul Meurer 1999 - 2001. All rights reserved.
 ;;;;
index 4dfef884a28a1cf3219fbac43b1c894bd770eeda..8f9152e5869765378c95a714a012c77333a134e3 100644 (file)
@@ -6,8 +6,6 @@
 ;;;; Purpose:  Constants for UFFI interface to ODBC
 ;;;; Authors:  Kevin M. Rosenberg and Paul Meurer
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Kevin M. Rosenberg
 ;;;; and Copyright (C) Paul Meurer 1999 - 2001. All rights reserved.
 ;;;;
index 6723a1a6d280702bff950c5d4d1fb378a9174012..fb33f521bb63b3f0d6e279ec5ed8c10a26d24ed5 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Author:  Kevin M. Rosenberg
 ;;;; Create:  April 2004
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 2ae944d76a8b41f947e8bc7f0f21fc2d6c3fc853..68270c88e8dad839c1879b01cd5f285ca3df67ce 100644 (file)
@@ -6,8 +6,6 @@
 ;;;; Purpose:  Function definitions for UFFI interface to ODBC
 ;;;; Author:   Kevin M. Rosenberg
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Kevin M. Rosenberg
 ;;;; and Copyright (C) Paul Meurer 1999 - 2001. All rights reserved.
 ;;;;
index 5d587190d25fe0809bc731cf0daeb6088153e6b2..16f1ec1a304da72eccd921700764ac2c7654ebfe 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  April 2004
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 668fd9a89df6088b06a405836d57778be1479cce..cc91f6f56796c5ff7d622138528d4d52308c79d1 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Author:   Kevin M. Rosenberg
 ;;;; Created:  April 2004
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 79fd4a5f092d307955168c88f50e84a1bd50774f..dfb0b450b69dbfb012cd4e574d6c2582d6a7b65f 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index ae4912bf120884f76b86fed44b4f3c80965b9a56..f2d791e14f3b85894ad669f778aeddd52586a46a 100644 (file)
@@ -1,3 +1,5 @@
+#!/usr/bin/make
+##########################################################################
 # FILE IDENTIFICATION
 #
 #  Name:    Makefile
@@ -5,13 +7,13 @@
 #  Author:  Kevin M. Rosenberg
 #  Created: May 2004
 #
-#  CVS Id:   $Id$
-#
 # This file, part of CLSQL, is Copyright (c) 2004 by Kevin M. Rosenberg
 #
 # CLSQL users are granted the rights to distribute and use this software
 # as governed by the terms of the Lisp Lesser GNU Public License
 # (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+##########################################################################
+
 
 SUBDIRS=
 
index fe6986b5b0c51d006a84d15b2d125ce2afe55528..3344cb4bd12009f0ab62d9f817b76821263acab8 100644 (file)
@@ -2,8 +2,6 @@
 ;;;; *************************************************************************
 ;;;; FILE IDENTIFICATION
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index d51050ba08c2b1a355e66ace4cca59d75154b23c..1ebb0d9a46f1b3730a54d116713287d5f2c015af 100644 (file)
@@ -5,8 +5,6 @@
 ;;;; Name:          oracle.lisp
 ;;;; Purpose:       Package definition for CLSQL Oracle interface
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 9462bfc84a2ac1e749819ab41e459417f3d8d358..9f76323e68fba38ccbae8e336a30eaf17f3f818c 100644 (file)
@@ -5,8 +5,6 @@
 ;;;; Name:          oracle-constants.lisp
 ;;;; Purpose:       Constants for CLSQL Oracle interface
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 8ca48f904331670420e80c83de047278d25e205f..f1493d3a1a585fb0d8c2d103d92a590f5d13b4c0 100644 (file)
@@ -5,8 +5,6 @@
 ;;;; Name:          oracle-loader.lisp
 ;;;; Purpose:       Foreign library loader for CLSQL Oracle interface
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 5c7d7fb0e4090402aa78c9b538d3f73bd442b75d..3e5a6b713e8866d828c9a062915b5c19cff7118d 100644 (file)
@@ -4,8 +4,6 @@
 ;;;;
 ;;;; Name: oracle-objects.lisp
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 462c8589afbe3897afd037c9d8f7678acc09eb14..d5c229f31724625d692af457766dccb0bb78bc4f 100644 (file)
@@ -5,8 +5,6 @@
 ;;;; Name:          oracle-package.cl
 ;;;; Purpose:       Package definition for CLSQL Oracle interface
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index b0f5457417af9918874c9a138a4d830604d05bce..8475f47f904883e96b31c5756d3fa07754579f2c 100644 (file)
@@ -4,8 +4,6 @@
 ;;;;
 ;;;; Name:          oracle-sql.lisp
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 31756efc8350aec8c21a2e370a36bb652e237d9b..b12424cce74aa77c547d9a18725b5aee0ec40ffc 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Authors:  Kevin M. Rosenberg based on original code by Pierre R. Mai
 ;;;; Created:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index aa15fa796485d51a2d2162f0d63d3bd13671cc5e..718667be5984cf62da410d111c460416254e92c9 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 4f8457bfbdfd5a06d62ac8500f0cff857f5a4fb9..9183ca463493b27193dc8d3e4a3ac3cd9e375ece 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Authors:  Kevin M. Rosenberg based on original code by Pierre R. Mai
 ;;;; Created:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002-2007 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index fb474c52a8a09fc6a240b927ffa36da7cb878b5b..c0b8a000edd9e2ac75eb61b579cab6758426d5f9 100644 (file)
@@ -8,8 +8,6 @@
 ;;;;                Original code by Pierre R. Mai
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
 ;;;;
index 160ca2c69fede877a264b5b750dd635c87e6ae38..42f6904ef332b80fc689a3ef1ad4c5f5b38e59fc 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index aded77b9eb7dc33da361cb5318976e6ca0fc607d..aac66089112c122bcab7de92c0b00e010819ceca 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index b0c6f81c0947dda7cde164aaa3198c803104ee0e..aad11a0c2aeb1d764be584c50cb551b9e00e13d3 100644 (file)
@@ -6,8 +6,6 @@
 ;;;; Purpose:       High-level PostgreSQL interface using UFFI
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
index 1003d8a68eaeea24bf1950a024ec83c5123e3e03..7fb82775e3685033022e5a43336338b6f4014730 100644 (file)
@@ -1,17 +1,18 @@
+#!/usr/bin/make
+##########################################################################
 # FILE IDENTIFICATION
 #
 #  Name:         Makefile
-#  Purpose:      Makefile for CLSQL SQL interface
+#  Purpose:      Makefile for CLSQL SQLITE interface
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id$
-#
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
 # CLSQL users are granted the rights to distribute and use this software
 # as governed by the terms of the Lisp Lesser GNU Public License
 # (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+##########################################################################
 
 SUBDIRS=
 
index de46ae88e48ca3b67ae552d206028f080359b9d0..6e06a159b505e589e72b1e98b1ec1f8293acc0c2 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Authors:  Aurelio Bignoli and Kevin Rosenberg
 ;;;; Created:  Nov 2003
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2003 by Aurelio Bignoli
 ;;;; and Copyright (c) 2003-2004 by Kevin Rosenberg
 ;;;;
index e7d4f72e32fe549590003ad39caa68b504b98ac7..ac77fafa4946e282aa53206895c3d2a2c550fa21 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Aurelio Bignoli
 ;;;; Date Started:  Nov 2003
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2003 by Aurelio Bignoli
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index c50107a9d3e8ee9bab575214a4fe8a01f8e6de57..a3282eaef8de5ff2c57a735cb093c2cf88ec0909 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Aurelio Bignoli
 ;;;; Date Started:  Aug 2003
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2003 by Aurelio Bignoli
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index e0c7464628ea7d0e8f51a6f3de0e611f54a1fd52..0b9994589491b9046cd10104bcec464a254c52ff 100644 (file)
@@ -7,10 +7,8 @@
 ;;;; Authors:  Aurelio Bignoli, Kevin Rosenberg, Marcus Pearce
 ;;;; Created:  Aug 2003
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2003 by Aurelio Bignoli and
-;;;; Copyright (c) 2003-2004 by Kevin Rosenberg and Marcus Pearce.
+;;;; Copyright (c) 2003-2010 by Kevin Rosenberg and Marcus Pearce.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
index 196434d26b3574d0fcd8bf1b01da2b239b975551..d5b515381baad428ad13afeaf821c2a530a74fba 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Authors:  Aurelio Bignoli
 ;;;; Created:  Oct 2004
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Aurelio Bignoli
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index a3b26b8a42a5cc6726049edca77a09ee6776346c..90264ea62aeb531746251c7d72378b5fa7f8692d 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Aurelio Bignoli
 ;;;; Date Started:  Oct 2004
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Aurelio Bignoli
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 1acc6ea9cdb6de78b07897c2e55b7fd1ee0f0dde..2f54f516dae42fa79c8fcc2aea2d521b6a991b69 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Aurelio Bignoli
 ;;;; Date Started:  Oct 2004
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Aurelio Bignoli
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 929aeceb92ed1e9011fdc6a4e9d30936442ffd44..c51a5431890be950648ba442c0dd3c14072b9516 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Authors:  Aurelio Bignoli
 ;;;; Created:  Oct 2004
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Aurelio Bignoli
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
                                     (database sqlite3-database)
                                     &key (owner nil))
   (declare (ignore owner))
-  
+
   (loop for field-info in (sqlite3-table-info table database)
       when (string= attribute (second field-info))
       return
index 05babecda0dab6675663ffe6e74055568a91b782..25c145281bc340843963c38fad781c0ad3c199dc 100644 (file)
@@ -1,4 +1,5 @@
-##############################################################################
+#!/usr/bin/make
+###############################################################################
 # FILE IDENTIFICATION
 # 
 #  Name:         Makefile
@@ -6,14 +7,12 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id$
-#
-# This file, part of CLSQL, is Copyright (c) 2002-2003 by Kevin M. Rosenberg
+# This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 #
 # CLSQL users are granted the rights to distribute and use this software
 # as governed by the terms of the Lisp Lesser GNU Public License
 # (http://opensource.franz.com/preamble.html), also known as the LLGPL.
-##############################################################################
+###############################################################################
 
 DOCFILE_BASE_DEFAULT:=clsql
 DOCFILE_EXT_DEFAULT:=xml
index d628b4b27f3964491389173b5d7ba3f986c93698..2cb4d554c20b266d5966511eb390ef2cf2f80d3f 100644 (file)
     <affiliation><jobtitle>Author of UncommonSQL Package</jobtitle></affiliation>
   </author>
   </authorgroup>
-  <printhistory>
-    <simpara>$Date$</simpara>
-    <simpara>$Id$</simpara>
-  </printhistory>
   <legalnotice>
     <itemizedlist>
       <listitem>
-       <para>&clsql; is Copyright &copy; 2002-2004 by Kevin M. Rosenberg,
+       <para>&clsql; is Copyright &copy; 2002-2010 by Kevin M. Rosenberg,
        Copyright &copy; 1999-2001 by Pierre R. Mai, and Copyright
        &copy; 1999-2003 onShore Development, Inc.</para>
        </listitem>
index de1cf29fc49f9f06e96faf7ff6fdc689c6e85c52..d771bdc56f641130bb219161560d9be61dfa6145 100644 (file)
@@ -1,3 +1,5 @@
+#!/usr/bin/make
+##########################################################################
 # FILE IDENTIFICATION
 #
 #  Name:         Makefile
@@ -5,13 +7,13 @@
 #  Programer:    Aurelio Bignoli
 #  Date Started: Oct 2004
 #
-#  CVS Id:   $Id$
-#
 # This file, part of CLSQL, is Copyright (c) 2004 by Aurelio Bignoli
 #
 # CLSQL users are granted the rights to distribute and use this software
 # as governed by the terms of the Lisp Lesser GNU Public License
 # (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+##########################################################################
+
 
 sqlite3-utils.so:      iso-8859-15-coll.c Makefile
        gcc -c -fPIC iso-8859-15-coll.c -o iso-8859-15-coll.o
index c94c6210a26526c5593148d31a4fa02714a89a9c..82fa9d34910a5e5d50678b61446df7b04bff90c9 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Authors:  Aurelio Bignoli
 ;;;; Created:  Oct 2004
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Aurelio Bignoli
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
@@ -67,4 +65,4 @@
         (clsql:query "SELECT * FROM t1 ORDER BY f2"))
 
 ;;;; Disconnect from database.
-(clsql:disconnect)
\ No newline at end of file
+(clsql:disconnect)
index e69a2ee1518977ab7c004141fe3869339113cce2..a5d0f8ea92585abdaabb33d36d6ab1512903e927 100644 (file)
@@ -7,8 +7,6 @@
  *   Programmer:    Aurelio Bignoli
  *   Date Started:  Oct 2004
  *
- * $Id$
- *
  * This file, part of CLSQL, is Copyright (c) 2004 by Aurelio Bignoli
  *
  * CLSQL users are granted the rights to distribute and use this software
index 1003d8a68eaeea24bf1950a024ec83c5123e3e03..1f71fb2b2420785a36b1f83f46cf6b2e58168f5c 100644 (file)
@@ -1,3 +1,5 @@
+#!/usr/bin/make
+##########################################################################
 # FILE IDENTIFICATION
 #
 #  Name:         Makefile
@@ -5,13 +7,13 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id$
-#
-# This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
+# This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 #
 # CLSQL users are granted the rights to distribute and use this software
 # as governed by the terms of the Lisp Lesser GNU Public License
 # (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+##########################################################################
+
 
 SUBDIRS=
 
index 297b22f9b32c2337616e02f1c8e78b8140af1ba4..6519f10ef7fce704fc44963aa31f53ca21bdb795 100644 (file)
@@ -8,9 +8,7 @@
 ;;;;                 original code by Pierre R. Mai
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 59443639aec85464bb7d55aa5f4bafb909351752..9ea2561c9b2788bf1a128d9ee3fee3b5289c646a 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002-2006 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
index 549f8f869f7a8e155b47d0739851bdf545364e81..51c06add66e442afd84b62920eee992b3368f8f5 100644 (file)
@@ -5,9 +5,7 @@
 ;;;; Name:     conditions.lisp
 ;;;; Purpose:  Error conditions for CLSQL
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
index 5344628358d9a579a380adf24541e4da65ad83fe..41009f5802605203be240d975660e2f7233b1f78 100644 (file)
@@ -1,8 +1,6 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; *************************************************************************
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; Base database functions
 ;;;;
 ;;;; This file is part of CLSQL.
index ae586e8c2b8a95035a670a4a8c89253a62247a80..8bcc42e964902f388ff840733b49239bb1d36ced 100644 (file)
@@ -9,9 +9,7 @@
 ;;;;                onShoreD to support UncommonSQL front-end
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai, and onShoreD
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index b54029e4b727121c4d299ab888f00cd4f5950eb6..7389d1c06470690d04943ffa8b077d8bf1cb08e2 100644 (file)
@@ -1,8 +1,6 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; *************************************************************************
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; Classes defining SQL expressions and methods for formatting the
 ;;;; appropriate SQL commands.
 ;;;;
index 47323c344612b8711e175fb3c2962fba88293a0f..50fe159c2622f0836b01a95b7fcdf9286bcedc6d 100644 (file)
@@ -1,8 +1,6 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; *************************************************************************
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; The CLSQL Functional Data Definition Language (FDDL)
 ;;;; including functions for schema manipulation. Currently supported
 ;;;; SQL objects include tables, views, indexes, attributes and
index 9699d292cb3ef0bca895fbe3e7402078c0e09dd8..766606035a3c2cc2f64e6e5d3f194becce3ff28e 100644 (file)
@@ -1,8 +1,6 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; *************************************************************************
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; Generic ODBC layer, used by db-odbc and db-aodbc backends
 ;;;;
 ;;;; This file is part of CLSQL.
index 370c63352eeeb95b633394f7f1ee7185bf8db51b..25f67082b6e123974477922f16cd3c3784c81120 100644 (file)
@@ -1,8 +1,6 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; *************************************************************************
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; Generic postgresql layer, used by db-postgresql and db-postgresql-socket
 ;;;;
 ;;;; This file is part of CLSQL.
index 792a9dec90c5ac7277369e4905b1755a995908e0..860771e862eda4191a3c1d9feba37ab84536fff3 100644 (file)
@@ -4,12 +4,10 @@
 ;;;;
 ;;;; Name:     generics.lisp
 ;;;; Purpose:  Generic function definitions for DB interfaces
-;;;; Author:   Kevin M. Rosenberg based on
+;;;; Author:   Kevin M. Rosenberg
 ;;;; Created:  Apr 2004
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2004-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
index fd06c3e004607e9ee4051f2246f5f2aa6acb852f..cc827bb9661677c31726ec126a957b2b18523210 100644 (file)
@@ -3,13 +3,11 @@
 ;;;; FILE IDENTIFICATION
 ;;;;
 ;;;; Name:          initialize.lisp
-;;;; Purpose:       Initializion routines for backend
+;;;; Purpose:       Initializion routines for db backend
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  May 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index c628dc2d6c98b9079af6884f440ffc48a6801660..172394017be36062da20cee7c6000cf2b2d43d23 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2003
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file imports MOP symbols into the CLSQL-MOP package and then
 ;;;; re-exports into CLSQL-SYS them to hide differences in
 ;;;; MOP implementations.
index 666457e8944eccc7d8b57d70395e6d18835ce7d3..32a356c28fdfcb11bc609648cfe9709c03b210bf 100644 (file)
@@ -7,7 +7,6 @@
 ;;;;
 ;;;; Copyright (c) 2001-2006 Kevin Rosenberg and (c) 1999-2001 Pierre R. Mai
 ;;;;
-;;;; $Id$
 ;;;; *************************************************************************
 
 (in-package #:clsql-sys)
index ddc1452a72fa94b69e507a7db285abd176b55821..33dca0408a0a3d9e7de51bc10324247098335d05 100644 (file)
@@ -1,8 +1,6 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; *************************************************************************
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; The CLSQL Object Oriented Data Definitional Language (OODDL)
 ;;;;
 ;;;; This file is part of CLSQL.
index 3a4638537f3830d5c7a23eb03962e74a257e9c65..7b558809a2503a2c65d4b459ece9a80a7b4ce575 100644 (file)
@@ -1,8 +1,6 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; *************************************************************************
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; Definition of SQL operations used with the symbolic SQL syntax.
 ;;;;
 ;;;; This file is part of CLSQL.
index fbf8257b0fae3bb9c9dca25c0b5deca3c188b0f8..e2e3b70397632aaf6de1e284041883ba5049f4b6 100644 (file)
@@ -5,8 +5,6 @@
 ;;;; Name:          package.lisp
 ;;;; Purpose:       Package definition for SQL interface
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
index 457315560bc5499c494c4da3a5e5e87f25050d7b..1fb0c59690e991071e6313e0b13a9cc17cac59ed 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg, Marc Battyani
 ;;;; Date Started:  Apr 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002-2003 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
index 4d0810af00a4f09e57a3de03d87146631d798494..02bb972adf186d8cdfa7b5950d31e998fc2884e2 100644 (file)
@@ -1,8 +1,6 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; *************************************************************************
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; CLSQL broadcast streams which can be used to monitor the
 ;;;; flow of commands to, and results from, a database.
 ;;;;
index b96d78d753598b4ddf9948a0cf7f09385b01a076..5800e596700877d4ddf79e71de04cb829b5053ea 100644 (file)
@@ -1,8 +1,6 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; *************************************************************************
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; Generic sequence implementation. Backends should use native sequences if
 ;;;; are available.
 ;;;;
index 436c224ccd9476b2aa3e46b88259a17ab175f037..1aec1caa8fc55f3f23025b3848b1a88bc038dd68 100644 (file)
@@ -1,8 +1,6 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; *************************************************************************
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; CLSQL square bracket symbolic query syntax. Functions for
 ;;;; enabling and disabling the syntax and for building SQL
 ;;;; expressions using the syntax.
index 1003d8a68eaeea24bf1950a024ec83c5123e3e03..695e6560d924b907e29d255011e13e9ffd61057d 100644 (file)
@@ -1,17 +1,19 @@
+#!/usr/bin/make
+##########################################################################
 # FILE IDENTIFICATION
 #
 #  Name:         Makefile
-#  Purpose:      Makefile for CLSQL SQL interface
+#  Purpose:      Makefile for CLSQL tests
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id$
-#
-# This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
+# This file is part of CLSQL
 #
 # CLSQL users are granted the rights to distribute and use this software
 # as governed by the terms of the Lisp Lesser GNU Public License
 # (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+##########################################################################
+
 
 SUBDIRS=
 
index 16e3e78f8b34cdc2ccc6f0db411302b09ace9654..372b81cca30d0b5683562b7416555f70ed04ab42 100644 (file)
@@ -1,18 +1,19 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-;;;; ======================================================================
-;;;; File:    benchmarks.lisp
-;;;; Authors: Kevin Rosenberg
-;;;; Created: 03/05/2004
-;;;; Updated: $Id$
+;;;; *************************************************************************
+;;;; FILE IDENTIFICATION
 ;;;;
-;;;; Benchmark suite
+;;;; Name:     benchmarks.lisp
+;;;; Purpose:  Time performance tests for CLSQL
+;;;; Authors:  Kevin M. Rosenberg
+;;;; Created:  March 5, 2004
 ;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
-;;;; ======================================================================
+;;;; *************************************************************************
+
 
 (in-package #:clsql-tests)
 
index 9103a32ee45c0476be86e741de5beed64add3d4d..eca37bbb85aa01512b56ff9679977170ab1ef636 100644 (file)
@@ -1,18 +1,19 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-;;;; ======================================================================
-;;;; File:     package.lisp
-;;;; Authors:  Marcus Pearce <m.t.pearce@city.ac.uk> and Kevin Rosenberg
-;;;; Created:  30/03/2004
-;;;; Updated:  $Id$
+;;;; *************************************************************************
+;;;; FILE IDENTIFICATION
 ;;;;
-;;;; Package definition for CLSQL test suite.
+;;;; Name:     package.lisp
+;;;; Purpose:  Package definition for CLSQL test suite
+;;;; Authors:  Marcus Pearce and Kevin M. Rosenberg
+;;;; Created:  March 2004
 ;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
-;;;; ======================================================================
+;;;; *************************************************************************
+
 
 (in-package #:cl-user)
 
index 5bdc0a3efbfeccbd156d01351e5b197a5bd286e7..b0e85875b5dedc5fe90ebe09efbc4c806cbb68d5 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Author:  Kevin M. Rosenberg
 ;;;; Created: Mar 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
index 25c8b733c38f76b6f2d7162d5659071c0b4be7ba..e15b682d8597bfe1f0654cc0de461fd4e180fc2c 100644 (file)
@@ -1,18 +1,18 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-;;;; ======================================================================
-;;;; File:    test-connection.lisp
-;;;; Authors: Marcus Pearce <m.t.pearce@city.ac.uk>, Kevin Rosenberg
-;;;; Created: 30/03/2004
-;;;; Updated: $Id$
+;;;; *************************************************************************
+;;;; FILE IDENTIFICATION
 ;;;;
-;;;; Tests for CLSQL database connections.
+;;;; Name:     test-connection.lisp
+;;;; Purpose:  Tests for CLSQL database connections
+;;;; Authors:  Marcus Pearce and Kevin M. Rosenberg
+;;;; Created:  March 2004
 ;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
-;;;; ======================================================================
+;;;; *************************************************************************
 
 (in-package #:clsql-tests)
 
index a1044045a2b2035f51e16370081379def3a11042..ed25a04d2b9a65a396d5aa4b8064cd6b2b7086a0 100644 (file)
@@ -1,19 +1,19 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-;;;; ======================================================================
-;;;; File:     test-fddl.lisp
-;;;; Authors:  Marcus Pearce <m.t.pearce@city.ac.uk> and Kevin Rosenberg
-;;;; Created:  30/03/2004
-;;;; Updated:  $Id$
+;;;; *************************************************************************
+;;;; FILE IDENTIFICATION
 ;;;;
-;;;; Tests for the CLSQL Functional Data Definition Language
-;;;; (FDDL).
+;;;; Name:     test-fddl.lisp
+;;;; Purpose:  Tests for the CLSQL Functional Data Definition Language
+;;;; Authors:  Marcus Pearce and Kevin M. Rosenberg
+;;;; Created:  March 2004
 ;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
-;;;; ======================================================================
+;;;; *************************************************************************
+
 
 (in-package #:clsql-tests)
 
@@ -236,7 +236,7 @@ B varchar(32))")
             (let ((result
                    (list
                     ;; Shouldn't exist
-                    (clsql:select [a] [c] 
+                    (clsql:select [a] [c]
                                   :from [v1]
                                   :where [= [a] -1])
                     ;; Should exist
@@ -263,11 +263,11 @@ B varchar(32))")
                                   (clsql:list-attributes [v1]))
                           #'string<)
                     ;; Shouldn't exist
-                    (clsql:select [x] [y] 
+                    (clsql:select [x] [y]
                                   :from [v1]
                                   :where [= [x] -1])
                     ;; Should exist
-                    (car (clsql:select [x] [y] 
+                    (car (clsql:select [x] [y]
                                        :from [v1]
                                        :where [= [x] 1])))))
 
@@ -402,7 +402,7 @@ B varchar(32))")
               (clsql:index-exists-p [bar] )
               (clsql:index-exists-p [bar] :owner *test-database-user*)
               (clsql:index-exists-p [bar] :owner *test-false-database-user*)
-              
+
               (length (clsql-sys:list-indexes :on [alpha]))
               (length (clsql-sys:list-indexes :on [alpha] :owner *test-database-user*))
               (length (clsql-sys:list-indexes :on [alpha] :owner *test-false-database-user*))
@@ -421,7 +421,7 @@ B varchar(32))")
            (clsql:sequence-exists-p [foo])
            (clsql:sequence-exists-p [foo] :owner *test-database-user*)
            (clsql:sequence-exists-p [foo] :owner *test-false-database-user*)
-           
+
            (progn
              (clsql:drop-sequence [foo] :if-does-not-exist :ignore)
              (clsql:sequence-exists-p [foo] ))))
index 92e7ff7e73767a2f93b886facf1217e14b7a29ff..adfab8a3acebfa9998638182c6a9090b218ec903 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Author:  Kevin M. Rosenberg
 ;;;; Created: May 2004
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2004 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2004-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
index fb4e14302015396c2ab7e4b7b6a452a0e9e40efe..b1310718dfdab812ff4032d8e9725bedf4b344f3 100644 (file)
@@ -1,19 +1,18 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-;;;; ======================================================================
-;;;; File:    test-ooddl.lisp
-;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
-;;;; Created: 30/03/2004
-;;;; Updated: $Id$
+;;;; *************************************************************************
+;;;; FILE IDENTIFICATION
 ;;;;
-;;;; Tests for the CLSQL Object Oriented Data Definition Language
-;;;; (OODDL).
+;;;; Name:     test-ooddl.lisp
+;;;; Purpose:  Tests for the CLSQL Object Oriented Data Definition Language
+;;;; Authors:  Marcus Pearce and Kevin M. Rosenberg
+;;;; Created:  March 2004
 ;;;;
 ;;;; This file is part of CLSQL.
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
-;;;; ======================================================================
+;;;; *************************************************************************
 
 
 (in-package #:clsql-tests)
index 1127d3294c213970996d950b2cc9d3958e03db3e..65efd9830bf414e2ede51e8290e6c9720a8d0ce7 100644 (file)
@@ -1,17 +1,16 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-;;;; ======================================================================
-;;;; File:    test-syntax.lisp
-;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
-;;;; Created: 30/03/2004
-;;;; Updated: $Id$
-;;;; ======================================================================
+;;;; *************************************************************************
+;;;; FILE IDENTIFICATION
 ;;;;
-;;;; Description ==========================================================
-;;;; ======================================================================
+;;;; Name:     clsql.asd
+;;;; Purpose:  Tests for the CLSQL Symbolic SQL syntax.
+;;;; Authors:  Marcus Pearce and Kevin M. Rosenberg
+;;;; Created:  March 2004
 ;;;;
-;;;; Tests for the CLSQL Symbolic SQL syntax.
-;;;;
-;;;; ======================================================================
+;;;; CLSQL users are granted the rights to distribute and use this software
+;;;; as governed by the terms of the Lisp Lesser GNU Public License
+;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+;;;; *************************************************************************
 
 (in-package #:clsql-tests)
 
index ca7accbd0ede1b6ccfff2d29aefc21a450f71928..ea117861319898bded8705c0577ca31c97b246c7 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Author:  Kevin M. Rosenberg
 ;;;; Created: Mar 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
index b781aca76ce43048f7dd55a3ccb328eff166b537..68d974329c1f6c7e9a12e0a521aa1d77ee8d134f 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/make
+##########################################################################
 # FILE IDENTIFICATION
 #
 #  Name:         Makefile
@@ -6,13 +7,13 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile 11058 2006-08-30 08:05:21Z kevin $
-#
-# This file, part of CLSQL, is Copyright (c) 2002-2006 by Kevin M. Rosenberg
+# This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 #
 # CLSQL users are granted the rights to distribute and use this software
 # as governed by the terms of the Lisp Lesser GNU Public License
 # (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+##########################################################################
+
 
 SUBDIRS=
 
index 021be37cc83103b9ece10f31a0e4fb2598c6329d..ea3b5b7add47ce015e4f7a9b45e48bb4b946a941 100644 (file)
@@ -7,9 +7,7 @@
 #  Author:  Kevin M. Rosenberg
 #  Created: Mar 2002
 #
-#  CVS Id:   $Id: Makefile.msvc,v 1.1 2002/09/18 07:50:01 kevin Exp $
-#
-# This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg
+# This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 #
 # CLSQL users are granted the rights to distribute and use this software
 # as governed by the terms of the Lisp Lesser GNU Public License
@@ -31,5 +29,3 @@ $(DLL): $(SRC)
 
 clean:
         del /q $(DLL) $(BASE).LIB
-
-
index a2921f6ed8b4ba347155cab0ed4a4f09a2384086..7d1ebec151f5da36569101544957b07dd7300e47 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Author:   Kevin M. Rosenberg
 ;;;; Created:  Mar 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
index be5abf5379c82feb192ddc69f515afdefdb405be..1c252e35d4d8cfad92758daeb9448b43815f7376 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
index 4f9479d0b1c0f97025ce05a0a7142492757d502b..fda60ecf21aee1332a5d348f09072982c8154c5f 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
index 39754ff359488d01e4449e6bb3b1efb55f81bf71..95822b79b75a58ee324785c5bc8fc9a665ebd8e4 100644 (file)
@@ -6,9 +6,7 @@
  *   Programmer:    Kevin M. Rosenberg
  *   Date Started:  Mar 2002
  *
- * $Id$
- *
- * This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
+ * This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
  *
  * CLSQL users are granted the rights to distribute and use this software
  * as governed by the terms of the Lisp Lesser GNU Public License