diff options
Diffstat (limited to 'src/blogc-runserver/mime.h')
-rw-r--r-- | src/blogc-runserver/mime.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/blogc-runserver/mime.h b/src/blogc-runserver/mime.h index b9fb013..0d5fd03 100644 --- a/src/blogc-runserver/mime.h +++ b/src/blogc-runserver/mime.h @@ -1,15 +1,7 @@ -/* - * blogc: A blog compiler. - * Copyright (C) 2014-2019 Rafael G. Martins <rafael@rafaelmartins.eng.br> - * - * This program can be distributed under the terms of the BSD License. - * See the file LICENSE. - */ +// SPDX-FileCopyrightText: 2014-2024 Rafael G. Martins <rafael@rafaelmartins.eng.br> +// SPDX-License-Identifier: BSD-3-Clause -#ifndef _MIME_H -#define _MIME_H +#pragma once const char* br_mime_guess_content_type(const char *filename); char* br_mime_guess_index(const char *path); - -#endif /* _MIME_H */ |