summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig
index 2adf7f9..b98257e 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -123,7 +123,7 @@ pub fn print_arg(err: u8) !u8 {
return 0;
},
1 => {
- print("zeven copyright (c) Zachary Smith 2024\n", .{});
+ print("copyright (c) 2025 ZachIR\n", .{});
print("zeven is Free software under the {s} ", .{LICENSE});
print("license, and is provided without ", .{});
print("warranty of any kind.\n", .{});