diff --git a/example/iso8859_1_regex_traits/iso8859_1_regex_traits.cpp b/example/iso8859_1_regex_traits/iso8859_1_regex_traits.cpp index 4566b734..4152c190 100644 --- a/example/iso8859_1_regex_traits/iso8859_1_regex_traits.cpp +++ b/example/iso8859_1_regex_traits/iso8859_1_regex_traits.cpp @@ -1,9 +1,8 @@ /* * (C) Copyright Christain Engstrom 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. + * 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) */ #include "iso8859_1_regex_traits.hpp" diff --git a/example/iso8859_1_regex_traits/iso8859_1_regex_traits.hpp b/example/iso8859_1_regex_traits/iso8859_1_regex_traits.hpp index d4a39f74..a5c7ae95 100644 --- a/example/iso8859_1_regex_traits/iso8859_1_regex_traits.hpp +++ b/example/iso8859_1_regex_traits/iso8859_1_regex_traits.hpp @@ -1,9 +1,8 @@ /* * (C) Copyright Christain Engstrom 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. + * 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) */ #ifndef BOOST_ISO8859_1_REGEX_TRAITS_HPP