From 7ef4b03249108d48fe7aa9d4d50302f0e8a6eb96 Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Sat, 1 Nov 2014 22:12:11 +0900 Subject: [PATCH] Fix typo/missing copyright notice, reported by Boost Inspection Report. --- test/sequence/define_struct_inline.cpp | 4 ++-- test/sequence/std_tuple_auto_conv.cpp | 6 ++++++ test/sequence/test_deduce_sequence.cpp | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/test/sequence/define_struct_inline.cpp b/test/sequence/define_struct_inline.cpp index 9cbd8ea0..e849ce9b 100644 --- a/test/sequence/define_struct_inline.cpp +++ b/test/sequence/define_struct_inline.cpp @@ -1,8 +1,8 @@ /*============================================================================= Copyright (c) 2010, 2012 Christopher Schmidt, Nathan Ridge - Distributed under the Boost Software Liceclse, Version 1.0. (See accompanying - file LICEclsE_1_0.txt or copy at http://www.boost.org/LICEclsE_1_0.txt) + 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 diff --git a/test/sequence/std_tuple_auto_conv.cpp b/test/sequence/std_tuple_auto_conv.cpp index ebd83910..a297e2b5 100644 --- a/test/sequence/std_tuple_auto_conv.cpp +++ b/test/sequence/std_tuple_auto_conv.cpp @@ -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 #if !defined(BOOST_NO_CXX11_HDR_TUPLE) && \ diff --git a/test/sequence/test_deduce_sequence.cpp b/test/sequence/test_deduce_sequence.cpp index d137cd30..d7a3b813 100644 --- a/test/sequence/test_deduce_sequence.cpp +++ b/test/sequence/test_deduce_sequence.cpp @@ -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 #include