From c7abff00991b4df6203ba6f75bfc17652c62e25e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 10 Aug 2004 10:34:20 +0000 Subject: [PATCH] Updated Beman Dawes' licence statement to use the new prefered form of words. [SVN r24370] --- test/smart_ptr_test.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/smart_ptr_test.cpp b/test/smart_ptr_test.cpp index 4baa92d..27cba2b 100644 --- a/test/smart_ptr_test.cpp +++ b/test/smart_ptr_test.cpp @@ -1,7 +1,8 @@ // smart pointer test program ----------------------------------------------// -// Copyright Beman Dawes 1998, 1999. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 1998, 1999. 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) // See http://www.boost.org/libs/smart_ptr for documentation.