diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-27 12:14:11 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-27 12:14:11 +0200 |
commit | 3c51b422fcd2bbb696dde8ab302c515eb7939759 (patch) | |
tree | b6319f6447896ddb18fcc4253c51ec74cbdb4217 /interpret.h | |
parent | 08ee51002bcead39798f309116e6bb4aaf8a1d3e (diff) | |
parent | 8352dc592cf635a731f7f91d183c0679b3fc4fd2 (diff) | |
download | egawk-3c51b422fcd2bbb696dde8ab302c515eb7939759.tar.gz egawk-3c51b422fcd2bbb696dde8ab302c515eb7939759.tar.bz2 egawk-3c51b422fcd2bbb696dde8ab302c515eb7939759.zip |
Merge branch 'master' into feature/api-mpfr
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. * |