1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
Program: GnuPG
Maintainer: Werner Koch <[email protected]>
Bug reports: <[email protected]>
Security related bug reports: <[email protected]>
Authors
=======
Birger Langkjer <[email protected]> Translations [da]
Daniel Resare <[email protected]> Translations [sv]
David Shaw <[email protected]> Assignment
(all in keyserver/,
a lot of changes in g10/ see the ChangeLog,
bug fixes here and there)
Dokianakis Theofanis <[email protected]> Translations [el]
Edmund GRIMLEY EVANS <[email protected]> Translations [eo]
Ga�l Qu�ri <[email protected]> Translations [fr]
(fixed a lot of typos)
Gregory Steuck <[email protected]> Translations [ru]
Ivo Timmermans <[email protected]> Translations [nl]
Jacobo Tarri'o Barreiro <[email protected]> Translations [gl]
Janusz Aleksander Urbanowicz <[email protected]> Translations [po]
Magda Procha'zkova' <[email protected]> Translations [cs]
Michael Roth <[email protected]> Assignment
(wrote cipher/des.c., changes and bug fixes all over the place)
Marco d'Itri <[email protected]> Translations [it]
Matthew Skala <[email protected]> Disclaimer
(wrote cipher/twofish.c)
Niklas Hernaeus <[email protected]> Disclaimer
(weak key patches)
Nilgun Belma Buguner <[email protected]> Translations [tr]
Nils Ellmenreich <nils 'at' infosun.fmi.uni-passau.de> Assignment
(configure.in, cipher/rndlinux.c, FAQ)
Paul Eggert <[email protected]>
(configuration macros for LFS)
Pedro Morais <[email protected]> Translations [pt_PT]
R�mi Guyomarch <[email protected]> Assignment
(g10/compress.c, g10/encr-data.c,
g10/free-packet.c, g10/mdfilter.c, g10/plaintext.c, util/iobuf.c)
Stefan Bellon <[email protected]> Assignment
(All patches to support RISC OS)
Timo Schulz <[email protected]> Assignment
(util/w32reg.c, g10/passphrase.c, g10/hkp.c)
Tedi Heriyanto <[email protected]> Translations [id]
Thiago Jung Bauermann <[email protected]> Translations [pt_BR]
Rafael Caetano dos Santos <[email protected]> Translations [pt_BR]
Toomas Soome <[email protected]> Translations [et]
Urko Lusa <[email protected]> Translations [es_ES]
Walter Koch <[email protected]> Translations [de]
Werner Koch <[email protected]> Assignment
(started the whole thing)
Yosiaki IIDA <[email protected]> Translations [ja]
Other legal information
=======================
This program uses the zlib compression library written by
Jean-loup Gailly and Mark Adler.
Most of the stuff in mpi has been taken from the GMP library by
Torbjorn Granlund <[email protected]>.
The Rijndael implementation (cipher/rijndael.c) is based on the
public domain reference code provided for the AES selection process.
The Rijndael algorithm is due to Joan Daemen and Vincent Rijmen.
The files cipher/rndunix.c and cipher/rndw32.c are based on rndunix.c
and rndwin32.c from cryptlib.
Copyright Peter Gutmann, Paul Kendall, and Chris Wedgwood 1996-1999.
The files in debian/ are by James Troup who is the Debian maintainer
for GnuPG.
The RPM specs file scripts/gnupg.spec has been contributed by
several people.
Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
modifications, as long as this notice is preserved.
This file is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|