diff options
Diffstat (limited to 'debian/copyright.head')
-rw-r--r-- | debian/copyright.head | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/copyright.head b/debian/copyright.head new file mode 100644 index 000000000..5bd397447 --- /dev/null +++ b/debian/copyright.head | |||
@@ -0,0 +1,36 @@ | |||
1 | This package was debianized by Philip Hands <phil@hands.com> on 31 Oct 1999 | ||
2 | (with help from Dan Brosemer <odin@linuxfreak.com>) | ||
3 | |||
4 | It was downloaded from here: | ||
5 | ftp://ftp.fu-berlin.de/unix/security/openssh/openssh-2.3.0p1.tar.gz | ||
6 | |||
7 | worldwide mirrors are listed here: | ||
8 | http://www.openssh.com/ftp.html | ||
9 | |||
10 | The Debian specific parts of the package are mostly taken from the | ||
11 | original ssh package, which has since been renamed as ssh-nonfree. | ||
12 | |||
13 | The Debian patch is distributed under the terms of the GPL. | ||
14 | |||
15 | The upstream source for this package is a combination of the ssh | ||
16 | branch that is being maintained by the OpenBSD team (starting from | ||
17 | the last version of SSH that was distributed under a free license), | ||
18 | and porting work by Damien Miller <damien@ibs.com.au> to get it | ||
19 | working on Linux. Other people also contributed to this, and are | ||
20 | credited in /usr/share/doc/ssh/README. | ||
21 | |||
22 | Copyright: | ||
23 | |||
24 | Code in helper.[ch] is Copyright Internet Business Solutions and is | ||
25 | released under a X11-style license (see source file for details). | ||
26 | |||
27 | (A)RC4 code in rc4.[ch] is Copyright Damien Miller. It too is under a | ||
28 | X11-style license (see source file for details). | ||
29 | |||
30 | make-ssh-known-hosts is Copyright Tero Kivinen <Tero.Kivinen@hut.fi>, | ||
31 | and is distributed under the GPL (see source file for details). | ||
32 | |||
33 | The copyright for the original SSH version follows. It has been | ||
34 | modified with [comments] to reflect the changes that the OpenBSD folks | ||
35 | have made: | ||
36 | |||