aboutsummaryrefslogtreecommitdiffstats
path: root/regcomp.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-02-04 21:46:34 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-02-04 21:46:34 +0200
commite8cbbd49aa49195de2cff403cf0e6b4da0971717 (patch)
tree337563d9e8af492f469419c5c1d564c71607ccd5 /regcomp.c
parentae0d3255ddd792402650ad0caaf611dcc3ada091 (diff)
downloadegawk-e8cbbd49aa49195de2cff403cf0e6b4da0971717.tar.gz
egawk-e8cbbd49aa49195de2cff403cf0e6b4da0971717.tar.bz2
egawk-e8cbbd49aa49195de2cff403cf0e6b4da0971717.zip
Pull in some regex fixes.
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index f6a7fdf6..70a0d38a 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002-2007,2009,2010,2011,2012 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>.