From f7e08d0c3006e971c6dcae6d826c162c9e34e84f Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 28 Oct 2009 17:53:10 +0100 Subject: [PATCH] Update copyrights --- addrfilt.c | 1 + client.c | 1 + clientlog.c | 1 + cmdmon.c | 1 + conf.c | 1 + main.c | 11 +---------- nameserv.c | 1 + ntp_core.c | 1 + ntp_io.c | 2 ++ refclock.c | 2 +- refclock.h | 2 +- refclock_shm.c | 2 +- refclock_sock.c | 2 +- reference.c | 1 + sys_linux.c | 2 ++ util.c | 1 + 16 files changed, 18 insertions(+), 14 deletions(-) diff --git a/addrfilt.c b/addrfilt.c index 7548541..16b4241 100644 --- a/addrfilt.c +++ b/addrfilt.c @@ -7,6 +7,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997,1998,1999,2000,2001,2002,2005 + * Copyright (C) Miroslav Lichvar 2009 * * 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/client.c b/client.c index 713341f..147dc53 100644 --- a/client.c +++ b/client.c @@ -7,6 +7,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 + * Copyright (C) Miroslav Lichvar 2009 * * 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/clientlog.c b/clientlog.c index d7b8fc1..65bf259 100644 --- a/clientlog.c +++ b/clientlog.c @@ -7,6 +7,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 + * Copyright (C) Miroslav Lichvar 2009 * * 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/cmdmon.c b/cmdmon.c index eda4527..cc15225 100644 --- a/cmdmon.c +++ b/cmdmon.c @@ -7,6 +7,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 + * Copyright (C) Miroslav Lichvar 2009 * * 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 73e589b..ddaecdb 100644 --- a/conf.c +++ b/conf.c @@ -7,6 +7,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 + * Copyright (C) Miroslav Lichvar 2009 * * 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 2a322a6..365fceb 100644 --- a/main.c +++ b/main.c @@ -7,6 +7,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 + * Copyright (C) John G. Hasler 2009 * * 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 @@ -25,16 +26,6 @@ ======================================================================= -2009-1-28 John G. Hasler - - Added real-time support (Linux only) using sched_setscheduler() and - mlockall(). Files affected: main.c, conf.c, sys.c, sys_linux.c, - conf.h, configure, chronyd.8, chrony.texi, and - examples/chrony.conf.example. The changes are licensed under - version 2 of the GPL as described above. - - ======================================================================= - The main program */ diff --git a/nameserv.c b/nameserv.c index d396593..5597714 100644 --- a/nameserv.c +++ b/nameserv.c @@ -7,6 +7,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 + * Copyright (C) Miroslav Lichvar 2009 * * 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 8a6ea20..f63bc78 100644 --- a/ntp_core.c +++ b/ntp_core.c @@ -7,6 +7,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 + * Copyright (C) Miroslav Lichvar 2009 * * 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 7d4f880..e04c092 100644 --- a/ntp_io.c +++ b/ntp_io.c @@ -7,6 +7,8 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 + * Copyright (C) Timo Teras 2009 + * Copyright (C) Miroslav Lichvar 2009 * * 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 e0b7e1b..e60b033 100644 --- a/refclock.c +++ b/refclock.c @@ -2,7 +2,7 @@ chronyd/chronyc - Programs for keeping computer clocks accurate. ********************************************************************** - * Copyright (C) Richard P. Curnow 2009 + * Copyright (C) Miroslav Lichvar 2009 * * 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.h b/refclock.h index 1990095..b5bbe91 100644 --- a/refclock.h +++ b/refclock.h @@ -2,7 +2,7 @@ chronyd/chronyc - Programs for keeping computer clocks accurate. ********************************************************************** - * Copyright (C) Richard P. Curnow 2009 + * Copyright (C) Miroslav Lichvar 2009 * * 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_shm.c b/refclock_shm.c index 27dece2..e94e7c0 100644 --- a/refclock_shm.c +++ b/refclock_shm.c @@ -2,7 +2,7 @@ chronyd/chronyc - Programs for keeping computer clocks accurate. ********************************************************************** - * Copyright (C) Richard P. Curnow 2009 + * Copyright (C) Miroslav Lichvar 2009 * * 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_sock.c b/refclock_sock.c index 188e4dd..787f533 100644 --- a/refclock_sock.c +++ b/refclock_sock.c @@ -2,7 +2,7 @@ chronyd/chronyc - Programs for keeping computer clocks accurate. ********************************************************************** - * Copyright (C) Richard P. Curnow 2009 + * Copyright (C) Miroslav Lichvar 2009 * * 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 e5c434b..aaf9a89 100644 --- a/reference.c +++ b/reference.c @@ -7,6 +7,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 + * Copyright (C) Miroslav Lichvar 2009 * * 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 405ccf6..41b8ea3 100644 --- a/sys_linux.c +++ b/sys_linux.c @@ -7,6 +7,8 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 + * Copyright (C) John G. Hasler 2009 + * Copyright (C) Miroslav Lichvar 2009 * * 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 2346f81..2e81c26 100644 --- a/util.c +++ b/util.c @@ -7,6 +7,7 @@ ********************************************************************** * Copyright (C) Richard P. Curnow 1997-2003 + * Copyright (C) Miroslav Lichvar 2009 * * 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