mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
other: add Jose Bollo to version output credits
Be also a little bit more verbose about licenses in version output. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
d25e7afa1c
commit
5a8c178924
1 changed files with 6 additions and 3 deletions
|
|
@ -534,10 +534,13 @@ void clean_up(struct conf_t *state)
|
|||
void __attribute__ ((__noreturn__)) print_version(void)
|
||||
{
|
||||
fprintf(stdout, "%s\n"
|
||||
"Original design by Sami Kerola.\n"
|
||||
"Original design and maintainer Sami Kerola.\n"
|
||||
"XML support by Dominic Germain, Sogetel inc.\n"
|
||||
"IPv6 support by Cheer Xiao.\n\n"
|
||||
"The software has FreeBSD License.\n", PACKAGE_STRING);
|
||||
"IPv6 support by Cheer Xiao.\n"
|
||||
"Mustach templating support by Jose Bollo.\n"
|
||||
" The dhcpd-pools is FreeBSD Licensed,\n"
|
||||
" gnulib parts are mostly GPL,\n"
|
||||
" and mustache uses Apache License.\n", PACKAGE_STRING);
|
||||
exit(EXIT_SUCCESS);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue