diff options
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/samba4_tests.sh | 2 | ||||
-rwxr-xr-x | source4/selftest/test_win.sh | 2 | ||||
-rw-r--r-- | source4/selftest/win/VMHost.pm | 2 | ||||
-rw-r--r-- | source4/selftest/win/common.exp | 2 | ||||
-rw-r--r-- | source4/selftest/win/vm_get_ip.pl | 2 | ||||
-rw-r--r-- | source4/selftest/win/vm_load_snapshot.pl | 2 | ||||
-rw-r--r-- | source4/selftest/win/wintest_client.exp | 2 | ||||
-rw-r--r-- | source4/selftest/win/wintest_remove.exp | 2 | ||||
-rw-r--r-- | source4/selftest/win/wintest_setup.exp | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh index 8102095958..64b2c7b564 100755 --- a/source4/selftest/samba4_tests.sh +++ b/source4/selftest/samba4_tests.sh @@ -266,7 +266,7 @@ fi bbdir=$incdir/../../testprogs/blackbox plantest "blackbox.smbclient" dc $bbdir/test_smbclient.sh "\$SERVER" "\$USERNAME" "\$PASSWORD" "\$DOMAIN" "$PREFIX" -plantest "blackbox.kinit" dc $bbdir/test_kinit.sh "\$SERVER" "\$USERNAME" "\$PASSWORD" "\$REALM" "\$DOMAIN" "$PREFIX" +plantest "blackbox.kinit" dc $bbdir/test_kinit.sh "\$SERVER" "\$USERNAME" "\$PASSWORD" "\$REALM" "\$DOMAIN" "$PREFIX" $CONFIGURATION plantest "blackbox.cifsdd" dc $bbdir/test_cifsdd.sh "\$SERVER" "\$USERNAME" "\$PASSWORD" "\$DOMAIN" plantest "blackbox.nmblookup" dc $samba4srcdir/utils/tests/test_nmblookup.sh "\$NETBIOSNAME" "\$NETBIOSALIAS" "\$SERVER" "\$SERVER_IP" plantest "blackbox.nmblookup" member $samba4srcdir/utils/tests/test_nmblookup.sh "\$NETBIOSNAME" "\$NETBIOSALIAS" "\$SERVER" "\$SERVER_IP" diff --git a/source4/selftest/test_win.sh b/source4/selftest/test_win.sh index 960bd20ded..bc40620af5 100755 --- a/source4/selftest/test_win.sh +++ b/source4/selftest/test_win.sh @@ -5,7 +5,7 @@ # run the test, # and remove the previously configured directory and share. # Copyright Brad Henry <brad@samba.org> 2006 -# Released under the GNU GPL v2 or later. +# Released under the GNU GPL version 3 or later. . selftest/test_functions.sh diff --git a/source4/selftest/win/VMHost.pm b/source4/selftest/win/VMHost.pm index 359d8df315..1f02f21c28 100644 --- a/source4/selftest/win/VMHost.pm +++ b/source4/selftest/win/VMHost.pm @@ -3,7 +3,7 @@ # A perl object to provide a simple, unified method of handling some # VMware Server VM management functions using the perl and VIX API's. # Copyright Brad Henry <brad@samba.org> 2006 -# Released under the GNU GPL v2 or later. +# Released under the GNU GPL version 3 or later. # VMware Perl API use VMware::VmPerl; diff --git a/source4/selftest/win/common.exp b/source4/selftest/win/common.exp index a7ba95d722..28a3d7a6a1 100644 --- a/source4/selftest/win/common.exp +++ b/source4/selftest/win/common.exp @@ -1,6 +1,6 @@ # A library of commonly used functions written in expect. # Copyright Brad Henry <brad@samba.org> 2006 -# Released under the GNU GPL v2 or later. +# Released under the GNU GPL version 3 or later. # This function maps a drive letter to a share point. proc map_share { remote_prompt share_drive sharepoint username domain password } { diff --git a/source4/selftest/win/vm_get_ip.pl b/source4/selftest/win/vm_get_ip.pl index 9286786155..9657a34790 100644 --- a/source4/selftest/win/vm_get_ip.pl +++ b/source4/selftest/win/vm_get_ip.pl @@ -2,7 +2,7 @@ # A perl script to connect to a VMware server and get the IP address of a VM. # Copyright Brad Henry <brad@samba.org> 2006 -# Released under the GNU GPL v2 or later. +# Released under the GNU GPL version 3 or later. use VMHost; diff --git a/source4/selftest/win/vm_load_snapshot.pl b/source4/selftest/win/vm_load_snapshot.pl index e8ba9b39cf..35e80badce 100644 --- a/source4/selftest/win/vm_load_snapshot.pl +++ b/source4/selftest/win/vm_load_snapshot.pl @@ -2,7 +2,7 @@ # A perl script to connect to a VMware server and revert a VM snapshot. # Copyright Brad Henry <brad@samba.org> 2006 -# Released under the GNU GPL v2 or later. +# Released under the GNU GPL version 3 or later. use VMHost; diff --git a/source4/selftest/win/wintest_client.exp b/source4/selftest/win/wintest_client.exp index 5b45eb2bb0..ccf5d06ea9 100644 --- a/source4/selftest/win/wintest_client.exp +++ b/source4/selftest/win/wintest_client.exp @@ -1,7 +1,7 @@ # An expect script to create a temporary file, map a share, copy the file to the share, # and compare the contents of the two files. # Copyright Brad Henry <brad@samba.org> 2006 -# Released under the GNU GPL v2 or later. +# Released under the GNU GPL version 3 or later. proc run_test { remote_prompt tmp_filename share_drive host_drive buildhost_ip buildhost_share username domain password } { diff --git a/source4/selftest/win/wintest_remove.exp b/source4/selftest/win/wintest_remove.exp index a361db2958..36dc4a7d24 100644 --- a/source4/selftest/win/wintest_remove.exp +++ b/source4/selftest/win/wintest_remove.exp @@ -1,7 +1,7 @@ # An expect script to remove a directory and share which was # previously setup for an smbtorture test. # Copyright Brad Henry <brad@samba.org> 2006 -# Released under the GNU GPL v2 or later. +# Released under the GNU GPL version 3 or later. proc remove_test { remote_prompt sharepath sharename hosts_file_path \ backup_hosts_filename } { diff --git a/source4/selftest/win/wintest_setup.exp b/source4/selftest/win/wintest_setup.exp index 1dcbabb488..f55732ac00 100644 --- a/source4/selftest/win/wintest_setup.exp +++ b/source4/selftest/win/wintest_setup.exp @@ -1,6 +1,6 @@ # An expect script to setup a directory and share for an smbtorture test. # Copyright Brad Henry <brad@samba.org> 2006 -# Released under the GNU GPL v2 or later. +# Released under the GNU GPL version 3 or later. proc setup_test { remote_prompt sharepath sharename username local_hostname \ local_ip hosts_file_path backup_hosts_filename } { |