diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-20 15:07:30 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-20 15:07:30 +0200 |
commit | c4ea36fec170ecc81d75a05b300531d1fccf5025 (patch) | |
tree | 2b1ae59640391d5d2ca7380cf59a67e71ce10b80 | |
parent | cac08d639e13d8ee7fefb55e1403c90269d29e5a (diff) | |
download | egawk-c4ea36fec170ecc81d75a05b300531d1fccf5025.tar.gz egawk-c4ea36fec170ecc81d75a05b300531d1fccf5025.tar.bz2 egawk-c4ea36fec170ecc81d75a05b300531d1fccf5025.zip |
Update copyright years.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | awk.h | 2 | ||||
-rw-r--r-- | awkgram.y | 2 | ||||
-rw-r--r-- | command.y | 2 | ||||
-rw-r--r-- | custom.h | 2 | ||||
-rw-r--r-- | debug.c | 2 | ||||
-rw-r--r-- | ext.c | 2 | ||||
-rw-r--r-- | extension/Makefile.am | 3 | ||||
-rw-r--r-- | extension/Makefile.in | 3 | ||||
-rw-r--r-- | extension/configure.ac | 2 | ||||
-rw-r--r-- | extension/filefuncs.c | 2 | ||||
-rw-r--r-- | extension/ordchr.c | 2 | ||||
-rw-r--r-- | extension/rwarray.c | 2 | ||||
-rw-r--r-- | extension/rwarray0.c | 2 | ||||
-rw-r--r-- | field.c | 2 | ||||
-rw-r--r-- | gettext.h | 4 | ||||
-rw-r--r-- | int_array.c | 2 | ||||
-rw-r--r-- | io.c | 2 | ||||
-rw-r--r-- | symbol.c | 2 |
21 files changed, 26 insertions, 24 deletions
diff --git a/Makefile.am b/Makefile.am index 94e961fb..0e6bcc50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # # Makefile.am --- automake input file for gawk # -# Copyright (C) 2000-2019 the Free Software Foundation, Inc. +# Copyright (C) 2000-2020 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/Makefile.in b/Makefile.in index 71932418..b8f7492d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,7 @@ # # Makefile.am --- automake input file for gawk # -# Copyright (C) 2000-2019 the Free Software Foundation, Inc. +# Copyright (C) 2000-2020 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. @@ -1,5 +1,5 @@ Copyright (C) 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015, - 2016, 2017, 2018, 2019 Free Software Foundation, Inc. + 2016, 2017, 2018, 2019, 2020 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -11,7 +11,7 @@ This is GNU Awk 5.1.0. It is upwardly compatible with Brian Kernighan's version of Unix awk. It is almost completely compliant with the 2018 POSIX 1003.1 standard for awk. (See the note below about POSIX.) -This is a bug-fix release. See NEWS and ChangeLog for details. +This is a major release. See NEWS and ChangeLog for details. Work to be done is described briefly in the TODO file, which is available only in the 'master' branch in the Git repo. @@ -21,7 +21,7 @@ Changes in this version are summarized in the NEWS file. Read the file POSIX.STD for a discussion of issues where the standard says one thing but gawk does something different. -To format the documentation with TeX, use at least version 2017-09.16 +To format the documentation with TeX, use at least version 2019-09-20.22 of texinfo.tex. There is a usable copy of texinfo.tex in the doc directory. You must also use at least version 6.7 of texindex and of makeinfo from the texinfo-6.7 distribution. @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2019 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2020 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2019 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2020 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2004, 2010, 2011, 2014, 2016, 2017, 2019 + * Copyright (C) 2004, 2010, 2011, 2014, 2016, 2017, 2019, 2020, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 1995-2004, 2008, 2009, 2011, 2016, 2018, 2019 + * Copyright (C) 1995-2004, 2008, 2009, 2011, 2016, 2018, 2019, 2020, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2004, 2010-2013, 2016-2019 the Free Software Foundation, Inc. + * Copyright (C) 2004, 2010-2013, 2016-2020 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 1995 - 2001, 2003-2014, 2016-2019, + * Copyright (C) 1995 - 2001, 2003-2014, 2016-2020, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/extension/Makefile.am b/extension/Makefile.am index 0f113dc8..12a25205 100644 --- a/extension/Makefile.am +++ b/extension/Makefile.am @@ -1,7 +1,8 @@ # # extension/Makefile.am --- automake input file for gawk # -# Copyright (C) 1995-2006, 2012-2015, 2017 the Free Software Foundation, Inc. +# Copyright (C) 1995-2006, 2012-2015, 2017, 2020, +# the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/extension/Makefile.in b/extension/Makefile.in index 9ef426a4..7f615e6f 100644 --- a/extension/Makefile.in +++ b/extension/Makefile.in @@ -17,7 +17,8 @@ # # extension/Makefile.am --- automake input file for gawk # -# Copyright (C) 1995-2006, 2012-2015, 2017 the Free Software Foundation, Inc. +# Copyright (C) 1995-2006, 2012-2015, 2017, 2020, +# the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/extension/configure.ac b/extension/configure.ac index a4cc7807..50612b65 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -1,7 +1,7 @@ dnl dnl configure.ac --- autoconf input file for gawk dnl -dnl Copyright (C) 2012-2019 the Free Software Foundation, Inc. +dnl Copyright (C) 2012-2020 the Free Software Foundation, Inc. dnl dnl This file is part of GAWK, the GNU implementation of the dnl AWK Programming Language. diff --git a/extension/filefuncs.c b/extension/filefuncs.c index 9078c107..86e60321 100644 --- a/extension/filefuncs.c +++ b/extension/filefuncs.c @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2001, 2004, 2005, 2010-2019 + * Copyright (C) 2001, 2004, 2005, 2010-2020, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/extension/ordchr.c b/extension/ordchr.c index 28d3e036..e1afade5 100644 --- a/extension/ordchr.c +++ b/extension/ordchr.c @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2001, 2004, 2011, 2012, 2013, 2018 + * Copyright (C) 2001, 2004, 2011, 2012, 2013, 2018, 2020, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/extension/rwarray.c b/extension/rwarray.c index 777eb41c..45f9c734 100644 --- a/extension/rwarray.c +++ b/extension/rwarray.c @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2014, 2017, 2018 the Free Software Foundation, Inc. + * Copyright (C) 2009-2014, 2017, 2018, 2020 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/extension/rwarray0.c b/extension/rwarray0.c index d343cdd2..5298bea3 100644 --- a/extension/rwarray0.c +++ b/extension/rwarray0.c @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2009, 2010, 2011, 2012, 2013, 2018 + * Copyright (C) 2009, 2010, 2011, 2012, 2013, 2018, 2020, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2019 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2020 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -1,6 +1,6 @@ /* Convenience header for conditional use of GNU <libintl.h>. - Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2018 Free Software - Foundation, Inc. + Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2018, 2020, + Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/int_array.c b/int_array.c index 31bc80bf..382aa799 100644 --- a/int_array.c +++ b/int_array.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2013, 2016, 2017, 2019, + * Copyright (C) 1986, 1988, 1989, 1991-2013, 2016, 2017, 2019, 2020, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2019, + * Copyright (C) 1986, 1988, 1989, 1991-2020, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2015, 2017, 2018, 2019, + * Copyright (C) 1986, 1988, 1989, 1991-2015, 2017-2020, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the |