2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Place copyright notices in file.

This commit is contained in:
Nick Thompson
2017-05-01 18:36:26 -06:00
parent 4b4c4e9364
commit 2bbadc69fb
4 changed files with 25 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
[h4 Synopsis]
``
#include <boost/math/special_functions/legendre_p_stieltjes.hpp>
#include <boost/math/special_functions/legendre_stieltjes.hpp>
``
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).
]

View File

@@ -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 <iostream>
#include <string>
#include <boost/math/constants/constants.hpp>

View File

@@ -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

View File

@@ -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 <boost/test/unit_test.hpp>