From 34c783e2fe29cfee08a48fa07dcef3145ac7df74 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 14 Jul 2016 18:53:30 -0500 Subject: [PATCH] [libpng16] Fix permission on reindent; add license info to contrib/tools/chkfmt --- ANNOUNCE | 1 + CHANGES | 1 + contrib/tools/chkfmt | 7 +++++++ contrib/tools/reindent | 0 4 files changed, 9 insertions(+) mode change 100644 => 100755 contrib/tools/reindent diff --git a/ANNOUNCE b/ANNOUNCE index 452812951..9234ffbca 100644 --- a/ANNOUNCE +++ b/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] diff --git a/CHANGES b/CHANGES index 45e827bd6..94213a3be 100644 --- a/CHANGES +++ b/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] diff --git a/contrib/tools/chkfmt b/contrib/tools/chkfmt index 9da6475fd..a1b88ccbf 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