summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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 @@
1/* snac - A simple, minimalistic ActivityPub instance */ 1/* snac - A simple, minimalistic ActivityPub instance */
2/* copyright (c) 2022 grunfink - MIT license */ 2/* copyright (c) 2022 - 2023 grunfink / MIT license */
3 3
4#include "xs.h" 4#include "xs.h"
5#include "xs_io.h" 5#include "xs_io.h"
@@ -11,7 +11,7 @@
11int usage(void) 11int usage(void)
12{ 12{
13 printf("snac " VERSION " - A simple, minimalistic ActivityPub instance\n"); 13 printf("snac " VERSION " - A simple, minimalistic ActivityPub instance\n");
14 printf("Copyright (c) 2022 grunfink - MIT license\n"); 14 printf("Copyright (c) 2022 - 2023 grunfink / MIT license\n");
15 printf("\n"); 15 printf("\n");
16 printf("Commands:\n"); 16 printf("Commands:\n");
17 printf("\n"); 17 printf("\n");