simd icon indicating copy to clipboard operation
simd copied to clipboard

License of proposal?

Open nemequ opened this issue 4 years ago • 2 comments

The LICENSE file basically says to look at the LICENSE in each subdirectory, but the proposals directory doesn't include one, nor does proposals/simd.

I want to steal a lot of stuff from the proposal for https://github.com/nemequ/wasm-simd-data; I think everything from "Constructing SIMD values" onwards will actually be present assuming a sufficiently permissive license. I could probably work around the issue by rewriting some descriptions, but (a) I don't want to and (b) I'd prefer to match the official wording to avoid introducing any inconsistencies.

nemequ avatar Jun 13 '21 20:06 nemequ

Hmm, it's a good question. I think treating all docs as though they were licensed under the terms of https://github.com/WebAssembly/simd/blob/main/document/core/LICENSE should be sufficiently conservative given that the top-level LICENSE file indicates that documentation is meant to be under the "W3C Software and Document Notice and License." To be safer, I think we would be able to accept a PR adding that license file to the proposal directory.

tlively avatar Jun 14 '21 14:06 tlively

+1 to @tlively's response. In general as the overview documentation in the proposal repository forms a basis for what goes into the official Spec document, the W3C license linked above is the right license for the proposals/simd directory.

dtig avatar Jun 15 '21 20:06 dtig