diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-04-16 11:43:23 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-04-16 11:43:23 +0100 |
commit | 97fb1c7757ddbc63f99f11809c323f5843bf380f (patch) | |
tree | f2d8e2528b283965c9cbb9db560d9977c51e91a6 /.gitlab-ci/meson-junit-report.py | |
parent | 90870194ff132064a3d35438589385be94baf816 (diff) | |
download | gtk+-97fb1c7757ddbc63f99f11809c323f5843bf380f.tar.gz |
Add licensing and copyright notice to report generators
So that other projects can use them.
Diffstat (limited to '.gitlab-ci/meson-junit-report.py')
-rwxr-xr-x | .gitlab-ci/meson-junit-report.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci/meson-junit-report.py b/.gitlab-ci/meson-junit-report.py index ea49282487..248ef6e2b1 100755 --- a/.gitlab-ci/meson-junit-report.py +++ b/.gitlab-ci/meson-junit-report.py @@ -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 |