aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-01-27 12:14:22 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-01-27 12:14:22 +0200
commitccc6ba7f80cc864cc6dd2309728240013acd3145 (patch)
treec44f9c5901abab29be6b8951821a951075a3ea75 /interpret.h
parent876a3380a5bae3a86aa0f1116e99f4fbea600a7a (diff)
parent8352dc592cf635a731f7f91d183c0679b3fc4fd2 (diff)
downloadegawk-ccc6ba7f80cc864cc6dd2309728240013acd3145.tar.gz
egawk-ccc6ba7f80cc864cc6dd2309728240013acd3145.tar.bz2
egawk-ccc6ba7f80cc864cc6dd2309728240013acd3145.zip
Merge branch 'master' into feature/fix-comments
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.
*