diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-27 11:26:29 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-27 11:26:29 +0200 |
commit | 64854e87c6b07ddc8d7a687decefaf5ae3a5c9fb (patch) | |
tree | f3e27e21f09150d4f6005fb4735fa6d541e7820f | |
parent | dde4cb3f47a675095230fa849995b74e4a38b966 (diff) | |
download | egawk-64854e87c6b07ddc8d7a687decefaf5ae3a5c9fb.tar.gz egawk-64854e87c6b07ddc8d7a687decefaf5ae3a5c9fb.tar.bz2 egawk-64854e87c6b07ddc8d7a687decefaf5ae3a5c9fb.zip |
Change update-date and fix copyright year.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.texi | 4 | ||||
-rw-r--r-- | doc/gawktexi.in | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index bee6e3e0..1172c285 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2015-02-27 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Update UPDATE-MONTH and copyright year. + 2015-02-24 Arnold D. Robbins <arnold@skeeve.com> * texinfo.tex: Update to most current version. diff --git a/doc/gawk.texi b/doc/gawk.texi index 27aaa74f..e963992a 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -51,7 +51,7 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH September, 2014 +@set UPDATE-MONTH February, 2015 @set VERSION 4.1 @set PATCHLEVEL 2 @@ -299,7 +299,7 @@ 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–2014 +<literallayout class="normal">Copyright © 1989, 1991, 1992, 1993, 1996–2005, 2007, 2009–2015 Free Software Foundation, Inc. All Rights Reserved.</literallayout> @end docbook diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 450d1e5d..f7e3ee21 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -46,7 +46,7 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH September, 2014 +@set UPDATE-MONTH February, 2015 @set VERSION 4.1 @set PATCHLEVEL 2 @@ -294,7 +294,7 @@ 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–2014 +<literallayout class="normal">Copyright © 1989, 1991, 1992, 1993, 1996–2005, 2007, 2009–2015 Free Software Foundation, Inc. All Rights Reserved.</literallayout> @end docbook |