aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-05-30 16:05:19 -0400
committerArnold D. Robbins <arnold@skeeve.com>2016-05-30 16:05:19 -0400
commitdb17f0d20a03bd851e8e4f005eb6304ad6a93c12 (patch)
treec5b94e403923dd988c809d15ddc2d2c8f3231adb /doc
parentd69572fbae2d25a2c51d846733a49d45e5b04269 (diff)
downloadegawk-db17f0d20a03bd851e8e4f005eb6304ad6a93c12.tar.gz
egawk-db17f0d20a03bd851e8e4f005eb6304ad6a93c12.tar.bz2
egawk-db17f0d20a03bd851e8e4f005eb6304ad6a93c12.zip
Changes toward release and test tarball.
Diffstat (limited to 'doc')
-rw-r--r--doc/gawk.12
-rw-r--r--doc/gawk.info4
-rw-r--r--doc/gawk.texi4
-rw-r--r--doc/gawktexi.in4
-rw-r--r--doc/sidebar.awk2
5 files changed, 8 insertions, 8 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index ca51a530..2caa87ad 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -3987,7 +3987,7 @@ We thank him.
.SH COPYING PERMISSIONS
Copyright \(co 1989, 1991, 1992, 1993, 1994, 1995, 1996,
1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2009,
-2010, 2011, 2012, 2013, 2014
+2010, 2011, 2012, 2013, 2014, 2016
Free Software Foundation, Inc.
.PP
Permission is granted to make and distribute verbatim copies of
diff --git a/doc/gawk.info b/doc/gawk.info
index cdb4ea49..f5e89994 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -1,6 +1,6 @@
This is gawk.info, produced by makeinfo version 6.1 from gawk.texi.
-Copyright (C) 1989, 1991, 1992, 1993, 1996-2005, 2007, 2009-2015
+Copyright (C) 1989, 1991, 1992, 1993, 1996-2005, 2007, 2009-2016
Free Software Foundation, Inc.
@@ -37,7 +37,7 @@ General Introduction
This file documents 'awk', a program that you can use to select
particular records in a file and perform operations upon them.
- Copyright (C) 1989, 1991, 1992, 1993, 1996-2005, 2007, 2009-2015
+ Copyright (C) 1989, 1991, 1992, 1993, 1996-2005, 2007, 2009-2016
Free Software Foundation, Inc.
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 407c8a38..0cbb1023 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -276,13 +276,13 @@ Fax: +1-617-542-2652
Email: <email>gnu@@gnu.org</email>
URL: <ulink url="http://www.gnu.org">http://www.gnu.org/</ulink></literallayout>
-<literallayout class="normal">Copyright &copy; 1989, 1991, 1992, 1993, 1996&ndash;2005, 2007, 2009&ndash;2015
+<literallayout class="normal">Copyright &copy; 1989, 1991, 1992, 1993, 1996&ndash;2005, 2007, 2009&ndash;2016
Free Software Foundation, Inc.
All Rights Reserved.</literallayout>
@end docbook
@ifnotdocbook
-Copyright @copyright{} 1989, 1991, 1992, 1993, 1996--2005, 2007, 2009--2015 @*
+Copyright @copyright{} 1989, 1991, 1992, 1993, 1996--2005, 2007, 2009--2016 @*
Free Software Foundation, Inc.
@end ifnotdocbook
@sp 2
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 1eddecba..48fafeeb 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -271,13 +271,13 @@ Fax: +1-617-542-2652
Email: <email>gnu@@gnu.org</email>
URL: <ulink url="http://www.gnu.org">http://www.gnu.org/</ulink></literallayout>
-<literallayout class="normal">Copyright &copy; 1989, 1991, 1992, 1993, 1996&ndash;2005, 2007, 2009&ndash;2015
+<literallayout class="normal">Copyright &copy; 1989, 1991, 1992, 1993, 1996&ndash;2005, 2007, 2009&ndash;2016
Free Software Foundation, Inc.
All Rights Reserved.</literallayout>
@end docbook
@ifnotdocbook
-Copyright @copyright{} 1989, 1991, 1992, 1993, 1996--2005, 2007, 2009--2015 @*
+Copyright @copyright{} 1989, 1991, 1992, 1993, 1996--2005, 2007, 2009--2016 @*
Free Software Foundation, Inc.
@end ifnotdocbook
@sp 2
diff --git a/doc/sidebar.awk b/doc/sidebar.awk
index 98296dcb..d1f3efc3 100644
--- a/doc/sidebar.awk
+++ b/doc/sidebar.awk
@@ -1,6 +1,6 @@
# sidebar.awk --- add support for sidebars, other stuff to gawk.texi
-# Copyright (C) 2013 the Free Software Foundation, Inc.
+# Copyright (C) 2013, 2016 the Free Software Foundation, Inc.
#
# This file is part of GAWK, the GNU implementation of the
# AWK Programming Language.