From 5c4876059c1168d5fa3c945bd8dd05ebbe61b6fe Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Tue, 25 Jun 2019 12:38:17 +0100 Subject: [PATCH] Update header --- include/tl/optional.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/tl/optional.hpp b/include/tl/optional.hpp index 008b4b6..4d41e54 100644 --- a/include/tl/optional.hpp +++ b/include/tl/optional.hpp @@ -1,7 +1,9 @@ /// // optional - An implementation of std::optional with extensions -// Written in 2017 by Simon Brand (tartanllama@gmail.com, @TartanLlama) +// Written in 2017 by Simon Brand (simonrbrand@gmail.com, @TartanLlama) +// +// Documentation available at https://tl.tartanllama.xyz/ // // To the extent possible under law, the author(s) have dedicated all // copyright and related and neighboring rights to this software to the