diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-13 20:30:05 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-13 20:30:05 +0200 |
commit | 9e06eb5b97fb92f15344a909dfbf7455946564c5 (patch) | |
tree | 95696140bb2182b67a15aff0902cf84f715d8de7 /test | |
parent | 6a6cb14de2bfe86b1dd753c7700deea30fbcf922 (diff) | |
parent | 4fa6f57bf897e7f69dbb606115d4e17a88e90532 (diff) | |
download | egawk-9e06eb5b97fb92f15344a909dfbf7455946564c5.tar.gz egawk-9e06eb5b97fb92f15344a909dfbf7455946564c5.tar.bz2 egawk-9e06eb5b97fb92f15344a909dfbf7455946564c5.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 2 |
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. |