diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-28 21:40:25 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-28 21:40:25 +0200 |
commit | 820cab16a17baf539888d69887ac637a182809dc (patch) | |
tree | 8f715b08fa5c000cb86e496e8babfde4b7c1816e /support/regexec.c | |
parent | 6feedb03eec026b9ec972cbf4d22cfb7f73c07ad (diff) | |
download | egawk-820cab16a17baf539888d69887ac637a182809dc.tar.gz egawk-820cab16a17baf539888d69887ac637a182809dc.tar.bz2 egawk-820cab16a17baf539888d69887ac637a182809dc.zip |
Update more copyright years.
Diffstat (limited to 'support/regexec.c')
-rw-r--r-- | support/regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/regexec.c b/support/regexec.c index ff6ab120..35c7f715 100644 --- a/support/regexec.c +++ b/support/regexec.c @@ -1,5 +1,5 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. |