From: Miroslav Lichvar Date: Wed, 16 Sep 2020 08:01:50 +0000 (+0200) Subject: update copyright years X-Git-Tag: 4.0-pre4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3916c3366b5d6394996e0f2f4b8735fcb997ee5d;p=thirdparty%2Fchrony.git update copyright years --- diff --git a/client.c b/client.c index 548875b6..5f068fb0 100644 --- a/client.c +++ b/client.c @@ -4,7 +4,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 * Copyright (C) Lonnie Abelbeck 2016, 2018 - * Copyright (C) Miroslav Lichvar 2009-2018 + * Copyright (C) Miroslav Lichvar 2009-2020 * * 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 @@ -3471,7 +3471,7 @@ static void display_gpl(void) { printf("chrony version %s\n" - "Copyright (C) 1997-2003, 2007, 2009-2019 Richard P. Curnow and others\n" + "Copyright (C) 1997-2003, 2007, 2009-2020 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 08027c90..a7a6a58f 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 + * Copyright (C) Miroslav Lichvar 2009-2016, 2018-2020 * * 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 9dede19b..14f0efdc 100644 --- a/conf.c +++ b/conf.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2009-2017 + * Copyright (C) Miroslav Lichvar 2009-2017, 2020 * * 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/configure b/configure index 027da704..c9d0e601 100755 --- a/configure +++ b/configure @@ -5,7 +5,7 @@ # # Copyright (C) Richard P. Curnow 1997-2003 # Copyright (C) Bryan Christianson 2016 -# Copyright (C) Miroslav Lichvar 2009, 2012-2018 +# Copyright (C) Miroslav Lichvar 2009, 2012-2020 # Copyright (C) Stefan R. Filipek 2019 # # ======================================================================= diff --git a/doc/chrony.conf.adoc b/doc/chrony.conf.adoc index 531a9663..c7ace3b8 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-2017 +// Copyright (C) Miroslav Lichvar 2009-2020 // // 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 f2dea12b..bd4437a4 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 +// Copyright (C) Miroslav Lichvar 2009-2017, 2019-2020 // // 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 c47c29c5..6b8ed6e5 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 +// Copyright (C) Miroslav Lichvar 2014-2016, 2020 // // 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/keys.c b/keys.c index 69d7f89c..cc1131cf 100644 --- a/keys.c +++ b/keys.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2012-2016 + * Copyright (C) Miroslav Lichvar 2012-2016, 2019-2020 * * 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/logging.c b/logging.c index 74d53c7e..d858d2ad 100644 --- a/logging.c +++ b/logging.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2011-2014, 2018 + * Copyright (C) Miroslav Lichvar 2011-2014, 2018-2020 * * 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/main.c b/main.c index 958d0470..3690fd87 100644 --- a/main.c +++ b/main.c @@ -4,7 +4,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 * Copyright (C) John G. Hasler 2009 - * Copyright (C) Miroslav Lichvar 2012-2018 + * Copyright (C) Miroslav Lichvar 2012-2020 * * 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_auth.c b/ntp_auth.c index 58c89883..7a8b4afd 100644 --- a/ntp_auth.c +++ b/ntp_auth.c @@ -2,7 +2,7 @@ chronyd/chronyc - Programs for keeping computer clocks accurate. ********************************************************************** - * Copyright (C) Miroslav Lichvar 2019 + * Copyright (C) Miroslav Lichvar 2019-2020 * * 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 60c03035..43f99959 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-2018 + * Copyright (C) Miroslav Lichvar 2009-2020 * * 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_ext.c b/ntp_ext.c index b48ae2c5..d2babb1b 100644 --- a/ntp_ext.c +++ b/ntp_ext.c @@ -2,7 +2,7 @@ chronyd/chronyc - Programs for keeping computer clocks accurate. ********************************************************************** - * Copyright (C) Miroslav Lichvar 2019 + * Copyright (C) Miroslav Lichvar 2019-2020 * * 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.c b/ntp_io.c index 9d18df84..1bf8ba48 100644 --- a/ntp_io.c +++ b/ntp_io.c @@ -4,7 +4,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 * Copyright (C) Timo Teras 2009 - * Copyright (C) Miroslav Lichvar 2009, 2013-2016, 2018 + * Copyright (C) Miroslav Lichvar 2009, 2013-2016, 2018-2020 * * 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_sources.c b/ntp_sources.c index b371d444..6e16e124 100644 --- a/ntp_sources.c +++ b/ntp_sources.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2011-2012, 2014, 2016 + * Copyright (C) Miroslav Lichvar 2011-2012, 2014, 2016, 2020 * * 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 d597850e..bf309916 100644 --- a/reference.c +++ b/reference.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2009-2018 + * Copyright (C) Miroslav Lichvar 2009-2018, 2020 * * 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/socket.c b/socket.c index 2262aad5..3480dc03 100644 --- a/socket.c +++ b/socket.c @@ -4,7 +4,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 * Copyright (C) Timo Teras 2009 - * Copyright (C) Miroslav Lichvar 2009, 2013-2019 + * Copyright (C) Miroslav Lichvar 2009, 2013-2020 * * 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 2ec5a9a0..260cd855 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 + * Copyright (C) Miroslav Lichvar 2011-2016, 2018, 2020 * * 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_macosx.c b/sys_macosx.c index 1b0fc4e1..68f36ef0 100644 --- a/sys_macosx.c +++ b/sys_macosx.c @@ -4,7 +4,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2001 * Copyright (C) J. Hannken-Illjes 2001 - * Copyright (C) Bryan Christianson 2015, 2017 + * Copyright (C) Bryan Christianson 2015, 2017, 2020 * * 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/util.c b/util.c index 8f22ff9c..5831ec44 100644 --- a/util.c +++ b/util.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2009, 2012-2018 + * Copyright (C) Miroslav Lichvar 2009, 2012-2020 * * 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