[libpng16] Fix permission on reindent; add license info to contrib/tools/chkfmt
diff --git a/ANNOUNCE b/ANNOUNCE
index 4528129..9234ffb 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -84,6 +84,7 @@
 
 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]
 
diff --git a/CHANGES b/CHANGES
index 45e827b..94213a3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5655,6 +5655,7 @@
 
 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]
 
diff --git a/contrib/tools/chkfmt b/contrib/tools/chkfmt
index 9da6475..a1b88cc 100755
--- a/contrib/tools/chkfmt
+++ b/contrib/tools/chkfmt
@@ -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.
diff --git a/contrib/tools/reindent b/contrib/tools/reindent
old mode 100644
new mode 100755