summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authorGravatar default2023-07-28 11:34:18 +0200
committerGravatar default2023-07-28 11:34:18 +0200
commit0f8c0cd6943992e44a1454ed6c8bdeef0faee722 (patch)
treedd440d88dcba5af60881ebbdf26dc9784c8f70ba /httpd.c
parentMerge pull request 'html.c: Fix non-list tag object for external custom emoji... (diff)
downloadpenes-snac2-0f8c0cd6943992e44a1454ed6c8bdeef0faee722.tar.gz
penes-snac2-0f8c0cd6943992e44a1454ed6c8bdeef0faee722.tar.xz
penes-snac2-0f8c0cd6943992e44a1454ed6c8bdeef0faee722.zip
Updated comment in headers.
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 9aac3b5..96cdaac 100644
--- a/httpd.c
+++ b/httpd.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 / MIT license */ 2/* copyright (c) 2022 - 2023 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"