diff --git a/test/cltree.cpp b/test/cltree.cpp index 099d5cb7..4ebfb535 100755 --- a/test/cltree.cpp +++ b/test/cltree.cpp @@ -1,3 +1,7 @@ +// Copyright David Abrahams 2005. 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) + #include #include #include diff --git a/test/tuple.cpp b/test/tuple.cpp index fce3da85..d48e91d8 100644 --- a/test/tuple.cpp +++ b/test/tuple.cpp @@ -1,3 +1,7 @@ +// Copyright David Abrahams 2005. 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) + #include #include #include