$darkmode
Libical API Documentation 4.0 STABLE VERSION Visit the v3.0 documentation
/tmp/B.47ejeh9m/BUILD/libical-4.0.3-build/libical-4.0.3/docs/CONTRIBUTORS.md
1 # Contributors
2 
3 The Libical project was founded in 1999 (or perhaps earlier) by Eric Busboom <eric@clarinova.com>.
4 
5 We use the term "Contributors to the Libical project" to indicate the current active developers,
6 to include and not limited to:
7 
8 * Allen Winter <winter@kde.org> (Maintainer)
9 * Eric Busboom <eric@clarinova.com> (Founder)
10 * Ken Murchison <murch@fastmail.com>
11 * Kent Sutherland <git@ksuther.com>
12 * Markus Minichmayr <markus@tapkey.com>
13 * Milan Crha <mcrha@redhat.com>
14 * Corentin Noël <corentin@elementary.io>
15 
16 There are now far too many Libical contributors to list here.
17 See the commit history for the complete list.
18 
19 From pre-2015 (the first 15 years) we recognize these people who contributed by means
20 outside of a version control system:
21 
22 * Allan Clark <allanc@atlas.platypus.bc.ca> for testing libical against UnixWare.
23 
24 * Graham Davison <g.m.davison@computer.org> for MacOS support and miscellaneous code bits
25 
26 * Seth Alves <alves@hungry.com> for the first cut at the Makefile.am files and various utility functions.
27 
28 * Russ Steinthal <rms39@columbia.edu> for several utility functions and comments.
29 
30 * Ola Lundqvist <olalu526@student.liu.se> for the vCal test data file.
31 
32 * Colin DuPlantis <colin@cp.net> for new functions in icalparser.c
33 
34 * Holger Schmidt <hschmidt@chronolabs.de> for all of icalcstp.c, The CSTP protocol implementation,
35  and modifications to icalcstp.h
36 
37 * Gisle Hannemyr <gisle@oslonett.no> The decode*() functions in sspm.c are based on the decode()
38  routine in the mimelite program, Copyright (c) 1994 Gisle Hannemyr.
39 
40 * The Evolution team at Helixcode for miscellaneous patches and adjustments to the build system:
41 
42  * Federico Mena Quintero <federico@helixcode.com>
43  * JP Rosevear <jpr@helixcode.com>
44  * Ettore Perazzoli <ettore@helixcode.com>
45  * Christopher James Lahey <clahey@helixcode.com>
46  * Peter Williams <peterw@helixcode.com>)
47 
48 * Cornelius Schumacher <schumacher@kde.org> for many insightful suggestions and a few patches.
49 
50 * Mark D. Anderson <mda@discerning.com> for discussions and ideas.
51 
52 * Martin Neimeier <nei@ibn.de> for correcting bugs in icalrecur.c
53 
54 * Tom Leitner <tom@radar.tu-graz.ac.at> For several bug fixes in compiling on Tru64 UNIX.
55 
56 * Patrick Lewis <plewis@inetarena.com> for several bug reports and substantial (co-authorship)
57  contributions to the Python bindings
58 
59 * Larry W. Virden <lvirden@cas.org> for several bug reports in compiling on Solaris.
60 
61 * Bryan Bartone <bsb@mesasys.com> for code changes based on porting libical to Windows.
62 
63 * Hubert V <hubertv@bigfoot.com> for checking and analyzing the output of the recurrence rule system.
64 
65 * Jonathan Yue <jonathan.yue@cp.net> for icalproperty_get_name()
66 
67 * Jeff Mace <jhm18@psu.edu> for finding bugs in gauges.
68 
69 * John Gray <gray@agora-net.com> for routing memory leaks, porting to WIN32, and taking over
70  leadership of the project.
71 
72 * Andrea Campi <a.campi@inet.it> for miscellaneous updates and beginning of Doxygen documentation.
73 
74 * Paul Lindner <plindner@cp.net> for several contributions, including C++ binding, reentrant parser,
75  thread safe memory allocator, and a lot of documentation.
76 
77 * Mark Tearle <mtearle@tearle.com> for keeping the Python bindings up to date.