diff --git a/src/main.c b/src/main.c index 0af3e68..07c535e 100644 --- a/src/main.c +++ b/src/main.c @@ -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 . 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() {