summaryrefslogtreecommitdiff
path: root/include/git2/zlib.h
Commit message (Collapse)AuthorAgeFilesLines
* zlib: Remove custom `git2/zlib.h` headerVicent Martí2012-02-151-40/+0
| | | | | | This is legacy compat stuff for when `deflateBound` is not defined, but we're not embedding zlib and that function is always available. Kill that with fire.
* Update Copyright headerschu2012-02-131-1/+1
| | | | Signed-off-by: schu <schu-github@schulog.org>
* Cleanup legal dataVicent Marti2011-09-191-21/+3
| | | | | | | | | | 1. The license header is technically not valid if it doesn't have a copyright signature. 2. The COPYING file has been updated with the different licenses used in the project. 3. The full GPLv2 header in each file annoys me.
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-031-0/+58
Signed-off-by: Vicent Marti <tanoku@gmail.com>