From 896ca1c8f7de0320607b2ab8a2704d717e627aec Mon Sep 17 00:00:00 2001 From: Gennaro Prota Date: Thu, 20 Jul 2006 12:41:22 +0000 Subject: [PATCH] fixed license reference text; added final slash to boost url; fixed typos reported in http://bugs.debian.org/378016 [SVN r34626] --- include/boost/regex/v4/basic_regex.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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();