-
Notifications
You must be signed in to change notification settings - Fork 281
Add license files #182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
there are some license files: https://github.com/WebAssembly/WASI/blob/master/tools/witx/LICENSE |
Yes, the |
Has anybody looked at this lately? I'm working on packaging wasmtime for Fedora Linux, which includes a copy of the |
I'm pretty sure |
Could we consider a different license such as MIT-0? There's been a change in classification of CC0 to only be used for content and not code. The use of CC0 for code will prevent us from being able to officially package in Fedora. See https://lists.fedoraproject.org/archives/list/[email protected]/thread/RRYM3CLYJYW64VSQIXY6IF3TCDZGS6LM/ for details. |
It looks like license / copyright text was added here: This references the W3C Community Contributor License Agreement (CLA) Deed, which doesn't look like a standard open source license. Does anybody know if this has been submitted to SPDX, or to the OSI or FSF for classification as a free / open source software license? |
Same question here. I'm trying to get wasi-libc packaged for GNU Guix, but the unusual licensing of this repo is a blocker. I found some discussion at the ASF, which concluded that it was a permissive license acceptable for their use. However:
If there's consensus within the WASI project that the .witx / .wit files are non-copyrightable, a simple statement that these files are in the public domain in a LICENSE file would go a long way to clarifying the situation. |
Uh oh!
There was an error while loading. Please reload this page.
Hello! I was looking over the repo and realized that there aren't any license files:
Thewitx
tool has a license listed in thecargo.toml
, but we should include a license file as well.I'd like to add a license for the entire repo if possible, but especially for the docs and witx data files themselves.
I'm not aware of if there's any formal process required for this or if everything in the WebAssembly org is assumed to be under a certain license.
Apache 2 seems reasonable to me though -- it's what witx and some other projects in the WebAssembly org are using. If that sounds reasonable to you all, I can make a pull request to add it!
edit:
looks like there's been a need to use a separate documentation license in the past WebAssembly/spec#496. That raises the question of whether witx is documentation or source code...
edit2: not sure how I missed the license file on witx -- thanks for the correction!
The text was updated successfully, but these errors were encountered: