From 9ce16bccbd97299cd08955884f4b4675358d5fe5 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Sun, 17 Nov 2019 15:37:05 +0100 Subject: [PATCH] Fix typo in copyright headers. closes #2102 --- include/boost/beast/core/detail/tuple.hpp | 2 +- test/beast/core/_detail_tuple.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/beast/core/detail/tuple.hpp b/include/boost/beast/core/detail/tuple.hpp index 5d65e9de..ee9640fb 100644 --- a/include/boost/beast/core/detail/tuple.hpp +++ b/include/boost/beast/core/detail/tuple.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2016-2019Damian Jarek (damian dot jarek93 at gmail dot com) +// Copyright (c) 2016-2019 Damian Jarek (damian dot jarek93 at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/beast/core/_detail_tuple.cpp b/test/beast/core/_detail_tuple.cpp index 5620e343..aae746aa 100644 --- a/test/beast/core/_detail_tuple.cpp +++ b/test/beast/core/_detail_tuple.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2016-2019Damian Jarek (damian dot jarek93 at gmail dot com) +// Copyright (c) 2016-2019 Damian Jarek (damian dot jarek93 at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)