diff options
Diffstat (limited to 'scripts/lib/resulttool/report.py')
-rw-r--r-- | scripts/lib/resulttool/report.py | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/scripts/lib/resulttool/report.py b/scripts/lib/resulttool/report.py index b9a8903f4c..cb6b1cf948 100644 --- a/scripts/lib/resulttool/report.py +++ b/scripts/lib/resulttool/report.py | |||
@@ -3,15 +3,9 @@ | |||
3 | # Copyright (c) 2019, Intel Corporation. | 3 | # Copyright (c) 2019, Intel Corporation. |
4 | # Copyright (c) 2019, Linux Foundation | 4 | # Copyright (c) 2019, Linux Foundation |
5 | # | 5 | # |
6 | # This program is free software; you can redistribute it and/or modify it | 6 | # SPDX-License-Identifier: GPL-2.0-only |
7 | # under the terms and conditions of the GNU General Public License, | ||
8 | # version 2, as published by the Free Software Foundation. | ||
9 | # | ||
10 | # This program is distributed in the hope it will be useful, but WITHOUT | ||
11 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
13 | # more details. | ||
14 | # | 7 | # |
8 | |||
15 | import os | 9 | import os |
16 | import glob | 10 | import glob |
17 | import json | 11 | import json |