GitHub user PepperJo opened a pull request:
https://github.com/apache/incubator-crail/pull/67
Cleanup category X licenses and separate license files for src/bin
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PepperJo/incubator-crail catX
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-crail/pull/67.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 #67
----
commit 01ccac6eb3645a729e9f00006bc43d77eef8e01f
Author: Jonas Pfefferle <pepperjo@...>
Date: 2018-11-19T10:15:53Z
[LICENSE] cleanup category X licenses
All of the Apache category X licenses mentioned were either
optional dependencies which we do not use or ship,
were wrongly labeled as such (e.g. jsr305 which is actually BSD), or
had dual licenses with a categroy A/B license.
https://jira.apache.org/jira/browse/CRAIL-87
Signed-off-by: Jonas Pfefferle <[email protected]>
commit 96893ee532aa1f2e3dd40879162ca6567e45a3d1
Author: Jonas Pfefferle <pepperjo@...>
Date: 2018-11-19T10:22:37Z
[Build] do not include binary licenses in src
Do not include binary license files in source tarball.
https://jira.apache.org/jira/browse/CRAIL-88
Signed-off-by: Jonas Pfefferle <[email protected]>
commit 2c9525f0e55ab715f98b085320085e4de5a7dcb8
Author: Jonas Pfefferle <pepperjo@...>
Date: 2018-11-19T10:24:31Z
[Build] include binary license files in META-INF
Include binary license files in jars META-INF.
https://jira.apache.org/jira/browse/CRAIL-88
Signed-off-by: Jonas Pfefferle <[email protected]>
commit 12d42ba170d8f898e663ab56c837877233691ffb
Author: Jonas Pfefferle <pepperjo@...>
Date: 2018-11-19T10:29:34Z
[Build] include binary licenses in bin tarball
Include binary license file in binary tarball.
https://jira.apache.org/jira/browse/CRAIL-88
Signed-off-by: Jonas Pfefferle <[email protected]>
----
---