[glib/report-license] Add copyright and licensing terms to test report generator
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/report-license] Add copyright and licensing terms to test report generator
- Date: Tue, 16 Apr 2019 10:46:53 +0000 (UTC)
commit 02f18de051b5cdb904152b1d159b2b39d5319bb1
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Apr 16 11:45:43 2019 +0100
Add copyright and licensing terms to test report generator
So that other projects can use it.
.gitlab-ci/meson-junit-report.py | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/.gitlab-ci/meson-junit-report.py b/.gitlab-ci/meson-junit-report.py
index ea4928248..248ef6e2b 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]