Go to file
Andreas Ericsson eb160e949e List git.git authors consenting to relicense their code
Since re-using code from git.git proper is the quick way
forward, we need to list those who have given their consent
to do just that. The relicense permission is only valid for
use with libgit2, and only for GPLv2 + gcc-exception (as
specified by 'COPYING'.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-11-18 10:32:53 -08:00
include/git Add a zlib support shell 2008-11-03 18:53:09 -08:00
src Implement some of the basic git_odb open and close API 2008-11-03 18:52:32 -08:00
tests Add git_oid_cpy, git_oid_cmp as inline functions 2008-11-03 18:43:04 -08:00
.gitignore Create a basic test suite for the library and test oid functions 2008-11-01 18:24:39 -07:00
.HEADER Switch the license from BSD to GPL+libgcc exception 2008-11-01 15:55:47 -07:00
api.doxygen Add git_oid_cpy, git_oid_cmp as inline functions 2008-11-03 18:43:04 -08:00
CONVENTIONS Move include files to include/git/, drop git_ prefix from file names 2008-11-01 15:42:23 -07:00
COPYING Switch the license from BSD to GPL+libgcc exception 2008-11-01 15:55:47 -07:00
git.git-authors List git.git authors consenting to relicense their code 2008-11-18 10:32:53 -08:00
Makefile Fix Makefile to correctly handle 'make -j4 test' 2008-11-03 18:42:54 -08:00