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/dfa.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/dfa.c')
-rw-r--r-- | support/dfa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/dfa.c b/support/dfa.c index df32dd90..0bf72ffd 100644 --- a/support/dfa.c +++ b/support/dfa.c @@ -1,5 +1,5 @@ /* dfa.c - deterministic extended regexp routines for GNU - Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2020 Free Software + Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2021 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify |