From d8b0ff2d7e6dbe18e59be1813fe3bb4d1f1c35c1 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 10 Aug 2004 12:53:34 +0000 Subject: [PATCH] Removed Boost.org copyrights and replaced with originating authors copyright instead. [SVN r24372] --- include/boost/next_prior.hpp | 8 +++----- include/boost/noncopyable.hpp | 8 +++----- include/boost/utility.hpp | 2 +- include/boost/utility_fwd.hpp | 2 +- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/include/boost/next_prior.hpp b/include/boost/next_prior.hpp index 3afeb78..d205f35 100644 --- a/include/boost/next_prior.hpp +++ b/include/boost/next_prior.hpp @@ -1,10 +1,8 @@ // Boost next_prior.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. +// (C) Copyright Aleksey Gurtovoy 1999-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) // See http://www.boost.org/libs/utility for documentation. diff --git a/include/boost/noncopyable.hpp b/include/boost/noncopyable.hpp index e2c8399..ce05cfa 100644 --- a/include/boost/noncopyable.hpp +++ b/include/boost/noncopyable.hpp @@ -1,10 +1,8 @@ // Boost noncopyable.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. +// (C) Copyright Beman Dawes 1999-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) // See http://www.boost.org/libs/utility for documentation. diff --git a/include/boost/utility.hpp b/include/boost/utility.hpp index ca3f090..211d89d 100644 --- a/include/boost/utility.hpp +++ b/include/boost/utility.hpp @@ -1,6 +1,6 @@ // Boost utility.hpp header file -------------------------------------------// -// Copyright 1999-2003 Boost.org. Use, modification, and distribution are +// Copyright 1999-2003 Aleksey Gurtovoy. 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 .) diff --git a/include/boost/utility_fwd.hpp b/include/boost/utility_fwd.hpp index 5242a43..bd5e129 100644 --- a/include/boost/utility_fwd.hpp +++ b/include/boost/utility_fwd.hpp @@ -1,6 +1,6 @@ // Boost utility_fwd.hpp header file ---------------------------------------// -// Copyright 2001, 2003 Boost.org. Use, modification, and distribution are +// Copyright 2001, 2003 Beman Dawes. 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 .)