:: commit 5bd9c5f3e763756315c31ee4b6d9fe2cd49670f3

Kamila Szewczyk <27734421+iczelia@users.noreply.github.com> — 2025-08-05 19:10

parents: 29d9403dd9

update copyright dates

diff --git a/src/main.c b/src/main.c
index d607e4c..8641aba 100644
--- a/src/main.c
+++ b/src/main.c
@@ -44,7 +44,7 @@
 static void version() {
     fprintf(stdout, "bzip3 " VERSION
                     "\n"
-                    "Copyright (C) by Kamila Szewczyk, 2022-2023.\n"
+                    "Copyright (C) by Kamila Szewczyk, 2022-2025.\n"
                     "License: GNU Lesser GPL version 3 <https://www.gnu.org/licenses/lgpl-3.0.en.html>\n");
 }
 
@@ -71,7 +71,7 @@ static void help() {
             "  -j N, --jobs=N    set the amount of parallel threads\n"
 #endif
             "\n"
-            "Report bugs to: https://github.com/kspalaiologos/bzip3\n");
+            "Report bugs to: https://github.com/iczelia/bzip3\n");
 }
 
 static void xwrite(const void * data, size_t size, size_t len, FILE * des) {
tab: 248 wrap: offon