From 479cbb2e28e916ad2ee990ed0867b8e86427cfb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Sat, 6 Jan 2024 02:30:41 +0000 Subject: [PATCH] Align/update copyright in usage The s matches ape-m1 and makes the text line up with the extra digit in the version. The year has rolled over so update that as well. --- ape/loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ape/loader.c b/ape/loader.c index c58c28a5a..745163559 100644 --- a/ape/loader.c +++ b/ape/loader.c @@ -876,7 +876,7 @@ __attribute__((__noreturn__)) static void ShowUsage(int os, int fd, int rc) { "NAME\n" "\n" " actually portable executable loader version " APE_VERSION_STR "\n" - " copyright 2023 justine alexandra roberts tunney\n" + " copyrights 2024 justine alexandra roberts tunney\n" " https://justine.lol/ape.html\n" "\n" "USAGE\n"