diff options
-rwxr-xr-x | ChangeLog | 7 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | awkgram.y | 2 | ||||
-rw-r--r-- | cint_array.c | 2 | ||||
-rw-r--r-- | custom.h | 2 | ||||
-rw-r--r-- | debug.c | 2 | ||||
-rw-r--r-- | eval.c | 2 | ||||
-rw-r--r-- | ext.c | 2 | ||||
-rw-r--r-- | gawkapi.c | 2 | ||||
-rw-r--r-- | int_array.c | 2 | ||||
-rw-r--r-- | interpret.h | 2 | ||||
-rw-r--r-- | nonposix.h | 2 | ||||
-rw-r--r-- | profile.c | 2 | ||||
-rw-r--r-- | re.c | 2 | ||||
-rw-r--r-- | replace.c | 2 | ||||
-rw-r--r-- | str_array.c | 2 | ||||
-rw-r--r-- | symbol.c | 2 | ||||
-rw-r--r-- | test/ChangeLog | 1 | ||||
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
22 files changed, 28 insertions, 20 deletions
@@ -1,3 +1,10 @@ +2019-01-27 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am, NEWS, awkgram.y, cint_array.c, custom.h, debug.c, + eval.c, ext.c, gawkapi.c, int_array.c, interpret.h, nonposix.h, + profile.c, re.c, replace.c, str_array.c, symbol.c: Update + copyright year. + 2019-01-26 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (pc/Makefile.tst): Fix to work for out of tree builds. diff --git a/Makefile.am b/Makefile.am index 4d51a09f..87ea5075 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # # Makefile.am --- automake input file for gawk # -# Copyright (C) 2000-2016 the Free Software Foundation, Inc. +# Copyright (C) 2000-2019 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 fcc2359e..dae08633 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,7 @@ # # Makefile.am --- automake input file for gawk # -# Copyright (C) 2000-2016 the Free Software Foundation, Inc. +# Copyright (C) 2000-2019 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. @@ -1,4 +1,4 @@ - Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 + Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2018 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2019 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/cint_array.c b/cint_array.c index 497bd792..08815e4e 100644 --- a/cint_array.c +++ b/cint_array.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2013, 2016, 2017, + * Copyright (C) 1986, 1988, 1989, 1991-2013, 2016, 2017, 2019, * 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 + * Copyright (C) 1995-2004, 2008, 2009, 2011, 2016, 2018 * 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-2018 the Free Software Foundation, Inc. + * Copyright (C) 2004, 2010-2013, 2016-2019 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-2017 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2018 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-2017, + * Copyright (C) 1995 - 2001, 2003-2014, 2016-2018, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2012-2018 the Free Software Foundation, Inc. + * Copyright (C) 2012-2019 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/int_array.c b/int_array.c index 475f16fe..1a292156 100644 --- a/int_array.c +++ b/int_array.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2013, 2016, 2017, + * Copyright (C) 1986, 1988, 1989, 1991-2013, 2016, 2017, 2019, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/interpret.h b/interpret.h index 720b583a..c16da88f 100644 --- a/interpret.h +++ b/interpret.h @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2018 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2019 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) 2012, 2013, 2016, 2017 the Free Software Foundation, Inc. + * Copyright (C) 2012, 2013, 2016, 2017, 2018 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) 1999-2018 the Free Software Foundation, Inc. + * Copyright (C) 1999-2019 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) 1991-2017 the Free Software Foundation, Inc. + * Copyright (C) 1991-2018 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) 1989, 1991-2013 the Free Software Foundation, Inc. + * Copyright (C) 1989, 1991-2014, 2018 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/str_array.c b/str_array.c index 85e554b8..c90f7861 100644 --- a/str_array.c +++ b/str_array.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2013, 2016, 2017, 2018, + * Copyright (C) 1986, 1988, 1989, 1991-2013, 2016, 2017, 2018, 2019, * 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, + * Copyright (C) 1986, 1988, 1989, 1991-2015, 2017, 2018, 2019, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/test/ChangeLog b/test/ChangeLog index 8054bbc7..090b73a6 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,6 +1,7 @@ 2019-01-28 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (symtab6): Fix the test's recipe. + Update copyright year. * symtab6.ok: Adjust to have correct content. 2019-01-26 Arnold D. Robbins <arnold@skeeve.com> diff --git a/test/Makefile.am b/test/Makefile.am index 13a23a40..7cc55c54 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,7 @@ # # test/Makefile.am --- automake input file for gawk # -# Copyright (C) 1988-2018 the Free Software Foundation, Inc. +# Copyright (C) 1988-2019 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/test/Makefile.in b/test/Makefile.in index 37f12202..3d633dba 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -17,7 +17,7 @@ # # test/Makefile.am --- automake input file for gawk # -# Copyright (C) 1988-2018 the Free Software Foundation, Inc. +# Copyright (C) 1988-2019 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. |