From 4471d90c95ee0ce4530c89940631420ab701423f Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 19 Aug 2004 15:19:17 +0000 Subject: [PATCH] License updates [SVN r24597] --- include/boost/math/octonion.hpp | 8 ++++---- include/boost/math/quaternion.hpp | 8 ++++---- include/boost/math/special_functions/acosh.hpp | 8 ++++---- include/boost/math/special_functions/asinh.hpp | 8 ++++---- include/boost/math/special_functions/atanh.hpp | 8 ++++---- include/boost/math/special_functions/sinc.hpp | 8 ++++---- include/boost/math/special_functions/sinhc.hpp | 8 ++++---- octonion/octonion_test.cpp | 8 ++++---- quaternion/HSO3.hpp | 8 ++++---- quaternion/HSO3SO4.cpp | 8 ++++---- quaternion/HSO4.hpp | 8 ++++---- quaternion/quaternion_mi1.cpp | 8 ++++---- quaternion/quaternion_mi1.h | 8 ++++---- quaternion/quaternion_mi2.cpp | 8 ++++---- quaternion/quaternion_mi2.h | 8 ++++---- quaternion/quaternion_mult_incl_test.cpp | 8 ++++---- quaternion/quaternion_test.cpp | 8 ++++---- special_functions/acosh_test.hpp | 8 ++++---- special_functions/asinh_test.hpp | 8 ++++---- special_functions/atanh_test.hpp | 8 ++++---- special_functions/sinc_test.hpp | 8 ++++---- special_functions/sinhc_test.hpp | 8 ++++---- special_functions/special_functions_test.cpp | 8 ++++---- 23 files changed, 92 insertions(+), 92 deletions(-) diff --git a/include/boost/math/octonion.hpp b/include/boost/math/octonion.hpp index b50ea21bd..633563501 100644 --- a/include/boost/math/octonion.hpp +++ b/include/boost/math/octonion.hpp @@ -1,9 +1,9 @@ // boost octonion.hpp header file -// (C) Copyright Hubert Holin 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 Hubert Holin 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 updates, documentation, and revision history. diff --git a/include/boost/math/quaternion.hpp b/include/boost/math/quaternion.hpp index 1983a9fe0..c70a1a0d7 100644 --- a/include/boost/math/quaternion.hpp +++ b/include/boost/math/quaternion.hpp @@ -1,9 +1,9 @@ // boost quaternion.hpp header file -// (C) Copyright Hubert Holin 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 Hubert Holin 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 updates, documentation, and revision history. diff --git a/include/boost/math/special_functions/acosh.hpp b/include/boost/math/special_functions/acosh.hpp index 4291a24dc..3175ee1eb 100644 --- a/include/boost/math/special_functions/acosh.hpp +++ b/include/boost/math/special_functions/acosh.hpp @@ -1,9 +1,9 @@ // boost asinh.hpp header file -// (C) Copyright Eric Ford 2001 & Hubert Holin. 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 Eric Ford 2001 & Hubert Holin. +// 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/include/boost/math/special_functions/asinh.hpp b/include/boost/math/special_functions/asinh.hpp index f69640eb9..24b727fea 100644 --- a/include/boost/math/special_functions/asinh.hpp +++ b/include/boost/math/special_functions/asinh.hpp @@ -1,9 +1,9 @@ // boost asinh.hpp header file -// (C) Copyright Eric Ford & Hubert Holin 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 Eric Ford & Hubert Holin 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 updates, documentation, and revision history. diff --git a/include/boost/math/special_functions/atanh.hpp b/include/boost/math/special_functions/atanh.hpp index af3cb42aa..35011763f 100644 --- a/include/boost/math/special_functions/atanh.hpp +++ b/include/boost/math/special_functions/atanh.hpp @@ -1,9 +1,9 @@ // boost atanh.hpp header file -// (C) Copyright Hubert Holin 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 Hubert Holin 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 updates, documentation, and revision history. diff --git a/include/boost/math/special_functions/sinc.hpp b/include/boost/math/special_functions/sinc.hpp index abc01991d..2816f5166 100644 --- a/include/boost/math/special_functions/sinc.hpp +++ b/include/boost/math/special_functions/sinc.hpp @@ -1,9 +1,9 @@ // boost sinc.hpp header file -// (C) Copyright Hubert Holin 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 Hubert Holin 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 updates, documentation, and revision history. diff --git a/include/boost/math/special_functions/sinhc.hpp b/include/boost/math/special_functions/sinhc.hpp index e89d92c89..ed8f4f99c 100644 --- a/include/boost/math/special_functions/sinhc.hpp +++ b/include/boost/math/special_functions/sinhc.hpp @@ -1,9 +1,9 @@ // boost sinhc.hpp header file -// (C) Copyright Hubert Holin 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 Hubert Holin 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 updates, documentation, and revision history. diff --git a/octonion/octonion_test.cpp b/octonion/octonion_test.cpp index 15ac0face..6c2e1a561 100644 --- a/octonion/octonion_test.cpp +++ b/octonion/octonion_test.cpp @@ -1,9 +1,9 @@ // test file for octonion.hpp -// (C) Copyright Hubert Holin 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 Hubert Holin 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) #include diff --git a/quaternion/HSO3.hpp b/quaternion/HSO3.hpp index a65a6a481..49db2cd21 100644 --- a/quaternion/HSO3.hpp +++ b/quaternion/HSO3.hpp @@ -10,10 +10,10 @@ /* */ /********************************************************************************************/ -// (C) Copyright Hubert Holin 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 Hubert Holin 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) #ifndef TEST_HSO3_HPP #define TEST_HSO3_HPP diff --git a/quaternion/HSO3SO4.cpp b/quaternion/HSO3SO4.cpp index 105346a5c..c79ff46a1 100644 --- a/quaternion/HSO3SO4.cpp +++ b/quaternion/HSO3SO4.cpp @@ -1,9 +1,9 @@ // test file for HSO3.hpp and HSO4.hpp -// (C) Copyright Hubert Holin 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 Hubert Holin 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) #include diff --git a/quaternion/HSO4.hpp b/quaternion/HSO4.hpp index 0f0333446..37b7e59bc 100644 --- a/quaternion/HSO4.hpp +++ b/quaternion/HSO4.hpp @@ -10,10 +10,10 @@ /* */ /********************************************************************************************/ -// (C) Copyright Hubert Holin 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 Hubert Holin 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) #ifndef TEST_HSO4_HPP #define TEST_HSO4_HPP diff --git a/quaternion/quaternion_mi1.cpp b/quaternion/quaternion_mi1.cpp index 7a551ef89..961c24c54 100644 --- a/quaternion/quaternion_mi1.cpp +++ b/quaternion/quaternion_mi1.cpp @@ -1,9 +1,9 @@ // test file for quaternion.hpp -// (C) Copyright Hubert Holin 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 Hubert Holin 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) #include "quaternion_mi1.h" diff --git a/quaternion/quaternion_mi1.h b/quaternion/quaternion_mi1.h index 14a407084..c6e7c4dda 100644 --- a/quaternion/quaternion_mi1.h +++ b/quaternion/quaternion_mi1.h @@ -1,9 +1,9 @@ // test file for quaternion.hpp -// (C) Copyright Hubert Holin 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 Hubert Holin 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) #ifndef BOOST_QUATERNION_MULTIPLE_INCLUDE_TEST_1 #define BOOST_QUATERNION_MULTIPLE_INCLUDE_TEST_1 diff --git a/quaternion/quaternion_mi2.cpp b/quaternion/quaternion_mi2.cpp index c1832c591..a73b44621 100644 --- a/quaternion/quaternion_mi2.cpp +++ b/quaternion/quaternion_mi2.cpp @@ -1,9 +1,9 @@ // test file for quaternion.hpp -// (C) Copyright Hubert Holin 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 Hubert Holin 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) #include "quaternion_mi2.h" diff --git a/quaternion/quaternion_mi2.h b/quaternion/quaternion_mi2.h index 5d8dbe4a6..fedbc95f8 100644 --- a/quaternion/quaternion_mi2.h +++ b/quaternion/quaternion_mi2.h @@ -1,9 +1,9 @@ // test file for quaternion.hpp -// (C) Copyright Hubert Holin 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 Hubert Holin 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) #ifndef BOOST_QUATERNION_MULTIPLE_INCLUDE_TEST_2 #define BOOST_QUATERNION_MULTIPLE_INCLUDE_TEST_2 diff --git a/quaternion/quaternion_mult_incl_test.cpp b/quaternion/quaternion_mult_incl_test.cpp index 83ace5eb3..e475d233d 100644 --- a/quaternion/quaternion_mult_incl_test.cpp +++ b/quaternion/quaternion_mult_incl_test.cpp @@ -1,9 +1,9 @@ // test file for quaternion.hpp -// (C) Copyright Hubert Holin 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 Hubert Holin 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) #include diff --git a/quaternion/quaternion_test.cpp b/quaternion/quaternion_test.cpp index 2a950db64..b7b6b5f8a 100644 --- a/quaternion/quaternion_test.cpp +++ b/quaternion/quaternion_test.cpp @@ -1,9 +1,9 @@ // test file for quaternion.hpp -// (C) Copyright Hubert Holin 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 Hubert Holin 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) #include diff --git a/special_functions/acosh_test.hpp b/special_functions/acosh_test.hpp index 5f454d0b1..9d58c398a 100644 --- a/special_functions/acosh_test.hpp +++ b/special_functions/acosh_test.hpp @@ -1,9 +1,9 @@ // unit test file acosh.hpp for the special functions test suite -// (C) Copyright Hubert Holin 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. +// (C) Copyright Hubert Holin 2003. +// 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 diff --git a/special_functions/asinh_test.hpp b/special_functions/asinh_test.hpp index 8250ac8c6..08e5202db 100644 --- a/special_functions/asinh_test.hpp +++ b/special_functions/asinh_test.hpp @@ -1,9 +1,9 @@ // unit test file asinh.hpp for the special functions test suite -// (C) Copyright Hubert Holin 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. +// (C) Copyright Hubert Holin 2003. +// 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 diff --git a/special_functions/atanh_test.hpp b/special_functions/atanh_test.hpp index e04f0a62e..7d7d2f32f 100644 --- a/special_functions/atanh_test.hpp +++ b/special_functions/atanh_test.hpp @@ -1,9 +1,9 @@ // unit test file atanh.hpp for the special functions test suite -// (C) Copyright Hubert Holin 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. +// (C) Copyright Hubert Holin 2003. +// 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 diff --git a/special_functions/sinc_test.hpp b/special_functions/sinc_test.hpp index ae70944db..d1c06078b 100644 --- a/special_functions/sinc_test.hpp +++ b/special_functions/sinc_test.hpp @@ -1,9 +1,9 @@ // unit test file sinc.hpp for the special functions test suite -// (C) Copyright Hubert Holin 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. +// (C) Copyright Hubert Holin 2003. +// 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 diff --git a/special_functions/sinhc_test.hpp b/special_functions/sinhc_test.hpp index ce981165b..1c0942097 100644 --- a/special_functions/sinhc_test.hpp +++ b/special_functions/sinhc_test.hpp @@ -1,9 +1,9 @@ // unit test file sinhc.hpp for the special functions test suite -// (C) Copyright Hubert Holin 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. +// (C) Copyright Hubert Holin 2003. +// 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 diff --git a/special_functions/special_functions_test.cpp b/special_functions/special_functions_test.cpp index e6eb59f45..e52039947 100644 --- a/special_functions/special_functions_test.cpp +++ b/special_functions/special_functions_test.cpp @@ -1,9 +1,9 @@ // test file for special functions. -// (C) Copyright Hubert Holin 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. +// (C) Copyright Hubert Holin 2003. +// 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