diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-30 16:09:37 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-30 16:09:37 -0400 |
commit | bda71a2e22997e09f82d4ea33ccef03c0afc667b (patch) | |
tree | 510139243961308e624bde5a0a92e8a7a6f2a586 /extension | |
parent | a9762c867aa96caa1419b65e7398fd21586baee6 (diff) | |
parent | db17f0d20a03bd851e8e4f005eb6304ad6a93c12 (diff) | |
download | egawk-bda71a2e22997e09f82d4ea33ccef03c0afc667b.tar.gz egawk-bda71a2e22997e09f82d4ea33ccef03c0afc667b.tar.bz2 egawk-bda71a2e22997e09f82d4ea33ccef03c0afc667b.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'extension')
-rw-r--r-- | extension/configure.ac | 2 | ||||
-rw-r--r-- | extension/filefuncs.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extension/configure.ac b/extension/configure.ac index c392324c..b723a3c1 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -1,7 +1,7 @@ dnl dnl configure.ac --- autoconf input file for gawk dnl -dnl Copyright (C) 2012-2015 the Free Software Foundation, Inc. +dnl Copyright (C) 2012-2016 the Free Software Foundation, Inc. dnl dnl This file is part of GAWK, the GNU implementation of the dnl AWK Programming Language. diff --git a/extension/filefuncs.c b/extension/filefuncs.c index 0f1c20ac..b33fcf1f 100644 --- a/extension/filefuncs.c +++ b/extension/filefuncs.c @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2001, 2004, 2005, 2010-2015 + * Copyright (C) 2001, 2004, 2005, 2010-2016 * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the |