1
psycopg is free software; you can redistribute it and/or modify
2
it under the terms of the GNU General Public License as published by
3
the Free Software Foundation; either version 2 of the License, or
4
(at your option) any later version. See file COPYING for details.
6
As a special exception, specific permission is granted for the GPLed
7
code in this distribition to be linked to OpenSSL and PostgreSQL libpq
8
without invoking GPL clause 2(b).
10
If you prefer you can use the Zope Database Adapter ZPsycopgDA (i.e.,
11
every file inside the ZPsycopgDA directory) user the ZPL license as
12
published on the Zope web site, http://www.zope.org/Resources/ZPL.
14
Also, the following BSD-like license applies (at your option) to the
15
files following the pattern psycopg/adapter*.{h,c} and
16
psycopg/microprotocol*.{h,c}:
18
Permission is granted to anyone to use this software for any purpose,
19
including commercial applications, and to alter it and redistribute it
20
freely, subject to the following restrictions:
22
1. The origin of this software must not be misrepresented; you must not
23
claim that you wrote the original software. If you use this
24
software in a product, an acknowledgment in the product documentation
25
would be appreciated but is not required.
27
2. Altered source versions must be plainly marked as such, and must not
28
be misrepresented as being the original software.
30
3. This notice may not be removed or altered from any source distribution.
32
psycopg is distributed in the hope that it will be useful,
33
but WITHOUT ANY WARRANTY; without even the implied warranty of
34
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35
GNU General Public License for more details.