X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fcompressed_pair.hpp;h=e6cd6a074a8952caeaa469a424cbe69018c757ce;hb=c48091f33a773732fa6c789927e5833e44108d9d;hp=c55ca2d441758b6a5e0d016647070a8840ba9989;hpb=59b6a4701a8d2b5155af08cf758b4ca120201282;p=lyx.git diff --git a/boost/boost/compressed_pair.hpp b/boost/boost/compressed_pair.hpp index c55ca2d441..e6cd6a074a 100644 --- a/boost/boost/compressed_pair.hpp +++ b/boost/boost/compressed_pair.hpp @@ -1,9 +1,10 @@ -// (C) Copyright Boost.org 2000. 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. +// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000. +// Use, modification and distribution are subject to 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/utility for most recent version including documentation. -// See http://www.boost.org for most recent version including documentation. // See boost/detail/compressed_pair.hpp and boost/detail/ob_compressed_pair.hpp // for full copyright notices.