summaryrefslogtreecommitdiff
path: root/scripts/dfn.awk
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@gmail.com>2022-11-20 20:21:41 +0200
committerCosmin Truta <ctruta@gmail.com>2022-11-20 20:21:41 +0200
commitf6036c0aeb01ca800bdf41ec5f07ded2ce89d26c (patch)
tree12b353cbb44cb8c42cf36117d0ec9e1f890e6a2c /scripts/dfn.awk
parent689e06516bce26ba0113a70ec15bd80c2e535ccd (diff)
downloadlibpng-f6036c0aeb01ca800bdf41ec5f07ded2ce89d26c.tar.gz
Update, rename and clean up various scripts
Rename contrib/tools/chkfmt to contrib/tools/chkfmt.sh; refactor: * Increase the max line length for contrib/**/*.[ch] from 96 to 100. * Set the max line length for ci_*.sh to 100. * Use `basename $0` instead of the hard-coded script name. * Update comments. Remove contrib/tools/reindent. For automated code formatting, including indentation, we need a robust solution. Add an empty line after the hashbang line in all scripts. Remove the "last changed" version info from comment headers. (The version control system maintains this information automatically.)
Diffstat (limited to 'scripts/dfn.awk')
-rwxr-xr-xscripts/dfn.awk3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/dfn.awk b/scripts/dfn.awk
index 0dc99df0f..0b25c8a37 100755
--- a/scripts/dfn.awk
+++ b/scripts/dfn.awk
@@ -1,8 +1,7 @@
#!/bin/awk -f
+
# scripts/dfn.awk - process a .dfn file
#
-# last changed in libpng version 1.5.19 - August 21, 2014
-#
# Copyright (c) 2013-2014 Glenn Randers-Pehrson
#
# This code is released under the libpng license.