summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar default2025-01-08 16:59:14 +0100
committerGravatar default2025-01-08 16:59:14 +0100
commit932227bbac7fe740bff1e38bf92b58edef19e32f (patch)
tree1b8e770fee478f397d25e90f747f7cca0808ed43 /main.c
parentShow hashtags that are not already linked from the post content. (diff)
downloadsnac2-932227bbac7fe740bff1e38bf92b58edef19e32f.tar.gz
snac2-932227bbac7fe740bff1e38bf92b58edef19e32f.tar.xz
snac2-932227bbac7fe740bff1e38bf92b58edef19e32f.zip
Bumped 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 7d23c84..5b1dd61 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 - 2024 grunfink et al. / MIT license */ 2/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
3 3
4#include "xs.h" 4#include "xs.h"
5#include "xs_io.h" 5#include "xs_io.h"
@@ -14,7 +14,7 @@
14int usage(void) 14int usage(void)
15{ 15{
16 printf("snac " VERSION " - A simple, minimalistic ActivityPub instance\n"); 16 printf("snac " VERSION " - A simple, minimalistic ActivityPub instance\n");
17 printf("Copyright (c) 2022 - 2024 grunfink et al. / MIT license\n"); 17 printf("Copyright (c) 2022 - 2025 grunfink et al. / MIT license\n");
18 printf("\n"); 18 printf("\n");
19 printf("Commands:\n"); 19 printf("Commands:\n");
20 printf("\n"); 20 printf("\n");