-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Hello!
I would like some clarification about what the the license of https://github.com/microsoft/STL/blob/main/stl/inc/xcharconv_ryu.h is. The comments on the top lists both Apache-2.0 WITH LLVM-exception and BSL-1.0, but the SPDX-License-Identifier is only Apache-2.0 WITH LLVM-exception.
So my question is whether the code in that file is licenses under Apache-2.0 WITH LLVM-exception OR BSL-1.0 or Apache-2.0 WITH LLVM-exception AND BSL-1.0? Or are the snippets that are licensed under Boost and other under Apache W LLVM? I've assumes that it is Apache-2.0 W LLVM OR BSL-1.0 as that is what Ulf Adams original uses, but it would be good to make that clear.
The reason I'm asking these very boring questions is because we (The Erlang/OTP project ) are in the process of cleaning up/restructuring our own license handling and we have a version of your __to_chars in our code base and want to know what licenses apply.