From 62675a3bcd27a125ca1506e3fdc79a2f332d7084 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 30 Aug 2004 01:31:40 +0000 Subject: [PATCH] added copyright/license [SVN r24814] --- ref_ct_test.cpp | 5 +++++ ref_test.cpp | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ref_ct_test.cpp b/ref_ct_test.cpp index d9af429..f072537 100644 --- a/ref_ct_test.cpp +++ b/ref_ct_test.cpp @@ -1,3 +1,8 @@ +// Copyright David Abrahams and Aleksey Gurtovoy +// 2002-2004. 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) + // compile-time test for "boost/ref.hpp" header content // see 'ref_test.cpp' for run-time part diff --git a/ref_test.cpp b/ref_test.cpp index 1cfb5dd..ef4775f 100644 --- a/ref_test.cpp +++ b/ref_test.cpp @@ -1,3 +1,7 @@ +// Copyright David Abrahams and Aleksey Gurtovoy +// 2002-2004. 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) // run-time test for "boost/ref.hpp" header content // see 'ref_ct_test.cpp' for compile-time part