]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/integer.hpp
* lib/doc/Makefile.am:
[lyx.git] / boost / boost / integer.hpp
index ec232c7cef549b4107b97809307c3abe460ce7f2..aa8b22c508c6aad2103afdd77f077b762c95d300 100644 (file)
@@ -1,12 +1,10 @@
 //  boost integer.hpp header file  -------------------------------------------//
 
-//  (C) Copyright Beman Dawes 1999. 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 and Daryle Walker 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 for most recent version including documentation.
+//  See http://www.boost.org/libs/integer for documentation.
 
 //  Revision History
 //   22 Sep 01  Added value-based integer templates. (Daryle Walker)