diff options
author | David Robillard <d@drobilla.net> | 2021-09-10 22:36:10 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-09-10 22:44:50 -0400 |
commit | bfaa6fbc6b2be3b23f4e4d268c5cbea8fb8ecf77 (patch) | |
tree | d66c5911a7fad97adef29065afbf10ed3e9a0ba1 /scripts | |
parent | f4e7e7116b0fcd104fa3859c92ec998468030ace (diff) | |
download | zix-bfaa6fbc6b2be3b23f4e4d268c5cbea8fb8ecf77.tar.gz zix-bfaa6fbc6b2be3b23f4e4d268c5cbea8fb8ecf77.tar.bz2 zix-bfaa6fbc6b2be3b23f4e4d268c5cbea8fb8ecf77.zip |
Adopt REUSE machine-readable licensing standard
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 |