[libpng16] Fix permission on reindent; add license info to contrib/tools/chkfmt
This commit is contained in:
parent
82d0009885
commit
34c783e2fe
1
ANNOUNCE
1
ANNOUNCE
@ -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]
|
||||
|
||||
|
1
CHANGES
1
CHANGES
@ -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]
|
||||
|
||||
|
@ -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
0
contrib/tools/reindent
Normal file → Executable file
Loading…
Reference in New Issue
Block a user