aboutsummaryrefslogtreecommitdiffstats
path: root/extension
diff options
context:
space:
mode:
Diffstat (limited to 'extension')
-rw-r--r--extension/configure.ac2
-rw-r--r--extension/filefuncs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/extension/configure.ac b/extension/configure.ac
index 2bdaab6f..a2191d33 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