[libpng17] Imported from libpng-1.7.0beta74.tar

This commit is contained in:
Glenn Randers-Pehrson
2015-12-18 22:23:17 -06:00
parent 0e249e9d93
commit 5695e897fd
14 changed files with 26 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
/*
* pnm2png.c --- conversion from PBM/PGM/PPM-file to PNG-file
* copyright (C) 1999 by Willem van Schaik <willem@schaik.com>
* copyright (C) 1999,2015 by Willem van Schaik <willem@schaik.com>
*
* version 1.0 - 1999.10.15 - First version.
* version 1.1 - 2015.07.29 - Fixed leaks (Glenn Randers-Pehrson)