forked from boostorg/fusion
Fix typo/missing copyright notice, reported by Boost Inspection Report.
This commit is contained in:
@ -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>
|
||||||
|
@ -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) && \
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user