aboutsummaryrefslogtreecommitdiffstats
path: root/support/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-06-22 22:14:49 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-06-22 22:14:49 +0300
commita702a6b6d6009068f4608a865bdd06a07259cf67 (patch)
treed585379df26577cf83ed1c11ea66d6e6bae41362 /support/regex.c
parent0ac746db72a0879bbd44325fe15b3ae33c63ecef (diff)
downloadegawk-a702a6b6d6009068f4608a865bdd06a07259cf67.tar.gz
egawk-a702a6b6d6009068f4608a865bdd06a07259cf67.tar.bz2
egawk-a702a6b6d6009068f4608a865bdd06a07259cf67.zip
Update regex routines from GLIBC.
Diffstat (limited to 'support/regex.c')
-rw-r--r--support/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/regex.c b/support/regex.c
index 9f133fab..d3a44851 100644
--- a/support/regex.c
+++ b/support/regex.c
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002-2016 Free Software Foundation, Inc.
+ Copyright (C) 2002-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.