r8821: integrate usql support
[clsql.git] / usql / COPYING
1 This document contains the copyright notices distributed with: 
2
3   o UncommonSQL  
4   o CLSQL 
5   o MaiSQL 
6
7 from which this software was derived. 
8
9
10 UncommonSQL ================================================================
11 ============================================================================
12
13 Copyright (c) 1999 - 2003 onShore Development, Inc.
14 All rights reserved.
15
16 Redistribution and use in source and binary forms, with or without
17 modification, are permitted provided that the following conditions
18 are met:
19 1. Redistributions of source code must retain the above copyright
20    notice, this list of conditions and the following disclaimer.
21 2. Redistributions in binary form must reproduce the above copyright
22    notice, this list of conditions and the following disclaimer in the
23    documentation and/or other materials provided with the distribution.
24 3. The name of the author may not be used to endorse or promote products
25    derived from this software without specific prior written permission.
26
27 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
28 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
29 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
30 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
31 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
32 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
38
39 CLSQL ======================================================================
40 ============================================================================
41
42 CLSQL is written and Copyright (c) 2002 by Kevin M. Rosenberg and is
43 based on the MaiSQL package written and Copyright (c) 1999-2001 by
44 Pierre R. Mai.
45
46 CLSQL is licensed under the terms of the Lisp Lesser GNU
47 Public License (http://opensource.franz.com/preamble.html), known as
48 the LLGPL.  The LLGPL consists of a preamble (see above URL) and the
49 LGPL.  Where these conflict, the preamble takes precedence. 
50 CLSQL is referenced in the preamble as the "LIBRARY."
51
52 CLSQL is distributed in the hope that it will be useful,
53 but WITHOUT ANY WARRANTY; without even the implied warranty of
54 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
55
56
57 MaiSQL =====================================================================
58 ============================================================================
59
60   Copyright (C) 1999-2001 Pierre R. Mai
61
62   Permission is hereby granted, free of charge, to any person obtaining
63   a copy of this software and associated documentation files (the
64   "Software"), to deal in the Software without restriction, including
65   without limitation the rights to use, copy, modify, merge, publish,
66   distribute, sublicense, and/or sell copies of the Software, and to
67   permit persons to whom the Software is furnished to do so, subject to
68   the following conditions:
69
70   The above copyright notice and this permission notice shall be
71   included in all copies or substantial portions of the Software.
72
73   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
74   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
75   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
76   IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
77   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
78   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
79   OTHER DEALINGS IN THE SOFTWARE.
80
81   Except as contained in this notice, the name of the author shall
82   not be used in advertising or otherwise to promote the sale, use or
83   other dealings in this Software without prior written authorization
84   from the author.