diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-20 20:29:56 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-20 20:29:56 +0200 |
commit | 0b8ef4f18527f751ef60fc3202cd7143079121fb (patch) | |
tree | 2248a90191e54bc8f62b564077dd06399f035136 /regex_internal.c | |
parent | 6a0dfc98997cf61f34ed04904ee7b7e9124338ef (diff) | |
parent | c0aeaf87402aa2670e76a32a888053fb64b879b0 (diff) | |
download | egawk-0b8ef4f18527f751ef60fc3202cd7143079121fb.tar.gz egawk-0b8ef4f18527f751ef60fc3202cd7143079121fb.tar.bz2 egawk-0b8ef4f18527f751ef60fc3202cd7143079121fb.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'regex_internal.c')
-rw-r--r-- | regex_internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regex_internal.c b/regex_internal.c index c7de18b6..10dd6e00 100644 --- a/regex_internal.c +++ b/regex_internal.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>. |