~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to LICENSE

  • Committer: Federico Di Gregorio
  • Date: 2005-01-20 05:49:40 UTC
  • Revision ID: fog-7e871bddd10637cd35a35849556d0b49b4be53b4
License changes. Fixes. Added register_adapter().

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.
 
5
 
 
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).
 
9
 
 
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.
 
13
 
 
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}:
 
17
 
 
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:
 
21
 
 
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.
 
26
 
 
27
 2. Altered source versions must be plainly marked as such, and must not
 
28
    be misrepresented as being the original software.
 
29
 
 
30
 3. This notice may not be removed or altered from any source distribution.
 
31
 
 
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.