diff --git a/Jamfile b/Jamfile index e16f2a0..4cf9462 100644 --- a/Jamfile +++ b/Jamfile @@ -1,3 +1,6 @@ +# Copyright David Abrahams, Jeremy Siek 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/concept_check ; import testing ; diff --git a/Jamfile.v2 b/Jamfile.v2 index 251542f..18e51ef 100644 --- a/Jamfile.v2 +++ b/Jamfile.v2 @@ -1,4 +1,7 @@ - +# Copyright David Abrahams, Jeremy Siek, Vladimir Prus +# 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) import testing ; test-suite concept_check