summaryrefslogtreecommitdiff
path: root/testsuite/smbd
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/smbd')
-rw-r--r--testsuite/smbd/se_access_check_allowall.c3
-rw-r--r--testsuite/smbd/se_access_check_allowsome.c3
-rw-r--r--testsuite/smbd/se_access_check_denyall.c3
-rw-r--r--testsuite/smbd/se_access_check_denysome.c3
-rw-r--r--testsuite/smbd/se_access_check_empty.c3
-rw-r--r--testsuite/smbd/se_access_check_nullsd.c3
-rw-r--r--testsuite/smbd/se_access_check_printer.c3
-rw-r--r--testsuite/smbd/se_access_check_utils.c3
-rw-r--r--testsuite/smbd/se_access_check_utils.h3
-rw-r--r--testsuite/smbd/sec_ctx1.c3
-rw-r--r--testsuite/smbd/sec_ctx_current_user.c3
-rw-r--r--testsuite/smbd/sec_ctx_flow.c3
-rw-r--r--testsuite/smbd/sec_ctx_groups.c3
-rw-r--r--testsuite/smbd/sec_ctx_nonroot.c3
-rw-r--r--testsuite/smbd/sec_ctx_root.c3
-rw-r--r--testsuite/smbd/sec_ctx_stack.c3
-rw-r--r--testsuite/smbd/sec_ctx_torture.c3
-rw-r--r--testsuite/smbd/sec_ctx_utils.c3
-rw-r--r--testsuite/smbd/sec_ctx_utils.h3
19 files changed, 19 insertions, 38 deletions
diff --git a/testsuite/smbd/se_access_check_allowall.c b/testsuite/smbd/se_access_check_allowall.c
index 8d41b955fc..74b9a379b6 100644
--- a/testsuite/smbd/se_access_check_allowall.c
+++ b/testsuite/smbd/se_access_check_allowall.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/se_access_check_allowsome.c b/testsuite/smbd/se_access_check_allowsome.c
index 1d59fc212c..1394d5f8a1 100644
--- a/testsuite/smbd/se_access_check_allowsome.c
+++ b/testsuite/smbd/se_access_check_allowsome.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/se_access_check_denyall.c b/testsuite/smbd/se_access_check_denyall.c
index 2e34ba9ca5..efec172587 100644
--- a/testsuite/smbd/se_access_check_denyall.c
+++ b/testsuite/smbd/se_access_check_denyall.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/se_access_check_denysome.c b/testsuite/smbd/se_access_check_denysome.c
index 80f1484913..e690e1ab16 100644
--- a/testsuite/smbd/se_access_check_denysome.c
+++ b/testsuite/smbd/se_access_check_denysome.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/se_access_check_empty.c b/testsuite/smbd/se_access_check_empty.c
index 697380a832..44f5949771 100644
--- a/testsuite/smbd/se_access_check_empty.c
+++ b/testsuite/smbd/se_access_check_empty.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/se_access_check_nullsd.c b/testsuite/smbd/se_access_check_nullsd.c
index 4a3f5697c2..872b2f6703 100644
--- a/testsuite/smbd/se_access_check_nullsd.c
+++ b/testsuite/smbd/se_access_check_nullsd.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/se_access_check_printer.c b/testsuite/smbd/se_access_check_printer.c
index 02953a3bd2..e2645c6854 100644
--- a/testsuite/smbd/se_access_check_printer.c
+++ b/testsuite/smbd/se_access_check_printer.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/se_access_check_utils.c b/testsuite/smbd/se_access_check_utils.c
index ce7bef16e5..fbd2dab465 100644
--- a/testsuite/smbd/se_access_check_utils.c
+++ b/testsuite/smbd/se_access_check_utils.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/se_access_check_utils.h b/testsuite/smbd/se_access_check_utils.h
index 4bbd6b713c..706c223e76 100644
--- a/testsuite/smbd/se_access_check_utils.h
+++ b/testsuite/smbd/se_access_check_utils.h
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SE_ACCESS_CHECK_UTILS_H
diff --git a/testsuite/smbd/sec_ctx1.c b/testsuite/smbd/sec_ctx1.c
index 8d2cb37dfc..a6e61d1a32 100644
--- a/testsuite/smbd/sec_ctx1.c
+++ b/testsuite/smbd/sec_ctx1.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/sec_ctx_current_user.c b/testsuite/smbd/sec_ctx_current_user.c
index ee2270693d..6361b16da9 100644
--- a/testsuite/smbd/sec_ctx_current_user.c
+++ b/testsuite/smbd/sec_ctx_current_user.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/sec_ctx_flow.c b/testsuite/smbd/sec_ctx_flow.c
index a34523b3ce..f3c0564f1c 100644
--- a/testsuite/smbd/sec_ctx_flow.c
+++ b/testsuite/smbd/sec_ctx_flow.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/sec_ctx_groups.c b/testsuite/smbd/sec_ctx_groups.c
index fa42d41b2b..6310963427 100644
--- a/testsuite/smbd/sec_ctx_groups.c
+++ b/testsuite/smbd/sec_ctx_groups.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/sec_ctx_nonroot.c b/testsuite/smbd/sec_ctx_nonroot.c
index 3e904efbca..b31aeb0906 100644
--- a/testsuite/smbd/sec_ctx_nonroot.c
+++ b/testsuite/smbd/sec_ctx_nonroot.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/sec_ctx_root.c b/testsuite/smbd/sec_ctx_root.c
index c857b653c6..0969978af6 100644
--- a/testsuite/smbd/sec_ctx_root.c
+++ b/testsuite/smbd/sec_ctx_root.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/sec_ctx_stack.c b/testsuite/smbd/sec_ctx_stack.c
index 6887b05d1a..98dd0e1bfa 100644
--- a/testsuite/smbd/sec_ctx_stack.c
+++ b/testsuite/smbd/sec_ctx_stack.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/sec_ctx_torture.c b/testsuite/smbd/sec_ctx_torture.c
index 460e598c3e..2e4d1409df 100644
--- a/testsuite/smbd/sec_ctx_torture.c
+++ b/testsuite/smbd/sec_ctx_torture.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/sec_ctx_utils.c b/testsuite/smbd/sec_ctx_utils.c
index 96d00ce365..e72292b986 100644
--- a/testsuite/smbd/sec_ctx_utils.c
+++ b/testsuite/smbd/sec_ctx_utils.c
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/testsuite/smbd/sec_ctx_utils.h b/testsuite/smbd/sec_ctx_utils.h
index ac0242bd79..03c90e74e6 100644
--- a/testsuite/smbd/sec_ctx_utils.h
+++ b/testsuite/smbd/sec_ctx_utils.h
@@ -15,8 +15,7 @@
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, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SEC_CTX_UTILS_H