1 | Written by D'Arcy J.M. Cain (darcy@druid.net) |
---|
2 | |
---|
3 | Based heavily on code written by Pascal Andre (andre@chimay.via.ecp.fr) |
---|
4 | |
---|
5 | Copyright (c) 1995, Pascal Andre |
---|
6 | |
---|
7 | Further modifications copyright (c) 1997-2008 by D'Arcy J.M. Cain |
---|
8 | (darcy@PyGreSQL.org) |
---|
9 | |
---|
10 | Further modifications copyright (c) 2009-2019 by the PyGreSQL team. |
---|
11 | |
---|
12 | PyGreSQL is released under the PostgreSQL License, a liberal Open Source |
---|
13 | license, similar to the BSD or MIT licenses: |
---|
14 | |
---|
15 | Permission to use, copy, modify, and distribute this software and its |
---|
16 | documentation for any purpose, without fee, and without a written agreement |
---|
17 | is hereby granted, provided that the above copyright notice and this |
---|
18 | paragraph and the following two paragraphs appear in all copies. In |
---|
19 | this license the term "AUTHORS" refers to anyone who has contributed code |
---|
20 | to PyGreSQL. |
---|
21 | |
---|
22 | IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, |
---|
23 | SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, |
---|
24 | ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF |
---|
25 | AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
---|
26 | |
---|
27 | THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED |
---|
28 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
---|
29 | PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE |
---|
30 | AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, |
---|
31 | ENHANCEMENTS, OR MODIFICATIONS. |
---|