summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-01-17 09:50:16 +0100
committerdefault <nobody@localhost>2023-01-17 09:50:16 +0100
commita38c7aeadcc69b3405d40b008a0b87f7c5d023dc (patch)
treeafe36eed782e9731d2b7e95768c6937e4592c842 /main.c
parente46559c022c6b28302ab7e1df4778ee46457cfa4 (diff)
Updated year in copyright notices.
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 19be78c..2802e76 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,5 @@
/* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 grunfink - MIT license */
+/* copyright (c) 2022 - 2023 grunfink / MIT license */
#include "xs.h"
#include "xs_io.h"
@@ -11,7 +11,7 @@
int usage(void)
{
printf("snac " VERSION " - A simple, minimalistic ActivityPub instance\n");
- printf("Copyright (c) 2022 grunfink - MIT license\n");
+ printf("Copyright (c) 2022 - 2023 grunfink / MIT license\n");
printf("\n");
printf("Commands:\n");
printf("\n");