This system contains code from Paul Meurer and Roland Averkamp. David Owen made the necessary adjustments to the code to make it run on 64-bit Linux. This system contains code from Paul Meurer: the FFC system was written by him and also the lower level parts of the system: src/odbc/odbc-constants.lisp src/odbc/odbc-ff-interface.lisp src/odbc/ odbc-functions.lisp (I removed code that I did not need.) and this is his license SQL/ODBC module for MCL, CMUCL, LispWorks, ACL and CormanLisp Version 0.9 Copyright (C) Paul Meurer 1999-2001 All rights reserved. paul.meurer@hit.uib.no Use and copying of this software and preparation of derivative works based upon this software are permitted, so long as the following conditions are met: o This copyright notice is included intact. o No fees or compensation are charged for use, copies, or access to this software. You may charge a nominal distribution fee for the physical act of transferring a copy, but you may not charge for the program itself. o You are allowed to use this software as part of a commercial software package, provided that its functionality significantly exceeds the functionality of this software, and that the use of this software is explicitly mentioned in your documentation. This software is made available AS IS, and no warranty is made about the software or its performance. The upper parts of the system are written by me (Roland Averkamp) and carry my copyright notice. For my code I use the new BSD license. Copyright (c) 2005, Roland Averkamp All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the Roland Averkamp nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.