diff options
Diffstat (limited to 'Build/source/libs/libpng/libpng-src/contrib/tools/chkfmt')
-rw-r--r-- | Build/source/libs/libpng/libpng-src/contrib/tools/chkfmt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/libs/libpng/libpng-src/contrib/tools/chkfmt b/Build/source/libs/libpng/libpng-src/contrib/tools/chkfmt index 9da6475fd4e..a1b88ccbff5 100644 --- a/Build/source/libs/libpng/libpng-src/contrib/tools/chkfmt +++ b/Build/source/libs/libpng/libpng-src/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. |