From fb95bcc64c8bd62c3499d1e8c740ecf78490ac4f Mon Sep 17 00:00:00 2001 From: Daryle Walker Date: Wed, 5 Nov 2003 07:04:53 +0000 Subject: [PATCH] Moved some of my stuff to the Boost Software License, Version 1.0 [SVN r20681] --- base_from_member.html | 9 ++++----- base_from_member_test.cpp | 10 ++++------ include/boost/utility.hpp | 11 ++++------- include/boost/utility/base_from_member.hpp | 10 ++++------ include/boost/utility_fwd.hpp | 10 ++++------ 5 files changed, 20 insertions(+), 30 deletions(-) diff --git a/base_from_member.html b/base_from_member.html index f9b3e30..9a1e433 100644 --- a/base_from_member.html +++ b/base_from_member.html @@ -346,11 +346,10 @@ with the exact pointer type used in switcher's constructor.

Revised: 14 June 2003

-

Copyright © Daryle Walker 2001, 2003. Permission to copy, use, -modify, sell and distribute this document is granted provided this copyright -notice appears in all copies. This document is provided "as -is" without express or implied warranty, and with no claim as to -its suitability for any purpose.

+

Copyright 2001, 2003 Daryle Walker. Use, modification, and distribution +are subject to the Boost Software License, Version 1.0. (See accompanying +file LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)

diff --git a/base_from_member_test.cpp b/base_from_member_test.cpp index e75eec8..89328e4 100644 --- a/base_from_member_test.cpp +++ b/base_from_member_test.cpp @@ -1,12 +1,10 @@ // Boost test program for base-from-member class templates -----------------// -// (C) Copyright Daryle Walker 2001, 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 2001, 2003 Daryle Walker. Use, modification, and distribution are +// subject to the Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or a copy at .) -// See http://www.boost.org for most recent version including documentation. +// See for the library's home page. // Revision History // 14 Jun 2003 Adjusted code for Boost.Test changes (Daryle Walker) diff --git a/include/boost/utility.hpp b/include/boost/utility.hpp index 259dbd6..8666bea 100644 --- a/include/boost/utility.hpp +++ b/include/boost/utility.hpp @@ -1,12 +1,10 @@ // Boost utility.hpp header file -------------------------------------------// -// (C) Copyright Boost.org 1999-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 1999-2003 Boost.org. Use, modification, and distribution are +// subject to the Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or a copy at .) -// See http://www.boost.org/libs/utility for documentation. +// See for the library's home page. #ifndef BOOST_UTILITY_HPP #define BOOST_UTILITY_HPP @@ -18,4 +16,3 @@ #include #endif // BOOST_UTILITY_HPP - diff --git a/include/boost/utility/base_from_member.hpp b/include/boost/utility/base_from_member.hpp index d77ab1a..cde7571 100644 --- a/include/boost/utility/base_from_member.hpp +++ b/include/boost/utility/base_from_member.hpp @@ -1,12 +1,10 @@ // boost utility/base_from_member.hpp header file --------------------------// -// (C) Copyright Daryle Walker 2001, 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 2001, 2003 Daryle Walker. Use, modification, and distribution are +// subject to the Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or a copy at .) -// See http://www.boost.org for most recent version including documentation. +// See for the library's home page. #ifndef BOOST_UTILITY_BASE_FROM_MEMBER_HPP #define BOOST_UTILITY_BASE_FROM_MEMBER_HPP diff --git a/include/boost/utility_fwd.hpp b/include/boost/utility_fwd.hpp index d5de6ab..5242a43 100644 --- a/include/boost/utility_fwd.hpp +++ b/include/boost/utility_fwd.hpp @@ -1,12 +1,10 @@ // Boost utility_fwd.hpp header file ---------------------------------------// -// (C) Copyright boost.org 2001, 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 2001, 2003 Boost.org. Use, modification, and distribution are +// subject to the Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or a copy at .) -// See http://www.boost.org/libs/utility for documentation. +// See for the library's home page. #ifndef BOOST_UTILITY_FWD_HPP #define BOOST_UTILITY_FWD_HPP