This is an automated email from the ASF dual-hosted git repository.

JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-vector-index.git


The following commit(s) were added to refs/heads/main by this push:
     new 706b6c6  fix: exempt generated dependency reports from license check
706b6c6 is described below

commit 706b6c6fb4de90a6680fffa556cd8c41b539c177
Author: JingsongLi <[email protected]>
AuthorDate: Sun Jul 26 14:56:12 2026 +0800

    fix: exempt generated dependency reports from license check
---
 tools/check_license_headers.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tools/check_license_headers.py b/tools/check_license_headers.py
index 4e5fc22..3095b3a 100755
--- a/tools/check_license_headers.py
+++ b/tools/check_license_headers.py
@@ -30,6 +30,11 @@ ASF_HEADER_TOKEN = "Licensed to the Apache Software 
Foundation"
 
 EXEMPT_FILES = {
     "Cargo.lock",
+    # Generated dependency license reports; adding comments changes the TSV 
format.
+    "DEPENDENCIES.rust.tsv",
+    "core/DEPENDENCIES.rust.tsv",
+    "ffi/DEPENDENCIES.rust.tsv",
+    "jni/DEPENDENCIES.rust.tsv",
     "LICENSE",
     "NOTICE",
     # Golden test data; adding comments changes the fixture format.

Reply via email to