aboutsummaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-02-06 06:16:17 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-02-06 06:16:17 +0200
commitb4997014ca38482c242d84148787ab4211ed6897 (patch)
treeb72ee519f4bc44f90d6e382bbcc0255a83fd23c1 /regex.c
parentc50b8be023841c6cd44f90b064c36703465e76f9 (diff)
downloadegawk-b4997014ca38482c242d84148787ab4211ed6897.tar.gz
egawk-b4997014ca38482c242d84148787ab4211ed6897.tar.bz2
egawk-b4997014ca38482c242d84148787ab4211ed6897.zip
Pull in some regex fixes.
(cherry picked from commit e8cbbd49aa49195de2cff403cf0e6b4da0971717)
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index 3abc7585..629d028f 100644
--- a/regex.c
+++ b/regex.c
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2002-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.