summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-09-10 22:36:10 -0400
committerDavid Robillard <d@drobilla.net>2021-09-10 22:44:50 -0400
commitbfaa6fbc6b2be3b23f4e4d268c5cbea8fb8ecf77 (patch)
treed66c5911a7fad97adef29065afbf10ed3e9a0ba1 /scripts
parentf4e7e7116b0fcd104fa3859c92ec998468030ace (diff)
downloadzix-bfaa6fbc6b2be3b23f4e4d268c5cbea8fb8ecf77.tar.gz
zix-bfaa6fbc6b2be3b23f4e4d268c5cbea8fb8ecf77.tar.bz2
zix-bfaa6fbc6b2be3b23f4e4d268c5cbea8fb8ecf77.zip
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/benchmark.py3
-rwxr-xr-xscripts/plot.py3
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