summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c76ac88525..700ee2f1cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2019-06-19 Bruno Haible <bruno@clisp.org>
+
+ Reorder pieces of header in perl scripts.
+ The desired order is
+ - Prologue part 1 (2 lines with #!)
+ - Program short description
+ - Copyright and license notice
+ - Written-by notice
+ - Program short description (optional)
+ - Program long description (optional)
+ - Prologue part 2
+ - Time stamp
+ - Code
+ Reported by Paul Eggert.
+ * build-aux/announce-gen: Reorder header.
+ * build-aux/gitlog-to-changelog: Likewise.
+ * build-aux/useless-if-before-free: Likewise.
+ * build-aux/prefix-gnulib-mk: Add copyright notice and short
+ description.
+ * build-aux/update-copyright: Likewise. Add short description. Bump
+ time-stamp-line-limit to 200.
+
2019-06-18 Paul Eggert <eggert@cs.ucla.edu>
verify-tests: work around xlc bug