]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/tokenizer.hpp
* lib/doc/Makefile.am:
[lyx.git] / boost / boost / tokenizer.hpp
index 25ad0da5be57863fe039ac1dbf9e5a0ea97d6a2b..d236ec4e99f3c40cc1934ad143d835c8b4c60611 100644 (file)
@@ -2,11 +2,9 @@
 
 // © Copyright Jeremy Siek and John R. Bandela 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.
+// 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/libs/tokenizer for documenation
 
@@ -20,7 +18,7 @@
 #define BOOST_TOKENIZER_JRB070303_HPP_
 
 #include <boost/token_iterator.hpp>
-#include <cassert>
+
 namespace boost {