GitHub user vieiro opened a pull request:
https://github.com/apache/incubator-netbeans/pull/135
[NETBEANS-54] Module Review dlight.nativeexecution
- The external/exechlp-1.0.zip binary is generated by the scripts and
code in tools/
- So I'm assuming this is an Apache 2.0 license as well.
- Added license headers to makefiles and different scripts
- No other licensing headers required.
- Test
org.netbeans.modules.nativeexecution.api.util.ConnectionManagerTest failed in
my box.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vieiro/incubator-netbeans
netbeans-54-module-review-dlight.nativeexecution
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-netbeans/pull/135.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #135
----
commit c95443b31fd265e7c84f732049b019b42984e7c7
Author: Antonio Vieiro <[email protected]>
Date: 2017-10-12T20:22:16Z
[NETBEANS-54] Module Review dlight.nativeexecution
- The external/exechlp-1.0.zip binary is generated by the scripts and
code in tools/
- So I'm assuming this is an Apache 2.0 license as well.
- Added license headers to makefiles and different scripts
- No other licensing headers required.
- Test
org.netbeans.modules.nativeexecution.api.util.ConnectionManagerTest failed in
my box.
----
---