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 .)