From 2760d7ad0dcb6a34dd0ee70407fc480bc0d0248b Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 16 Jul 2006 16:01:25 +0000 Subject: [PATCH] Added missing license info. [SVN r34558] --- doc/common_factor.html | 6 +++++- doc/index.html | 6 +++++- index.html | 4 ++++ test/Jamfile | 6 ++++++ test/Jamfile.v2 | 6 +++++- 5 files changed, 25 insertions(+), 3 deletions(-) diff --git a/doc/common_factor.html b/doc/common_factor.html index 5e94a6406..535fc4c29 100644 --- a/doc/common_factor.html +++ b/doc/common_factor.html @@ -5,9 +5,13 @@ Automatic redirection failed, please go to - ../../doc/html/boost_math/greatest_common_divisor_and_least_common_multiple.html + ../../../doc/html/boost_math/greatest_common_divisor_and_least_common_multiple.html +

Copyright Daryle Walker 2006

+

Distributed under the Boost Software License, Version 1.0. (See accompanying file + LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt).

+ diff --git a/doc/index.html b/doc/index.html index 4ff433f37..419826279 100644 --- a/doc/index.html +++ b/doc/index.html @@ -5,8 +5,12 @@ Automatic redirection failed, please go to - ../../doc/html/boost_math.html + ../../../doc/html/boost_math.html +

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 www.boost.org/LICENSE_1_0.txt).

+ diff --git a/index.html b/index.html index fd454e3d8..002cf0762 100644 --- a/index.html +++ b/index.html @@ -5,5 +5,9 @@ Automatic redirection failed, please go to ../../doc/html/boost_math.html. +

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 www.boost.org/LICENSE_1_0.txt).

+ diff --git a/test/Jamfile b/test/Jamfile index 3a8836507..2174253d7 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -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 : : : <*>static < + diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a1562d0d0..08efbd008 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -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 ; +