copyright 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. This package was debianized by Ivo Timmermans <itimmermans@bigfoot.com> on
  2. Fri, 21 Apr 2000 17:07:50 +0200.
  3. It was downloaded from http://tinc.nl.linux.org/
  4. Upstream Author(s):
  5. Ivo Timmermans <itimmermans@bigfoot.com>
  6. Guus Sliepen <guus@sliepen.warande.net>
  7. Copyright: GPL version 2. On Debian GNU/Linux systems, the complete
  8. text of the GNU General Public License can be found in
  9. /usr/share/common-licenses/GPL.
  10. The blowfish library is from the libssl package by Eric Young. The
  11. copyright notice for this library follows.
  12. ----------------------------------------------------------------------
  13. Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
  14. All rights reserved.
  15. This package is an Blowfish implementation written
  16. by Eric Young (eay@mincom.oz.au).
  17. This library is free for commercial and non-commercial use as long as
  18. the following conditions are aheared to. The following conditions
  19. apply to all code found in this distribution.
  20. Copyright remains Eric Young's, and as such any Copyright notices in
  21. the code are not to be removed.
  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. 1. Redistributions of source code must retain the copyright
  26. notice, this list of conditions and the following disclaimer.
  27. 2. Redistributions in binary form must reproduce the above copyright
  28. notice, this list of conditions and the following disclaimer in the
  29. documentation and/or other materials provided with the distribution.
  30. 3. All advertising materials mentioning features or use of this software
  31. must display the following acknowledgement:
  32. This product includes software developed by Eric Young (eay@mincom.oz.au)
  33. THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  34. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  35. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  36. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  37. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  38. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  39. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  40. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  41. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  42. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  43. SUCH DAMAGE.
  44. The license and distribution terms for any publically available version or
  45. derivative of this code cannot be changed. i.e. this code cannot simply be
  46. copied and put under another distrubution license
  47. [including the GNU Public License.]
  48. The reason behind this being stated in this direct manner is past
  49. experience in code simply being copied and the attribution removed
  50. from it and then being distributed as part of other packages. This
  51. implementation was a non-trivial and unpaid effort.