Fix typo/missing copyright notice, reported by Boost Inspection Report.

This commit is contained in:
Kohei Takahashi
2014-11-01 22:12:11 +09:00
parent f716d2f410
commit 7ef4b03249
3 changed files with 14 additions and 2 deletions

View File

@ -1,8 +1,8 @@
/*============================================================================= /*=============================================================================
Copyright (c) 2010, 2012 Christopher Schmidt, Nathan Ridge Copyright (c) 2010, 2012 Christopher Schmidt, Nathan Ridge
Distributed under the Boost Software Liceclse, Version 1.0. (See accompanying Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICEclsE_1_0.txt or copy at http://www.boost.org/LICEclsE_1_0.txt) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/ ==============================================================================*/
#include <boost/detail/lightweight_test.hpp> #include <boost/detail/lightweight_test.hpp>

View File

@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2008 Joel de Guzman
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)
==============================================================================*/
#include <boost/config.hpp> #include <boost/config.hpp>
#if !defined(BOOST_NO_CXX11_HDR_TUPLE) && \ #if !defined(BOOST_NO_CXX11_HDR_TUPLE) && \

View File

@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2009 Joel de Guzman
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)
==============================================================================*/
#include <boost/mpl/vector.hpp> #include <boost/mpl/vector.hpp>
#include <boost/fusion/support.hpp> #include <boost/fusion/support.hpp>