summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-07-09 19:25:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:20 -0500
commitd824b98f80ba186030cbb70b3a1e5daf80469ecd (patch)
treeb77ccd9183ff614bb4666dd970747032f7853a02 /testsuite
parent475b6f35debed2b58c2a741477f96fb0fcd699bf (diff)
downloadsamba-d824b98f80ba186030cbb70b3a1e5daf80469ecd.tar.gz
samba-d824b98f80ba186030cbb70b3a1e5daf80469ecd.tar.bz2
samba-d824b98f80ba186030cbb70b3a1e5daf80469ecd.zip
r23779: Change from v2 or later to v3 or later.
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/nsswitch/getent_grent.c2
-rw-r--r--testsuite/nsswitch/getent_pwent.c2
-rw-r--r--testsuite/nsswitch/longarg_getgrnam.c2
-rw-r--r--testsuite/nsswitch/longarg_getpwnam.c2
-rw-r--r--testsuite/nsswitch/longarg_utils.h2
-rw-r--r--testsuite/printing/psec.c2
-rw-r--r--testsuite/printing/vlp.c2
-rw-r--r--testsuite/smbd/se_access_check_allowall.c2
-rw-r--r--testsuite/smbd/se_access_check_allowsome.c2
-rw-r--r--testsuite/smbd/se_access_check_denyall.c2
-rw-r--r--testsuite/smbd/se_access_check_denysome.c2
-rw-r--r--testsuite/smbd/se_access_check_empty.c2
-rw-r--r--testsuite/smbd/se_access_check_nullsd.c2
-rw-r--r--testsuite/smbd/se_access_check_printer.c2
-rw-r--r--testsuite/smbd/se_access_check_utils.c2
-rw-r--r--testsuite/smbd/se_access_check_utils.h2
-rw-r--r--testsuite/smbd/sec_ctx1.c2
-rw-r--r--testsuite/smbd/sec_ctx_current_user.c2
-rw-r--r--testsuite/smbd/sec_ctx_flow.c2
-rw-r--r--testsuite/smbd/sec_ctx_groups.c2
-rw-r--r--testsuite/smbd/sec_ctx_nonroot.c2
-rw-r--r--testsuite/smbd/sec_ctx_root.c2
-rw-r--r--testsuite/smbd/sec_ctx_stack.c2
-rw-r--r--testsuite/smbd/sec_ctx_torture.c2
-rw-r--r--testsuite/smbd/sec_ctx_utils.c2
-rw-r--r--testsuite/smbd/sec_ctx_utils.h2
26 files changed, 26 insertions, 26 deletions
diff --git a/testsuite/nsswitch/getent_grent.c b/testsuite/nsswitch/getent_grent.c
index 782cc0c86b..d502c4eeb0 100644
--- a/testsuite/nsswitch/getent_grent.c
+++ b/testsuite/nsswitch/getent_grent.c
@@ -8,7 +8,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/nsswitch/getent_pwent.c b/testsuite/nsswitch/getent_pwent.c
index 96c804433a..9491d4594b 100644
--- a/testsuite/nsswitch/getent_pwent.c
+++ b/testsuite/nsswitch/getent_pwent.c
@@ -8,7 +8,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/nsswitch/longarg_getgrnam.c b/testsuite/nsswitch/longarg_getgrnam.c
index 84083d2620..612acca671 100644
--- a/testsuite/nsswitch/longarg_getgrnam.c
+++ b/testsuite/nsswitch/longarg_getgrnam.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/nsswitch/longarg_getpwnam.c b/testsuite/nsswitch/longarg_getpwnam.c
index f2a0a73ddc..6575d33ca8 100644
--- a/testsuite/nsswitch/longarg_getpwnam.c
+++ b/testsuite/nsswitch/longarg_getpwnam.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/nsswitch/longarg_utils.h b/testsuite/nsswitch/longarg_utils.h
index 1f2f2a7065..cbc212c5fd 100644
--- a/testsuite/nsswitch/longarg_utils.h
+++ b/testsuite/nsswitch/longarg_utils.h
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/printing/psec.c b/testsuite/printing/psec.c
index 7ba40b18a3..b6eef6c6da 100644
--- a/testsuite/printing/psec.c
+++ b/testsuite/printing/psec.c
@@ -8,7 +8,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/printing/vlp.c b/testsuite/printing/vlp.c
index 2dd028fcd3..d2f2c15aa2 100644
--- a/testsuite/printing/vlp.c
+++ b/testsuite/printing/vlp.c
@@ -7,7 +7,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/se_access_check_allowall.c b/testsuite/smbd/se_access_check_allowall.c
index b49e8e52e7..8d41b955fc 100644
--- a/testsuite/smbd/se_access_check_allowall.c
+++ b/testsuite/smbd/se_access_check_allowall.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/se_access_check_allowsome.c b/testsuite/smbd/se_access_check_allowsome.c
index 529b200762..1d59fc212c 100644
--- a/testsuite/smbd/se_access_check_allowsome.c
+++ b/testsuite/smbd/se_access_check_allowsome.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/se_access_check_denyall.c b/testsuite/smbd/se_access_check_denyall.c
index 016e6f6d54..2e34ba9ca5 100644
--- a/testsuite/smbd/se_access_check_denyall.c
+++ b/testsuite/smbd/se_access_check_denyall.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/se_access_check_denysome.c b/testsuite/smbd/se_access_check_denysome.c
index 1f0aaaf139..80f1484913 100644
--- a/testsuite/smbd/se_access_check_denysome.c
+++ b/testsuite/smbd/se_access_check_denysome.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/se_access_check_empty.c b/testsuite/smbd/se_access_check_empty.c
index 6602b1147e..697380a832 100644
--- a/testsuite/smbd/se_access_check_empty.c
+++ b/testsuite/smbd/se_access_check_empty.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/se_access_check_nullsd.c b/testsuite/smbd/se_access_check_nullsd.c
index c042c2b148..4a3f5697c2 100644
--- a/testsuite/smbd/se_access_check_nullsd.c
+++ b/testsuite/smbd/se_access_check_nullsd.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/se_access_check_printer.c b/testsuite/smbd/se_access_check_printer.c
index e73a23ce21..02953a3bd2 100644
--- a/testsuite/smbd/se_access_check_printer.c
+++ b/testsuite/smbd/se_access_check_printer.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/se_access_check_utils.c b/testsuite/smbd/se_access_check_utils.c
index 316bb5d905..ce7bef16e5 100644
--- a/testsuite/smbd/se_access_check_utils.c
+++ b/testsuite/smbd/se_access_check_utils.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/se_access_check_utils.h b/testsuite/smbd/se_access_check_utils.h
index bae0d171ab..4bbd6b713c 100644
--- a/testsuite/smbd/se_access_check_utils.h
+++ b/testsuite/smbd/se_access_check_utils.h
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/sec_ctx1.c b/testsuite/smbd/sec_ctx1.c
index b74b6ed900..8d2cb37dfc 100644
--- a/testsuite/smbd/sec_ctx1.c
+++ b/testsuite/smbd/sec_ctx1.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/sec_ctx_current_user.c b/testsuite/smbd/sec_ctx_current_user.c
index 5b7da0ef46..ee2270693d 100644
--- a/testsuite/smbd/sec_ctx_current_user.c
+++ b/testsuite/smbd/sec_ctx_current_user.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/sec_ctx_flow.c b/testsuite/smbd/sec_ctx_flow.c
index 7b25178467..a34523b3ce 100644
--- a/testsuite/smbd/sec_ctx_flow.c
+++ b/testsuite/smbd/sec_ctx_flow.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/sec_ctx_groups.c b/testsuite/smbd/sec_ctx_groups.c
index 61d77f6f4f..fa42d41b2b 100644
--- a/testsuite/smbd/sec_ctx_groups.c
+++ b/testsuite/smbd/sec_ctx_groups.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/sec_ctx_nonroot.c b/testsuite/smbd/sec_ctx_nonroot.c
index 18bba7e280..3e904efbca 100644
--- a/testsuite/smbd/sec_ctx_nonroot.c
+++ b/testsuite/smbd/sec_ctx_nonroot.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/sec_ctx_root.c b/testsuite/smbd/sec_ctx_root.c
index f2e46f0a5c..c857b653c6 100644
--- a/testsuite/smbd/sec_ctx_root.c
+++ b/testsuite/smbd/sec_ctx_root.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/sec_ctx_stack.c b/testsuite/smbd/sec_ctx_stack.c
index f6952fabb4..6887b05d1a 100644
--- a/testsuite/smbd/sec_ctx_stack.c
+++ b/testsuite/smbd/sec_ctx_stack.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/sec_ctx_torture.c b/testsuite/smbd/sec_ctx_torture.c
index effee069ef..460e598c3e 100644
--- a/testsuite/smbd/sec_ctx_torture.c
+++ b/testsuite/smbd/sec_ctx_torture.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/sec_ctx_utils.c b/testsuite/smbd/sec_ctx_utils.c
index fbda6352c4..96d00ce365 100644
--- a/testsuite/smbd/sec_ctx_utils.c
+++ b/testsuite/smbd/sec_ctx_utils.c
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,
diff --git a/testsuite/smbd/sec_ctx_utils.h b/testsuite/smbd/sec_ctx_utils.h
index 1f4bde841e..ac0242bd79 100644
--- a/testsuite/smbd/sec_ctx_utils.h
+++ b/testsuite/smbd/sec_ctx_utils.h
@@ -6,7 +6,7 @@
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 2 of the License, or
+ 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,