You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/08/21 14:47:28 UTC

[GitHub] sdedic commented on issue #738: [NETBEANS-1074] Module Review libs.nashorn

sdedic commented on issue #738: [NETBEANS-1074] Module Review libs.nashorn
URL: https://github.com/apache/incubator-netbeans/pull/738#issuecomment-414700850
 
 
   Folks, this will not be that easy. Nashorn binary needs to be distributed, since it is used at runtime, but uses `GPLv2+CPE` license, which is not compatible with Apache distribution AFAIK.
   
   I would separate two issues: cleaning up / fixing license so that the code may reside in the repository. This is what this PR is about. Other code can compile against the nashorn classes (compile-time dependency), but that code will not actually run.
   
   I filed issue [NETBEANS-1159](https://issues.apache.org/jira/browse/NETBEANS-1159) to explore possible relicensing from the contributor (Oracle). In the meantime, approach similar to NB javac could be used, as the code **can** (IMHO, IANAL) be legally compiled AND distributed, though not using Apache mirrors. See [NETBEANS-1160](https://issues.apache.org/jira/browse/NETBEANS-1160).
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists