diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-12-15 22:11:40 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-12-15 22:11:40 +0200 |
commit | 92d7c72c7e36c10f1274c79ed539490e6724feea (patch) | |
tree | 5422d54d44ee1361e1c14264270610f971999028 /support/dfa.h | |
parent | 87be181b99d7aae73e52b3b791597194c1e065c8 (diff) | |
parent | db47960210d3c56465b3658152f6c7981f6b5f82 (diff) | |
download | egawk-92d7c72c7e36c10f1274c79ed539490e6724feea.tar.gz egawk-92d7c72c7e36c10f1274c79ed539490e6724feea.tar.bz2 egawk-92d7c72c7e36c10f1274c79ed539490e6724feea.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'support/dfa.h')
-rw-r--r-- | support/dfa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/dfa.h b/support/dfa.h index 79ada1e2..e419e9a0 100644 --- a/support/dfa.h +++ b/support/dfa.h @@ -1,5 +1,5 @@ /* dfa.h - declarations for GNU deterministic regexp compiler - Copyright (C) 1988, 1998, 2007, 2009-2017 Free Software Foundation, Inc. + Copyright (C) 1988, 1998, 2007, 2009-2018 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |