From bba9169401d43f3a5a524c42d79778d3fad47a56 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 25 Sep 2004 15:06:48 +0000 Subject: [PATCH] Updated to use the BSL: Permission from Kevlin Henney was granted in blanket-permission.txt, permission from Terje Slettebo was granted for this one file privately. [SVN r25402] --- lexical_cast_test.cpp | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/lexical_cast_test.cpp b/lexical_cast_test.cpp index a1a4669..1dd5a63 100644 --- a/lexical_cast_test.cpp +++ b/lexical_cast_test.cpp @@ -1,14 +1,12 @@ -// Unit test for boost::lexical_cast. +// Unit test for boost::lexical_cast. // -// See http://www.boost.org for most recent version, including documentation. +// See http://www.boost.org for most recent version, including documentation. // -// Copyright Terje Slettebų and Kevlin Henney, 2003. +// Copyright Terje Slettebų and Kevlin Henney, 2003. // -// Permission to use, copy, modify, and distribute this software for any -// purpose is hereby granted without fee, provided that this copyright and -// permissions notice appear in all copies and derivatives. -// -// This software is provided "as is" without express or implied warranty. +// 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