From 8b301c70382b1b8f198fdbf0d7b8b1f60b689294 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 24 Dec 2021 01:37:34 +0400 Subject: [PATCH] All this text was replaced by just an info on where to look for a license. --- src/main.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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() {