diff options
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 1e743db..4acf167 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -1,14 +1,6 @@ -/* - * 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 _COMPAT_H -#define _COMPAT_H +#pragma once int bc_compat_status_code(int waitstatus); - -#endif /* _COMPAT_H */ |