:: commit 6cbea4c897b73090d3986f8b75973adb151f2481

Kamila Szewczyk <27734421+kspalaiologos@users.noreply.github.com> — 2022-05-10 17:34

parents: 013ed7d318

reflect license change in the help banner

diff --git a/src/main.c b/src/main.c
index 9799c61..a675bcd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -85,7 +85,7 @@ int main(int argc, char * argv[]) {
 
     if (mode == 0) {
         fprintf(stderr, "bzip3 - A better and stronger spiritual successor to bzip2.\n");
-        fprintf(stderr, "Copyright (C) by Kamila Szewczyk, 2022. Licensed under the terms of GPLv3.\n");
+        fprintf(stderr, "Copyright (C) by Kamila Szewczyk, 2022. Licensed under the terms of LGPLv3.\n");
         fprintf(stderr, "Usage: bzip3 [-e/-d/-t/-c] [-b block_size] input output\n");
         fprintf(stderr, "Operations:\n");
         fprintf(stderr, "  -e: encode\n");
tab: 248 wrap: offon