diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-08 11:33:48 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-08 11:33:48 +0300 |
commit | be7aafc0b212669de461aeda752e704a727d1cb5 (patch) | |
tree | 57bd8e07e383a367686c5e9ad45fbbecc3445f28 | |
parent | 344418f320251d0b36e7e9c6bc824de64984a42d (diff) | |
parent | 23393597f023f3824b56355383436ab1e52febef (diff) | |
download | egawk-be7aafc0b212669de461aeda752e704a727d1cb5.tar.gz egawk-be7aafc0b212669de461aeda752e704a727d1cb5.tar.bz2 egawk-be7aafc0b212669de461aeda752e704a727d1cb5.zip |
Merge branch 'gawk-4.1-stable'
-rw-r--r-- | extension/ChangeLog | 5 | ||||
-rw-r--r-- | extension/Makefile.am | 2 | ||||
-rw-r--r-- | extension/filefuncs.c | 2 | ||||
-rw-r--r-- | extension/inplace.3am | 4 | ||||
-rw-r--r-- | extension/inplace.c | 2 |
5 files changed, 10 insertions, 5 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index 5d1651fd..8b575ca6 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-27 Arnold D. Robbins <arnold@skeeve.com> * testext.c: Move test for deferred variables here. 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. |