From 7b197953e8add5515b7e58c4638dc55aa4bb91b7 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 29 Aug 2022 15:04:33 +0200 Subject: [PATCH] update copyright years --- client.c | 2 +- doc/chrony.conf.adoc | 2 +- doc/chronyc.adoc | 2 +- doc/faq.adoc | 2 +- hwclock.c | 2 +- ntp_core.c | 2 +- ntp_io_linux.c | 2 +- refclock.c | 2 +- reference.c | 2 +- test/unit/hwclock.c | 2 +- test/unit/sources.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/client.c b/client.c index d4f7874..0a7bcc8 100644 --- a/client.c +++ b/client.c @@ -3300,7 +3300,7 @@ static void display_gpl(void) { printf("chrony version %s\n" - "Copyright (C) 1997-2003, 2007, 2009-2021 Richard P. Curnow and others\n" + "Copyright (C) 1997-2003, 2007, 2009-2022 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/doc/chrony.conf.adoc b/doc/chrony.conf.adoc index ed2630b..2cf5326 100644 --- a/doc/chrony.conf.adoc +++ b/doc/chrony.conf.adoc @@ -3,7 +3,7 @@ // Copyright (C) Richard P. Curnow 1997-2003 // Copyright (C) Stephen Wadeley 2016 // Copyright (C) Bryan Christianson 2017 -// Copyright (C) Miroslav Lichvar 2009-2021 +// Copyright (C) Miroslav Lichvar 2009-2022 // // 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/chronyc.adoc b/doc/chronyc.adoc index 0478529..45d8548 100644 --- a/doc/chronyc.adoc +++ b/doc/chronyc.adoc @@ -2,7 +2,7 @@ // // Copyright (C) Richard P. Curnow 1997-2003 // Copyright (C) Stephen Wadeley 2016 -// Copyright (C) Miroslav Lichvar 2009-2017, 2019-2020 +// Copyright (C) Miroslav Lichvar 2009-2017, 2019-2022 // // 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/faq.adoc b/doc/faq.adoc index 257e301..1b299d2 100644 --- a/doc/faq.adoc +++ b/doc/faq.adoc @@ -1,7 +1,7 @@ // This file is part of chrony // // Copyright (C) Richard P. Curnow 1997-2003 -// Copyright (C) Miroslav Lichvar 2014-2016, 2020-2021 +// Copyright (C) Miroslav Lichvar 2014-2016, 2020-2022 // // 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/hwclock.c b/hwclock.c index c014667..86c7e51 100644 --- a/hwclock.c +++ b/hwclock.c @@ -2,7 +2,7 @@ chronyd/chronyc - Programs for keeping computer clocks accurate. ********************************************************************** - * Copyright (C) Miroslav Lichvar 2016-2018 + * Copyright (C) Miroslav Lichvar 2016-2018, 2022 * * 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/ntp_core.c b/ntp_core.c index b37f579..63c5a3a 100644 --- a/ntp_core.c +++ b/ntp_core.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2009-2021 + * Copyright (C) Miroslav Lichvar 2009-2022 * * 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/ntp_io_linux.c b/ntp_io_linux.c index 2c94fb7..004a4d4 100644 --- a/ntp_io_linux.c +++ b/ntp_io_linux.c @@ -2,7 +2,7 @@ chronyd/chronyc - Programs for keeping computer clocks accurate. ********************************************************************** - * Copyright (C) Miroslav Lichvar 2016-2019 + * Copyright (C) Miroslav Lichvar 2016-2019, 2021-2022 * * 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/refclock.c b/refclock.c index 761c001..84f7439 100644 --- a/refclock.c +++ b/refclock.c @@ -2,7 +2,7 @@ chronyd/chronyc - Programs for keeping computer clocks accurate. ********************************************************************** - * Copyright (C) Miroslav Lichvar 2009-2011, 2013-2014, 2016-2019 + * Copyright (C) Miroslav Lichvar 2009-2011, 2013-2014, 2016-2019, 2022 * * 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/reference.c b/reference.c index e6b95e9..e6cc547 100644 --- a/reference.c +++ b/reference.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2009-2018, 2020 + * Copyright (C) Miroslav Lichvar 2009-2018, 2020, 2022 * * 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/hwclock.c b/test/unit/hwclock.c index eb9ce7c..79c0879 100644 --- a/test/unit/hwclock.c +++ b/test/unit/hwclock.c @@ -1,6 +1,6 @@ /* ********************************************************************** - * Copyright (C) Miroslav Lichvar 2016-2018 + * Copyright (C) Miroslav Lichvar 2016-2018, 2022 * * 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/sources.c b/test/unit/sources.c index f2770a5..155e819 100644 --- a/test/unit/sources.c +++ b/test/unit/sources.c @@ -1,6 +1,6 @@ /* ********************************************************************** - * Copyright (C) Miroslav Lichvar 2016, 2018 + * Copyright (C) Miroslav Lichvar 2016, 2018, 2022 * * 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