mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
thanks: add Troy D. Hanson to credits about uthash
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
8fba5c5e6b
commit
eabaa8adc2
3 changed files with 12 additions and 3 deletions
|
|
@ -531,14 +531,19 @@ void clean_up(struct conf_t *state)
|
|||
/*! \brief A version printing. */
|
||||
void __attribute__ ((__noreturn__)) print_version(void)
|
||||
{
|
||||
#define stringify(s) #s
|
||||
#define stringify_value(s) stringify(s)
|
||||
fprintf(stdout, "%s\n"
|
||||
"Original design and maintainer Sami Kerola.\n"
|
||||
"uthash %s by Troy D. Hanson.\n"
|
||||
"XML support by Dominic Germain, Sogetel inc.\n"
|
||||
"IPv6 support by Cheer Xiao.\n"
|
||||
"Mustach templating support by Jose Bollo.\n"
|
||||
" The dhcpd-pools is FreeBSD Licensed,\n"
|
||||
" uthash uses BSD license,\n"
|
||||
" gnulib parts are mostly GPL,\n"
|
||||
" and mustache uses Apache License.\n", PACKAGE_STRING);
|
||||
" and mustache uses Apache License.\n", PACKAGE_STRING,
|
||||
stringify_value(UTHASH_VERSION));
|
||||
exit(EXIT_SUCCESS);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue