diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-28 13:14:52 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-28 13:14:52 -0400 |
commit | 0a6171402cfff5bf437a18f6fae32fbc0afe3980 (patch) | |
tree | ffaf360786be5310ba1fac7c99e1f053214d6cbd | |
parent | f9e7ed43d6e72693a5ee358a7006cd6566960b19 (diff) | |
download | librambutan-0a6171402cfff5bf437a18f6fae32fbc0afe3980.tar.gz librambutan-0a6171402cfff5bf437a18f6fae32fbc0afe3980.zip |
Add CREDITS file.
It's about time. This initial file is based on the output of
$ git log | grep Author | sort | uniq
It leaves out credit for patches that were later reverted or moved out
of libmaple. It also doesn't credit the many patches and other
bugfixes from users who've e.g. written in the forum describing their
changes, but didn't submit actual patches. Names aren't always
available in cases like those, but if the contributors come forward,
we'd be happy to add them.
Add note in HACKING about adding yourself to CREDITS.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | CREDITS | 79 | ||||
-rw-r--r-- | HACKING | 5 |
2 files changed, 84 insertions, 0 deletions
@@ -0,0 +1,79 @@ + This is at least a partial credits-file of people that have + contributed to libmaple (it was originally drawn from the + commit logs, so it e.g. leaves out contributions that didn't + come in the form of patches). It's formatted the same way as + the Linux kernel CREDITS: sorted by name and formatted for + easy processing. + + The fields are: name (N), email (E), web-address (W), + description (D). Feel free to add any other fields present in + the Linux CREDITS file. + + LeafLabs + +---------- + +N: Marti Bolivar +E: mbolivar@leaflabs.com +D: Current libmaple maintainer +D: Random libmaple hacks + +N: Anton Eltchaninov +E: anton.eltchaninov@gmail.com +D: STM32F1 value line support + +N: Victor G Estevez +E: sphing@sphing.net +D: Makefile tweak + +N: Gaute Hope +E: eg@gaute.vetsj.com +W: http://gaute.vetsj.com/ +D: Makefile fixes + +N: Michael Hope +E: michaelh@juju.net.nz +D: Documentation (!) +D: IWDG support +D: Original DMA support +D: miscellaneous fixes and improvements + +N: Perry Hung +E: iperry@alum.mit.edu +D: Original libmaple hacker + +N: David Kiliani +E: mail@davidkiliani.de +D: Olimex STM32-H103 support + +N: Andrew Meyer +E: ajm@leaflabs.com +D: USB stack and CDC ACM driver +D: reset.py + +N: Bryan Newbold +E: bnewbold@robocracy.org +D: Original libmaple hacker +W: robocracy.org + +N: Bruce Perens +E: bruce@perens.com +D: Makefile library target +W: http://perens.com + +N: Hanspeter Portner +E: agenthp@users.sf.net +D: reset.py Python3 fixups + +N: RJ Ryan +E: rryan@mit.edu +D: USB fixups + +N: Nis Sarup +E: nis@sarup.dk +D: FreeRTOS support +W: http://sarup.dk/index.html + +N: Andy Scott ("xttocs") +E: andy.g.scott@gmail.com +D: LiquidCrystal library @@ -7,3 +7,8 @@ In particular, patches without sign-off lines will not be accepted. LeafLabs is a small shop. Please help us merge your patches efficiently by getting formatting nits etc. out of the way before submitting. + +When writing your patch, feel free to add yourself to the CREDITS +file. If you can't write your name in ASCII (or choose not to +romanize it), then use UTF-8, and use your best judgement for how it +should sort compared to the other names in the file. |