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