diff options
author | Thomas Albers <thomas@thomaslabs.org> | 2023-08-06 16:08:09 +0200 |
---|---|---|
committer | Thomas Albers <thomas@thomaslabs.org> | 2023-08-06 16:08:09 +0200 |
commit | a86a6b296700f18345bc64e59d8bf8d96c89ad47 (patch) | |
tree | 506b56958b26d2bdb348602e97083cdea156532e | |
parent | 30125839213e5b81e87c4fa3d7d3f4030b3659e3 (diff) |
Fix copyright year
-rw-r--r-- | zup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |