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 4f6eb5295 chore(oracle): add licenses to python tools
4f6eb5295 is described below

commit 4f6eb5295b7594a9da36befb8e67bc272564a242
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 16:21:38 2026 +0800

    chore(oracle): add licenses to python tools
---
 tools/raft-linearizability/capture_history.py | 7 +++++++
 tools/raft-linearizability/checker.py         | 7 +++++++
 tools/raft-linearizability/test_checker.py    | 7 +++++++
 3 files changed, 21 insertions(+)

diff --git a/tools/raft-linearizability/capture_history.py 
b/tools/raft-linearizability/capture_history.py
index 7e477b645..3802408a3 100755
--- a/tools/raft-linearizability/capture_history.py
+++ b/tools/raft-linearizability/capture_history.py
@@ -1,4 +1,11 @@
 #!/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 regarding copyright ownership.
+# 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.
+#!/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 033c6b594..e8d8d112d 100644
--- a/tools/raft-linearizability/checker.py
+++ b/tools/raft-linearizability/checker.py
@@ -1,4 +1,11 @@
 #!/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 regarding copyright ownership.
+# 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.
+#!/usr/bin/env python3
 """Small, dependency-free linearizability checker for a Raft register 
history."""
 import argparse, json
 
diff --git a/tools/raft-linearizability/test_checker.py 
b/tools/raft-linearizability/test_checker.py
index 5d5b7e917..9f2e25f95 100644
--- a/tools/raft-linearizability/test_checker.py
+++ b/tools/raft-linearizability/test_checker.py
@@ -1,3 +1,10 @@
+#!/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 regarding copyright ownership.
+# 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.
 import importlib.util
 import json
 from pathlib import Path

Reply via email to