jianguotian opened a new pull request, #55:
URL: https://github.com/apache/paimon-vector-index/pull/55

   **Purpose**
   
   Add an automated ASF license header check to catch release compliance issues 
before voting.
   
   **Changes**
   
   - Add `tools/check_license_headers.py` to verify tracked text files have ASF 
license headers or explicit exemptions.
   - Exempt `Cargo.lock`, `LICENSE`, `NOTICE`, and golden `.hex` fixtures that 
should not be modified with text headers.
   - Run the license header check in GitHub Actions CI.
   
   **Tests**
   
   - `python3 tools/validate_asf_yaml.py`
   - `python3 tools/check_license_headers.py`
   - Parsed `.github/workflows/ci.yml` with PyYAML
   - `git diff --check`
   - Source-release RAT scan: `Archives: 0`, `0 Unknown Licenses` with golden 
`.hex` fixtures excluded
   


-- 
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]

Reply via email to