diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-01-09 22:32:45 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-01-09 22:32:45 +0200 |
commit | d3a1acac12673875b21ad2a95ffd7be0fb220ae5 (patch) | |
tree | 84aedd316fb0ff4d302b403d8d6977b6834777ce /eval.c | |
parent | 32a9f7f24000827da433b89de7c24c5d95a561c6 (diff) | |
parent | 073460dda1b24bcb872186a0818859a6ccba727d (diff) | |
download | egawk-d3a1acac12673875b21ad2a95ffd7be0fb220ae5.tar.gz egawk-d3a1acac12673875b21ad2a95ffd7be0fb220ae5.tar.bz2 egawk-d3a1acac12673875b21ad2a95ffd7be0fb220ae5.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |