Imported Upstream version 0.7.2
[platform/upstream/ltrace.git] / CREDITS
1         This is at least a partial credits-file of people that have
2         contributed to the Ltrace project.  It is sorted by name and
3         formatted to allow easy grepping and beautification by
4         scripts.  The fields are: name (N), email (E), web-address
5         (W), PGP key ID and fingerprint (P), description (D), and
6         snail-mail address (S).
7 ----------
8
9 N: Pat Beirne
10 E: pbeirne@home.com
11 D: ARM port
12
13 N: Anton Blanchard
14 E: anton@samba.org
15 D: PowerPC port
16
17 N: Jakub Bogusz
18 E: qboosh@pld-linux.org
19 D: Alpha port
20
21 N: Paul Buerger
22 E: pbuerger@avetec.org
23 D: Fix measuring time spent in a syscall
24
25 N: Silvio Cesare
26 E: silvio@big.net.au
27 D: ELF hacking
28
29 N: Juan Cespedes
30 W: http://cespedes.org/
31 E: cespedes@debian.org
32 D: All development up to 0.5.3
33
34 N: Joe Damato
35 E: ice799@gmail.com
36 D: libdl support
37 D: libunwind support
38 D: Release 0.6
39
40 N: Sedat Dilek
41 E: sedat.dilek@gmail.com
42 D: Fixes and testing for MIPS arch
43
44 N: Michael K. Edwards
45 E: m.k.edwards@gmail.com
46 D: Fixes
47
48 N: Morten Eriksen
49 E: mortene@sim.no
50 D: Fixes
51
52 N: Timothy Fesig
53 E: slate@us.ibm.com
54 D: s390 port
55
56 N: Roman Hodek
57 E: Roman.Hodek@informatik.uni-erlangen.de
58 D: m68k port
59
60 N: Edgar E. Iglesias
61 E: edgar.iglesias@gmail.com
62 D: CRIS port
63 D: MIPSel port
64
65 N: Andreas Jaeger
66 E: aj@suse.de
67 D: x86-64 port
68
69 N: Jakub Jelinek
70 E: jakub@redhat.com
71 D: SPARC port
72 D: x86-64 fixes
73 D: libelf support
74 D: Fixes
75
76 N: Michal Ludvig
77 E: mludvig@suse.cz
78 D: x86-64 fixes
79 D: Support for Elf64 binaries
80
81 N: Petr Machata
82 E: pmachata@redhat.com
83 D: Tracing multi-threaded processes
84 D: Tracing inter-library calls
85 D: Tracing PIE binaries
86 D: Fetch backend, ABI fixes for various arches
87 D: PowerPC fixes
88 D: Manual pages
89 D: Release 0.7
90
91 N: Santiago Romero
92 E: santiago.romero@imdea.org
93
94 N: Andreas Schwab
95 E: schwab@linux-m68k.org
96 D: m68k fixes, fetch backend
97
98 N: César Sánchez
99 E: cesar.sanchez@imdea.org
100
101 N: Eric Vaitl
102 E: evaitl@cisco.com
103 D: MIPSel port
104
105 N: Ian Wienand
106 E: ianw@gelato.unsw.edu.au
107 D: ia64 port
108
109 N: Andrey Zonov
110 E: zont@FreeBSD.org
111 D: Portability fixes
112
113
114 # This file is part of ltrace.
115 #
116 # ltrace is free software; you can redistribute it and/or modify it
117 # under the terms of the GNU General Public License as published by
118 # the Free Software Foundation; either version 2 of the License, or
119 # (at your option) any later version.
120 #
121 # ltrace is distributed in the hope that it will be useful, but
122 # WITHOUT ANY WARRANTY; without even the implied warranty of
123 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
124 # General Public License for more details.
125 #
126 # You should have received a copy of the GNU General Public License
127 # along with this program.  If not, see <http://www.gnu.org/licenses/>.