diff --git a/include/boost/utility/detail/minstd_rand.hpp b/include/boost/utility/detail/minstd_rand.hpp index 6c858f6..95efb21 100644 --- a/include/boost/utility/detail/minstd_rand.hpp +++ b/include/boost/utility/detail/minstd_rand.hpp @@ -5,6 +5,9 @@ // // 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 +// // An implementation of minstd_rand that does not require // the Random library