From 198530a48d381db2c447dcd2a06856a58449ddbe Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 27 Jul 2004 03:43:34 +0000 Subject: [PATCH] Converted to Boost Software License, Version 1.0 [SVN r24096] --- include/boost/integer_traits.hpp | 11 +++-------- integer_traits_test.cpp | 11 +++-------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/include/boost/integer_traits.hpp b/include/boost/integer_traits.hpp index 4f71ad1..26869e9 100644 --- a/include/boost/integer_traits.hpp +++ b/include/boost/integer_traits.hpp @@ -1,14 +1,9 @@ /* boost integer_traits.hpp header file * * Copyright Jens Maurer 2000 - * Permission to use, copy, modify, sell, and distribute this software - * is hereby granted without fee provided that the above copyright notice - * appears in all copies and that both that copyright notice and this - * permission notice appear in supporting documentation, - * - * Jens Maurer makes no representations about the suitability of this - * software for any purpose. It is provided "as is" without express or - * implied warranty. + * 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) * * $Id$ * diff --git a/integer_traits_test.cpp b/integer_traits_test.cpp index 3f2dd5e..7ce3b41 100644 --- a/integer_traits_test.cpp +++ b/integer_traits_test.cpp @@ -1,14 +1,9 @@ /* boost integer_traits.hpp tests * * Copyright Jens Maurer 2000 - * Permission to use, copy, modify, sell, and distribute this software - * is hereby granted without fee provided that the above copyright notice - * appears in all copies and that both that copyright notice and this - * permission notice appear in supporting documentation, - * - * Jens Maurer makes no representations about the suitability of this - * software for any purpose. It is provided "as is" without express or - * implied warranty. + * 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) * * $Id$ *