summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Albers <thomas@thomaslabs.org>2023-08-06 16:08:09 +0200
committerThomas Albers <thomas@thomaslabs.org>2023-08-06 16:08:09 +0200
commita86a6b296700f18345bc64e59d8bf8d96c89ad47 (patch)
tree506b56958b26d2bdb348602e97083cdea156532e
parent30125839213e5b81e87c4fa3d7d3f4030b3659e3 (diff)
Fix copyright year
-rw-r--r--zup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zup.c b/zup.c
index 9dff1c0..8dffb17 100644
--- a/zup.c
+++ b/zup.c
@@ -42,7 +42,7 @@ version()
{
const char *fmt =
"zup %s\n"
- "Copyright (C) 2022 Thomas Albers Raviola\n\n";
+ "Copyright (C) 2023 Thomas Albers Raviola\n\n";
printf(fmt, VERSION);
exit(EXIT_SUCCESS);
}