From c4eceb53723bf8d277ac5acfeccd3224a7729bb4 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 | 7 +++++++ test/Jamfile.v2 | 5 +++++ 5 files changed, 26 insertions(+), 2 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..2ca7cc5ee 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,3 +1,9 @@ +# 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 +33,4 @@ run log1p_expm1_test.cpp : : : <*>static < + diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a1562d0d0..56c2cee43 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,3 +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 @@ -25,3 +29,4 @@ run hypot_test.cpp ; run log1p_expm1_test.cpp ; +