aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-01-08 16:59:14 +0100
committerdefault <nobody@localhost>2025-01-08 16:59:14 +0100
commit932227bbac7fe740bff1e38bf92b58edef19e32f (patch)
tree1b8e770fee478f397d25e90f747f7cca0808ed43 /main.c
parent6af6194f55e751157f74a891738697e635c9c64e (diff)
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 @@
/* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2024 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
#include "xs.h"
#include "xs_io.h"
@@ -14,7 +14,7 @@
int usage(void)
{
printf("snac " VERSION " - A simple, minimalistic ActivityPub instance\n");
- printf("Copyright (c) 2022 - 2024 grunfink et al. / MIT license\n");
+ printf("Copyright (c) 2022 - 2025 grunfink et al. / MIT license\n");
printf("\n");
printf("Commands:\n");
printf("\n");