From 2ac581e04a7db8e734f038120a14a1bad61e329b Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 10 Jun 2025 13:26:24 +0200 Subject: [PATCH] update copyright years --- client.c | 2 +- cmdmon.c | 2 +- conf.c | 2 +- doc/chrony.conf.adoc | 3 ++- rtc_linux.c | 1 + sources.c | 2 +- sys_linux.c | 1 + sys_timex.c | 2 +- test/unit/keys.c | 2 +- test/unit/nts_ntp_auth.c | 2 +- test/unit/quantiles.c | 2 +- test/unit/socket.c | 1 + 12 files changed, 13 insertions(+), 9 deletions(-) diff --git a/client.c b/client.c index fd227e8..f2625de 100644 --- a/client.c +++ b/client.c @@ -3447,7 +3447,7 @@ static void display_gpl(void) { printf("chrony version %s\n" - "Copyright (C) 1997-2003, 2007, 2009-2024 Richard P. Curnow and others\n" + "Copyright (C) 1997-2003, 2007, 2009-2025 Richard P. Curnow and others\n" "chrony comes with ABSOLUTELY NO WARRANTY. This is free software, and\n" "you are welcome to redistribute it under certain conditions. See the\n" "GNU General Public License version 2 for details.\n\n", diff --git a/cmdmon.c b/cmdmon.c index a651c82..e90a949 100644 --- a/cmdmon.c +++ b/cmdmon.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2009-2016, 2018-2024 + * Copyright (C) Miroslav Lichvar 2009-2016, 2018-2025 * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as diff --git a/conf.c b/conf.c index a6bb3bf..3fe1d1f 100644 --- a/conf.c +++ b/conf.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2009-2017, 2020, 2024 + * Copyright (C) Miroslav Lichvar 2009-2017, 2020, 2024-2025 * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as diff --git a/doc/chrony.conf.adoc b/doc/chrony.conf.adoc index 16e4fe8..b90cf90 100644 --- a/doc/chrony.conf.adoc +++ b/doc/chrony.conf.adoc @@ -3,7 +3,8 @@ // Copyright (C) Richard P. Curnow 1997-2003 // Copyright (C) Stephen Wadeley 2016 // Copyright (C) Bryan Christianson 2017 -// Copyright (C) Miroslav Lichvar 2009-2024 +// Copyright (C) Paul Donald 2025 +// Copyright (C) Miroslav Lichvar 2009-2025 // // This program is free software; you can redistribute it and/or modify // it under the terms of version 2 of the GNU General Public License as diff --git a/rtc_linux.c b/rtc_linux.c index d15c78f..0d44322 100644 --- a/rtc_linux.c +++ b/rtc_linux.c @@ -4,6 +4,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 * Copyright (C) Miroslav Lichvar 2012-2014 + * Copyright (C) Ahmad Fatoum, Pengutronix 2024 * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as diff --git a/sources.c b/sources.c index 4db3c94..58a7110 100644 --- a/sources.c +++ b/sources.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2011-2016, 2018, 2020-2024 + * Copyright (C) Miroslav Lichvar 2011-2016, 2018, 2020-2025 * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as diff --git a/sys_linux.c b/sys_linux.c index 17c1374..8373e25 100644 --- a/sys_linux.c +++ b/sys_linux.c @@ -5,6 +5,7 @@ * Copyright (C) Richard P. Curnow 1997-2003 * Copyright (C) John G. Hasler 2009 * Copyright (C) Miroslav Lichvar 2009-2012, 2014-2018 + * Copyright (C) Shachar Raindel 2025 * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as diff --git a/sys_timex.c b/sys_timex.c index 2cabb88..83e6d12 100644 --- a/sys_timex.c +++ b/sys_timex.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2009-2012, 2014-2015, 2017 + * Copyright (C) Miroslav Lichvar 2009-2012, 2014-2015, 2017, 2025 * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as diff --git a/test/unit/keys.c b/test/unit/keys.c index f85bb20..b6ee12a 100644 --- a/test/unit/keys.c +++ b/test/unit/keys.c @@ -1,6 +1,6 @@ /* ********************************************************************** - * Copyright (C) Miroslav Lichvar 2017 + * Copyright (C) Miroslav Lichvar 2017, 2025 * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as diff --git a/test/unit/nts_ntp_auth.c b/test/unit/nts_ntp_auth.c index 0202754..2de7762 100644 --- a/test/unit/nts_ntp_auth.c +++ b/test/unit/nts_ntp_auth.c @@ -1,6 +1,6 @@ /* ********************************************************************** - * Copyright (C) Miroslav Lichvar 2020 + * Copyright (C) Miroslav Lichvar 2020, 2024 * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as diff --git a/test/unit/quantiles.c b/test/unit/quantiles.c index 0462ec7..a6e3dbb 100644 --- a/test/unit/quantiles.c +++ b/test/unit/quantiles.c @@ -1,6 +1,6 @@ /* ********************************************************************** - * Copyright (C) Miroslav Lichvar 2022 + * Copyright (C) Miroslav Lichvar 2022, 2025 * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as diff --git a/test/unit/socket.c b/test/unit/socket.c index 097bda2..8630f38 100644 --- a/test/unit/socket.c +++ b/test/unit/socket.c @@ -1,6 +1,7 @@ /* ********************************************************************** * Copyright (C) Luke Valenta 2023 + * Copyright (C) Miroslav Lichvar 2024 * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as