Skip to content

Commit 85e1cdd

Browse files
committed
fix: add header with copyright, author, license in benchmark_executor.py
1 parent e3e88ad commit 85e1cdd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pysatl_cpd/benchmark/benchmark_executor.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
configurations.
88
"""
99

10+
__author__ = "Danil Totmyanin"
11+
__copyright__ = "Copyright (c) 2026 PySATL project"
12+
__license__ = "SPDX-License-Identifier: MIT"
13+
1014
import csv
1115
import hashlib
1216
import itertools

0 commit comments

Comments
 (0)