diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-27 12:12:12 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-27 12:12:12 +0200 |
commit | 46a2c1e4abbbb79df33bd9a4b79ea878ea297e48 (patch) | |
tree | c83eb140f531d71655b651ebec7af82659543955 /interpret.h | |
parent | a405df4fd26c1a1428fb3eb9d749c42295256634 (diff) | |
parent | c0c69f02e4d300aebf91516a1a521828f6885b26 (diff) | |
download | egawk-46a2c1e4abbbb79df33bd9a4b79ea878ea297e48.tar.gz egawk-46a2c1e4abbbb79df33bd9a4b79ea878ea297e48.tar.bz2 egawk-46a2c1e4abbbb79df33bd9a4b79ea878ea297e48.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'interpret.h')
-rw-r--r-- | interpret.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interpret.h b/interpret.h index 9661910a..8c9675bb 100644 --- a/interpret.h +++ b/interpret.h @@ -2,9 +2,9 @@ * interpret.h --- run a list of instructions. */ -/* - * Copyright (C) 1986, 1988, 1989, 1991-2015 the Free Software Foundation, Inc. - * +/* + * Copyright (C) 1986, 1988, 1989, 1991-2017 the Free Software Foundation, Inc. + * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. * |