From 0c1eb3aed1f727850462c7db326da97d0c81dbc0 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/noncopyable.hpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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.