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/plot.py | |
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/plot.py')
-rwxr-xr-x | scripts/plot.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |