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).