aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-05-30 16:09:55 -0400
committerArnold D. Robbins <arnold@skeeve.com>2016-05-30 16:09:55 -0400
commit0b69420a3cb1c318028ef8c10f475f73296fab02 (patch)
tree080c05a1b2efd87ad1037728b264a998b8d34f1f /doc
parent2441456cafc36b85f069e43a0e9325775c103baa (diff)
parentbda71a2e22997e09f82d4ea33ccef03c0afc667b (diff)
downloadegawk-0b69420a3cb1c318028ef8c10f475f73296fab02.tar.gz
egawk-0b69420a3cb1c318028ef8c10f475f73296fab02.tar.bz2
egawk-0b69420a3cb1c318028ef8c10f475f73296fab02.zip
Merge branch 'master' into feature/cmake
Diffstat (limited to 'doc')
-rw-r--r--doc/gawk.info4
-rw-r--r--doc/gawk.texi4
-rw-r--r--doc/gawktexi.in4
-rw-r--r--doc/sidebar.awk2
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/gawk.info b/doc/gawk.info
index 17310b1c..29eee6b4 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 9948b0f1..47eec4b3 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 3182366d..d77e4768 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.