From a38c7aeadcc69b3405d40b008a0b87f7c5d023dc Mon Sep 17 00:00:00 2001 From: default Date: Tue, 17 Jan 2023 09:50:16 +0100 Subject: Updated year in copyright notices. --- xs_mime.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xs_mime.h') diff --git a/xs_mime.h b/xs_mime.h index 072a98a..8d8b16b 100644 --- a/xs_mime.h +++ b/xs_mime.h @@ -1,4 +1,4 @@ -/* copyright (c) 2022 grunfink - MIT license */ +/* copyright (c) 2022 - 2023 grunfink / MIT license */ #ifndef _XS_MIME @@ -23,6 +23,8 @@ struct _mime_info { { "text/html", ".html" }, { "text/plain", ".txt" }, { "text/xml", ".xml" }, + { "text/markdown", ".md" }, + { "text/gemini", ".gmi" }, { NULL, NULL } }; -- cgit