diff options
| author | 2023-07-28 11:34:18 +0200 | |
|---|---|---|
| committer | 2023-07-28 11:34:18 +0200 | |
| commit | 0f8c0cd6943992e44a1454ed6c8bdeef0faee722 (patch) | |
| tree | dd440d88dcba5af60881ebbdf26dc9784c8f70ba /httpd.c | |
| parent | Merge pull request 'html.c: Fix non-list tag object for external custom emoji... (diff) | |
| download | penes-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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" |