From 5d116e0057b1638673588e88fcc0dc0ae75fb683 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 12 Sep 2003 17:09:29 +0000 Subject: [PATCH] Change license message to reference Boost Software License [SVN r20038] --- include/boost/cstdlib.hpp | 6 ++---- include/boost/detail/catch_exceptions.hpp | 8 +++----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/include/boost/cstdlib.hpp b/include/boost/cstdlib.hpp index a757be2..2ce9027 100644 --- a/include/boost/cstdlib.hpp +++ b/include/boost/cstdlib.hpp @@ -1,9 +1,7 @@ // boost/cstdlib.hpp header ------------------------------------------------// -// (C) Copyright Beman Dawes 2001. Permission to copy, use, modify, sell -// and distribute this software is granted provided this copyright notice -// appears in all copies. This software is provided "as is" without express or -// implied warranty, and with no claim as to its suitability for any purpose. +// Copyright Beman Dawes 2001. +// See accompanying license for terms and conditions of use. // See http://www.boost.org/libs/utility/cstdlib.html for documentation. diff --git a/include/boost/detail/catch_exceptions.hpp b/include/boost/detail/catch_exceptions.hpp index 3fb2fde..065b351 100644 --- a/include/boost/detail/catch_exceptions.hpp +++ b/include/boost/detail/catch_exceptions.hpp @@ -1,11 +1,9 @@ // boost/catch_exceptions.hpp -----------------------------------------------// -// (C) Copyright Beman Dawes 1995-2001. Permission to copy, use, modify, sell -// and distribute this software is granted provided this copyright notice -// appears in all copies. This software is provided "as is" without express or -// implied warranty, and with no claim as to its suitability for any purpose. +// Copyright Beman Dawes 1995-2001. +// See accompanying license for terms and conditions of use. -// See http://www.boost.org for updates, documentation, and revision history. +// See http://www.boost.org/libs/test for documentation. // Revision History // 13 Jun 01 report_exception() made inline. (John Maddock, Jesse Jones)