Add copyright to --version.

This commit is contained in:
Roy Marples 2008-07-01 12:57:16 +00:00
parent 5dd248bb68
commit 7896eaf023

View File

@ -595,7 +595,7 @@ main(int argc, char **argv)
}
if (doversion) {
printf(""PACKAGE" "VERSION"\n");
printf(""PACKAGE" "VERSION"\n%s\n", copyright);
printf("Compile time options:"
#ifdef ENABLE_ARP
" ARP"