From bdf55e0b6f52f5d4bf40c381fbb8ae7060510c15 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 31 Jul 2018 00:22:42 +0300 Subject: [PATCH] Add boilerplate reference to LICENSE_1_0.txt --- include/boost/utility/detail/minstd_rand.hpp | 3 +++ 1 file changed, 3 insertions(+) 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