aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--array.c2
-rw-r--r--builtin.c3
-rw-r--r--cint_array.c2
-rw-r--r--interpret.h3
-rw-r--r--main.c5
-rw-r--r--profile.c2
-rw-r--r--support/ChangeLog4
-rw-r--r--support/dfa.c2
-rw-r--r--support/dfa.h2
10 files changed, 21 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 48d1f646..cfe96373 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
diff --git a/array.c b/array.c
index 4f894577..ae21b32a 100644
--- a/array.c
+++ b/array.c
@@ -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
diff --git a/builtin.c b/builtin.c
index f8ca0371..8be3b9ea 100644
--- a/builtin.c
+++ b/builtin.c
@@ -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.
diff --git a/main.c b/main.c
index ae34d753..d200b6fd 100644
--- a/main.c
+++ b/main.c
@@ -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"
diff --git a/profile.c b/profile.c
index d464c305..0f77c8a1 100644
--- a/profile.c
+++ b/profile.c
@@ -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