~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to README

  • Committer: Federico Di Gregorio
  • Date: 2005-12-11 07:50:27 UTC
  • Revision ID: fog-933b3ba9d0054bffd82dcb4c86e5e9e2d95f9418
Fixed problem with "fractionary" time zones (Closes: #78).

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
Now go read the INSTALL file. More information about psycopg extensions to
22
22
the DBAPI-2.0 is available in the files located in the doc/ direcory.
23
23
 
24
 
 
25
 
Licence
26
 
-------
27
 
 
28
 
psycopg is free software; you can redistribute it and/or modify
29
 
it under the terms of the GNU General Public License as published by
30
 
the Free Software Foundation; either version 2 of the License, or
31
 
(at your option) any later version. See file COPYING for details.
32
 
 
33
 
As a special exception, specific permission is granted for the GPLed code in
34
 
this distribition to be linked to OpenSSL and PostgreSQL libpq without
35
 
invoking GPL clause 2(b).
36
 
 
37
 
If you prefer you can use the Zope Database Adapter ZPsycopgDA (i.e., every
38
 
file inside the ZPsycopgDA directory) under the ZPL license as published on
39
 
the Zope web site, http://www.zope.org/Resources/ZPL. The ZPL is perfectly
40
 
compatible with the GPL
41
 
 
42
 
psycopg is distributed in the hope that it will be useful, but WITHOUT ANY
43
 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
44
 
FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
45
 
details.
 
24
psycopg is free software ("free as in freedom" but I like beer too.)
 
25
Licensing information is available in the LICENSE file.