From 7a0a3fbf322a862ccefb1a6f82d6b7b71c2f1641 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 17 Jul 2006 10:49:22 +0000 Subject: [PATCH] Added license info. [SVN r34585] --- Jamfile | 4 ++++ Jamfile.v2 | 4 ++++ index.html | 4 ++++ static_assert.htm | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/Jamfile b/Jamfile index 78e634f..99b5a90 100644 --- a/Jamfile +++ b/Jamfile @@ -1,4 +1,7 @@ # copyright John Maddock 2003 +# 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) subproject libs/static_assert ; # bring in the rules for testing @@ -27,3 +30,4 @@ test-suite static_assert : + diff --git a/Jamfile.v2 b/Jamfile.v2 index 6b13740..14dfe2f 100644 --- a/Jamfile.v2 +++ b/Jamfile.v2 @@ -1,4 +1,7 @@ # copyright John Maddock 2003 +# 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 ; @@ -25,3 +28,4 @@ test-suite static_assert : + diff --git a/index.html b/index.html index 2a7339e..f1e6c32 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,10 @@ or view the online version at http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/boost_staticassert.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/static_assert.htm b/static_assert.htm index 2a7339e..f1e6c32 100644 --- a/static_assert.htm +++ b/static_assert.htm @@ -9,6 +9,10 @@ or view the online version at http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/boost_staticassert.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).

+