diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-26 14:29:47 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-26 14:29:47 +0300 |
commit | 3bee4587c5d57155c41dda16d1a414b6acb5a477 (patch) | |
tree | 05571724e6766cfca7f667252b6cd21fa619a44d /support/regexec.c | |
parent | d45cad0210ddba7658a1f894a82167f87d7abb3a (diff) | |
download | egawk-3bee4587c5d57155c41dda16d1a414b6acb5a477.tar.gz egawk-3bee4587c5d57155c41dda16d1a414b6acb5a477.tar.bz2 egawk-3bee4587c5d57155c41dda16d1a414b6acb5a477.zip |
Sync support files from GNULIB.
Diffstat (limited to 'support/regexec.c')
-rw-r--r-- | support/regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/regexec.c b/support/regexec.c index 38b6d671..a3ee618c 100644 --- a/support/regexec.c +++ b/support/regexec.c @@ -1,5 +1,5 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002-2019 Free Software Foundation, Inc. + Copyright (C) 2002-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. |