]> git.proxmox.com Git - libgit2.git/blame - git.git-authors
revwalk: fix off-by-one error
[libgit2.git] / git.git-authors
CommitLineData
eb160e94
AE
1# This document lists the authors that have given voice to
2# their decision regarding relicensing the GPL'd code from
3# git.git to the GPL + gcc-exception license used by libgit2.
4#
5# Note that the permission is given for libgit2 use only. For
6# other uses, you must ask each of the contributors yourself.
7#
8# To show the owners of a file in git.git, one can run the
9# following command:
10#
11# git blame -C -C -M -- file | \
12# sed -e 's/[^(]*(\([^0-9]*\).*/\1/' -e 's/[\t ]*$//' | \
13# sort | uniq -c | sort -nr
14#
15# If everyone on the list that produces are on the list in
16# the recently added file "git.git-authors", it *should* be
17# safe to include that code in libgit2, but make sure to
18# read the file to ensure the code doesn't originate from
19# somewhere else.
20#
21# The format of this list is
22# "ok/no/ask/???"<tab>"Author"<space>"<email>"
23#
24# "ok" means the author consents to relicensing all their
25# contributed code (possibly with some exceptions)
26# "no" means the author does not consent
27# "ask" means that the contributor wants to give/withhold
28# his/her consent on a patch-by-patch basis.
29# "???" means the person is a prominent contributor who has
30# not yet made his/her standpoint clear.
634a64b1
AE
31# "ign" means the authors consent is ignored for the purpose
32# of libification. This is because the author has contributed
33# to areas that aren't interesting for the library.
eb160e94
AE
34#
35# Please try to keep the list alphabetically ordered. It will
36# help in case we get all 600-ish git.git authors on it.
37#
38# (Paul Kocher is the author of the mozilla-sha1 implementation
39# but has otherwise not contributed to git.)
40#
10074651 41ok Adam Simpkins <adam@adamsimpkins.net> (http transport)
eb160e94
AE
42ok Andreas Ericsson <ae@op5.se>
43ok Boyd Lynn Gerber <gerberb@zenez.com>
44ok Brian Gernhardt <benji@silverinsanity.com>
45ok Christian Couder <chriscool@tuxfamily.org>
46ok Daniel Barkalow <barkalow@iabervon.org>
47ok Jeff King <peff@peff.net>
48ok Johannes Schindelin <Johannes.Schindelin@gmx.de>
49ok Johannes Sixt <j6t@kdbg.org>
50ok Junio C Hamano <gitster@pobox.com>
9e300586 51ok Kristian Høgsberg <krh@redhat.com>
eb160e94
AE
52ok Linus Torvalds <torvalds@linux-foundation.org>
53ok Lukas Sandström <lukass@etek.chalmers.se>
f2b93d41 54ok Matthieu Moy <Matthieu.Moy@imag.fr>
634a64b1 55ign Mike McCormack <mike@codeweavers.com> (imap-send)
eb160e94
AE
56ok Nicolas Pitre <nico@cam.org>
57ok Paolo Bonzini <bonzini@gnu.org>
58ok Paul Kocher <paul@cryptography.com>
59ok Peter Hagervall <hager@cs.umu.se>
60ok Pierre Habouzit <madcoder@debian.org>
61ok Pieter de Bie <pdebie@ai.rug.nl>
6e9ac9c8 62ok René Scharfe <rene.scharfe@lsrfire.ath.cx>
634a64b1 63ign Robert Shearman <rob@codeweavers.com> (imap-send)
bac47f1f 64ok Sebastian Schuberth <sschuberth@gmail.com>
eb160e94 65ok Shawn O. Pearce <spearce@spearce.org>
f2b93d41 66ok Steffen Prohaska <prohaska@zib.de>
cc7301d8 67ok Sven Verdoolaege <skimo@kotnet.org>