diff --git a/cstdint_test.cpp b/cstdint_test.cpp index 7bd6103..c7a9c0c 100644 --- a/cstdint_test.cpp +++ b/cstdint_test.cpp @@ -1,7 +1,9 @@ // boost cstdint.hpp test program ------------------------------------------// -// Copyright Beman Dawes 2000. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 2000. 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/integer for documentation. diff --git a/include/boost/integer.hpp b/include/boost/integer.hpp index c655c92..dcf6569 100644 --- a/include/boost/integer.hpp +++ b/include/boost/integer.hpp @@ -1,7 +1,8 @@ // boost integer.hpp header file -------------------------------------------// -// 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/integer for documentation. diff --git a/integer_test.cpp b/integer_test.cpp index ca4c229..549d70d 100644 --- a/integer_test.cpp +++ b/integer_test.cpp @@ -1,7 +1,9 @@ // boost integer.hpp test program ------------------------------------------// -// 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/integer for documentation.