fixed license reference text; added final slash to boost url; fixed typos reported in http://bugs.debian.org/378016

[SVN r34626]
This commit is contained in:
Gennaro Prota
2006-07-20 12:41:22 +00:00
parent b8dce0792f
commit 896ca1c8f7

View File

@ -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 <boost/version.hpp>
* 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();