diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-16 17:35:58 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-16 17:37:24 +0200 |
commit | decc676f1e469dc26c80c33da64fad15805de8f2 (patch) | |
tree | 049fc3936343a7af957c0bca20dd1531ae2e5f81 | |
parent | 56dbaab8fc8edc314ef7f7962697e7eb6ba71343 (diff) | |
download | libquotient-decc676f1e469dc26c80c33da64fad15805de8f2.tar.gz libquotient-decc676f1e469dc26c80c33da64fad15805de8f2.zip |
expected.h: add a copyright notice
[skip ci]
-rw-r--r-- | lib/expected.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/expected.h b/lib/expected.h index c8b8fd64..7b9e7f1d 100644 --- a/lib/expected.h +++ b/lib/expected.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2022 Kitsune Ral <Kitsune-Ral@users.sf.net> +// SPDX-License-Identifier: LGPL-2.1-or-later + #pragma once #include <variant> |