X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fcall_traits.hpp;h=5253a6de587f7dc3e50d5be892cf592dc06d19aa;hb=43c09d723435a5b203f2ac0c39e2086de836b386;hp=b8022579b1b14c3c71506a04821f49ca444158fe;hpb=e1644a68eb123c267a7ef2e651c66b788c38f03a;p=lyx.git diff --git a/boost/boost/call_traits.hpp b/boost/boost/call_traits.hpp index b8022579b1..5253a6de58 100644 --- a/boost/boost/call_traits.hpp +++ b/boost/boost/call_traits.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/libs/utility/call_traits.htm for Documentation. // See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp // for full copyright notices.