diff options
Diffstat (limited to 'benchmarks')
-rwxr-xr-x | benchmarks/plot.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/plot.py b/benchmarks/plot.py index b329ed4..d2ddba6 100755 --- a/benchmarks/plot.py +++ b/benchmarks/plot.py @@ -1,5 +1,7 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- + +# Copyright 2018-2022 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: GPL-2.0-or-later import csv import glob |