summaryrefslogtreecommitdiff
path: root/selftest/SocketWrapper.pm
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-03-27 09:32:43 +1100
committerAndrew Tridgell <tridge@samba.org>2009-03-27 09:32:43 +1100
commit049534336c8df538ab3c384c0f505cf3bc6a1300 (patch)
treeec85d0e9c539d07a1df44412aa4b26e8b98ccaba /selftest/SocketWrapper.pm
parentd88ced1dccd8f6eb6a1931d3ccae2c7cb0667020 (diff)
parente235b4628b473f30275a534f5172c8926d3f205d (diff)
downloadsamba-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/SocketWrapper.pm')
-rw-r--r--selftest/SocketWrapper.pm16
1 files changed, 15 insertions, 1 deletions
diff --git a/selftest/SocketWrapper.pm b/selftest/SocketWrapper.pm
index e63605b8df..ef8058da79 100644
--- a/selftest/SocketWrapper.pm
+++ b/selftest/SocketWrapper.pm
@@ -1,7 +1,21 @@
#!/usr/bin/perl
# Bootstrap Samba and run a number of tests against it.
# Copyright (C) 2005-2007 Jelmer Vernooij <jelmer@samba.org>
-# Published under the GNU GPL, v3 or later.
+
+# 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 SocketWrapper;