Change license message to reference Boost Software License

[SVN r20038]
This commit is contained in:
Beman Dawes
2003-09-12 17:09:29 +00:00
parent d536934458
commit 5d116e0057
2 changed files with 5 additions and 9 deletions

View File

@ -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.

View File

@ -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)