summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-18 19:58:47 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-18 19:58:47 +0200
commitfc7050e54c69919d754ca0adf3f2f741a501fec4 (patch)
tree91d72fc77f7d96779a4906dae9435b8d25f9ed17 /source4
parent900768067831f773b7cdeec03e095956bccb961e (diff)
downloadsamba-fc7050e54c69919d754ca0adf3f2f741a501fec4.tar.gz
samba-fc7050e54c69919d754ca0adf3f2f741a501fec4.tar.bz2
samba-fc7050e54c69919d754ca0adf3f2f741a501fec4.zip
Add header.
Diffstat (limited to 'source4')
-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;