diff --git a/checked_delete_test.cpp b/checked_delete_test.cpp index 1ffc1fd..41fdc9a 100644 --- a/checked_delete_test.cpp +++ b/checked_delete_test.cpp @@ -1,7 +1,8 @@ // Boost checked_delete test program ---------------------------------------// -// Copyright Beman Dawes 2001. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 2001. 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. diff --git a/operators_test.cpp b/operators_test.cpp index c67da10..9ed1bd3 100644 --- a/operators_test.cpp +++ b/operators_test.cpp @@ -1,7 +1,8 @@ // Demonstrate and test boost/operators.hpp -------------------------------// -// Copyright Beman Dawes 1999. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 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/utility for documentation.