diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-13 20:29:33 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-13 20:29:33 +0200 |
commit | 4fa6f57bf897e7f69dbb606115d4e17a88e90532 (patch) | |
tree | c9f73d46f981cbb87d3e64683e12ad7e335b8627 /pc | |
parent | 8e5b081c64da9492dbcc2a295d7f165c67797cae (diff) | |
parent | 52ccca825af423b22f2771755176d2c29a1a68be (diff) | |
download | egawk-4fa6f57bf897e7f69dbb606115d4e17a88e90532.tar.gz egawk-4fa6f57bf897e7f69dbb606115d4e17a88e90532.tar.bz2 egawk-4fa6f57bf897e7f69dbb606115d4e17a88e90532.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/gawkmisc.pc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 28f6e8eb..2bfbf090 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2018-03-13 Arnold D. Robbins <arnold@skeeve.com> + + * gawkmisc.pc: Update copyright year. + 2018-03-03 Eli Zaretskii <eliz@gnu.org> * Makefile (install1): Create parent directories of $(pkgextensiondir). diff --git a/pc/gawkmisc.pc b/pc/gawkmisc.pc index 1d845cc8..f3d6d7fa 100644 --- a/pc/gawkmisc.pc +++ b/pc/gawkmisc.pc @@ -1,7 +1,7 @@ /* gawkmisc.c --- miscellaneous gawk routines that are OS specific. -*-C-*- */ /* - * Copyright (C) 1986, 1988, 1989, 1991 - 2003, 2012, 2016 + * Copyright (C) 1986, 1988, 1989, 1991 - 2003, 2012, 2016, 2017 * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the |