diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-02-08 09:04:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-02-08 09:04:43 +0200 |
commit | 33ef3ac7854adece095e69ea8fb0e70fb1feeea6 (patch) | |
tree | d72521bddf2addc48081e96786d1bf2489dfa92d /support/regex.c | |
parent | 04e5d7b0199fd98cbb7505519a9e8210d6c84eb2 (diff) | |
download | egawk-33ef3ac7854adece095e69ea8fb0e70fb1feeea6.tar.gz egawk-33ef3ac7854adece095e69ea8fb0e70fb1feeea6.tar.bz2 egawk-33ef3ac7854adece095e69ea8fb0e70fb1feeea6.zip |
Updates from GNULIB, including major work on regex.
Diffstat (limited to 'support/regex.c')
-rw-r--r-- | support/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/regex.c b/support/regex.c index 991eedc8..7296be0f 100644 --- a/support/regex.c +++ b/support/regex.c @@ -1,5 +1,5 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002-2020 Free Software Foundation, Inc. + Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. |