diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gawk.info | 4 | ||||
-rw-r--r-- | doc/gawk.texi | 4 | ||||
-rw-r--r-- | doc/gawktexi.in | 4 | ||||
-rw-r--r-- | doc/sidebar.awk | 2 |
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 © 1989, 1991, 1992, 1993, 1996–2005, 2007, 2009–2015 +<literallayout class="normal">Copyright © 1989, 1991, 1992, 1993, 1996–2005, 2007, 2009–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 © 1989, 1991, 1992, 1993, 1996–2005, 2007, 2009–2015 +<literallayout class="normal">Copyright © 1989, 1991, 1992, 1993, 1996–2005, 2007, 2009–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. |