]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/mpl/size_t.hpp
typos
[lyx.git] / boost / boost / mpl / size_t.hpp
index 086d1dcb8b4b520590610ec8f41e5d858b97cd79..3e71f4c6f1a5f8c1b25c6055c9b84441aae47940 100644 (file)
@@ -2,28 +2,24 @@
 #ifndef BOOST_MPL_SIZE_T_HPP_INCLUDED
 #define BOOST_MPL_SIZE_T_HPP_INCLUDED
 
-// + file: boost/mpl/size_t.hpp
-// + last modified: 08/mar/03
-
-// Copyright (c) 2000-03
-// Aleksey Gurtovoy
+// Copyright Aleksey Gurtovoy 2000-2004
 //
-// Permission to use, copy, modify, distribute and sell this software
-// and its documentation for any purpose is hereby granted without fee, 
-// provided that the above copyright notice appears in all copies and 
-// that both the copyright notice and this permission notice appear in 
-// supporting documentation. No representations are made about the 
-// suitability of this software for any purpose. It is provided "as is" 
-// without express or implied warranty.
+// 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/mpl for documentation.
 
-#include "boost/mpl/size_t_fwd.hpp"
+// $Source: /cvsroot/boost/boost/boost/mpl/size_t.hpp,v $
+// $Date: 2004/09/02 15:40:42 $
+// $Revision: 1.3 $
+
+#include <boost/mpl/size_t_fwd.hpp>
 
 #define AUX_WRAPPER_VALUE_TYPE std::size_t
 #define AUX_WRAPPER_NAME size_t
 #define AUX_WRAPPER_PARAMS(N) std::size_t N
 
-#include "boost/mpl/aux_/integral_wrapper.hpp"
+#include <boost/mpl/aux_/integral_wrapper.hpp>
 
 #endif // BOOST_MPL_SIZE_T_HPP_INCLUDED