-
Notifications
You must be signed in to change notification settings - Fork 3
/
AUTHORS
95 lines (80 loc) · 3.94 KB
/
AUTHORS
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
# $Id$
Authors and Contributors:
Andrew Arensburger <[email protected]>: Project coordinator and
benevolent dictator.
Louis A. Mamakos <[email protected]>: USB support.
Mark Coletti <[email protected]>: The original Makefile.am, which was
then mangled out of all recognition and finally tossed.
Rob Fugina <[email protected]>: Alpha-testing at personal risk to his
data.
Justin Ferguson <[email protected]>: groveled through .h files to come
up with a patch for misbehaving 'gcc's.
Pace Willisson <[email protected]>.
Jorge Barros <[email protected]>: French translation.
Christian Kirsch <[email protected]>: German translation.
Ward Vandewege <[email protected]>.
Charles Lepple <[email protected]>
Shawn Sorichetti <[email protected]>: Explained about USB under Linux.
Dirk-Willem van Gulik <[email protected]>.
Johnny C. Lam <[email protected]>.
Andrew J. Korty <[email protected]>: Patch for setting username.
Hollis Blanchard <[email protected]>: Portability and install patch.
John Chia <[email protected]>: Added text-wrap feature to 'send-mail'
Sumant S.R. Oemrawsingh <[email protected]>: Preferences.
Andreas J. Koenig <[email protected]>: $VERSION in Perl.
John-David Smith <[email protected]>: Install conduits.
Philipp Matthias Hahn <[email protected]>: Updated German
translations, various patches.
Ted Faber <[email protected]>.
Zachary P. Landau <[email protected]>: Added -z option.
Mark Reed <[email protected]>.
Alessandro Gatti <[email protected]>: Italian translation.
Koen Deforche <[email protected]>: support for Palm M50x series.
Mike Durian <[email protected]>.
Fred Gylys-Colwell <[email protected]>.
Nicholas J Kreucher <[email protected]>: Info on Sony Clie.
Francisco Castro <[email protected]>
Bob Geer <[email protected]>
Samuel Tardieu <[email protected]>: continuation lines in send-mail.
Petr Kubanek <[email protected]>: Czech translation.
Brian Johnson <[email protected]>: SPC.pm documentation.
Alessandro Zummo <[email protected]>: new functions in SPC.pm,
named listen blocks, autoinit, etc.
Kenneth Lorber <[email protected]>: pda_block propagation patch.
Michael Lestinsky <[email protected]>: PCONNFL_PROMPT patch.
Takeshi AIHANA <[email protected]>: Japanese translation.
Bron Gondawna <[email protected]>: Modem support, command line config file
in daemon mode and wildcards in palms file.
Miguel Angelo Rozsas <[email protected]>: Portuguese (Brazilian)
translation.
Christophe Beauregard <[email protected]>: assorted hackery
Ferry Hendrikx <[email protected]>: PDA side HotSync code.
Allan Neal <[email protected]>: todo-text patch
Wim Heirman <[email protected]>: SyncType patch for conduit.c
Andrzej Dzik <[email protected]>: assorted patches
A big thank you to Kenneth Albanowski and the rest of the
authors of the pilot-link code, for providing a reference
implementation.
Other contributors:
* cfmakeraw:
This product includes software developed by the University of
California, Berkeley and its contributors.
Specifically, the cfmakeraw() function comes from the FreeBSD
3.0 source (modified to conform to ANSI declaration style, rather than
K&R). See "libpconn/cfmakeraw.c" for copyright and license terms.
* snprintf:
This product includes software developed by the Apache Group
for use in the Apache HTTP server project (http://www.apache.org/).
Specifically, the file "src/ap_snprintf.c" is the file
<apache-src>/src/ap/ap_snprintf.c from the Apache source, with minor
modifications. That file, in turn, says:
This code is based on, and used with the permission of, the
SIO stdio-replacement strx_* functions by Panos Tsirigotis
<[email protected]> for xinetd.
* install-sh:
The script "install-sh" is Copyright 1991 by the Massachusetts
Institute of Technology. See "install-sh" for copyright and license
terms.
* mkinstalldirs:
The script "mkinstalldirs" was written by Noah Friedman
<[email protected]>, and is in the public domain.