aboutsummaryrefslogtreecommitdiffstats
path: root/support/dfa.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-01-19 12:04:44 +0200
committerArnold D. Robbins <arnold@skeeve.com>2022-01-19 12:04:44 +0200
commitd96d55d7d23ee27c49cf7055956007de5f3432db (patch)
treecc94537a15902144ff111dc664a2da9d71f59eb4 /support/dfa.c
parent71a50ec092b75ce2b2f969892c6cd443d44777a5 (diff)
downloadegawk-d96d55d7d23ee27c49cf7055956007de5f3432db.tar.gz
egawk-d96d55d7d23ee27c49cf7055956007de5f3432db.tar.bz2
egawk-d96d55d7d23ee27c49cf7055956007de5f3432db.zip
Update support files with new copyright year.
Diffstat (limited to 'support/dfa.c')
-rw-r--r--support/dfa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/dfa.c b/support/dfa.c
index 459f10f7..a27d096f 100644
--- a/support/dfa.c
+++ b/support/dfa.c
@@ -1,10 +1,10 @@
/* dfa.c - deterministic extended regexp routines for GNU
- Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2021 Free Software
+ Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2022 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
- the Free Software Foundation; either version 3, or (at your option)
+ the Free Software Foundation, either version 3, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,