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.",