X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Foperators.hpp;h=fbba602384e1f637cfe256ca9546066def7cf4c3;hb=b01a9dc187d9cd396a57463ad27511379dcdc9cd;hp=183336773f9868051d1b5db10e22346821cf40a8;hpb=786216c0899498434cab9f33780f9c178a0a4006;p=lyx.git diff --git a/boost/boost/operators.hpp b/boost/boost/operators.hpp index 183336773f..fbba602384 100644 --- a/boost/boost/operators.hpp +++ b/boost/boost/operators.hpp @@ -1,10 +1,9 @@ // Boost operators.hpp header file ----------------------------------------// -// (C) Copyright David Abrahams, Jeremy Siek, and Daryle Walker 1999-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. +// (C) Copyright David Abrahams, Jeremy Siek, Daryle Walker 1999-2001. +// 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/utility/operators.htm for documentation. @@ -675,7 +674,7 @@ struct random_access_iteratable // Here's where we put it all together, defining the xxxx forms of the templates // in namespace boost. We also define specializations of is_chained_base<> for // the xxxx, xxxx1, and xxxx2 templates, importing them into boost:: as -// neccessary. +// necessary. // #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION @@ -700,7 +699,7 @@ template struct is_chained_base { } // namespace boost -// Import a 4-type-argument operator template into boost (if neccessary) and +// Import a 4-type-argument operator template into boost (if necessary) and // provide a specialization of 'is_chained_base<>' for it. # define BOOST_OPERATOR_TEMPLATE4(template_name4) \ BOOST_IMPORT_TEMPLATE4(template_name4) \ @@ -709,7 +708,7 @@ template struct is_chained_base { typedef ::boost::detail::true_t value; \ }; -// Import a 3-type-argument operator template into boost (if neccessary) and +// Import a 3-type-argument operator template into boost (if necessary) and // provide a specialization of 'is_chained_base<>' for it. # define BOOST_OPERATOR_TEMPLATE3(template_name3) \ BOOST_IMPORT_TEMPLATE3(template_name3) \ @@ -718,7 +717,7 @@ template struct is_chained_base { typedef ::boost::detail::true_t value; \ }; -// Import a 2-type-argument operator template into boost (if neccessary) and +// Import a 2-type-argument operator template into boost (if necessary) and // provide a specialization of 'is_chained_base<>' for it. # define BOOST_OPERATOR_TEMPLATE2(template_name2) \ BOOST_IMPORT_TEMPLATE2(template_name2) \ @@ -727,7 +726,7 @@ template struct is_chained_base { typedef ::boost::detail::true_t value; \ }; -// Import a 1-type-argument operator template into boost (if neccessary) and +// Import a 1-type-argument operator template into boost (if necessary) and // provide a specialization of 'is_chained_base<>' for it. # define BOOST_OPERATOR_TEMPLATE1(template_name1) \ BOOST_IMPORT_TEMPLATE1(template_name1) \