From 3b87f659d2ffd14ad3ecd237b17672583dd0d773 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Sun, 17 Nov 2019 17:12:33 +0100 Subject: [PATCH] Fix typo in copyright headers. --- include/boost/ratio/mpl/plus.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/ratio/mpl/plus.hpp b/include/boost/ratio/mpl/plus.hpp index a3d137d..99f5d3e 100644 --- a/include/boost/ratio/mpl/plus.hpp +++ b/include/boost/ratio/mpl/plus.hpp @@ -1,6 +1,6 @@ // plus.hpp // -// (C) Copyright 2011Vicente J. Botet Escriba +// (C) Copyright 2011 Vicente J. Botet Escriba // Use, modification and distribution are subject to 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).