From 5b3afaf56a628c657925ef9d13a1969e431639b8 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 18 Jul 2021 17:35:39 +0200 Subject: [PATCH] Add SPDX license header This is used by tools like 'reuse lint' to help managing license compliance. --- include/tl/expected.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/tl/expected.hpp b/include/tl/expected.hpp index 31a5193..a46c699 100644 --- a/include/tl/expected.hpp +++ b/include/tl/expected.hpp @@ -11,6 +11,9 @@ // You should have received a copy of the CC0 Public Domain Dedication // along with this software. If not, see // . +// +// SPDX-License-Identifier: CC-PDDC +// SPDX-FileCopyrightText: None /// #ifndef TL_EXPECTED_HPP