Update client copyright message
This commit is contained in:
parent
bc7586b3f4
commit
4699f7ca0b
1 changed files with 5 additions and 5 deletions
10
client.c
10
client.c
|
@ -2655,11 +2655,11 @@ process_args(int argc, char **argv, int multi)
|
||||||
static void
|
static void
|
||||||
display_gpl(void)
|
display_gpl(void)
|
||||||
{
|
{
|
||||||
printf("chrony version %s, copyright (C) 1997-2002 Richard P. Curnow\n"
|
printf("chrony version %s\n"
|
||||||
"chrony comes with ABSOLUTELY NO WARRANTY.\n"
|
"Copyright (C) 1997-2003, 2007, 2009-2011 Richard P. Curnow and others\n"
|
||||||
"This is free software, and you are welcome to redistribute it\n"
|
"chrony comes with ABSOLUTELY NO WARRANTY. This is free software, and\n"
|
||||||
"under certain conditions.\n"
|
"you are welcome to redistribute it under certain conditions. See the\n"
|
||||||
"See the GNU General Public License version 2 for details.\n\n",
|
"GNU General Public License version 2 for details.\n\n",
|
||||||
PROGRAM_VERSION_STRING);
|
PROGRAM_VERSION_STRING);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue