diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2014-01-26 20:46:55 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2014-01-26 20:46:55 +0000 |
| commit | c1bfccf73ee6551521d508e89408309544c871c8 (patch) | |
| tree | c7649ff2b7ea8545ce9a302a23d0db6931877c1f /rmail | |
| parent | e388eedd7a4356992c2ecf5dcc8e77368cd9c391 (diff) | |
Diffstat (limited to 'rmail')
| -rwxr-xr-x | rmail/Build | 4 | ||||
| -rw-r--r-- | rmail/rmail.0 | 2 | ||||
| -rw-r--r-- | rmail/rmail.8 | 6 | ||||
| -rw-r--r-- | rmail/rmail.c | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/rmail/Build b/rmail/Build index ffc3997819ef..dc2c2f3cba2f 100755 --- a/rmail/Build +++ b/rmail/Build @@ -1,6 +1,6 @@ #!/bin/sh -# 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 @@ -8,6 +8,6 @@ # the sendmail distribution. # # -# $Id: Build,v 8.4 1999/03/02 02:34:45 peterh Exp $ +# $Id: Build,v 8.5 2013/11/22 20:51:53 ca Exp $ exec ../devtools/bin/Build $* diff --git a/rmail/rmail.0 b/rmail/rmail.0 index 95ce9ba7af6e..a7590094bce9 100644 --- a/rmail/rmail.0 +++ b/rmail/rmail.0 @@ -33,4 +33,4 @@ BBUUGGSS - $Date: 2001/04/03 01:53:16 $ RMAIL(8) + $Date: 2013/11/22 20:51:53 $ RMAIL(8) diff --git a/rmail/rmail.8 b/rmail/rmail.8 index 41aa3394f2a0..a243e639c561 100644 --- a/rmail/rmail.8 +++ b/rmail/rmail.8 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers. +.\" Copyright (c) 1998-2000 Proofpoint, Inc. and its suppliers. .\" All rights reserved. .\" Copyright (c) 1983, 1990 .\" The Regents of the University of California. All rights reserved. @@ -8,9 +8,9 @@ .\" the sendmail distribution. .\" .\" -.\" $Id: rmail.8,v 8.4 2001/04/03 01:53:16 gshapiro Exp $ +.\" $Id: rmail.8,v 8.5 2013/11/22 20:51:53 ca Exp $ .\" -.TH RMAIL 8 "$Date: 2001/04/03 01:53:16 $" +.TH RMAIL 8 "$Date: 2013/11/22 20:51:53 $" .SH NAME rmail \- handle remote mail received via uucp diff --git a/rmail/rmail.c b/rmail/rmail.c index dcca08e104c0..80402b3335db 100644 --- a/rmail/rmail.c +++ b/rmail/rmail.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) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -13,12 +13,12 @@ #include <sm/gen.h> SM_IDSTR(copyright, -"@(#) Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.\n\ +"@(#) Copyright (c) 1998-2001 Proofpoint, Inc. and its suppliers.\n\ All rights reserved.\n\ Copyright (c) 1988, 1993\n\ The Regents of the University of California. All rights reserved.\n") -SM_IDSTR(id, "@(#)$Id: rmail.c,v 8.62 2013/03/12 15:24:52 ca Exp $") +SM_IDSTR(id, "@(#)$Id: rmail.c,v 8.63 2013/11/22 20:51:53 ca Exp $") /* * RMAIL -- UUCP mail server. |
