From fcc0711c3300b56137297810a564c6eea54ebbcd Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Sat, 8 Sep 2018 11:14:27 -0400 Subject: [PATCH] Update e-mail address in comments --- doc/detected.qbk | 2 +- doc/detected_or.qbk | 2 +- doc/is_detected.qbk | 2 +- doc/is_detected_convertible.qbk | 2 +- doc/is_detected_exact.qbk | 2 +- doc/make_void.qbk | 2 +- doc/nonesuch.qbk | 2 +- include/boost/type_traits/detail/detector.hpp | 2 +- include/boost/type_traits/detected.hpp | 2 +- include/boost/type_traits/detected_or.hpp | 2 +- include/boost/type_traits/is_detected.hpp | 2 +- include/boost/type_traits/is_detected_convertible.hpp | 2 +- include/boost/type_traits/is_detected_exact.hpp | 2 +- include/boost/type_traits/make_void.hpp | 2 +- include/boost/type_traits/nonesuch.hpp | 2 +- test/detected_or_test.cpp | 2 +- test/detected_test.cpp | 2 +- test/is_detected_convertible.cpp | 2 +- test/is_detected_exact_test.cpp | 2 +- test/is_detected_test.cpp | 2 +- test/make_void_test.cpp | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/detected.qbk b/doc/detected.qbk index 59b1032..2a0e149 100644 --- a/doc/detected.qbk +++ b/doc/detected.qbk @@ -1,6 +1,6 @@ [/ Copyright 2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/detected_or.qbk b/doc/detected_or.qbk index e036fd0..72a994e 100644 --- a/doc/detected_or.qbk +++ b/doc/detected_or.qbk @@ -1,6 +1,6 @@ [/ Copyright 2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/is_detected.qbk b/doc/is_detected.qbk index b788af5..2add44a 100644 --- a/doc/is_detected.qbk +++ b/doc/is_detected.qbk @@ -1,6 +1,6 @@ [/ Copyright 2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/is_detected_convertible.qbk b/doc/is_detected_convertible.qbk index 0408528..ac6fbb8 100644 --- a/doc/is_detected_convertible.qbk +++ b/doc/is_detected_convertible.qbk @@ -1,6 +1,6 @@ [/ Copyright 2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/is_detected_exact.qbk b/doc/is_detected_exact.qbk index 705673a..5d5c922 100644 --- a/doc/is_detected_exact.qbk +++ b/doc/is_detected_exact.qbk @@ -1,6 +1,6 @@ [/ Copyright 2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/make_void.qbk b/doc/make_void.qbk index 3ae0e3d..8b8d506 100644 --- a/doc/make_void.qbk +++ b/doc/make_void.qbk @@ -1,6 +1,6 @@ [/ Copyright 2017 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/nonesuch.qbk b/doc/nonesuch.qbk index 6809604..be438b1 100644 --- a/doc/nonesuch.qbk +++ b/doc/nonesuch.qbk @@ -1,6 +1,6 @@ [/ Copyright 2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/type_traits/detail/detector.hpp b/include/boost/type_traits/detail/detector.hpp index 007a4dc..f13a1f9 100644 --- a/include/boost/type_traits/detail/detector.hpp +++ b/include/boost/type_traits/detail/detector.hpp @@ -1,6 +1,6 @@ /* Copyright 2017-2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/type_traits/detected.hpp b/include/boost/type_traits/detected.hpp index f9a4d85..96a38a2 100644 --- a/include/boost/type_traits/detected.hpp +++ b/include/boost/type_traits/detected.hpp @@ -1,6 +1,6 @@ /* Copyright 2017-2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/type_traits/detected_or.hpp b/include/boost/type_traits/detected_or.hpp index 676ac06..e79e02a 100644 --- a/include/boost/type_traits/detected_or.hpp +++ b/include/boost/type_traits/detected_or.hpp @@ -1,6 +1,6 @@ /* Copyright 2017-2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/type_traits/is_detected.hpp b/include/boost/type_traits/is_detected.hpp index 8bff9d9..25dfa84 100644 --- a/include/boost/type_traits/is_detected.hpp +++ b/include/boost/type_traits/is_detected.hpp @@ -1,6 +1,6 @@ /* Copyright 2017-2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/type_traits/is_detected_convertible.hpp b/include/boost/type_traits/is_detected_convertible.hpp index 8a6d82f..538ba25 100644 --- a/include/boost/type_traits/is_detected_convertible.hpp +++ b/include/boost/type_traits/is_detected_convertible.hpp @@ -1,6 +1,6 @@ /* Copyright 2017-2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/type_traits/is_detected_exact.hpp b/include/boost/type_traits/is_detected_exact.hpp index 1a9b045..34f714c 100644 --- a/include/boost/type_traits/is_detected_exact.hpp +++ b/include/boost/type_traits/is_detected_exact.hpp @@ -1,6 +1,6 @@ /* Copyright 2017-2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/type_traits/make_void.hpp b/include/boost/type_traits/make_void.hpp index f48823b..b8a72ef 100644 --- a/include/boost/type_traits/make_void.hpp +++ b/include/boost/type_traits/make_void.hpp @@ -1,6 +1,6 @@ /* Copyright 2017 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/type_traits/nonesuch.hpp b/include/boost/type_traits/nonesuch.hpp index 85466b4..7ba98c4 100644 --- a/include/boost/type_traits/nonesuch.hpp +++ b/include/boost/type_traits/nonesuch.hpp @@ -1,6 +1,6 @@ /* Copyright 2017 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/test/detected_or_test.cpp b/test/detected_or_test.cpp index d737b40..e4d1d4d 100644 --- a/test/detected_or_test.cpp +++ b/test/detected_or_test.cpp @@ -1,6 +1,6 @@ /* Copyright 2017 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/test/detected_test.cpp b/test/detected_test.cpp index 6eee462..4ffcd3d 100644 --- a/test/detected_test.cpp +++ b/test/detected_test.cpp @@ -1,6 +1,6 @@ /* Copyright 2017 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/test/is_detected_convertible.cpp b/test/is_detected_convertible.cpp index c98e273..2a5ef2c 100644 --- a/test/is_detected_convertible.cpp +++ b/test/is_detected_convertible.cpp @@ -1,6 +1,6 @@ /* Copyright 2017-2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/test/is_detected_exact_test.cpp b/test/is_detected_exact_test.cpp index 4b1a071..87a9ec1 100644 --- a/test/is_detected_exact_test.cpp +++ b/test/is_detected_exact_test.cpp @@ -1,6 +1,6 @@ /* Copyright 2017-2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/test/is_detected_test.cpp b/test/is_detected_test.cpp index a58987b..5a75b9e 100644 --- a/test/is_detected_test.cpp +++ b/test/is_detected_test.cpp @@ -1,6 +1,6 @@ /* Copyright 2017-2018 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/test/make_void_test.cpp b/test/make_void_test.cpp index f63b55e..41c4899 100644 --- a/test/make_void_test.cpp +++ b/test/make_void_test.cpp @@ -1,6 +1,6 @@ /* Copyright 2017 Glen Joseph Fernandes - +(glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt