diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | array.c | 2 | ||||
-rw-r--r-- | builtin.c | 3 | ||||
-rw-r--r-- | cint_array.c | 2 | ||||
-rw-r--r-- | interpret.h | 3 | ||||
-rw-r--r-- | main.c | 5 | ||||
-rw-r--r-- | profile.c | 2 | ||||
-rw-r--r-- | support/ChangeLog | 4 | ||||
-rw-r--r-- | support/dfa.c | 2 | ||||
-rw-r--r-- | support/dfa.h | 2 |
10 files changed, 21 insertions, 9 deletions
@@ -1,3 +1,8 @@ +2020-01-24 Arnold D. Robbins <arnold@skeeve.com> + + * array.c, profile.c, cint_array.c, builtin.c, interpret.h, + main.c: Update copyright years. + 2020-01-23 Arnold D. Robbins <arnold@skeeve.com> * array.c (sort_up_value_type): Handle other types of nodes, @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2014, 2016, 2018, 2019, + * Copyright (C) 1986, 1988, 1989, 1991-2014, 2016, 2018, 2019, 2020, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the @@ -3,7 +3,8 @@ */ /* - * 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. diff --git a/cint_array.c b/cint_array.c index d7171ac8..dd35ac84 100644 --- a/cint_array.c +++ b/cint_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 diff --git a/interpret.h b/interpret.h index d157b5b2..80ef4689 100644 --- a/interpret.h +++ b/interpret.h @@ -3,7 +3,8 @@ */ /* - * 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,8 @@ */ /* - * 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. @@ -24,7 +25,7 @@ */ /* FIX THIS BEFORE EVERY RELEASE: */ -#define UPDATE_YEAR 2019 +#define UPDATE_YEAR 2020 #include "awk.h" #include "getopt.h" @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1999-2019 the Free Software Foundation, Inc. + * Copyright (C) 1999-2020 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/support/ChangeLog b/support/ChangeLog index 4a57d557..1382bcfe 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,7 @@ +2020-01-24 Arnold D. Robbins <arnold@skeeve.com> + + * dfa.h, dfa.c: Update copyright years. + 2019-12-20 Arnold D. Robbins <arnold@skeeve.com> * dfa.h, dfa.c: Updated from GNULIB. diff --git a/support/dfa.c b/support/dfa.c index 0aa8124d..65b0972c 100644 --- a/support/dfa.c +++ b/support/dfa.c @@ -1,5 +1,5 @@ /* dfa.c - deterministic extended regexp routines for GNU - Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2019 Free Software + Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2020 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/support/dfa.h b/support/dfa.h index 0da597fc..80e8dbab 100644 --- a/support/dfa.h +++ b/support/dfa.h @@ -1,5 +1,5 @@ /* dfa.h - declarations for GNU deterministic regexp compiler - Copyright (C) 1988, 1998, 2007, 2009-2019 Free Software Foundation, Inc. + Copyright (C) 1988, 1998, 2007, 2009-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 |