summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
Diffstat (limited to 'vms')
-rw-r--r--vms/ChangeLog5
-rw-r--r--vms/vms_args.c2
-rw-r--r--vms/vms_cli.c2
-rw-r--r--vms/vms_fwrite.c2
-rw-r--r--vms/vms_gawk.c2
-rw-r--r--vms/vms_misc.c2
-rw-r--r--vms/vms_popen.c2
7 files changed, 11 insertions, 6 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog
index 4285a1d1..60415aa4 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,8 @@
+2023-04-14 Arnold D. Robbins <arnold@skeeve.com>
+
+ * vms_args.c, vms_cli.c, vms_fwrite.c, vms_gawk.c, vms_misc.c,
+ vms_popen.c: Update copyright year.
+
2023-03-18 John E. Malmberg <wb8tyw@qsl.net>
* redirect.h: Fix prototype for read()
diff --git a/vms/vms_args.c b/vms/vms_args.c
index 156da5a8..99129ac1 100644
--- a/vms/vms_args.c
+++ b/vms/vms_args.c
@@ -1,7 +1,7 @@
/* vms_args.c -- command line parsing, to emulate shell i/o redirection.
[ Escape sequence parsing now suppressed. ]
- Copyright (C) 1991-1996, 1997, 2011, 2014, 2016, 2022
+ Copyright (C) 1991-1996, 1997, 2011, 2014, 2016, 2022, 2023,
the Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/vms/vms_cli.c b/vms/vms_cli.c
index 613cd40b..843fb636 100644
--- a/vms/vms_cli.c
+++ b/vms/vms_cli.c
@@ -1,6 +1,6 @@
/* vms_cli.c -- interface to CLI$xxx routines for fetching command line components
- Copyright (C) 1991-1993, 2003, 2011, 2014, 2016, 2022
+ Copyright (C) 1991-1993, 2003, 2011, 2014, 2016, 2022, 2023,
the Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/vms/vms_fwrite.c b/vms/vms_fwrite.c
index 7673aaf1..f2e53cdc 100644
--- a/vms/vms_fwrite.c
+++ b/vms/vms_fwrite.c
@@ -1,6 +1,6 @@
/* vms_fwrite.c - augmentation for the fwrite() function.
- Copyright (C) 1991-1996, 2010, 2011, 2014, 2016, 2022
+ Copyright (C) 1991-1996, 2010, 2011, 2014, 2016, 2022, 2023,
the Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/vms/vms_gawk.c b/vms/vms_gawk.c
index 1c6339d4..ff3c39b8 100644
--- a/vms/vms_gawk.c
+++ b/vms/vms_gawk.c
@@ -1,6 +1,6 @@
/* vms_gawk.c -- parse GAWK command line using DCL syntax
- Copyright (C) 1991-1993, 1996, 2003, 2005, 2011, 2014, 2022
+ Copyright (C) 1991-1993, 1996, 2003, 2005, 2011, 2014, 2022, 2023,
the Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/vms/vms_misc.c b/vms/vms_misc.c
index 3e79a728..2c81d79f 100644
--- a/vms/vms_misc.c
+++ b/vms/vms_misc.c
@@ -1,6 +1,6 @@
/* vms_misc.c -- sustitute code for missing/different run-time library routines.
- Copyright (C) 1991-1993, 1996-1997, 2001, 2003, 2009, 2010, 2011, 2014, 2022
+ Copyright (C) 1991-1993, 1996-1997, 2001, 2003, 2009, 2010, 2011, 2014, 2022, 2023,
the Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/vms/vms_popen.c b/vms/vms_popen.c
index 5802ca84..5f4736d1 100644
--- a/vms/vms_popen.c
+++ b/vms/vms_popen.c
@@ -1,6 +1,6 @@
/* [.vms]vms_popen.c -- substitute routines for missing pipe calls.
- Copyright (C) 1991-1993, 1996, 2010, 2011, 2014, 2022
+ Copyright (C) 1991-1993, 1996, 2010, 2011, 2014, 2022, 2023,
the Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify