From 325fa64dc38e231b98642ecc4af8cd19043526d4 Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Thu, 29 Jul 2004 07:38:27 +0000 Subject: [PATCH] Licence fixed [SVN r24152] --- include/boost/algorithm/string.hpp | 8 ++++---- include/boost/algorithm/string_regex.hpp | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/include/boost/algorithm/string.hpp b/include/boost/algorithm/string.hpp index dd8de34..c3fa794 100644 --- a/include/boost/algorithm/string.hpp +++ b/include/boost/algorithm/string.hpp @@ -1,9 +1,9 @@ // Boost string_algo library string_algo.hpp header file ---------------------------// -// (C) Copyright Pavol Droba 2002-2003. 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. +// Copyright Pavol Droba 2002-2004. Use, modification and +// distribution is 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) // See http://www.boost.org for updates, documentation, and revision history. diff --git a/include/boost/algorithm/string_regex.hpp b/include/boost/algorithm/string_regex.hpp index c3f690b..6a0ae54 100644 --- a/include/boost/algorithm/string_regex.hpp +++ b/include/boost/algorithm/string_regex.hpp @@ -1,9 +1,9 @@ -// Boost string_algo library string_algo.hpp header file ---------------------------// +// Boost string_algo library string_regex.hpp header file ---------------------------// -// (C) Copyright Pavol Droba 2002-2003. 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. +// Copyright Pavol Droba 2002-2004. Use, modification and +// distribution is 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) // See http://www.boost.org for updates, documentation, and revision history.