From cb74f3e7ad3ecd1218327c20c3a3d8567f82f0ee Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 5 Jun 2014 16:42:39 +0200 Subject: [PATCH] Update copyright years --- chrony.texi.in | 1 + client.c | 4 ++-- cmdmon.c | 2 +- conf.c | 2 +- conf.h | 1 + configure | 2 +- keys.c | 2 +- local.c | 2 +- logging.c | 2 +- logging.h | 1 + main.c | 2 +- ntp_core.c | 2 +- ntp_io.c | 2 +- ntp_io.h | 1 + ntp_sources.c | 2 +- ntp_sources.h | 1 + refclock.c | 2 +- reference.c | 2 +- reference.h | 1 + rtc_linux.c | 2 +- sched.c | 2 +- sources.c | 2 +- sources.h | 1 + sourcestats.c | 2 +- sys_linux.c | 2 +- tempcomp.c | 2 +- wrap_adjtimex.c | 2 +- 27 files changed, 28 insertions(+), 21 deletions(-) diff --git a/chrony.texi.in b/chrony.texi.in index 47c6079..40b4332 100644 --- a/chrony.texi.in +++ b/chrony.texi.in @@ -24,6 +24,7 @@ @page @vskip 0pt plus 1filll Copyright @copyright{} 1997-1999 Richard P. Curnow +Copyright @copyright{} 2009-2014 Miroslav Lichvar @end titlepage @c }}} @c {{{ Top node diff --git a/client.c b/client.c index 83128b2..deb7ead 100644 --- a/client.c +++ b/client.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2009-2013 + * Copyright (C) Miroslav Lichvar 2009-2014 * * 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 @@ -2715,7 +2715,7 @@ static void display_gpl(void) { printf("chrony version %s\n" - "Copyright (C) 1997-2003, 2007, 2009-2013 Richard P. Curnow and others\n" + "Copyright (C) 1997-2003, 2007, 2009-2014 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 1e27185..211a4f3 100644 --- a/cmdmon.c +++ b/cmdmon.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2009-2012 + * Copyright (C) Miroslav Lichvar 2009-2014 * * 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 03666eb..a7acd60 100644 --- a/conf.c +++ b/conf.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2009-2013 + * Copyright (C) Miroslav Lichvar 2009-2014 * * 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.h b/conf.h index 049991e..fa493f9 100644 --- a/conf.h +++ b/conf.h @@ -3,6 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 + * Copyright (C) Miroslav Lichvar 2013-2014 * * 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 755880c..00fce1b 100755 --- a/configure +++ b/configure @@ -4,7 +4,7 @@ # chronyd/chronyc - Programs for keeping computer clocks accurate. # # Copyright (C) Richard P. Curnow 1997-2003 -# Copyright (C) Miroslav Lichvar 2009, 2012 +# Copyright (C) Miroslav Lichvar 2009, 2012-2014 # # ======================================================================= diff --git a/keys.c b/keys.c index e6fcfe4..24fc795 100644 --- a/keys.c +++ b/keys.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2012-2013 + * Copyright (C) Miroslav Lichvar 2012-2014 * * 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/local.c b/local.c index f3cec54..29ab0f3 100644 --- a/local.c +++ b/local.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2011 + * Copyright (C) Miroslav Lichvar 2011, 2014 * * 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 fc08595..f8ae760 100644 --- a/logging.c +++ b/logging.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2011-2012 + * Copyright (C) Miroslav Lichvar 2011-2014 * * 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.h b/logging.h index 9477cba..2c8a78f 100644 --- a/logging.h +++ b/logging.h @@ -3,6 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2002 + * Copyright (C) Miroslav Lichvar 2013-2014 * * 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 f56402f..4b11dc4 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 + * Copyright (C) Miroslav Lichvar 2012-2014 * * 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 6bc5bfb..54e152f 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-2013 + * Copyright (C) Miroslav Lichvar 2009-2014 * * 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 b9515f6..2473751 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 + * Copyright (C) Miroslav Lichvar 2009, 2013-2014 * * 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.h b/ntp_io.h index b4200d3..2d7f359 100644 --- a/ntp_io.h +++ b/ntp_io.h @@ -3,6 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2002 + * Copyright (C) Miroslav Lichvar 2014 * * 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 87e2e21..bcba9f0 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 + * Copyright (C) Miroslav Lichvar 2011-2012, 2014 * * 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.h b/ntp_sources.h index 7a76ba4..ee282ea 100644 --- a/ntp_sources.h +++ b/ntp_sources.h @@ -3,6 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2002 + * Copyright (C) Miroslav Lichvar 2014 * * 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 d94c73c..e5a4b07 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 + * Copyright (C) Miroslav Lichvar 2009-2011, 2013-2014 * * 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 160ac82..bdc8f7d 100644 --- a/reference.c +++ b/reference.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2009-2013 + * Copyright (C) Miroslav Lichvar 2009-2014 * * 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.h b/reference.h index 413659c..6fac8d5 100644 --- a/reference.h +++ b/reference.h @@ -3,6 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2002 + * Copyright (C) Miroslav Lichvar 2014 * * 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 88c0160..5100808 100644 --- a/rtc_linux.c +++ b/rtc_linux.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2012 + * Copyright (C) Miroslav Lichvar 2012-2014 * * 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/sched.c b/sched.c index 8de2fd5..578c69c 100644 --- a/sched.c +++ b/sched.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2011 + * Copyright (C) Miroslav Lichvar 2011, 2013-2014 * * 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 6ad6bf2..f7cdd60 100644 --- a/sources.c +++ b/sources.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2011-2013 + * Copyright (C) Miroslav Lichvar 2011-2014 * * 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.h b/sources.h index 1b540d6..64c450d 100644 --- a/sources.h +++ b/sources.h @@ -3,6 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2002 + * Copyright (C) Miroslav Lichvar 2014 * * 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/sourcestats.c b/sourcestats.c index 53fb834..a0e235a 100644 --- a/sourcestats.c +++ b/sourcestats.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 - * Copyright (C) Miroslav Lichvar 2011-2012 + * Copyright (C) Miroslav Lichvar 2011-2014 * * 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 3c0f042..e2261ed 100644 --- a/sys_linux.c +++ b/sys_linux.c @@ -4,7 +4,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 * Copyright (C) John G. Hasler 2009 - * Copyright (C) Miroslav Lichvar 2009-2012 + * Copyright (C) Miroslav Lichvar 2009-2012, 2014 * * 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/tempcomp.c b/tempcomp.c index 4506c2f..2465bda 100644 --- a/tempcomp.c +++ b/tempcomp.c @@ -2,7 +2,7 @@ chronyd/chronyc - Programs for keeping computer clocks accurate. ********************************************************************** - * Copyright (C) Miroslav Lichvar 2011 + * Copyright (C) Miroslav Lichvar 2011, 2014 * * 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/wrap_adjtimex.c b/wrap_adjtimex.c index 65427c2..8172c5f 100644 --- a/wrap_adjtimex.c +++ b/wrap_adjtimex.c @@ -3,7 +3,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2002 - * Copyright (C) Miroslav Lichvar 2011-2012 + * Copyright (C) Miroslav Lichvar 2011-2012, 2014 * * 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