X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Futility.hpp;h=211d89d67ef6495dabc753db1c1fb75f32ad00be;hb=94da7f7c835a9b2b45f9c8c2b1a5dd16683cc25b;hp=259dbd657e30a77ab61072c673f82ff0e5a7b8e8;hpb=e1644a68eb123c267a7ef2e651c66b788c38f03a;p=lyx.git diff --git a/boost/boost/utility.hpp b/boost/boost/utility.hpp index 259dbd657e..211d89d67e 100644 --- a/boost/boost/utility.hpp +++ b/boost/boost/utility.hpp @@ -1,21 +1,19 @@ // Boost utility.hpp header file -------------------------------------------// -// (C) Copyright Boost.org 1999-2003. 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 1999-2003 Aleksey Gurtovoy. Use, modification, and distribution are +// subject to the Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or a copy at .) -// See http://www.boost.org/libs/utility for documentation. +// See for the library's home page. #ifndef BOOST_UTILITY_HPP #define BOOST_UTILITY_HPP #include #include +#include #include #include #include #endif // BOOST_UTILITY_HPP -