diff --git a/doc/sf/legendre_stieltjes.qbk b/doc/sf/legendre_stieltjes.qbk index d9c669150..0a9494642 100644 --- a/doc/sf/legendre_stieltjes.qbk +++ b/doc/sf/legendre_stieltjes.qbk @@ -3,7 +3,7 @@ [h4 Synopsis] `` - #include + #include `` namespace boost{ namespace math{ @@ -63,3 +63,9 @@ Example usage: double norm = std::sqrt(E.norm_sq()); [endsect] +[/ + Copyright 2017 Nick Thompson + 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/example/legendre_stieltjes_example.cpp b/example/legendre_stieltjes_example.cpp index f47a7f9dc..7f2d620be 100644 --- a/example/legendre_stieltjes_example.cpp +++ b/example/legendre_stieltjes_example.cpp @@ -1,3 +1,9 @@ +// Copyright Nick Thompson 2017. +// 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) + #include #include #include diff --git a/include/boost/math/special_functions/legendre_stieltjes.hpp b/include/boost/math/special_functions/legendre_stieltjes.hpp index 85ffcf78b..d8e0d4a27 100644 --- a/include/boost/math/special_functions/legendre_stieltjes.hpp +++ b/include/boost/math/special_functions/legendre_stieltjes.hpp @@ -1,3 +1,9 @@ +// Copyright Nick Thompson 2017. +// 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) + #ifndef BOOST_MATH_SPECIAL_LEGENDRE_STIELTJES_HPP #define BOOST_MATH_SPECIAL_LEGENDRE_STIELTJES_HPP diff --git a/test/legendre_stieltjes_test.cpp b/test/legendre_stieltjes_test.cpp index 607cf764d..f1f2a43cb 100644 --- a/test/legendre_stieltjes_test.cpp +++ b/test/legendre_stieltjes_test.cpp @@ -1,3 +1,9 @@ +// Copyright Nick Thompson 2017. +// 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) + #define BOOST_TEST_MODULE LegendreStieltjesTest #define BOOST_TEST_DYN_LINK #include