Add licensing and copyright notice to report generators

So that other projects can use them.
This commit is contained in:
Emmanuele Bassi
2019-04-16 11:43:23 +01:00
parent 90870194ff
commit 97fb1c7757
2 changed files with 14 additions and 2 deletions

View File

@@ -1,8 +1,12 @@
#!/usr/bin/env python3
# Turns a Mason testlog.json file into an HTML report
#
# Copyright 2019 GNOME Foundation
# Turns a test log generated by Meson into an HTML report
#
# SPDX-License-Identifier: LGPL-2.1-or-later
#
# Original author: Emmanuele Bassi
import argparse
import datetime

View File

@@ -1,5 +1,13 @@
#!/usr/bin/env python3
# Turns a Meson testlog.json file into a JUnit XML report
#
# Copyright 2019 GNOME Foundation
#
# SPDX-License-Identifier: LGPL-2.1-or-later
#
# Original author: Emmanuele Bassi
import argparse
import datetime
import json