Fix license info for the binaries #27
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Analysis of Jaroslav Tulach shows, that the whole nb-javac source
is covered by the Classpath Exception:
https://lists.apache.org/thread.html/r821d9e9fdc8d9fd5663e7c326d25e4626e1a27eb13e45f4d639ea199%40%3Cdev.netbeans.apache.org%3E
I did an independend check and came to the same conclusion. The problem
is, that the license file says, that it might only apply to a subset
of the source files and thus leaves users of the binary in a bad
situation, as they have to speculate, whether or not the binary was
build only from source files covered by the Class Path exception.
This change adds a license file only for the binary build artifacts,
which clarifies that the build binary as a whole is covered by the
Classpath Exception. Only the two binary jars are affected. The
license for the doc and source artifact are unchanged.
Signed-of-by: Matthias Bläsing mblaesing@doppel-helix.eu