aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-01-09 22:32:07 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-01-09 22:32:07 +0200
commit073460dda1b24bcb872186a0818859a6ccba727d (patch)
tree4a2a887905541ac740f5c8f66319303ca065793e /eval.c
parent3aa6709272d6c74300b70d8371b135289a8d8c9d (diff)
downloadegawk-073460dda1b24bcb872186a0818859a6ccba727d.tar.gz
egawk-073460dda1b24bcb872186a0818859a6ccba727d.tar.bz2
egawk-073460dda1b24bcb872186a0818859a6ccba727d.zip
Update a bunch of copyright years.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index ea83b282..9e644523 100644
--- a/eval.c
+++ b/eval.c
@@ -3,7 +3,8 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989, 1991-2019 the Free Software Foundation, Inc.
+ * Copyright (C) 1986, 1988, 1989, 1991-2019, 2021,
+ * the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.