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() {
