From 1ad9c321bc72b85cab42a7aca76eb8630c405685 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Tue, 19 Mar 2024 22:19:42 +0000 Subject: [PATCH] Adjust copyright years. --- README.md | 2 +- configure.ac | 2 +- docs/NEWS.md | 2 +- src/include/config-aux.h | 2 +- src/main/debug.c | 2 +- src/main/help.c | 2 +- src/main/remote.c | 2 +- src/main/version.c | 2 +- src/pv/elapsedtime.c | 2 +- src/pv/file.c | 2 +- src/pv/loop.c | 2 +- src/pv/signal.c | 2 +- src/pv/string.c | 2 +- src/pv/transfer.c | 2 +- src/pv/watchpid.c | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index b59b586..6483ca2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ development tools. You can then run "`autoreconf -is`" to generate the # Copyright, bug reporting, and acknowledgements -Copyright (C) 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood. +Copyright (C) 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2024 Andrew Wood. License GPLv3+: GNU GPL version 3 or later . diff --git a/configure.ac b/configure.ac index c997a8c..76466ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood +dnl Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2024 Andrew Wood dnl dnl License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. diff --git a/docs/NEWS.md b/docs/NEWS.md index 5a5ad4b..f14bd10 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -66,7 +66,7 @@ * cleanup: word wrapping of "`--help`" output is now multi-byte locale aware * cleanup: adjusted "`indent`" rules to line length of 120 and reformatted code -### 1.7.18 - 28 July 2023 +### 1.7.18 - 28 July 2023 * fix: language file installation had been broken by the configuration script rewrite diff --git a/src/include/config-aux.h b/src/include/config-aux.h index 0b6d8f4..e5d235b 100644 --- a/src/include/config-aux.h +++ b/src/include/config-aux.h @@ -3,7 +3,7 @@ * `configure' script. Include this after config.h and before anything * else. * - * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood + * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2024 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */ diff --git a/src/main/debug.c b/src/main/debug.c index b8bb6ae..ae7fd4c 100644 --- a/src/main/debug.c +++ b/src/main/debug.c @@ -1,7 +1,7 @@ /* * Output debugging information. * - * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood + * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2024 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */ diff --git a/src/main/help.c b/src/main/help.c index 90cf9c7..6f60506 100644 --- a/src/main/help.c +++ b/src/main/help.c @@ -1,7 +1,7 @@ /* * Output command-line help to stdout. * - * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood + * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2024 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */ diff --git a/src/main/remote.c b/src/main/remote.c index b8e390e..0affd72 100644 --- a/src/main/remote.c +++ b/src/main/remote.c @@ -1,7 +1,7 @@ /* * Remote-control functions. * - * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood + * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2024 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */ diff --git a/src/main/version.c b/src/main/version.c index 1cefbd7..35f74e7 100644 --- a/src/main/version.c +++ b/src/main/version.c @@ -1,7 +1,7 @@ /* * Output version information to stdout. * - * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood + * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2024 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */ diff --git a/src/pv/elapsedtime.c b/src/pv/elapsedtime.c index e0a3701..fd18ea8 100644 --- a/src/pv/elapsedtime.c +++ b/src/pv/elapsedtime.c @@ -1,7 +1,7 @@ /* * Functions relating to elapsed time. * - * Copyright 2023 Andrew Wood + * Copyright 2023-2024 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */ diff --git a/src/pv/file.c b/src/pv/file.c index 1d1e5b5..eaf09ba 100644 --- a/src/pv/file.c +++ b/src/pv/file.c @@ -1,7 +1,7 @@ /* * Functions for opening and closing files, and calculating their size. * - * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood + * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2024 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */ diff --git a/src/pv/loop.c b/src/pv/loop.c index fb62ff6..7a21a9e 100644 --- a/src/pv/loop.c +++ b/src/pv/loop.c @@ -1,7 +1,7 @@ /* * Functions providing the main transfer or file descriptor watching loop. * - * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood + * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2024 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */ diff --git a/src/pv/signal.c b/src/pv/signal.c index ed14808..8d79a8e 100644 --- a/src/pv/signal.c +++ b/src/pv/signal.c @@ -1,7 +1,7 @@ /* * Signal handling functions. * - * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood + * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2024 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */ diff --git a/src/pv/string.c b/src/pv/string.c index 1653393..b5037a3 100644 --- a/src/pv/string.c +++ b/src/pv/string.c @@ -1,7 +1,7 @@ /* * Functions for portably managing strings. * - * Copyright 2023 Andrew Wood + * Copyright 2023-2024 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */ diff --git a/src/pv/transfer.c b/src/pv/transfer.c index 5c13bf3..21b8249 100644 --- a/src/pv/transfer.c +++ b/src/pv/transfer.c @@ -1,7 +1,7 @@ /* * Functions for transferring data between file descriptors. * - * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood + * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2024 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */ diff --git a/src/pv/watchpid.c b/src/pv/watchpid.c index 6bbb24a..acd4841 100644 --- a/src/pv/watchpid.c +++ b/src/pv/watchpid.c @@ -1,7 +1,7 @@ /* * Functions for watching file descriptors in other processes. * - * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood + * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2024 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */