From c2b82eae1fec5a40331cae2f768e3a7d9c45e9e5 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 9 Sep 2004 13:59:01 +0000 Subject: [PATCH] License update [SVN r24990] --- example/iso8859_1_regex_traits/iso8859_1_regex_traits.cpp | 7 +++---- example/iso8859_1_regex_traits/iso8859_1_regex_traits.hpp | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) 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