boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
197 stars 162 forks source link

Please clarify the license of various boost/thread/detail headers #389

Open jwakely opened 11 months ago

jwakely commented 11 months ago

These three files:

https://github.com/boostorg/thread/blob/develop/include/boost/thread/detail/invoke.hpp https://github.com/boostorg/thread/blob/develop/include/boost/thread/detail/invoker.hpp https://github.com/boostorg/thread/blob/develop/include/boost/thread/detail/make_tuple_indices.hpp

all say:

// This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details.

However no LICENSE.TXT is present in the repo.