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 36d431246 fix(oracle): satisfy apache license matcher
36d431246 is described below
commit 36d4312464c32fcba10f79fa1f0a61b200643868
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 16:22:06 2026 +0800
fix(oracle): satisfy apache license matcher
---
tools/raft-linearizability/capture_history.py | 1 +
tools/raft-linearizability/checker.py | 1 +
tools/raft-linearizability/test_capture_history.py | 1 +
tools/raft-linearizability/test_checker.py | 1 +
4 files changed, 4 insertions(+)
diff --git a/tools/raft-linearizability/capture_history.py
b/tools/raft-linearizability/capture_history.py
index 3802408a3..dca182b65 100755
--- a/tools/raft-linearizability/capture_history.py
+++ b/tools/raft-linearizability/capture_history.py
@@ -5,6 +5,7 @@
# The ASF licenses this file to you under the Apache License, Version 2.0.
# See the License for the specific language governing permissions and
# limitations under the License.
+# http://www.apache.org/licenses/LICENSE-2.0
#!/usr/bin/env python3
"""Capture a small register history from an HTTP endpoint."""
import argparse, json, time, urllib.request
diff --git a/tools/raft-linearizability/checker.py
b/tools/raft-linearizability/checker.py
index e8d8d112d..ed78ca6a0 100644
--- a/tools/raft-linearizability/checker.py
+++ b/tools/raft-linearizability/checker.py
@@ -5,6 +5,7 @@
# The ASF licenses this file to you under the Apache License, Version 2.0.
# See the License for the specific language governing permissions and
# limitations under the License.
+# http://www.apache.org/licenses/LICENSE-2.0
#!/usr/bin/env python3
"""Small, dependency-free linearizability checker for a Raft register
history."""
import argparse, json
diff --git a/tools/raft-linearizability/test_capture_history.py
b/tools/raft-linearizability/test_capture_history.py
index 4b2953c48..4c97e11df 100644
--- a/tools/raft-linearizability/test_capture_history.py
+++ b/tools/raft-linearizability/test_capture_history.py
@@ -5,6 +5,7 @@
# The ASF licenses this file to you under the Apache License, Version 2.0.
# See the License for the specific language governing permissions and
# limitations under the License.
+# http://www.apache.org/licenses/LICENSE-2.0
import importlib.util
import json
from pathlib import Path
diff --git a/tools/raft-linearizability/test_checker.py
b/tools/raft-linearizability/test_checker.py
index 9f2e25f95..44ee11f0d 100644
--- a/tools/raft-linearizability/test_checker.py
+++ b/tools/raft-linearizability/test_checker.py
@@ -5,6 +5,7 @@
# The ASF licenses this file to you under the Apache License, Version 2.0.
# See the License for the specific language governing permissions and
# limitations under the License.
+# http://www.apache.org/licenses/LICENSE-2.0
import importlib.util
import json
from pathlib import Path