Jean-Paul Calderone | 897bc25 | 2008-02-18 20:50:23 -0500 | [diff] [blame^] | 1 | |
| 2 | pyOpenSSL - A Python wrapper around the OpenSSL library |
| 3 | ------------------------------------------------------------------------------ |
| 4 | |
| 5 | Copyright (C) AB Strakt 2001, All rights reserved |
| 6 | |
| 7 | I wrote this module working for AB Strakt (http://www.strakt.com/) and they |
| 8 | paid me to do it, and it is with their consent this module is released to the |
| 9 | general public. |
| 10 | |
| 11 | See the file INSTALL for installation instructions. |
| 12 | |
| 13 | I appreciate bug reports and patches, just mail me! |
| 14 | |
| 15 | |
| 16 | This library is free software; you can redistribute it and/or |
| 17 | modify it under the terms of the GNU Lesser General Public |
| 18 | License as published by the Free Software Foundation; either |
| 19 | version 2 of the License, or (at your option) any later version. |
| 20 | |
| 21 | This library is distributed in the hope that it will be useful, |
| 22 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 23 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 24 | Lesser General Public License for more details. |
| 25 | |
| 26 | A copy of the GNU Lesser General Public License (version 2.1) is included in |
| 27 | the file COPYING. |
| 28 | |
| 29 | |
| 30 | @(#) $Id: README,v 1.2 2001/07/25 10:42:57 martin Exp $ |