]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/detail/catch_exceptions.hpp
boost: add eol property
[lyx.git] / boost / boost / detail / catch_exceptions.hpp
index 3fb2fdea23e5ee1d5425714a9067a74d328fd41b..b1a3c76b2a85f2d33f0318710ad0c15512afbbca 100644 (file)
@@ -1,11 +1,10 @@
 //  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.  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 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)