From ec35f00bc38f08296bbb17fdd20b757e91c43dec Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 11 Aug 2004 10:59:33 +0000 Subject: [PATCH] Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history). [SVN r24402] --- cast_test.cpp | 8 +++----- include/boost/cast.hpp | 9 ++++----- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/cast_test.cpp b/cast_test.cpp index 091cfe6..c8f49a0 100644 --- a/cast_test.cpp +++ b/cast_test.cpp @@ -1,10 +1,8 @@ // boost utility cast test program -----------------------------------------// -// (C) Copyright boost.org 1999. 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, Dave Abrahams 1999. 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 for most recent version including documentation. diff --git a/include/boost/cast.hpp b/include/boost/cast.hpp index 546ea7b..bf9a31f 100644 --- a/include/boost/cast.hpp +++ b/include/boost/cast.hpp @@ -1,10 +1,9 @@ // boost cast.hpp header file ----------------------------------------------// -// (C) Copyright boost.org 1999. 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 Kevlin Henney and Dave Abrahams 1999. +// 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/conversion for Documentation.