1*0Sstevel@tonic-gateCopyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) 2*0Sstevel@tonic-gateAll rights reserved. 3*0Sstevel@tonic-gate 4*0Sstevel@tonic-gateThis package is an DES implementation written by Eric Young (eay@cryptsoft.com). 5*0Sstevel@tonic-gateThe implementation was written so as to conform with MIT's libdes. 6*0Sstevel@tonic-gate 7*0Sstevel@tonic-gateThis library is free for commercial and non-commercial use as long as 8*0Sstevel@tonic-gatethe following conditions are aheared to. The following conditions 9*0Sstevel@tonic-gateapply to all code found in this distribution. 10*0Sstevel@tonic-gate 11*0Sstevel@tonic-gateCopyright remains Eric Young's, and as such any Copyright notices in 12*0Sstevel@tonic-gatethe code are not to be removed. 13*0Sstevel@tonic-gateIf this package is used in a product, Eric Young should be given attribution 14*0Sstevel@tonic-gateas the author of that the SSL library. This can be in the form of a textual 15*0Sstevel@tonic-gatemessage at program startup or in documentation (online or textual) provided 16*0Sstevel@tonic-gatewith the package. 17*0Sstevel@tonic-gate 18*0Sstevel@tonic-gateRedistribution and use in source and binary forms, with or without 19*0Sstevel@tonic-gatemodification, are permitted provided that the following conditions 20*0Sstevel@tonic-gateare met: 21*0Sstevel@tonic-gate1. Redistributions of source code must retain the copyright 22*0Sstevel@tonic-gate notice, this list of conditions and the following disclaimer. 23*0Sstevel@tonic-gate2. Redistributions in binary form must reproduce the above copyright 24*0Sstevel@tonic-gate notice, this list of conditions and the following disclaimer in the 25*0Sstevel@tonic-gate documentation and/or other materials provided with the distribution. 26*0Sstevel@tonic-gate3. All advertising materials mentioning features or use of this software 27*0Sstevel@tonic-gate must display the following acknowledgement: 28*0Sstevel@tonic-gate This product includes software developed by Eric Young (eay@cryptsoft.com) 29*0Sstevel@tonic-gate 30*0Sstevel@tonic-gateTHIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 31*0Sstevel@tonic-gateANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 32*0Sstevel@tonic-gateIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 33*0Sstevel@tonic-gateARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 34*0Sstevel@tonic-gateFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 35*0Sstevel@tonic-gateDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 36*0Sstevel@tonic-gateOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 37*0Sstevel@tonic-gateHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 38*0Sstevel@tonic-gateLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 39*0Sstevel@tonic-gateOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 40*0Sstevel@tonic-gateSUCH DAMAGE. 41*0Sstevel@tonic-gate 42*0Sstevel@tonic-gateThe license and distribution terms for any publically available version or 43*0Sstevel@tonic-gatederivative of this code cannot be changed. i.e. this code cannot simply be 44*0Sstevel@tonic-gatecopied and put under another distrubution license 45*0Sstevel@tonic-gate[including the GNU Public License.] 46*0Sstevel@tonic-gate 47*0Sstevel@tonic-gateThe reason behind this being stated in this direct manner is past 48*0Sstevel@tonic-gateexperience in code simply being copied and the attribution removed 49*0Sstevel@tonic-gatefrom it and then being distributed as part of other packages. This 50*0Sstevel@tonic-gateimplementation was a non-trivial and unpaid effort. 51