Blame git.git-authors

Packit Service 20376f
# This document lists the authors that have given voice to
Packit Service 20376f
# their decision regarding relicensing the GPL'd code from
Packit Service 20376f
# git.git to the GPL + gcc-exception license used by libgit2.
Packit Service 20376f
#
Packit Service 20376f
# Note that the permission is given for libgit2 use only. For
Packit Service 20376f
# other uses, you must ask each of the contributors yourself.
Packit Service 20376f
#
Packit Service 20376f
# To show the owners of a file in git.git, one can run the
Packit Service 20376f
# following command:
Packit Service 20376f
#
Packit Service 20376f
#  git blame -C -C -M -- file | \
Packit Service 20376f
#    sed -e 's/[^(]*(\([^0-9]*\).*/\1/' -e 's/[\t ]*$//' | \
Packit Service 20376f
#      sort | uniq -c | sort -nr
Packit Service 20376f
#
Packit Service 20376f
# If everyone on the list that produces are on the list in
Packit Service 20376f
# the recently added file "git.git-authors", it *should* be
Packit Service 20376f
# safe to include that code in libgit2, but make sure to
Packit Service 20376f
# read the file to ensure the code doesn't originate from
Packit Service 20376f
# somewhere else.
Packit Service 20376f
#
Packit Service 20376f
# The format of this list is
Packit Service 20376f
# "ok/no/ask/???"<tab>"Author"<space>"<email>"
Packit Service 20376f
#
Packit Service 20376f
# "ok" means the author consents to relicensing all their
Packit Service 20376f
#   contributed code (possibly with some exceptions)
Packit Service 20376f
# "no" means the author does not consent
Packit Service 20376f
# "ask" means that the contributor wants to give/withhold
Packit Service 20376f
#   his/her consent on a patch-by-patch basis.
Packit Service 20376f
# "???" means the person is a prominent contributor who has
Packit Service 20376f
#   not yet made his/her standpoint clear.
Packit Service 20376f
#
Packit Service 20376f
# Please try to keep the list alphabetically ordered. It will
Packit Service 20376f
# help in case we get all 600-ish git.git authors on it.
Packit Service 20376f
#
Packit Service 20376f
# (Paul Kocher is the author of the mozilla-sha1 implementation
Packit Service 20376f
#  but has otherwise not contributed to git.)
Packit Service 20376f
#
Packit Service 20376f
ok	Adam Simpkins <adam@adamsimpkins.net> (http transport)
Packit Service 20376f
ok	Adrian Johnson <ajohnson@redneon.com>
Packit Service 20376f
ok	Alexey Shumkin <alex.crezoff@gmail.com>
Packit Service 20376f
ok	Andreas Ericsson <ae@op5.se>
Packit Service 20376f
ok	Antoine Pelisse <apelisse@gmail.com>
Packit Service 20376f
ok	Boyd Lynn Gerber <gerberb@zenez.com>
Packit Service 20376f
ok	Brandon Casey <drafnel@gmail.com>
Packit Service 20376f
ok	Brian Downing <bdowning@lavos.net>
Packit Service 20376f
ok	Brian Gernhardt <benji@silverinsanity.com>
Packit Service 20376f
ok	Christian Couder <chriscool@tuxfamily.org>
Packit Service 20376f
ok	Daniel Barkalow <barkalow@iabervon.org>
Packit Service 20376f
ok	Florian Forster <octo@verplant.org>
Packit Service 20376f
ok	Gustaf Hendeby <hendeby@isy.liu.se>
Packit Service 20376f
ok	Holger Weiss <holger@zedat.fu-berlin.de>
Packit Service 20376f
ok	Jeff King <peff@peff.net>
Packit Service 20376f
ok	Johannes Schindelin <Johannes.Schindelin@gmx.de>
Packit Service 20376f
ok	Johannes Sixt <j6t@kdbg.org>
Packit Service 20376f
ask	Jonathan Nieder <jrnieder@gmail.com>
Packit Service 20376f
ok	Junio C Hamano <gitster@pobox.com>
Packit Service 20376f
ok	Kristian Høgsberg <krh@redhat.com>
Packit Service 20376f
ok	Linus Torvalds <torvalds@linux-foundation.org>
Packit Service 20376f
ok	Lukas Sandström <lukass@etek.chalmers.se>
Packit Service 20376f
ok	Matthieu Moy <Matthieu.Moy@imag.fr>
Packit Service 20376f
ok	Michael Haggerty <mhagger@alum.mit.edu>
Packit Service 20376f
ok	Nicolas Pitre <nico@fluxnic.net> <nico@cam.org>
Packit Service 20376f
ok	Paolo Bonzini <bonzini@gnu.org>
Packit Service 20376f
ok	Paul Kocher <paul@cryptography.com>
Packit Service 20376f
ok	Peter Hagervall <hager@cs.umu.se>
Packit Service 20376f
ok	Petr Onderka <gsvick@gmail.com>
Packit Service 20376f
ok	Pierre Habouzit <madcoder@debian.org>
Packit Service 20376f
ok	Pieter de Bie <pdebie@ai.rug.nl>
Packit Service 20376f
ok	René Scharfe <rene.scharfe@lsrfire.ath.cx>
Packit Service 20376f
ok	Sebastian Schuberth <sschuberth@gmail.com>
Packit Service 20376f
ok	Shawn O. Pearce <spearce@spearce.org>
Packit Service 20376f
ok	Steffen Prohaska <prohaska@zib.de>
Packit Service 20376f
ok	Sven Verdoolaege <skimo@kotnet.org>
Packit Service 20376f
ask	Thomas Rast <tr@thomasrast.ch> (ok before 6-Oct-2013)
Packit Service 20376f
ok	Torsten Bögershausen <tboegi@web.de>