1*ebfedea0SLionel SambucCopyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) 2*ebfedea0SLionel SambucAll rights reserved. 3*ebfedea0SLionel Sambuc 4*ebfedea0SLionel SambucThis package is an DES implementation written by Eric Young (eay@cryptsoft.com). 5*ebfedea0SLionel SambucThe implementation was written so as to conform with MIT's libdes. 6*ebfedea0SLionel Sambuc 7*ebfedea0SLionel SambucThis library is free for commercial and non-commercial use as long as 8*ebfedea0SLionel Sambucthe following conditions are aheared to. The following conditions 9*ebfedea0SLionel Sambucapply to all code found in this distribution. 10*ebfedea0SLionel Sambuc 11*ebfedea0SLionel SambucCopyright remains Eric Young's, and as such any Copyright notices in 12*ebfedea0SLionel Sambucthe code are not to be removed. 13*ebfedea0SLionel SambucIf this package is used in a product, Eric Young should be given attribution 14*ebfedea0SLionel Sambucas the author of that the SSL library. This can be in the form of a textual 15*ebfedea0SLionel Sambucmessage at program startup or in documentation (online or textual) provided 16*ebfedea0SLionel Sambucwith the package. 17*ebfedea0SLionel Sambuc 18*ebfedea0SLionel SambucRedistribution and use in source and binary forms, with or without 19*ebfedea0SLionel Sambucmodification, are permitted provided that the following conditions 20*ebfedea0SLionel Sambucare met: 21*ebfedea0SLionel Sambuc1. Redistributions of source code must retain the copyright 22*ebfedea0SLionel Sambuc notice, this list of conditions and the following disclaimer. 23*ebfedea0SLionel Sambuc2. Redistributions in binary form must reproduce the above copyright 24*ebfedea0SLionel Sambuc notice, this list of conditions and the following disclaimer in the 25*ebfedea0SLionel Sambuc documentation and/or other materials provided with the distribution. 26*ebfedea0SLionel Sambuc3. All advertising materials mentioning features or use of this software 27*ebfedea0SLionel Sambuc must display the following acknowledgement: 28*ebfedea0SLionel Sambuc This product includes software developed by Eric Young (eay@cryptsoft.com) 29*ebfedea0SLionel Sambuc 30*ebfedea0SLionel SambucTHIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 31*ebfedea0SLionel SambucANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 32*ebfedea0SLionel SambucIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 33*ebfedea0SLionel SambucARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 34*ebfedea0SLionel SambucFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 35*ebfedea0SLionel SambucDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 36*ebfedea0SLionel SambucOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 37*ebfedea0SLionel SambucHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 38*ebfedea0SLionel SambucLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 39*ebfedea0SLionel SambucOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 40*ebfedea0SLionel SambucSUCH DAMAGE. 41*ebfedea0SLionel Sambuc 42*ebfedea0SLionel SambucThe license and distribution terms for any publically available version or 43*ebfedea0SLionel Sambucderivative of this code cannot be changed. i.e. this code cannot simply be 44*ebfedea0SLionel Sambuccopied and put under another distrubution license 45*ebfedea0SLionel Sambuc[including the GNU Public License.] 46*ebfedea0SLionel Sambuc 47*ebfedea0SLionel SambucThe reason behind this being stated in this direct manner is past 48*ebfedea0SLionel Sambucexperience in code simply being copied and the attribution removed 49*ebfedea0SLionel Sambucfrom it and then being distributed as part of other packages. This 50*ebfedea0SLionel Sambucimplementation was a non-trivial and unpaid effort. 51