From 7fa5aa419df96da264b225946dbe78efc675a5cd Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 21 Jul 2019 21:25:32 +0300 Subject: Update copyright years. Fix a typo in ChangeLog.1. --- ChangeLog | 5 +++++ ChangeLog.1 | 2 +- command.y | 2 +- custom.h | 2 +- eval.c | 2 +- ext.c | 2 +- field.c | 2 +- io.c | 2 +- msg.c | 2 +- node.c | 2 +- nonposix.h | 3 ++- re.c | 2 +- 12 files changed, 17 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index f0548892..4cfe550c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-07-21 Arnold D. Robbins + + * command.y, custom.h, eval.c, ext.c, field.c, io.c, + msg.c, node.c, nonposix.h, re.c: Update copyright year. + 2019-07-16 Arnold D. Robbins * TODO: Updated. diff --git a/ChangeLog.1 b/ChangeLog.1 index aa8226e7..b8e192e1 100644 --- a/ChangeLog.1 +++ b/ChangeLog.1 @@ -188,7 +188,7 @@ 2019-01-23 Arnold D. Robbins - * symtab.c (lookup): Remove second `do_qualify' parameter. + * symbol.c (lookup): Remove second `do_qualify' parameter. Remove calls to `fix_up_namespace'. If name starts with "awk::" just lookup the compnent name. Adjust all calls to `lookup' in other files. diff --git a/command.y b/command.y index 6d2c9ef2..8daefe1e 100644 --- a/command.y +++ b/command.y @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2004, 2010, 2011, 2014, 2016, 2017 + * Copyright (C) 2004, 2010, 2011, 2014, 2016, 2017, 2019 * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/custom.h b/custom.h index 7dfc140f..44ae50ef 100644 --- a/custom.h +++ b/custom.h @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 1995-2004, 2008, 2009, 2011, 2016, 2018 + * Copyright (C) 1995-2004, 2008, 2009, 2011, 2016, 2018, 2019 * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/eval.c b/eval.c index 8acfba0f..3a3a2f6b 100644 --- a/eval.c +++ b/eval.c @@ -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/ext.c b/ext.c index d0e97b87..c2a4b616 100644 --- a/ext.c +++ b/ext.c @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 1995 - 2001, 2003-2014, 2016-2018, + * Copyright (C) 1995 - 2001, 2003-2014, 2016-2019, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/field.c b/field.c index 59dc58af..feba8fd8 100644 --- a/field.c +++ b/field.c @@ -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/io.c b/io.c index c49d1281..710314cc 100644 --- a/io.c +++ b/io.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2018, + * Copyright (C) 1986, 1988, 1989, 1991-2019, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/msg.c b/msg.c index 32f152ab..53df2c0a 100644 --- a/msg.c +++ b/msg.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2001, 2003, 2010-2013, 2017, 2018, + * Copyright (C) 1986, 1988, 1989, 1991-2001, 2003, 2010-2013, 2017-2019, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/node.c b/node.c index 24050e6d..9574c3e7 100644 --- a/node.c +++ b/node.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2001, 2003-2015, 2017, 2018, + * Copyright (C) 1986, 1988, 1989, 1991-2001, 2003-2015, 2017, 2018, 2019, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/nonposix.h b/nonposix.h index 52fb21f2..35359abf 100644 --- a/nonposix.h +++ b/nonposix.h @@ -3,7 +3,8 @@ */ /* - * Copyright (C) 2012, 2013, 2016, 2017, 2018 the Free Software Foundation, Inc. + * Copyright (C) 2012, 2013, 2016, 2017, 2018, 2019 + * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/re.c b/re.c index 210be068..32d03341 100644 --- a/re.c +++ b/re.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1991-2018 the Free Software Foundation, Inc. + * Copyright (C) 1991-2019 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. -- cgit v1.2.3