X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fregex.h;h=52af275cfa2f85a30ebac0ee7907c3aafeb7987f;hb=7677e9487c1669735a2aa9b2356199c2f608fe15;hp=6337aabd6fd87a53a9b09bdbb40260c5be66178a;hpb=59b6a4701a8d2b5155af08cf758b4ca120201282;p=lyx.git diff --git a/boost/boost/regex.h b/boost/boost/regex.h index 6337aabd6f..52af275cfa 100644 --- a/boost/boost/regex.h +++ b/boost/boost/regex.h @@ -3,18 +3,14 @@ * Copyright (c) 1998-2000 * Dr John Maddock * - * 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 appear in all copies and - * that both that copyright notice and this permission notice appear - * in supporting documentation. Dr John Maddock makes no representations - * about the suitability of this software for any purpose. - * It is provided "as is" without express or implied warranty. + * 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) * */ /* - * LOCATION: see http://www.boost.org for most recent version. + * LOCATION: see http://www.boost.org/libs/regex for documentation. * FILE regex.h * VERSION 3.12 * DESCRIPTION: Declares POSIX API functions @@ -25,10 +21,10 @@ #include -// -// add using declarations to bring POSIX API functions into -// global scope, only if this is C++ (and not C). -// +/* +* add using declarations to bring POSIX API functions into +* global scope, only if this is C++ (and not C). +*/ #ifdef __cplusplus using boost::regoff_t; @@ -95,8 +91,10 @@ using boost::REG_E_MEMORY; using boost::REG_E_UNKNOWN; using boost::reg_errcode_t; -#endif // __cplusplus +#endif /* __cplusplus */ + +#endif /* BOOST_RE_REGEX_H */ + -#endif // BOOST_RE_REGEX_H