From bfc384a435ae85d28f59c3a0b4cb0dfe721ad918 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/integer/integer_mask.hpp | 8 ++++---- include/boost/integer/static_min_max.hpp | 9 ++++----- test/integer_mask_test.cpp | 9 ++++----- test/static_log2_test.cpp | 9 ++++----- test/static_min_max_test.cpp | 9 ++++----- 5 files changed, 20 insertions(+), 24 deletions(-) diff --git a/include/boost/integer/integer_mask.hpp b/include/boost/integer/integer_mask.hpp index 30f6340..0a092d3 100644 --- a/include/boost/integer/integer_mask.hpp +++ b/include/boost/integer/integer_mask.hpp @@ -1,9 +1,9 @@ // Boost integer/integer_mask.hpp header file ------------------------------// -// (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 updates, documentation, and revision history. diff --git a/include/boost/integer/static_min_max.hpp b/include/boost/integer/static_min_max.hpp index 216a3e3..2646037 100644 --- a/include/boost/integer/static_min_max.hpp +++ b/include/boost/integer/static_min_max.hpp @@ -1,10 +1,9 @@ // Boost integer/static_min_max.hpp header file ----------------------------// -// (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 updates, documentation, and revision history. diff --git a/test/integer_mask_test.cpp b/test/integer_mask_test.cpp index 4cf7a4e..cbe3d87 100644 --- a/test/integer_mask_test.cpp +++ b/test/integer_mask_test.cpp @@ -1,10 +1,9 @@ // boost integer_mask.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. diff --git a/test/static_log2_test.cpp b/test/static_log2_test.cpp index abc109b..d7b8d59 100644 --- a/test/static_log2_test.cpp +++ b/test/static_log2_test.cpp @@ -1,10 +1,9 @@ // Boost static_log2.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. diff --git a/test/static_min_max_test.cpp b/test/static_min_max_test.cpp index 7da322c..017b408 100644 --- a/test/static_min_max_test.cpp +++ b/test/static_min_max_test.cpp @@ -1,10 +1,9 @@ // Boost static_min_max.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.