This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch release-0.3
in repository https://gitbox.apache.org/repos/asf/paimon-vector-index.git
The following commit(s) were added to refs/heads/release-0.3 by this push:
new f839eb2 fix: exempt generated dependency reports from license check
f839eb2 is described below
commit f839eb2f76fc1474c0eab33ff681ea0562a1e053
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.