aboutsummaryrefslogtreecommitdiffstats
path: root/extension
diff options
context:
space:
mode:
Diffstat (limited to 'extension')
-rw-r--r--extension/ChangeLog5
-rw-r--r--extension/Makefile.am2
-rw-r--r--extension/filefuncs.c2
-rw-r--r--extension/inplace.3am4
-rw-r--r--extension/inplace.c2
5 files changed, 10 insertions, 5 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 5d8c7b8a..af4ef029 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-08 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am, filefuncs.c, inplace.3am, inplace.c:
+ Update copyright years.
+
2015-03-18 Arnold D. Robbins <arnold@skeeve.com>
* configure: Updated to libtool 2.4.6.
diff --git a/extension/Makefile.am b/extension/Makefile.am
index 3e64bc9b..92f5637b 100644
--- a/extension/Makefile.am
+++ b/extension/Makefile.am
@@ -1,7 +1,7 @@
#
# extension/Makefile.am --- automake input file for gawk
#
-# Copyright (C) 1995-2006, 2012 the Free Software Foundation, Inc.
+# Copyright (C) 1995-2006, 2012-2015 the Free Software Foundation, Inc.
#
# This file is part of GAWK, the GNU implementation of the
# AWK Programming Language.
diff --git a/extension/filefuncs.c b/extension/filefuncs.c
index ddb1ecda..1441cb31 100644
--- a/extension/filefuncs.c
+++ b/extension/filefuncs.c
@@ -9,7 +9,7 @@
*/
/*
- * Copyright (C) 2001, 2004, 2005, 2010, 2011, 2012, 2013, 2014
+ * Copyright (C) 2001, 2004, 2005, 2010-2015
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
diff --git a/extension/inplace.3am b/extension/inplace.3am
index f8fc098f..64aec91c 100644
--- a/extension/inplace.3am
+++ b/extension/inplace.3am
@@ -1,4 +1,4 @@
-.TH INPLACE 3am "Mar 18 2015" "Free Software Foundation" "GNU Awk Extension Modules"
+.TH INPLACE 3am "Apr 08 2015" "Free Software Foundation" "GNU Awk Extension Modules"
.SH NAME
inplace \- emulate sed/perl/ruby in-place editing
.SH SYNOPSIS
@@ -56,7 +56,7 @@ gawk -i inplace -f \f(CIscriptfile\fP files ...
Andrew Schorr,
.BR schorr@telemetry-investments.com .
.SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013,
+Copyright \(co 2012, 2013, 2015
Free Software Foundation, Inc.
.PP
Permission is granted to make and distribute verbatim copies of
diff --git a/extension/inplace.c b/extension/inplace.c
index e3685e30..07d256b7 100644
--- a/extension/inplace.c
+++ b/extension/inplace.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2013, 2014 the Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.