aboutsummaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-02-20 20:29:56 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-02-20 20:29:56 +0200
commit0b8ef4f18527f751ef60fc3202cd7143079121fb (patch)
tree2248a90191e54bc8f62b564077dd06399f035136 /regex.c
parent6a0dfc98997cf61f34ed04904ee7b7e9124338ef (diff)
parentc0aeaf87402aa2670e76a32a888053fb64b879b0 (diff)
downloadegawk-0b8ef4f18527f751ef60fc3202cd7143079121fb.tar.gz
egawk-0b8ef4f18527f751ef60fc3202cd7143079121fb.tar.bz2
egawk-0b8ef4f18527f751ef60fc3202cd7143079121fb.zip
Merge branch 'gawk-4.1-stable'
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>.