Fixed a typo licence -> license.

This commit is contained in:
Alexander Andreev 2024-05-19 21:57:18 +04:00
parent c657ed047c
commit acc7655e83
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -87,7 +87,7 @@ price_t price_kwh_to_wattsecond(const price_t price) {
void print_version(void) {
fputs("kwh-cost Ver. " VERSION "\n"
"Copyright (C) 2021-2024 Alexander \"Arav\" Andreev <me@arav.su>. All rights reserved.\n"
"This program is distributed under the terms of MIT+NIGGER licence.\n"
"This program is distributed under the terms of MIT+NIGGER license.\n"
"You can see a license for this program in /usr/share/licenses/kwh-cost/LICENSE.\n", stderr);
}