]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
Update client copyright message
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 7 Apr 2011 16:20:35 +0000 (18:20 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 7 Apr 2011 16:35:02 +0000 (18:35 +0200)
client.c

index b8d93bf41ddfc18cefc6c9b61eb73d43387f91be..aad6944c4c9f293efc15e17932b167c2bb70d840 100644 (file)
--- a/client.c
+++ b/client.c
@@ -2655,11 +2655,11 @@ process_args(int argc, char **argv, int multi)
 static void
 display_gpl(void)
 {
-    printf("chrony version %s, copyright (C) 1997-2002 Richard P. Curnow\n"
-           "chrony comes with ABSOLUTELY NO WARRANTY.\n"
-           "This is free software, and you are welcome to redistribute it\n"
-           "under certain conditions.\n"
-           "See the GNU General Public License version 2 for details.\n\n",
+    printf("chrony version %s\n"
+           "Copyright (C) 1997-2003, 2007, 2009-2011 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",
            PROGRAM_VERSION_STRING);
 }