summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar default2024-01-04 09:22:03 +0100
committerGravatar default2024-01-04 09:22:03 +0100
commit755d997fb1fa5189cd227fa57fd8d4b5ad4f7819 (patch)
tree1d94bd46c0112a6d42c3af76cd3e9c145c3dde94 /main.c
parentUpdated RELEASE_NOTES. (diff)
downloadpenes-snac2-755d997fb1fa5189cd227fa57fd8d4b5ad4f7819.tar.gz
penes-snac2-755d997fb1fa5189cd227fa57fd8d4b5ad4f7819.tar.xz
penes-snac2-755d997fb1fa5189cd227fa57fd8d4b5ad4f7819.zip
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 @@
1/* snac - A simple, minimalistic ActivityPub instance */ 1/* snac - A simple, minimalistic ActivityPub instance */
2/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ 2/* copyright (c) 2022 - 2024 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"
@@ -12,7 +12,7 @@
12int usage(void) 12int usage(void)
13{ 13{
14 printf("snac " VERSION " - A simple, minimalistic ActivityPub instance\n"); 14 printf("snac " VERSION " - A simple, minimalistic ActivityPub instance\n");
15 printf("Copyright (c) 2022 - 2023 grunfink et al. / MIT license\n"); 15 printf("Copyright (c) 2022 - 2024 grunfink et al. / MIT license\n");
16 printf("\n"); 16 printf("\n");
17 printf("Commands:\n"); 17 printf("Commands:\n");
18 printf("\n"); 18 printf("\n");