From 56bd3784bfbc16a1e1a8fa8ce2dc672689417077 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Wed, 5 Sep 2018 08:21:35 -0400 Subject: [PATCH] Update e-mail address in comments and libraries.json --- doc/Jamfile.v2 | 4 ++-- doc/core.qbk | 10 +++++----- include/boost/core/ref.hpp | 3 ++- meta/libraries.json | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index f598bb7..a52f697 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,5 +1,5 @@ -# Copyright (c) 2014 Glen Joseph Fernandes -# glenfe at live dot com +# Copyright 2014 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/core.qbk b/doc/core.qbk index 3583bc6..a270382 100644 --- a/doc/core.qbk +++ b/doc/core.qbk @@ -1,10 +1,10 @@ [/ - Copyright (c) 2014 Glen Joseph Fernandes - glenfe at live dot com +Copyright 2014 Glen Joseph Fernandes +(glenjofe@gmail.com) - Distributed under the Boost Software License, - Version 1.0. (See accompanying file LICENSE_1_0.txt - or copy at http://boost.org/LICENSE_1_0.txt) +Distributed under the Boost Software License, +Version 1.0. (See accompanying file LICENSE_1_0.txt +or copy at http://boost.org/LICENSE_1_0.txt) ] [library Boost.Core diff --git a/include/boost/core/ref.hpp b/include/boost/core/ref.hpp index 7d768ff..77ef2b6 100644 --- a/include/boost/core/ref.hpp +++ b/include/boost/core/ref.hpp @@ -19,7 +19,8 @@ // Copyright (C) 2002 David Abrahams // // Copyright (C) 2014 Glen Joseph Fernandes -// glenfe at live dot com +// (glenjofe@gmail.com) +// // Copyright (C) 2014 Agustin Berge // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/meta/libraries.json b/meta/libraries.json index 92370a2..00d6c90 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -9,7 +9,7 @@ ], "maintainers": [ "Peter Dimov ", - "Glen Fernandes ", + "Glen Fernandes ", "Andrey Semashev " ], "description": "A collection of simple core utilities with minimal dependencies.",