Change license message to reference Boost Software License

[SVN r20038]
This commit is contained in:
Beman Dawes
2003-09-12 17:09:29 +00:00
parent 46fdbba4b8
commit a656e7744f
3 changed files with 8 additions and 17 deletions

View File

@ -1,12 +1,9 @@
// boost integer.hpp test program ------------------------------------------//
// (C) Copyright Beman Dawes 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.
// Copyright Beman Dawes 1999.
// See accompanying license for terms and conditions of use.
// See http://www.boost.org for most recent version including documentation.
// See http://www.boost.org/libs/integer for documentation.
// Revision History
// 04 Oct 01 Added tests for new templates; rewrote code (Daryle Walker)