diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/benchmark.py | 3 | ||||
-rwxr-xr-x | scripts/plot.py | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/benchmark.py b/scripts/benchmark.py index 5ea1d9f..2249fd1 100755 --- a/scripts/benchmark.py +++ b/scripts/benchmark.py @@ -1,5 +1,8 @@ #!/usr/bin/env python +# Copyright 2011-2021 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: ISC + """ Benchmark Zix data structures. """ diff --git a/scripts/plot.py b/scripts/plot.py index 29fffa9..a59e26d 100755 --- a/scripts/plot.py +++ b/scripts/plot.py @@ -1,5 +1,8 @@ #!/usr/bin/env python +# Copyright 2011-2020 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: ISC + import math import os import sys |