summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-07-21 21:25:32 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-07-21 21:25:32 +0300
commit7fa5aa419df96da264b225946dbe78efc675a5cd (patch)
tree1aeb69be94d9af486a46d97cfdba778bbd9a3f72
parent78041cf31cdd30a4edc8d432e124a8f6a422f966 (diff)
downloadgawk-7fa5aa419df96da264b225946dbe78efc675a5cd.tar.gz
Update copyright years. Fix a typo in ChangeLog.1.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.12
-rw-r--r--command.y2
-rw-r--r--custom.h2
-rw-r--r--eval.c2
-rw-r--r--ext.c2
-rw-r--r--field.c2
-rw-r--r--io.c2
-rw-r--r--msg.c2
-rw-r--r--node.c2
-rw-r--r--nonposix.h3
-rw-r--r--re.c2
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 <arnold@skeeve.com>
+
+ * 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 <arnold@skeeve.com>
* 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 <arnold@skeeve.com>
- * 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.