aboutsummaryrefslogtreecommitdiffstats
path: root/support/regexec.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-01-28 21:40:25 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-01-28 21:40:25 +0200
commit820cab16a17baf539888d69887ac637a182809dc (patch)
tree8f715b08fa5c000cb86e496e8babfde4b7c1816e /support/regexec.c
parent6feedb03eec026b9ec972cbf4d22cfb7f73c07ad (diff)
downloadegawk-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.c2
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>.