:: commit 925b29ba67e609b7c79c174f42a6c15ca636279f

tansy <40426919+tansy@users.noreply.github.com> — 2022-08-08 11:56

parents: cabb731ff2

GNU standards for CLI; licence corrected (#43)

diff --git a/src/main.c b/src/main.c
index 2646523..232c4ba 100644
--- a/src/main.c
+++ b/src/main.c
@@ -102,7 +102,7 @@ static void version() {
     fprintf(stdout,
             "bzip3 "VERSION"\n"
             "Copyright (C) by Kamila Szewczyk, 2022.\n"
-            "License: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n");
+            "License: GNU Lesser GPL version 3 <https://www.gnu.org/licenses/lgpl-3.0.en.html>\n");
     }
 
 static void help() {
tab: 248 wrap: offon