aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-03-13 20:28:20 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-03-13 20:28:20 +0200
commit52ccca825af423b22f2771755176d2c29a1a68be (patch)
tree2fad74dcb7d88e81302ac3aca7636c354bbd1400 /test
parent7d16ecd69bced8cd7a4695089c53c4079e81019d (diff)
downloadegawk-52ccca825af423b22f2771755176d2c29a1a68be.tar.gz
egawk-52ccca825af423b22f2771755176d2c29a1a68be.tar.bz2
egawk-52ccca825af423b22f2771755176d2c29a1a68be.zip
Update copyright years that should have been updated before 4.2.1 release.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index cd3813cc..603df4e7 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-13 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am: Update copyright year.
+
2018-03-05 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (EXTRA_DIST): Add nlstringtest-nogettext.ok.
diff --git a/test/Makefile.am b/test/Makefile.am
index f0cd20d1..e502f86a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,7 +1,7 @@
#
# test/Makefile.am --- automake input file for gawk
#
-# Copyright (C) 1988-2017 the Free Software Foundation, Inc.
+# Copyright (C) 1988-2018 the Free Software Foundation, Inc.
#
# This file is part of GAWK, the GNU implementation of the
# AWK Programming Language.