All this text was replaced by just an info on where to look for a license.

This commit is contained in:
Alexander Andreev 2021-12-24 01:37:34 +04:00
parent 14262cd3c5
commit 8b301c7038
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 5 deletions

View File

@ -77,11 +77,7 @@ inline price_t to_wattpersecond(price_t price) {
void print_version() {
printf("kwh-calc Ver. " VERSION "\n"
"Copyright (C) 2021 Alexander \"Arav\" Andreev <me@arav.top>. All rights reserved.\n"
"The software is provided \"AS IS\", without WARRANTY of ANY KIND, EXPRESS or\n"
"IMPLIED, including but not limited to the WARRANTIES of MERCHANTABILITY, fitness\n"
"for a PARTICULAR PURPOSE and NONINFRINGEMENT.\n"
"See LICENSE file, containing a text of MIT+NIGGER license, that comes with\n"
"the source code for a full text.\n");
"License for this program is stored in /usr/share/licenses/kwh-calc/LICENSE.");
}
void print_usage() {