From 5a9bfa3d7d8c8efc60e7453c3cc55fa8b35524b1 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Sun, 17 Nov 2019 16:54:44 +0100 Subject: [PATCH] Fix missing name copyright headers. The name was reconstructed from the Git history. --- include/boost/fusion/algorithm/query/count.hpp | 2 +- test/sequence/deque_mutate.cpp | 2 +- test/sequence/map_mutate.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/fusion/algorithm/query/count.hpp b/include/boost/fusion/algorithm/query/count.hpp index 61fc0569..7a352129 100644 --- a/include/boost/fusion/algorithm/query/count.hpp +++ b/include/boost/fusion/algorithm/query/count.hpp @@ -1,6 +1,6 @@ /*============================================================================= Copyright (c) 2001-2011 Joel de Guzman - Copyright (c) 2007 + Copyright (c) 2007 Dan Marsden 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/sequence/deque_mutate.cpp b/test/sequence/deque_mutate.cpp index 1564ade9..ff145061 100644 --- a/test/sequence/deque_mutate.cpp +++ b/test/sequence/deque_mutate.cpp @@ -1,7 +1,7 @@ /*============================================================================= Copyright (c) 1999-2003 Jaakko Jarvi Copyright (c) 2001-2011 Joel de Guzman - Copyright (c) 2006 + Copyright (c) 2006 Dan Marsden 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/sequence/map_mutate.cpp b/test/sequence/map_mutate.cpp index afe78ad6..68c27133 100644 --- a/test/sequence/map_mutate.cpp +++ b/test/sequence/map_mutate.cpp @@ -1,7 +1,7 @@ /*============================================================================= Copyright (c) 1999-2003 Jaakko Jarvi Copyright (c) 2001-2011 Joel de Guzman - Copyright (c) 2006 + Copyright (c) 2006 Dan Marsden 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)