COPYRIGHT 2.3 KB

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