diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-04 11:10:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-04 11:10:50 +0300 |
commit | 45ec9a480a99df0242bcf22785528445a3675931 (patch) | |
tree | dabe1e1b2bd33207ec740bf6833c0b0c03927949 /test | |
parent | ba81f690c8c31b860c5c8ba2324b196b003334ff (diff) | |
parent | d391c4885fbfcca9116fcabdb970f0a96934efc9 (diff) | |
download | egawk-45ec9a480a99df0242bcf22785528445a3675931.tar.gz egawk-45ec9a480a99df0242bcf22785528445a3675931.tar.bz2 egawk-45ec9a480a99df0242bcf22785528445a3675931.zip |
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 55ec26b6..90051a9b 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2017-08-04 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am: Update copyright year. + 2017-07-30 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (mprintf5): Put an @ on the echo statement. diff --git a/test/Makefile.am b/test/Makefile.am index fe3efc91..dddcf931 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,7 @@ # # test/Makefile.am --- automake input file for gawk # -# Copyright (C) 1988-2016 the Free Software Foundation, Inc. +# Copyright (C) 1988-2017 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/test/Makefile.in b/test/Makefile.in index 934616ae..2b21e0a7 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -17,7 +17,7 @@ # # test/Makefile.am --- automake input file for gawk # -# Copyright (C) 1988-2016 the Free Software Foundation, Inc. +# Copyright (C) 1988-2017 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. |