From 5aae563277208816d0b7da5df8b48522a7b3aacf Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 22 Mar 2018 18:05:00 +0100 Subject: [PATCH] update copyright years --- client.c | 2 +- configure | 2 +- ntp_core.c | 2 +- ntp_io_linux.c | 2 +- test/unit/hwclock.c | 2 +- test/unit/ntp_core.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client.c b/client.c index 4fa7d2d..eeeb0fa 100644 --- a/client.c +++ b/client.c @@ -4,7 +4,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 * Copyright (C) Lonnie Abelbeck 2016 - * Copyright (C) Miroslav Lichvar 2009-2017 + * Copyright (C) Miroslav Lichvar 2009-2018 * * 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 03e7059..25773de 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-2016 +# Copyright (C) Miroslav Lichvar 2009, 2012-2018 # # ======================================================================= diff --git a/ntp_core.c b/ntp_core.c index a71ee43..c82d792 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-2017 + * Copyright (C) Miroslav Lichvar 2009-2018 * * 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 df944d7..6f794c7 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-2017 + * Copyright (C) Miroslav Lichvar 2016-2018 * * 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 804e600..1cbd312 100644 --- a/test/unit/hwclock.c +++ b/test/unit/hwclock.c @@ -1,6 +1,6 @@ /* ********************************************************************** - * Copyright (C) Miroslav Lichvar 2016 + * Copyright (C) Miroslav Lichvar 2016-2017 * * 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/ntp_core.c b/test/unit/ntp_core.c index 9587306..074c4d7 100644 --- a/test/unit/ntp_core.c +++ b/test/unit/ntp_core.c @@ -1,6 +1,6 @@ /* ********************************************************************** - * Copyright (C) Miroslav Lichvar 2017 + * Copyright (C) Miroslav Lichvar 2017-2018 * * 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