summaryrefslogtreecommitdiffstats
path: root/source3/script
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2013-07-15 23:41:15 +0200
committerJim McDonough <jmcd@samba.org>2013-11-05 08:42:41 -0500
commit85400325276b37d4e3086bbfc8190d27f52d5671 (patch)
treea5126eec25abc0ba6e9dc3f41306cced03c8b5bc /source3/script
parent98fa4bc03e52368d3542ceb408a26af54f815989 (diff)
downloadsamba-85400325276b37d4e3086bbfc8190d27f52d5671.tar.gz
samba-85400325276b37d4e3086bbfc8190d27f52d5671.tar.xz
samba-85400325276b37d4e3086bbfc8190d27f52d5671.zip
test_smbclient_tarmode.pl: add copyright header
Signed-off-by: Aurélien Aptel <aurelien.aptel@gmail.com> Reviewed-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_smbclient_tarmode.pl17
1 files changed, 17 insertions, 0 deletions
diff --git a/source3/script/tests/test_smbclient_tarmode.pl b/source3/script/tests/test_smbclient_tarmode.pl
index a5b061ec10a..61ee7356905 100755
--- a/source3/script/tests/test_smbclient_tarmode.pl
+++ b/source3/script/tests/test_smbclient_tarmode.pl
@@ -1,5 +1,22 @@
#!/usr/bin/perl
+# Unix SMB/CIFS implementation.
+# Test suite for the tar backup mode of smbclient.
+# Copyright (C) Aurélien Aptel 2013
+
+# 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/>.
+
=head1 NAME
C<test_smbclient_tarmode.pl> - Test for smbclient tar backup feature