From ecb96e83324ea17cf38b7b90753d745d3c7f51bd Mon Sep 17 00:00:00 2001 From: Chick Markley Date: Wed, 16 Sep 2020 18:52:16 -0700 Subject: Change to Apache 2.0 License (#1901) --- benchmark/scripts/benchmark_cold_compile.py | 3 ++- benchmark/scripts/find_heap_bound.py | 2 +- benchmark/scripts/monitor_job.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'benchmark/scripts') diff --git a/benchmark/scripts/benchmark_cold_compile.py b/benchmark/scripts/benchmark_cold_compile.py index c480987c..2a0431be 100755 --- a/benchmark/scripts/benchmark_cold_compile.py +++ b/benchmark/scripts/benchmark_cold_compile.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 -# See LICENSE for license details. +# SPDX-License-Identifier: Apache-2.0 + import subprocess from statistics import median, stdev diff --git a/benchmark/scripts/find_heap_bound.py b/benchmark/scripts/find_heap_bound.py index c230c35b..e89cfa5d 100755 --- a/benchmark/scripts/find_heap_bound.py +++ b/benchmark/scripts/find_heap_bound.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# See LICENSE for license details. +# SPDX-License-Identifier: Apache-2.0 import re import argparse diff --git a/benchmark/scripts/monitor_job.py b/benchmark/scripts/monitor_job.py index f0465e7c..088b6803 100644 --- a/benchmark/scripts/monitor_job.py +++ b/benchmark/scripts/monitor_job.py @@ -1,4 +1,4 @@ -# See LICENSE for license details. +# SPDX-License-Identifier: Apache-2.0 """ Utilities for running a subprocess and collecting runtime and memory use information. -- cgit v1.2.3