diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-03-27 09:32:43 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-03-27 09:32:43 +1100 |
commit | 049534336c8df538ab3c384c0f505cf3bc6a1300 (patch) | |
tree | ec85d0e9c539d07a1df44412aa4b26e8b98ccaba /selftest/Subunit.pm | |
parent | d88ced1dccd8f6eb6a1931d3ccae2c7cb0667020 (diff) | |
parent | e235b4628b473f30275a534f5172c8926d3f205d (diff) | |
download | samba-049534336c8df538ab3c384c0f505cf3bc6a1300.tar.gz samba-049534336c8df538ab3c384c0f505cf3bc6a1300.tar.bz2 samba-049534336c8df538ab3c384c0f505cf3bc6a1300.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'selftest/Subunit.pm')
-rw-r--r-- | selftest/Subunit.pm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/selftest/Subunit.pm b/selftest/Subunit.pm index 05e51da541..19af636d0b 100644 --- a/selftest/Subunit.pm +++ b/selftest/Subunit.pm @@ -1,3 +1,19 @@ +# Simple Perl module for parsing the Subunit protocol +# Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + package Subunit; require Exporter; |