diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-06-27 21:10:18 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-06-27 21:10:18 +0300 |
commit | 92ba46291f0858a8dc07c0b7065559d82e99571a (patch) | |
tree | 7f41a26e40582745a566694867bd6340038251c0 /support/dfa.c | |
parent | ffea4491ee78863f024b34106514b282e281576b (diff) | |
download | egawk-92ba46291f0858a8dc07c0b7065559d82e99571a.tar.gz egawk-92ba46291f0858a8dc07c0b7065559d82e99571a.tar.bz2 egawk-92ba46291f0858a8dc07c0b7065559d82e99571a.zip |
Sync dfa.c with GNULIB.
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 3a675f5d..4b4c514a 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-2017 Free Software + Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2018 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify |