diff --git a/include/boost/regex/v4/basic_regex.hpp b/include/boost/regex/v4/basic_regex.hpp index 851f9e84..665c1a95 100644 --- a/include/boost/regex/v4/basic_regex.hpp +++ b/include/boost/regex/v4/basic_regex.hpp @@ -3,14 +3,14 @@ * Copyright (c) 1998-2004 * John Maddock * - * 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) + * 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) * */ /* - * LOCATION: see http://www.boost.org for most recent version. + * LOCATION: see http://www.boost.org/ for most recent version. * FILE basic_regex.cpp * VERSION see * DESCRIPTION: Declares template class basic_regex. @@ -343,7 +343,7 @@ public: // // getflags: // retained for backwards compatibility only, "flags" - // is now the prefered name: + // is now the preferred name: flag_type BOOST_REGEX_CALL getflags()const { return flags();