From 5d3d6c399ad509bc758b0aee48d9307a814148fe Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Mon, 11 Feb 2019 11:38:24 +0000 Subject: [PATCH] Add email address Fixes #18 --- tl/optional.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tl/optional.hpp b/tl/optional.hpp index 7350f8a..395c58a 100644 --- a/tl/optional.hpp +++ b/tl/optional.hpp @@ -1,7 +1,7 @@ /// // optional - An implementation of std::optional with extensions -// Written in 2017 by Simon Brand (@TartanLlama) +// Written in 2017 by Simon Brand (tartanllama@gmail.com, @TartanLlama) // // To the extent possible under law, the author(s) have dedicated all // copyright and related and neighboring rights to this software to the