aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-01-27 12:12:12 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-01-27 12:12:12 +0200
commit46a2c1e4abbbb79df33bd9a4b79ea878ea297e48 (patch)
treec83eb140f531d71655b651ebec7af82659543955 /interpret.h
parenta405df4fd26c1a1428fb3eb9d749c42295256634 (diff)
parentc0c69f02e4d300aebf91516a1a521828f6885b26 (diff)
downloadegawk-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.h6
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.
*