aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-05-30 05:06:24 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-05-30 05:06:24 +0300
commitcb84c217b5111eb7ae60755f69bbea2ac7b8f208 (patch)
tree02e1faa36963a62111b48e722f583ced45375095
parentaf454b14b38175033be41220b5894e7fe975bd05 (diff)
downloadc-optional-cb84c217b5111eb7ae60755f69bbea2ac7b8f208.tar.gz
c-optional-cb84c217b5111eb7ae60755f69bbea2ac7b8f208.zip
License and sardonic comment
-rw-r--r--optional.h7
1 files changed, 5 insertions, 2 deletions
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