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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
|
Program: GnuPG
Maintainer: Werner Koch <[email protected]>
Bug reports: <[email protected]>
Security related bug reports: <[email protected]>
Authors
=======
Ales Nyakhaychyk <[email protected]> Translations [be]
Birger Langkjer <[email protected]> Translations [da]
Maxim Britov <[email protected]> Translations [ru]
Daniel Resare <[email protected]> Translations [sv]
Per Tunedal <[email protected]> Translations [sv]
David Shaw <[email protected]> Assigns past and future changes.
(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]
Florian Weimer <[email protected]> Assigns past and future changes
(changed:g10/parse-packet.c, include/iobuf.h, util/iobuf.c)
Gaël Quéri <[email protected]> Translations [fr]
(fixed a lot of typos)
Gregory Steuck <[email protected]> Translations [ru]
Nagy Ferenc László <[email protected]> Translations [hu]
Ivo Timmermans <[email protected]> Translations [nl]
Jacobo Tarri'o Barreiro <[email protected]> Translations [gl]
Janusz Aleksander Urbanowicz <[email protected]> Translations [po]
Jedi Lin <[email protected]> Translations [zh-tw]
Jouni Hiltunen <[email protected]> Translations [fi]
Tommi Vainikainen <[email protected]> Translations [fi]
Laurentiu Buzdugan <[email protected]> Translations [ro]
Magda Procha'zkova' <[email protected]> Translations [cs]
Michael Roth <[email protected]> Assigns changes.
(wrote cipher/des.c., changes and bug fixes all over the place)
Michal Majer <[email protected]> Translations [sk]
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>
Assigns past and future changes
(configure.in, cipher/rndlinux.c, FAQ)
Paul Eggert <[email protected]>
(configuration macros for LFS)
Pavel I. Shajdo <[email protected]> Translations [ru]
(man pages)
Pedro Morais <[email protected]> Translations [pt_PT]
Rémi Guyomarch <[email protected]> Assigns past and future changes.
(g10/compress.c, g10/encr-data.c,
g10/free-packet.c, g10/mdfilter.c, g10/plaintext.c, util/iobuf.c)
Stefan Bellon <[email protected]> Assigns past and future changes.
(All patches to support RISC OS)
Timo Schulz <[email protected]> Assigns past and future changes.
(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]> Assigns GNU Privacy Guard and future changes.
(started the whole thing)
Yosiaki IIDA <[email protected]> Translations [ja]
Other authors
=============
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 RPM specs file scripts/gnupg.spec has been contributed by
several people.
The files below scripts/conf-w32brg/ is a contribution to GnuPG by
Brian Gladman and not to be considered a proper part of GnuPG.
Copyright 1998, 1999, 2000, 2001, 2002, 2004 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.
|