1 parent 2de3cd3 commit cc698c9Copy full SHA for cc698c9
1 file changed
main.c
@@ -69,7 +69,7 @@ static rzip_control base_control, local_control, *control;
69
static void usage(bool compat)
70
{
71
print_output("lrz%s version %s\n", compat ? "" : "ip", PACKAGE_VERSION);
72
- print_output("Copyright (C) Con Kolivas 2006-2022\n");
+ print_output("Copyright (C) Con Kolivas 2006-2026\n");
73
print_output("Based on rzip ");
74
print_output("Copyright (C) Andrew Tridgell 1998-2003\n\n");
75
print_output("Usage: lrz%s [options] <file...>\n", compat ? "" : "ip");
0 commit comments