From bfaa6fbc6b2be3b23f4e4d268c5cbea8fb8ecf77 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 10 Sep 2021 22:36:10 -0400 Subject: Adopt REUSE machine-readable licensing standard --- scripts/benchmark.py | 3 +++ scripts/plot.py | 3 +++ 2 files changed, 6 insertions(+) (limited to 'scripts') 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 +# 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 +# SPDX-License-Identifier: ISC + import math import os import sys -- cgit v1.2.1