summaryrefslogtreecommitdiff
path: root/interpret.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-01-27 12:15:11 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-01-27 12:15:11 +0200
commit7fde574084ff20787460118ae8d6a433f36b919a (patch)
tree50edd7a9742a3a628336c89dd16a1dff39615820 /interpret.h
parente8c6871e80524e928954b01ff50030a11b2a94eb (diff)
parent8352dc592cf635a731f7f91d183c0679b3fc4fd2 (diff)
downloadgawk-7fde574084ff20787460118ae8d6a433f36b919a.tar.gz
Merge branch 'master' into feature/stringfix
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 460c79db..191e1efb 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.
*