This is an automated email from the ASF dual-hosted git repository.
zyxxoo pushed a commit to branch refactor/rust-rewrite-design
in repository https://gitbox.apache.org/repos/asf/hugegraph.git
The following commit(s) were added to refs/heads/refactor/rust-rewrite-design
by this push:
new 5e7a94e38 build(rust): add licenses to audit tools
5e7a94e38 is described below
commit 5e7a94e388290778facbc6c0fd9d801382eabda4
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 17:36:16 2026 +0800
build(rust): add licenses to audit tools
---
tools/raft-linearizability/compare_traces.py | 4 ++++
tools/rust-partition-poc/audit-gates.sh | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/tools/raft-linearizability/compare_traces.py
b/tools/raft-linearizability/compare_traces.py
index 3ff78585a..ccff95815 100644
--- a/tools/raft-linearizability/compare_traces.py
+++ b/tools/raft-linearizability/compare_traces.py
@@ -1,4 +1,8 @@
#!/usr/bin/env python3
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information.
+# The ASF licenses this file to you under the Apache License, Version 2.0.
"""Compare Java and Rust replay traces using a stable, independent oracle.
Each input is a JSON array (or an object containing ``operations``). Records
diff --git a/tools/rust-partition-poc/audit-gates.sh
b/tools/rust-partition-poc/audit-gates.sh
index 83acc9045..5d1116740 100755
--- a/tools/rust-partition-poc/audit-gates.sh
+++ b/tools/rust-partition-poc/audit-gates.sh
@@ -1,4 +1,8 @@
#!/usr/bin/env bash
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information.
+# The ASF licenses this file to you under the Apache License, Version 2.0.
set -euo pipefail
root=$(cd "$(dirname "$0")/../.." && pwd)
workflow="$root/.github/workflows/rust-partition-poc.yml"