summaryrefslogtreecommitdiff
path: root/extension
diff options
context:
space:
mode:
Diffstat (limited to 'extension')
-rw-r--r--extension/ChangeLog5
-rw-r--r--extension/filefuncs.c2
-rw-r--r--extension/readdir.c2
-rw-r--r--extension/readdir_test.c3
-rw-r--r--extension/time.c2
5 files changed, 10 insertions, 4 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 99611d0f..a4d3a7bd 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,8 @@
+2023-04-14 Arnold D. Robbins <arnold@skeeve.com>
+
+ * filefuncs.c, readdir.c, readdir_test.c, time.c: Update
+ copyright year.
+
2023-03-29 Arnold D. Robbins <arnold@skeeve.com>
* filefuncs.c: Fix a typo in a comment. Thanks to
diff --git a/extension/filefuncs.c b/extension/filefuncs.c
index ac697f09..e81a07bd 100644
--- a/extension/filefuncs.c
+++ b/extension/filefuncs.c
@@ -10,7 +10,7 @@
*/
/*
- * Copyright (C) 2001, 2004, 2005, 2010-2021,
+ * Copyright (C) 2001, 2004, 2005, 2010-2021, 2023,
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
diff --git a/extension/readdir.c b/extension/readdir.c
index 2499b4e2..e367ff12 100644
--- a/extension/readdir.c
+++ b/extension/readdir.c
@@ -11,7 +11,7 @@
*/
/*
- * Copyright (C) 2012-2014, 2018, 2019, 2021,
+ * Copyright (C) 2012-2014, 2018, 2019, 2021, 2023,
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
diff --git a/extension/readdir_test.c b/extension/readdir_test.c
index 6e805011..5d4b1805 100644
--- a/extension/readdir_test.c
+++ b/extension/readdir_test.c
@@ -11,7 +11,8 @@
*/
/*
- * Copyright (C) 2012-2014, 2017, 2018, 2019 the Free Software Foundation, Inc.
+ * Copyright (C) 2012-2014, 2017, 2018, 2019, 2023,
+ * the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/extension/time.c b/extension/time.c
index b7a8e8e8..8d93bda7 100644
--- a/extension/time.c
+++ b/extension/time.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2012, 2013, 2014, 2018, 2022
+ * Copyright (C) 2012, 2013, 2014, 2018, 2022, 2023,
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the