GitHub user dschoorl opened a pull request:
https://github.com/apache/incubator-netbeans/pull/7
[NETBEANS-54] Module Review api.annotations.common
- external library: jsr305. pom file states AL-v2.0, however,
jsr305-license.txt states 'New BSD license'. Assuming AL-v2.0,
removing license file, no notice necessary. Maven coordinates added.
- checked Rat report; changed/added license headers in 3 files:
external/binaries-list and apichanges.xml + one file located under
META-INF/services, but maybe the latter does not need a license header?
- skimmed through the module, did not notice additional problems
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dschoorl/incubator-netbeans master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-netbeans/pull/7.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 #7
----
commit dec2e813e4168f87277bd0a34addfad25bb09cc7
Author: Dave Schoorl <[email protected]>
Date: 2017-09-24T22:30:50Z
[NETBEANS-54] Module Review api.annotations.common
- external library: jsr305. pom file states AL-v2.0, however,
jsr305-license.txt states 'New BSD license'. Assuming AL-v2.0,
removing license file, no notice necessary. Maven coordinates added.
- checked Rat report; changed/added license headers in 3 files:
external/binaries-list and apichanges.xml + one file located under
META-INF/services, but maybe the latter does not need a license header?
- skimmed through the module, did not notice additional problems
----
---