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