diff options
author | default <nobody@localhost> | 2024-01-04 09:22:03 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-01-04 09:22:03 +0100 |
commit | 755d997fb1fa5189cd227fa57fd8d4b5ad4f7819 (patch) | |
tree | 1d94bd46c0112a6d42c3af76cd3e9c145c3dde94 /main.c | |
parent | 26d277a8c51df5da14827281648fe8a239be3712 (diff) |
Updated copyright year.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ +/* copyright (c) 2022 - 2024 grunfink et al. / MIT license */ #include "xs.h" #include "xs_io.h" @@ -12,7 +12,7 @@ int usage(void) { printf("snac " VERSION " - A simple, minimalistic ActivityPub instance\n"); - printf("Copyright (c) 2022 - 2023 grunfink et al. / MIT license\n"); + printf("Copyright (c) 2022 - 2024 grunfink et al. / MIT license\n"); printf("\n"); printf("Commands:\n"); printf("\n"); |