summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/Build4
-rw-r--r--test/README4
-rw-r--r--test/t_dropgid.c4
-rw-r--r--test/t_exclopen.c4
-rw-r--r--test/t_pathconf.c4
-rw-r--r--test/t_seteuid.c4
-rw-r--r--test/t_setgid.c4
-rw-r--r--test/t_setreuid.c4
-rw-r--r--test/t_setuid.c4
-rw-r--r--test/t_snprintf.c4
10 files changed, 20 insertions, 20 deletions
diff --git a/test/Build b/test/Build
index 91535e64302d..c7d0ee92ca9b 100755
--- a/test/Build
+++ b/test/Build
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (c) 2001 Sendmail, Inc. and its suppliers.
+# Copyright (c) 2001 Proofpoint, Inc. and its suppliers.
# All rights reserved.
#
# By using this file, you agree to the terms and conditions set
@@ -8,6 +8,6 @@
# the sendmail distribution.
#
#
-# $Id: Build,v 1.1 2001/09/23 22:39:24 ca Exp $
+# $Id: Build,v 1.2 2013/11/22 20:52:01 ca Exp $
exec sh ../devtools/bin/Build $*
diff --git a/test/README b/test/README
index d715bbb1e14e..5c3851bfc908 100644
--- a/test/README
+++ b/test/README
@@ -1,11 +1,11 @@
-# Copyright (c) 2001 Sendmail, Inc. and its suppliers.
+# Copyright (c) 2001 Proofpoint, Inc. and its suppliers.
# All rights reserved.
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
-# $Id: README,v 1.2 2001/09/28 16:36:28 ca Exp $
+# $Id: README,v 1.3 2013/11/22 20:52:01 ca Exp $
#
This directory contains several programs to test various OS calls.
diff --git a/test/t_dropgid.c b/test/t_dropgid.c
index cb166d0ad6f3..4f8aedcfb956 100644
--- a/test/t_dropgid.c
+++ b/test/t_dropgid.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 2001 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -22,7 +22,7 @@
#include <stdio.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_dropgid.c,v 1.6 2001/09/28 16:36:28 ca Exp $";
+static char id[] = "@(#)$Id: t_dropgid.c,v 1.7 2013/11/22 20:52:01 ca Exp $";
#endif /* ! lint */
static void
diff --git a/test/t_exclopen.c b/test/t_exclopen.c
index f1bde722089b..08670cd74f40 100644
--- a/test/t_exclopen.c
+++ b/test/t_exclopen.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -46,7 +46,7 @@
#include <unistd.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_exclopen.c,v 8.6 2001/09/23 03:35:41 ca Exp $";
+static char id[] = "@(#)$Id: t_exclopen.c,v 8.7 2013/11/22 20:52:01 ca Exp $";
#endif /* ! lint */
static char Attacker[128];
diff --git a/test/t_pathconf.c b/test/t_pathconf.c
index 2baaaa61d9a9..e3c7c7f2d36b 100644
--- a/test/t_pathconf.c
+++ b/test/t_pathconf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -26,7 +26,7 @@
#include <sysexits.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_pathconf.c,v 8.6 2001/09/23 03:35:41 ca Exp $";
+static char id[] = "@(#)$Id: t_pathconf.c,v 8.7 2013/11/22 20:52:01 ca Exp $";
#endif /* ! lint */
int
diff --git a/test/t_seteuid.c b/test/t_seteuid.c
index 9fab8981c0a1..f64b93be8779 100644
--- a/test/t_seteuid.c
+++ b/test/t_seteuid.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2001 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2001 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -26,7 +26,7 @@
#include <stdio.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_seteuid.c,v 8.8 2001/09/23 03:35:41 ca Exp $";
+static char id[] = "@(#)$Id: t_seteuid.c,v 8.9 2013/11/22 20:52:01 ca Exp $";
#endif /* ! lint */
#ifdef __hpux
diff --git a/test/t_setgid.c b/test/t_setgid.c
index dfe180587a40..a7d6bc591bca 100644
--- a/test/t_setgid.c
+++ b/test/t_setgid.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 2001 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -22,7 +22,7 @@
#include <stdio.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_setgid.c,v 1.6 2001/09/23 03:35:41 ca Exp $";
+static char id[] = "@(#)$Id: t_setgid.c,v 1.7 2013/11/22 20:52:01 ca Exp $";
#endif /* ! lint */
static void
diff --git a/test/t_setreuid.c b/test/t_setreuid.c
index b307b0803924..1eef37cd6273 100644
--- a/test/t_setreuid.c
+++ b/test/t_setreuid.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 2001 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -23,7 +23,7 @@
#include <stdio.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_setreuid.c,v 8.9 2001/10/12 03:04:46 gshapiro Exp $";
+static char id[] = "@(#)$Id: t_setreuid.c,v 8.10 2013/11/22 20:52:01 ca Exp $";
#endif /* ! lint */
#ifdef __hpux
diff --git a/test/t_setuid.c b/test/t_setuid.c
index 6533339298ae..0d4f9f064892 100644
--- a/test/t_setuid.c
+++ b/test/t_setuid.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 2001 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -25,7 +25,7 @@
#include <stdio.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_setuid.c,v 8.7 2001/09/23 03:35:41 ca Exp $";
+static char id[] = "@(#)$Id: t_setuid.c,v 8.8 2013/11/22 20:52:01 ca Exp $";
#endif /* ! lint */
static void
diff --git a/test/t_snprintf.c b/test/t_snprintf.c
index 8a0378fa2dce..b78f2d5ecb4d 100644
--- a/test/t_snprintf.c
+++ b/test/t_snprintf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 2001 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -12,7 +12,7 @@
#include <sysexits.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_snprintf.c,v 8.4 2001/09/23 03:35:41 ca Exp $";
+static char id[] = "@(#)$Id: t_snprintf.c,v 8.5 2013/11/22 20:52:01 ca Exp $";
#endif /* ! lint */
#define TEST_STRING "1234567890"