From 533693d0312b9d618effc0cd30b56ef1acfa6b05 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 17 Jul 2006 11:08:01 +0000 Subject: [PATCH] Added missing license info. [SVN r34586] --- cxx_type_traits.htm | 4 ++++ index.html | 4 ++++ test/Jamfile | 4 ++++ test/Jamfile.v2 | 5 +++++ 4 files changed, 17 insertions(+) diff --git a/cxx_type_traits.htm b/cxx_type_traits.htm index 28f1073..4c92a7e 100644 --- a/cxx_type_traits.htm +++ b/cxx_type_traits.htm @@ -8,8 +8,12 @@ ../../doc/html/boost_typetraits/background.html or view the online version at http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/boost_typetraits/background.html +

Copyright 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 1180f8b..def0f22 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,12 @@ ../../doc/html/boost_typetraits.html or view the online version at http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/boost_typetraits.html +

Copyright John Maddock 2001

+

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 4756165..ce5b6b1 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,4 +1,7 @@ # Copyright John Maddock 2004 +# 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) # # There are two ways to invoke this Jamfile: # @@ -70,3 +73,4 @@ else } + diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 5e13609..b55e978 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,3 +1,7 @@ +# copyright John Maddock 2004 +# 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) # bring in the rules for testing import testing ; @@ -18,3 +22,4 @@ rule all-tests { test-suite type_traits : [ all-tests ] ; +