From cb84c217b5111eb7ae60755f69bbea2ac7b8f208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 30 May 2023 05:06:24 +0300 Subject: License and sardonic comment --- optional.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'optional.h') diff --git a/optional.h b/optional.h index c020abf..3916898 100644 --- a/optional.h +++ b/optional.h @@ -1,9 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /** - * optional.h - some macros for optional types + * optional.h - Macros for optional types * - * 2023 Yaroslav de la Peña Smirnov + * Copyright (C) 2023 Yaroslav de la Peña Smirnov * + * Poor man's optional "type templates" for C */ + #ifndef OPTIONAL_H #define OPTIONAL_H -- cgit v1.2.3