From 0742484087112cb770a985dfd7bc18ed3ccc9e73 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 5 Feb 2006 14:02:28 +0000 Subject: [PATCH] Add copyright to container_fwd_test. [SVN r32580] --- hash/test/container_fwd_test.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hash/test/container_fwd_test.cpp b/hash/test/container_fwd_test.cpp index 12cca12..512e5d3 100644 --- a/hash/test/container_fwd_test.cpp +++ b/hash/test/container_fwd_test.cpp @@ -1,3 +1,8 @@ + +// Copyright Daniel James 2005. 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) + #include #if BOOST_WORKAROUND(__GNUC__, < 3) && !defined(__SGI_STL_PORT) && !defined(_STLPORT_VERSION)