summaryrefslogtreecommitdiff
path: root/libsmutil
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2014-01-26 20:46:55 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2014-01-26 20:46:55 +0000
commitc1bfccf73ee6551521d508e89408309544c871c8 (patch)
treec7649ff2b7ea8545ce9a302a23d0db6931877c1f /libsmutil
parente388eedd7a4356992c2ecf5dcc8e77368cd9c391 (diff)
Diffstat (limited to 'libsmutil')
-rwxr-xr-xlibsmutil/Build6
-rw-r--r--libsmutil/cf.c4
-rw-r--r--libsmutil/debug.c4
-rw-r--r--libsmutil/err.c4
-rw-r--r--libsmutil/lockfile.c4
-rw-r--r--libsmutil/safefile.c4
-rw-r--r--libsmutil/snprintf.c4
7 files changed, 15 insertions, 15 deletions
diff --git a/libsmutil/Build b/libsmutil/Build
index 8b32695a1f1f..4daf5409fed5 100755
--- a/libsmutil/Build
+++ b/libsmutil/Build
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (c) 1999-2000 Sendmail, Inc. and its suppliers.
+# Copyright (c) 1999-2000 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 8.3 2000/04/10 06:32:52 gshapiro Exp $
+# $Id: Build,v 8.5 2013/11/22 20:51:50 ca Exp $
-exec sh ../devtools/bin/Build $*
+exec sh ../devtools/bin/Build "$@"
diff --git a/libsmutil/cf.c b/libsmutil/cf.c
index f313762f5577..7048c837f6f1 100644
--- a/libsmutil/cf.c
+++ b/libsmutil/cf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 2000-2002 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -9,7 +9,7 @@
*/
#include <sendmail.h>
-SM_RCSID("@(#)$Id: cf.c,v 8.19 2002/09/24 20:40:59 ca Exp $")
+SM_RCSID("@(#)$Id: cf.c,v 8.20 2013/11/22 20:51:50 ca Exp $")
#include <sendmail/pathnames.h>
/*
diff --git a/libsmutil/debug.c b/libsmutil/debug.c
index 2c3b3284ad5a..91db5960ee0b 100644
--- a/libsmutil/debug.c
+++ b/libsmutil/debug.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
@@ -10,6 +10,6 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: debug.c,v 8.9 2001/09/11 04:04:55 gshapiro Exp $")
+SM_RCSID("@(#)$Id: debug.c,v 8.10 2013/11/22 20:51:50 ca Exp $")
unsigned char tTdvect[100]; /* trace vector */
diff --git a/libsmutil/err.c b/libsmutil/err.c
index 0ad52a4a4a9b..92c5a8f31ff3 100644
--- a/libsmutil/err.c
+++ b/libsmutil/err.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
@@ -10,7 +10,7 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: err.c,v 8.5 2001/09/11 04:04:55 gshapiro Exp $")
+SM_RCSID("@(#)$Id: err.c,v 8.6 2013/11/22 20:51:50 ca Exp $")
#include <ctype.h>
diff --git a/libsmutil/lockfile.c b/libsmutil/lockfile.c
index 17d6237eaa64..ae4020c0625b 100644
--- a/libsmutil/lockfile.c
+++ b/libsmutil/lockfile.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1998-2001 Proofpoint, Inc. and its suppliers.
* All rights reserved.
* Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
* Copyright (c) 1988, 1993
@@ -13,7 +13,7 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: lockfile.c,v 8.21 2003/11/10 22:57:38 ca Exp $")
+SM_RCSID("@(#)$Id: lockfile.c,v 8.22 2013/11/22 20:51:50 ca Exp $")
/*
diff --git a/libsmutil/safefile.c b/libsmutil/safefile.c
index f299e1053556..cd1d1ed7e8e2 100644
--- a/libsmutil/safefile.c
+++ b/libsmutil/safefile.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1998-2004 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1998-2004 Proofpoint, Inc. and its suppliers.
* All rights reserved.
* Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
* Copyright (c) 1988, 1993
@@ -15,7 +15,7 @@
#include <sm/io.h>
#include <sm/errstring.h>
-SM_RCSID("@(#)$Id: safefile.c,v 8.129 2008/08/04 18:07:04 gshapiro Exp $")
+SM_RCSID("@(#)$Id: safefile.c,v 8.130 2013/11/22 20:51:50 ca Exp $")
/*
diff --git a/libsmutil/snprintf.c b/libsmutil/snprintf.c
index ff3aa3b90c7c..4e347a79eefa 100644
--- a/libsmutil/snprintf.c
+++ b/libsmutil/snprintf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1998-2001 Proofpoint, Inc. and its suppliers.
* All rights reserved.
* Copyright (c) 1997 Eric P. Allman. All rights reserved.
* Copyright (c) 1988, 1993
@@ -13,7 +13,7 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: snprintf.c,v 8.44 2001/09/11 04:04:56 gshapiro Exp $")
+SM_RCSID("@(#)$Id: snprintf.c,v 8.45 2013/11/22 20:51:50 ca Exp $")
/*
** SHORTENSTRING -- return short version of a string