Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#708] Create binary NOTICE and LICENSE files #736

Merged
merged 3 commits into from
Nov 16, 2023

Conversation

justinmclean
Copy link
Member

What changes were proposed in this pull request?

Add binary license and notice file and include this in the distribution. I've taken a fairly minimal approach and not included extra unneeded information. e.g not all 3rd party apache licensed software license is included as this would be a lot of duplication.

Why are the changes needed?

LICENSE and NOTICE files are required and also inform users about license conditions.

Fix: #708

Does this PR introduce any user-facing change?

No.

How was this patch tested?

(Please test your changes, and provide instructions on how to test it:

  1. If you add a feature or fix a bug, add a test to cover your changes.
  2. If you fix a flaky test, repeat it for many times to prove it works.)

@justinmclean justinmclean self-assigned this Nov 14, 2023
Copy link

github-actions bot commented Nov 14, 2023

Code Coverage Report

Overall Project 67.25% 🟢

There is no coverage information present for the Files changed

NOTICE.bin Outdated Show resolved Hide resolved
@justinmclean
Copy link
Member Author

A dependency tree was generated with:
./gradlew generateLicenseReport

To help with updating LICENSE and NOTICE in the future here is the list of all jars considered. Please note that some poms incorrectly specify their license and that multiple jars can be collapsed to a single product.

all.txt

@jerryshao jerryshao merged commit 6cf69a8 into apache:main Nov 16, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Subtask] Generate LICENSE and NOTICE for binary
2 participants