summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource4/script/harness2subunit.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/script/harness2subunit.pl b/source4/script/harness2subunit.pl
index 9f2391ad6c..45f515540b 100755
--- a/source4/script/harness2subunit.pl
+++ b/source4/script/harness2subunit.pl
@@ -1,4 +1,8 @@
#!/usr/bin/perl
+# Simple script that converts Perl test harness output to
+# Subunit
+# Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org>
+# Published under the GNU GPL, v3 or later
my $firstline = 1;
my $error = 0;