[AURON #1999] Add Apache-2.0 license declaration to all native-engine Cargo.toml files.#2000
Merged
cxzl25 merged 1 commit intoapache:masterfrom Feb 11, 2026
Merged
Conversation
…engine Cargo.toml files. Signed-off-by: slfan1989 <slfan1989@apache.org>
ShreyeshArangath
approved these changes
Feb 11, 2026
Contributor
Author
|
@cxzl25 @richox Could you please review this PR? Thanks a lot! @ShreyeshArangath Thanks for the review! |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds explicit Apache-2.0 license declarations to all native-engine Rust packages to improve open-source licensing compliance and make license information machine-readable for dependency scanners and build tools.
Changes:
- Added
license = "Apache-2.0"field to the[package]section of all 8 native-engine Cargo.toml files - Removed extraneous blank lines to maintain consistent formatting
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| native-engine/datafusion-ext-plans/Cargo.toml | Added Apache-2.0 license declaration |
| native-engine/datafusion-ext-functions/Cargo.toml | Added Apache-2.0 license declaration |
| native-engine/datafusion-ext-exprs/Cargo.toml | Added Apache-2.0 license declaration |
| native-engine/datafusion-ext-commons/Cargo.toml | Added Apache-2.0 license declaration |
| native-engine/auron/Cargo.toml | Added Apache-2.0 license declaration |
| native-engine/auron-planner/Cargo.toml | Added Apache-2.0 license declaration |
| native-engine/auron-memmgr/Cargo.toml | Added Apache-2.0 license declaration |
| native-engine/auron-jni-bridge/Cargo.toml | Added Apache-2.0 license declaration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cxzl25
approved these changes
Feb 11, 2026
Contributor
Author
|
@cxzl25 @ShreyeshArangath Thank you so much for reviewing the code! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Which issue does this PR close?
Closes #1999
Rationale for this change
Currently, the native-engine subproject Cargo.toml files lack explicit license declarations. This PR adds
license = "Apache-2.0"to all native-engine packages to:What changes are included in this PR?
Added
license = "Apache-2.0"field to the[package]section of the following Cargo.toml filesAre there any user-facing changes?
No.
How was this patch tested?
cargo check