1Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) 2All rights reserved. 3 4This package is an Blowfish implementation written 5by Eric Young (eay@cryptsoft.com). 6 7This library is free for commercial and non-commercial use as long as 8the following conditions are aheared to. The following conditions 9apply to all code found in this distribution. 10 11Copyright remains Eric Young's, and as such any Copyright notices in 12the code are not to be removed. 13 14Redistribution and use in source and binary forms, with or without 15modification, are permitted provided that the following conditions 16are met: 171. Redistributions of source code must retain the copyright 18 notice, this list of conditions and the following disclaimer. 192. Redistributions in binary form must reproduce the above copyright 20 notice, this list of conditions and the following disclaimer in the 21 documentation and/or other materials provided with the distribution. 223. All advertising materials mentioning features or use of this software 23 must display the following acknowledgement: 24 This product includes software developed by Eric Young (eay@cryptsoft.com) 25 26THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 27ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 28IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 29ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 30FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 31DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 32OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 33HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 34LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 35OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 36SUCH DAMAGE. 37 38The license and distribution terms for any publically available version or 39derivative of this code cannot be changed. i.e. this code cannot simply be 40copied and put under another distrubution license 41[including the GNU Public License.] 42 43The reason behind this being stated in this direct manner is past 44experience in code simply being copied and the attribution removed 45from it and then being distributed as part of other packages. This 46implementation was a non-trivial and unpaid effort. 47