From cd696b2f6ac4458d3b8400a3a84999481088b9c7 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 30 Jul 2004 04:46:56 +0000 Subject: [PATCH] License update [SVN r24180] --- include/boost/math/common_factor.hpp | 9 ++++----- test/common_factor_test.cpp | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/include/boost/math/common_factor.hpp b/include/boost/math/common_factor.hpp index c2a9988..21a71e4 100644 --- a/include/boost/math/common_factor.hpp +++ b/include/boost/math/common_factor.hpp @@ -1,10 +1,9 @@ // Boost common_factor.hpp header file -------------------------------------// -// (C) Copyright Daryle Walker 2001-2002. 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. +// (C) Copyright Daryle Walker 2001-2002. +// 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) // See http://www.boost.org for updates, documentation, and revision history. diff --git a/test/common_factor_test.cpp b/test/common_factor_test.cpp index e068efd..f5ee1ae 100644 --- a/test/common_factor_test.cpp +++ b/test/common_factor_test.cpp @@ -1,10 +1,9 @@ // Boost GCD & LCM common_factor.hpp test program --------------------------// -// (C) Copyright Daryle Walker 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. +// (C) Copyright Daryle Walker 2001. +// 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) // See http://www.boost.org for most recent version including documentation.