-
Notifications
You must be signed in to change notification settings - Fork 285
Create LICENSE and NOTICE for "single" distribution #1694
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
Create LICENSE and NOTICE for "single" distribution #1694
Conversation
Update versions in the admin and server packages (docker image)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
// TODO: combine the LICENSE and NOTICE in a follow-up PR | ||
from(adminDocs) | ||
from("LICENSE") | ||
from("NOTICE") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need the adminDocs
configuration?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding was as "temp" workaround before handing LICENSE
and NOTICE
in the distribution. Let me double check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed with @adutra! We could remove adminDocs
in admin/build.gradle.kts
.
Following up on apache#1694 * Restore `private` scope on internal fields in `IcebergCatalog` * Use a test-only setter instead of sub-classing to manage injecting test FileIO implementations
The PR LGTM with the minor comment here, #1694 (comment). BTW, do we have a tool to generate LICENSE and NOTICE automatically? |
This PR creates
LICENSE
andNOTICE
for the single distribution and update version in server/admin packages.