slfan1989 opened a new pull request, #2000: URL: https://github.com/apache/auron/pull/2000
### 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: - Improve project compliance with open-source licensing best practices - Maintain consistency across all workspace members - Make license information machine-readable for dependency scanners and tools ### What changes are included in this PR? Added `license = "Apache-2.0"` field to the `[package]` section of the following Cargo.toml files ### Are there any user-facing changes? No. ### How was this patch tested? - Verified all Cargo.toml files are syntactically valid with `cargo check` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
