]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
Update copyrights
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 28 Oct 2009 16:53:10 +0000 (17:53 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 28 Oct 2009 16:53:10 +0000 (17:53 +0100)
16 files changed:
addrfilt.c
client.c
clientlog.c
cmdmon.c
conf.c
main.c
nameserv.c
ntp_core.c
ntp_io.c
refclock.c
refclock.h
refclock_shm.c
refclock_sock.c
reference.c
sys_linux.c
util.c

index 754854102db969e67ac41c3cbb560699ddb6ce7a..16b42417aa52a8ad17984fc5d4f41e88eb0110e1 100644 (file)
@@ -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
index 713341fd27e5d27808bcc1e72da4a5e101929754..147dc534b8b77843975d0fc3db74882d6a2cc894 100644 (file)
--- 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
index d7b8fc1e5f4ff724d185fc4f9b9967c5f77f3d22..65bf259ac67dcca47a050cf5b4dc5416f6ae6e60 100644 (file)
@@ -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
index eda45272fa84db511cd23b8d83ef00f56f44ef34..cc1522595af8b6c989764531ded87786136bbafd 100644 (file)
--- 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 73e589b2cf421c37e0f58f870d3d9ef3fcc33c3b..ddaecdbb97997b578e2306aafcaf9972d6e96904 100644 (file)
--- 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 2a322a6dabbbe05457ac84d01f3adf9f8952d5f8..365fceba3df039b4229e579fc862f708309d9393 100644 (file)
--- 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
 
   =======================================================================
 
-2009-1-28 John G. Hasler <jhasler@debian.org>
-
-       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
   */
 
index d39659366bb28ff2904b89f31a3eb5f4b07618db..5597714be00da37c21ac646a3cfa626410f02bf0 100644 (file)
@@ -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
index 8a6ea203e9dfbaf4473484f31ff3d3b793c4e20a..f63bc786e97cc5f9914a6ccd67e8e8ed25df4838 100644 (file)
@@ -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
index 7d4f88098b581b27c869bc253882700f00d0ea5e..e04c09236c74ec6a77aea995bb956e88d684a240 100644 (file)
--- 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
index e0b7e1b5ba2dcb742cef6cfb1d7265741ede3cbb..e60b033c801051588b6d0be8a089f68521faae2a 100644 (file)
@@ -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
index 1990095bc9ab2a23c3e44648ee731493a7ef727b..b5bbe912f61578ed7524bf6cf51fc98bd1866f43 100644 (file)
@@ -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
index 27dece21e2a04059fba73f27811009a8c5e1077c..e94e7c049deaffce14bb3115564b63bff579a2c0 100644 (file)
@@ -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
index 188e4dd741aabd84a96ad6303665a467ef403040..787f53356df784a35b33ce11114d0d3860294110 100644 (file)
@@ -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
index e5c434b1922aa9de9b8b77980a2e092d39c1280d..aaf9a89e72c0eb45781572b455625d770a01d55f 100644 (file)
@@ -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
index 405ccf69de55ca5b55fc5d7f1e26deb9025e4f0e..41b8ea31f3a6b469fdf581599c45e32e3c8dcb0e 100644 (file)
@@ -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 2346f813bf071e8281f3d45e6d95ec59445b056d..2e81c26fd1a01d29e267943ad714b04f39703f70 100644 (file)
--- 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