mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-19 21:39:11 +00:00
stuff
This commit is contained in:
parent
9eb64af359
commit
c1b8c4e9fb
1 changed files with 1 additions and 12 deletions
13
main.c
13
main.c
|
@ -144,18 +144,7 @@ static void printhelp(FILE *out,const char *progname)
|
|||
|
||||
static void printversion(void)
|
||||
{
|
||||
fprintf(stdout,
|
||||
"mkp224o 1.5.0\n"
|
||||
"Copyright (C) 2021 cathugger\n"
|
||||
"License public domain:\n"
|
||||
" CC0 1.0 <https://creativecommons.org/publicdomain/zero/1.0/>\n"
|
||||
"This is free software: you are free to change and redistribute it.\n"
|
||||
"There is NO WARRANTY, to the extent permitted by law.\n"
|
||||
"\n"
|
||||
"mkp224o was mostly written by cathugger, but some other people helped too.\n"
|
||||
"Please visit the mkp224o home page to find additional acknowledgements:\n"
|
||||
"<https://github.com/cathugger/mkp224o>\n"
|
||||
);
|
||||
fprintf(stdout,"mkp224o " VERSION "\n");
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue