summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-01-04 09:22:03 +0100
committerdefault <nobody@localhost>2024-01-04 09:22:03 +0100
commit755d997fb1fa5189cd227fa57fd8d4b5ad4f7819 (patch)
tree1d94bd46c0112a6d42c3af76cd3e9c145c3dde94 /main.c
parent26d277a8c51df5da14827281648fe8a239be3712 (diff)
Updated copyright year.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 2631eb7..f5fb0e9 100644
--- a/main.c
+++ b/main.c
@@ -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");