]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
Update copyright years
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 24 Feb 2012 16:20:33 +0000 (17:20 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 28 Feb 2012 12:11:56 +0000 (13:11 +0100)
20 files changed:
client.c
cmdmon.c
conf.c
configure
hash.h
hash_intmd5.c
hash_nss.c
hash_tomcrypt.c
keys.c
logging.c
main.c
ntp_core.c
ntp_sources.c
reference.c
rtc_linux.c
sources.c
sourcestats.c
sys_linux.c
util.c
wrap_adjtimex.c

index 5711ad84c7e4d1e855aab5f8d52402cd6fdec536..494df88fc1722a6af554e1b2950679d913c11004 100644 (file)
--- a/client.c
+++ b/client.c
@@ -3,7 +3,7 @@
 
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
- * Copyright (C) Miroslav Lichvar  2009-2011
+ * Copyright (C) Miroslav Lichvar  2009-2012
  * 
  * 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
@@ -2788,7 +2788,7 @@ static void
 display_gpl(void)
 {
     printf("chrony version %s\n"
-           "Copyright (C) 1997-2003, 2007, 2009-2011 Richard P. Curnow and others\n"
+           "Copyright (C) 1997-2003, 2007, 2009-2012 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",
index f9d04c8d638154c9bfb2be9481918873dcfdad03..964d5180fca201239fc52c40417015f73e2476c7 100644 (file)
--- a/cmdmon.c
+++ b/cmdmon.c
@@ -3,7 +3,7 @@
 
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
- * Copyright (C) Miroslav Lichvar  2009-2011
+ * Copyright (C) Miroslav Lichvar  2009-2012
  * 
  * 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 460b42f2ba4c8f746fb9479e75f80f1bcc57713e..fbb009030800a5a51b87949bc55ef0f9a655284f 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -3,7 +3,7 @@
 
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
- * Copyright (C) Miroslav Lichvar  2009-2011
+ * Copyright (C) Miroslav Lichvar  2009-2012
  * 
  * 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 df902a8bd02fde1130fd9a8a79d7cd0497449170..f7e0f832e3ebc51c4ca9cd2b1e92b800e6d1c0a7 100755 (executable)
--- 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
+# Copyright (C) Miroslav Lichvar  2009, 2012
 #
 # =======================================================================
 
diff --git a/hash.h b/hash.h
index cb08233422cf9b79b9d8a1549bde8cb435caf2a1..f73f59d6d09212a90841af0618cde7064bc7e777 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -2,7 +2,7 @@
   chronyd/chronyc - Programs for keeping computer clocks accurate.
 
  **********************************************************************
- * Copyright (C) Miroslav Lichvar  2011
+ * Copyright (C) Miroslav Lichvar  2012
  * 
  * 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 16726d87c8b7801e361e02560093d1ce125aea9d..90b3bff6594418dfb00098bd381aa8ed7ef1e37a 100644 (file)
@@ -2,7 +2,7 @@
   chronyd/chronyc - Programs for keeping computer clocks accurate.
 
  **********************************************************************
- * Copyright (C) Miroslav Lichvar  2011
+ * Copyright (C) Miroslav Lichvar  2012
  * 
  * 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 952cf38059cea414d230bdbfaa4fffd29ac5148e..a6a3c81ddef64b55a784994b90df25515d7f9ea4 100644 (file)
@@ -2,7 +2,7 @@
   chronyd/chronyc - Programs for keeping computer clocks accurate.
 
  **********************************************************************
- * Copyright (C) Miroslav Lichvar  2011
+ * Copyright (C) Miroslav Lichvar  2012
  * 
  * 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 359d93faaa4d44932cb971270477e8b97fa778f3..82c4d1ccea47e1c6acc9b4fddd2992c2a07e20bc 100644 (file)
@@ -2,7 +2,7 @@
   chronyd/chronyc - Programs for keeping computer clocks accurate.
 
  **********************************************************************
- * Copyright (C) Miroslav Lichvar  2011
+ * Copyright (C) Miroslav Lichvar  2012
  * 
  * 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 1f816db830b6e432bc37a226a1a5871c503763d9..c116ba9e303fc2868c605136cbcf02ab91a1b389 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -3,6 +3,7 @@
 
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
+ * Copyright (C) Miroslav Lichvar  2012
  * 
  * 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 04f9f596a49b8893488bfaf4ab2de50d00ae2de4..a8bad6e5c8d68756245c4d3e8088a374bc9e4ab0 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -3,7 +3,7 @@
 
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
- * Copyright (C) Miroslav Lichvar  2011
+ * Copyright (C) Miroslav Lichvar  2011-2012
  * 
  * 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 ee8064c6546291224dad0d2472b230b46ae29398..e79a44d10d9a647cfe055507f7d3e77cbad38f24 100644 (file)
--- a/main.c
+++ b/main.c
@@ -4,6 +4,7 @@
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
  * Copyright (C) John G. Hasler  2009
+ * Copyright (C) Miroslav Lichvar  2012
  * 
  * 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 e7b8c01a4e0805478d7e1cf0206fe83145f8e4bb..3827dddf16079cb815fe0bcc3a126766e03e5513 100644 (file)
@@ -3,7 +3,7 @@
 
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
- * Copyright (C) Miroslav Lichvar  2009-2011
+ * Copyright (C) Miroslav Lichvar  2009-2012
  * 
  * 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 65294b620662c3be03a6326bba87aefb4f1a013f..8a1cfea07b75d0fdeab3e5c0686b04fca0513caa 100644 (file)
@@ -3,7 +3,7 @@
 
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
- * Copyright (C) Miroslav Lichvar  2011
+ * Copyright (C) Miroslav Lichvar  2011-2012
  * 
  * 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 1d9a249d6aaa73014b57717d1152c7dd55c820a4..863f5af27993226bda39ed5e4875cff2a31e5690 100644 (file)
@@ -3,7 +3,7 @@
 
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
- * Copyright (C) Miroslav Lichvar  2009-2011
+ * Copyright (C) Miroslav Lichvar  2009-2012
  * 
  * 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 fd34e1ab2c496a9e495b9991f5179913c87a086d..dc79574b58a342caf12da8f36b8d0db744090305 100644 (file)
@@ -3,6 +3,7 @@
 
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
+ * Copyright (C) Miroslav Lichvar  2012
  * 
  * 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 890d87a416226666928c827fc4e96880f172ea70..e758b87b7cf2b4adfc31d8d26703fd7b510339cd 100644 (file)
--- a/sources.c
+++ b/sources.c
@@ -3,7 +3,7 @@
 
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
- * Copyright (C) Miroslav Lichvar  2011
+ * Copyright (C) Miroslav Lichvar  2011-2012
  * 
  * 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 c648dc91bef87ac470ce517de660c682dbf29ffe..2034c65976e2d8431acf4a4b88b5fd5291d5a016 100644 (file)
@@ -3,7 +3,7 @@
 
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
- * Copyright (C) Miroslav Lichvar  2011
+ * Copyright (C) Miroslav Lichvar  2011-2012
  * 
  * 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 4290e58aaa1b03ec48c5e963ef5be4622fca6841..e3fb1d405845e01a6b9a2a3c339d343690b6c1e2 100644 (file)
@@ -4,7 +4,7 @@
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
  * Copyright (C) John G. Hasler  2009
- * Copyright (C) Miroslav Lichvar  2009-2011
+ * Copyright (C) Miroslav Lichvar  2009-2012
  * 
  * 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 b658a92260ae02e0cb0787cc4ecc1456a11c0add..689e4da1f30f246f3fb4b50961e28376054434c6 100644 (file)
--- a/util.c
+++ b/util.c
@@ -3,7 +3,7 @@
 
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2003
- * Copyright (C) Miroslav Lichvar  2009
+ * Copyright (C) Miroslav Lichvar  2009, 2012
  * 
  * 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 df6cb57353d18c4f3ed830003b04f342c31b62e3..d0cd14ae75ad216628df95137f34ee17b4117502 100644 (file)
@@ -3,7 +3,7 @@
 
  **********************************************************************
  * Copyright (C) Richard P. Curnow  1997-2002
- * Copyright (C) Miroslav Lichvar  2011
+ * Copyright (C) Miroslav Lichvar  2011-2012
  * 
  * 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