diff --git a/checked_delete_test.cpp b/checked_delete_test.cpp index f5c799e..1ffc1fd 100644 --- a/checked_delete_test.cpp +++ b/checked_delete_test.cpp @@ -1,12 +1,9 @@ // Boost checked_delete test program ---------------------------------------// -// (C) Copyright Beman Dawes 2001. 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 2001. +// 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/utility for documentation. // Revision History // 21 May 01 Initial version (Beman Dawes) diff --git a/operators_test.cpp b/operators_test.cpp index f619acf..0efe9dc 100644 --- a/operators_test.cpp +++ b/operators_test.cpp @@ -1,11 +1,9 @@ // Demonstrate and test boost/operators.hpp -------------------------------// -// (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/utility for documentation. // Revision History // 23 May 03 Added tests for "bool_testable". (Sam Partington/Daniel Frey)