Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).

[SVN r24402]
This commit is contained in:
John Maddock
2004-08-11 10:59:33 +00:00
parent abf8ee0eb9
commit ec35f00bc3
2 changed files with 7 additions and 10 deletions

View File

@@ -1,10 +1,8 @@
// boost utility cast test program -----------------------------------------// // boost utility cast test program -----------------------------------------//
// (C) Copyright boost.org 1999. Permission to copy, use, modify, sell // (C) Copyright Beman Dawes, Dave Abrahams 1999. Distributed under the Boost
// and distribute this software is granted provided this copyright // Software License, Version 1.0. (See accompanying file
// notice appears in all copies. This software is provided "as is" without // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// express or implied warranty, and with no claim as to its suitability for
// any purpose.
// See http://www.boost.org for most recent version including documentation. // See http://www.boost.org for most recent version including documentation.

View File

@@ -1,10 +1,9 @@
// boost cast.hpp header file ----------------------------------------------// // boost cast.hpp header file ----------------------------------------------//
// (C) Copyright boost.org 1999. Permission to copy, use, modify, sell // (C) Copyright Kevlin Henney and Dave Abrahams 1999.
// and distribute this software is granted provided this copyright // Distributed under the Boost
// notice appears in all copies. This software is provided "as is" without // Software License, Version 1.0. (See accompanying file
// express or implied warranty, and with no claim as to its suitability for // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// any purpose.
// See http://www.boost.org/libs/conversion for Documentation. // See http://www.boost.org/libs/conversion for Documentation.