1 Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
2 All rights reserved.
3
4 This package is an SSL implementation written
5 by Eric Young (eay@cryptsoft.com).
6 The implementation was written so as to conform with Netscapes SSL.
7
8 This library is free for commercial and non-commercial use as long as
9 the following conditions are aheared to.  The following conditions
10 apply to all code found in this distribution, be it the RC4, RSA,
11 lhash, DES, etc., code; not just the SSL code.  The SSL documentation
12 included with this distribution is covered by the same copyright terms
13 except that the holder is Tim Hudson (tjh@cryptsoft.com).
14
15 Copyright remains Eric Young's, and as such any Copyright notices in
16 the code are not to be removed.
17 If this package is used in a product, Eric Young should be given
18 attribution as the author of the parts of the library used.
19 This can be in the form of a textual message at program startup or
20 in documentation (online or textual) provided with the package.
21
22 Redistribution and use in source and binary forms, with or without
23 modification, are permitted provided that the following conditions
24 are met:
25
26 1. Redistributions of source code must retain the copyright
27    notice, this list of conditions and the following disclaimer.
28 2. Redistributions in binary form must reproduce the above copyright
29    notice, this list of conditions and the following disclaimer in
30    the documentation and/or other materials provided with the
31    distribution.
32 3. All advertising materials mentioning features or use of this
33    software must display the following acknowledgement:
34    "This product includes cryptographic software written by
35     Eric Young (eay@cryptsoft.com)"
36
37    The word 'cryptographic' can be left out if the rouines from the
38    library being used are not cryptographic related :-).
39 4. If you include any Windows specific code (or a derivative thereof)
40    from the apps directory (application code) you must include an
41    acknowledgement:
42    "This product includes software written by Tim Hudson
43    (tjh@cryptsoft.com)"
44
45 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
46 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
47 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
48 PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
49 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
50 OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
51 OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
52 BUSINESS INTERRUPTION)
53 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
54 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
55 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
56 POSSIBILITY OF SUCH DAMAGE.
57
58 The licence and distribution terms for any publically available
59 version or derivative of this code cannot be changed.  i.e. this
60 code cannot simply be copied and put under another distribution
61 licence [including the GNU Public Licence.]
62