summaryrefslogtreecommitdiff
path: root/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-02-07 20:01:44 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-02-07 20:01:44 +0200
commit840a7fd39249c6680e74dd72d1ba0c55174a4996 (patch)
treec1af6ba478464618eb56cb5d17bd5f41a12b76cd /regex.c
parent871e6f0348f8e6ee82a9ddcfcf8f88f4c818e4ae (diff)
downloadgawk-840a7fd39249c6680e74dd72d1ba0c55174a4996.tar.gz
Sync regex with 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 f56e8692..ed6a4f5d 100644
--- a/regex.c
+++ b/regex.c
@@ -1,5 +1,5 @@
/* Extended regular expression matching and search library.
- Copyright (C) 2002-2014 Free Software Foundation, Inc.
+ Copyright (C) 2002-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.