-
Notifications
You must be signed in to change notification settings - Fork 29
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
LICENSE? #5
Comments
This was just the default license github provides when one creates a new repo; I think you're right that it needs to be updated to match, or point to, whatever restrictions govern the spec already. |
My preference has been to release the work under a liberal license and let Ecma use the terms of that liberal license to incorporate it into the main spec as desired. |
@domenic Good thing you work for an ECMA member--a liberal license is not generally enough to grant things like parents, but ECMA legal agreements should be. |
Since the only people that can create proposals are ECMA members, and those separate agreements cover patent granting, do we need to do anything here? I could omit the LICENSE, and have it be "all rights reserved", but making it MIT by default seems more in the spirit of open source. |
I filed this bug because I thought having a license just adds more legal confusion over leaving it out, as it is neither necessary nor sufficient. But I don't have a really strong objection. |
I'm relatively sure that not having a license is a much larger source of legal confusion, because it means that the licensing is unspecified. |
cc @ecmageneva @patrickcharollais Any legal advice here would be useful. |
The intellectual property here is managed by agreements between member companies and ECMA, or by the non-member contribution form. I don't think the license you provide here is as comprehensive as those agreements. Maybe we should stick to those agreements and not recommend that new proposals also grant this sort of additional license.
The text was updated successfully, but these errors were encountered: