From 4cec6c4f2f06d41a1665518b975997b6b96bfbc3 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 10 May 2005 11:53:17 +0000 Subject: [PATCH] Added copyright [SVN r28780] --- test/cltree.cpp | 4 ++++ test/tuple.cpp | 4 ++++ 2 files changed, 8 insertions(+) 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