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

Added missing license info.

[SVN r34558]
This commit is contained in:
John Maddock
2006-07-16 16:01:25 +00:00
parent 74b41709bf
commit 2760d7ad0d
5 changed files with 25 additions and 3 deletions

View File

@@ -5,9 +5,13 @@
</head>
<body>
Automatic redirection failed, please go to
<a href="../../doc/html/boost_math/greatest_common_divisor_and_least_common_multiple.html">../../doc/html/boost_math/greatest_common_divisor_and_least_common_multiple.html</a>
<a href="../../../doc/html/boost_math/greatest_common_divisor_and_least_common_multiple.html">../../../doc/html/boost_math/greatest_common_divisor_and_least_common_multiple.html</a>
<P>Copyright&nbsp;Daryle Walker 2006</P>
<P>Distributed under the Boost Software License, Version 1.0. (See accompanying file <A href="../../../LICENSE_1_0.txt">
LICENSE_1_0.txt</A> or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>).</P>
</body>
</html>

View File

@@ -5,8 +5,12 @@
</head>
<body>
Automatic redirection failed, please go to
<a href="../../doc/html/boost_math.html">../../doc/html/boost_math.html</a>
<a href="../../../doc/html/boost_math.html">../../../doc/html/boost_math.html</a>
<P>Copyright Daryle Walker, Hubert Holin and John Maddock 2006</P>
<P>Distributed under the Boost Software License, Version 1.0. (See accompanying file <A href="../../../LICENSE_1_0.txt">
LICENSE_1_0.txt</A> or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>).</P>
</body>
</html>

View File

@@ -5,5 +5,9 @@
<body>
Automatic redirection failed, please go to
<a href="../../doc/html/boost_math.html">../../doc/html/boost_math.html</a>.
<P>Copyright Daryle Walker, Hubert Holin and John Maddock 2006</P>
<P>Distributed under the Boost Software License, Version 1.0. (See accompanying file <A href="../../LICENSE_1_0.txt">
LICENSE_1_0.txt</A> or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>).</P>
</body>
</html>

View File

@@ -1,3 +1,8 @@
# Copyright Daryle Walker, Hubert Holin and John Maddock 2006
# 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.
subproject libs/math/test ;
# bring in the rules for testing
@@ -27,3 +32,4 @@ run log1p_expm1_test.cpp : : : <borland><*><runtime-link>static <borland-5_6_4><

View File

@@ -1,4 +1,7 @@
# Copyright Daryle Walker, Hubert Holin and John Maddock 2006
# 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.
# bring in the rules for testing
import testing ;
@@ -25,3 +28,4 @@ run hypot_test.cpp ;
run log1p_expm1_test.cpp ;