[libpng16] Fix permission on reindent; add license info to contrib/tools/chkfmt

This commit is contained in:
Glenn Randers-Pehrson 2016-07-14 18:53:30 -05:00
parent 82d0009885
commit 34c783e2fe
4 changed files with 9 additions and 0 deletions

View File

@ -84,6 +84,7 @@ Version 1.6.24beta04 [July 8, 2016]
Version 1.6.24beta05 [July 13, 2016]
Fixed some indentation to comply with our coding style.
Added contrib/tools/reindent.
Version 1.6.24beta06 [July 14, 2016]

View File

@ -5655,6 +5655,7 @@ Version 1.6.24beta04 [July 8, 2016]
Version 1.6.24beta05 [July 13, 2016]
Fixed some indentation to comply with our coding style.
Added contrib/tools/reindent.
Version 1.6.24beta06 [July 14, 2016]

View File

@ -1,4 +1,11 @@
#!/bin/sh
# chkfmt
#
# COPYRIGHT: Written by John Cunningham Bowler, 2010.
# To the extent possible under law, the author has waived all copyright and
# related or neighboring rights to this work. This work is published from:
# United States.
#
# Check the format of the source files in the current directory - checks for a
# line length of 80 characters max and no tab characters.

0
contrib/tools/reindent Normal file → Executable file
View File