aboutsummaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-02-20 19:41:21 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-02-20 19:41:21 +0200
commit5a41f696c4b8251583f5516084eaba3b752cb7f6 (patch)
tree22b5ec28c59fa7cefe4044778c3a943a53f3e5c2 /regex.c
parent21a94b55d96dc3e78a2f2eae11511038639e30ee (diff)
downloadegawk-5a41f696c4b8251583f5516084eaba3b752cb7f6.tar.gz
egawk-5a41f696c4b8251583f5516084eaba3b752cb7f6.tar.bz2
egawk-5a41f696c4b8251583f5516084eaba3b752cb7f6.zip
Sync regex to GLIBC.
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 167d35b2..f56e8692 100644
--- a/regex.c
+++ b/regex.c
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ Copyright (C) 2002-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.