From b2a812234b3424967ede260f82a515a49ae1d7ad Mon Sep 17 00:00:00 2001 From: Distribution Folks Date: Fri, 7 Jun 1985 22:21:54 -0800 Subject: [PATCH] Add copyright SCCS-vsn: usr.sbin/sendmail/src/envelope.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/err.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/headers.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/macro.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/queue.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/recipient.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/savemail.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/stab.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/stats.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/sysexits.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/util.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/version.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/trace.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/util.c 5.2 --- usr/src/usr.sbin/sendmail/src/envelope.c | 16 +++++++++++++++- usr/src/usr.sbin/sendmail/src/err.c | 16 +++++++++++++++- usr/src/usr.sbin/sendmail/src/headers.c | 16 +++++++++++++++- usr/src/usr.sbin/sendmail/src/macro.c | 16 +++++++++++++++- usr/src/usr.sbin/sendmail/src/queue.c | 18 ++++++++++++++++-- usr/src/usr.sbin/sendmail/src/readcf.c | 16 +++++++++++++++- usr/src/usr.sbin/sendmail/src/recipient.c | 16 +++++++++++++++- usr/src/usr.sbin/sendmail/src/savemail.c | 16 +++++++++++++++- usr/src/usr.sbin/sendmail/src/srvrsmtp.c | 18 ++++++++++++++++-- usr/src/usr.sbin/sendmail/src/stab.c | 16 +++++++++++++++- usr/src/usr.sbin/sendmail/src/stats.c | 16 +++++++++++++++- usr/src/usr.sbin/sendmail/src/sysexits.c | 16 +++++++++++++++- usr/src/usr.sbin/sendmail/src/trace.c | 16 +++++++++++++++- usr/src/usr.sbin/sendmail/src/usersmtp.c | 18 ++++++++++++++++-- usr/src/usr.sbin/sendmail/src/util.c | 16 +++++++++++++++- usr/src/usr.sbin/sendmail/src/version.c | 18 ++++++++++++++---- 16 files changed, 242 insertions(+), 22 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/envelope.c b/usr/src/usr.sbin/sendmail/src/envelope.c index 604768d8df..c37df26439 100644 --- a/usr/src/usr.sbin/sendmail/src/envelope.c +++ b/usr/src/usr.sbin/sendmail/src/envelope.c @@ -1,9 +1,23 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)envelope.c 5.1 (Berkeley) %G%"; +#endif not lint + #include #include #include "sendmail.h" #include -SCCSID(@(#)envelope.c 4.10 %G%); +SCCSID(@(#)envelope.c 5.1 %G%); /* ** NEWENVELOPE -- allocate a new envelope diff --git a/usr/src/usr.sbin/sendmail/src/err.c b/usr/src/usr.sbin/sendmail/src/err.c index 1418e3b3bb..5c5ed315c8 100644 --- a/usr/src/usr.sbin/sendmail/src/err.c +++ b/usr/src/usr.sbin/sendmail/src/err.c @@ -1,6 +1,20 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)err.c 5.1 (Berkeley) %G%"; +#endif not lint + # include "sendmail.h" -SCCSID(@(#)err.c 4.6 %G%); +SCCSID(@(#)err.c 5.1 %G%); /* ** SYSERR -- Print error message. diff --git a/usr/src/usr.sbin/sendmail/src/headers.c b/usr/src/usr.sbin/sendmail/src/headers.c index 5aff0058ed..4a8ce2b6a4 100644 --- a/usr/src/usr.sbin/sendmail/src/headers.c +++ b/usr/src/usr.sbin/sendmail/src/headers.c @@ -1,7 +1,21 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)headers.c 5.1 (Berkeley) %G%"; +#endif not lint + # include # include "sendmail.h" -SCCSID(@(#)headers.c 4.6 %G%); +SCCSID(@(#)headers.c 5.1 %G%); /* ** CHOMPHEADER -- process and save a header line. diff --git a/usr/src/usr.sbin/sendmail/src/macro.c b/usr/src/usr.sbin/sendmail/src/macro.c index 87e8f03b78..0fcb20fac1 100644 --- a/usr/src/usr.sbin/sendmail/src/macro.c +++ b/usr/src/usr.sbin/sendmail/src/macro.c @@ -1,7 +1,21 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)macro.c 5.1 (Berkeley) %G%"; +#endif not lint + # include "sendmail.h" # include "conf.h" -SCCSID(@(#)macro.c 4.3 %G%); +SCCSID(@(#)macro.c 5.1 %G%); /* ** EXPAND -- macro expand a string using $x escapes. diff --git a/usr/src/usr.sbin/sendmail/src/queue.c b/usr/src/usr.sbin/sendmail/src/queue.c index b8d712499c..999bcb5cec 100644 --- a/usr/src/usr.sbin/sendmail/src/queue.c +++ b/usr/src/usr.sbin/sendmail/src/queue.c @@ -1,3 +1,17 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)queue.c 5.1 (Berkeley) %G%"; +#endif not lint + # include "sendmail.h" # include # include @@ -5,10 +19,10 @@ # include # ifndef QUEUE -SCCSID(@(#)queue.c 4.5 %G% (no queueing)); +SCCSID(@(#)queue.c 5.1 %G% (no queueing)); # else QUEUE -SCCSID(@(#)queue.c 4.5 %G%); +SCCSID(@(#)queue.c 5.1 %G%); /* ** Work queue. diff --git a/usr/src/usr.sbin/sendmail/src/readcf.c b/usr/src/usr.sbin/sendmail/src/readcf.c index 9ab5fca17f..9a3e1aff0b 100644 --- a/usr/src/usr.sbin/sendmail/src/readcf.c +++ b/usr/src/usr.sbin/sendmail/src/readcf.c @@ -1,6 +1,20 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)readcf.c 5.1 (Berkeley) %G%"; +#endif not lint + # include "sendmail.h" -SCCSID(@(#)readcf.c 4.13 %G%); +SCCSID(@(#)readcf.c 5.1 %G%); /* ** READCF -- read control file. diff --git a/usr/src/usr.sbin/sendmail/src/recipient.c b/usr/src/usr.sbin/sendmail/src/recipient.c index a59892534b..79f49d82e3 100644 --- a/usr/src/usr.sbin/sendmail/src/recipient.c +++ b/usr/src/usr.sbin/sendmail/src/recipient.c @@ -1,8 +1,22 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)recipient.c 5.1 (Berkeley) %G%"; +#endif not lint + # include # include "sendmail.h" # include -SCCSID(@(#)recipient.c 4.3.1.1 %G%); +SCCSID(@(#)recipient.c 5.1 %G%); /* ** SENDTOLIST -- Designate a send list. diff --git a/usr/src/usr.sbin/sendmail/src/savemail.c b/usr/src/usr.sbin/sendmail/src/savemail.c index 2718dd4c17..4a25dd7ba9 100644 --- a/usr/src/usr.sbin/sendmail/src/savemail.c +++ b/usr/src/usr.sbin/sendmail/src/savemail.c @@ -1,7 +1,21 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)savemail.c 5.1 (Berkeley) %G%"; +#endif not lint + # include # include "sendmail.h" -SCCSID(@(#)savemail.c 4.6 %G%); +SCCSID(@(#)savemail.c 5.1 %G%); /* ** SAVEMAIL -- Save mail on error diff --git a/usr/src/usr.sbin/sendmail/src/srvrsmtp.c b/usr/src/usr.sbin/sendmail/src/srvrsmtp.c index 9ef964a799..94ef11f18a 100644 --- a/usr/src/usr.sbin/sendmail/src/srvrsmtp.c +++ b/usr/src/usr.sbin/sendmail/src/srvrsmtp.c @@ -1,12 +1,26 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)srvrsmtp.c 5.1 (Berkeley) %G%"; +#endif not lint + # include # include "sendmail.h" # include # ifndef SMTP -SCCSID(@(#)srvrsmtp.c 4.11 %G% (no SMTP)); +SCCSID(@(#)srvrsmtp.c 5.1 %G% (no SMTP)); # else SMTP -SCCSID(@(#)srvrsmtp.c 4.11 %G%); +SCCSID(@(#)srvrsmtp.c 5.1 %G%); /* ** SMTP -- run the SMTP protocol. diff --git a/usr/src/usr.sbin/sendmail/src/stab.c b/usr/src/usr.sbin/sendmail/src/stab.c index f45c478e0e..e3d212382f 100644 --- a/usr/src/usr.sbin/sendmail/src/stab.c +++ b/usr/src/usr.sbin/sendmail/src/stab.c @@ -1,6 +1,20 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)stab.c 5.1 (Berkeley) %G%"; +#endif not lint + # include "sendmail.h" -SCCSID(@(#)stab.c 4.2 %G%); +SCCSID(@(#)stab.c 5.1 %G%); /* ** STAB -- manage the symbol table diff --git a/usr/src/usr.sbin/sendmail/src/stats.c b/usr/src/usr.sbin/sendmail/src/stats.c index 975fe7bb31..6d3895722c 100644 --- a/usr/src/usr.sbin/sendmail/src/stats.c +++ b/usr/src/usr.sbin/sendmail/src/stats.c @@ -1,6 +1,20 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)stats.c 5.1 (Berkeley) %G%"; +#endif not lint + # include "sendmail.h" -SCCSID(@(#)stats.c 4.2 %G%); +SCCSID(@(#)stats.c 5.1 %G%); /* ** Statistics structure. diff --git a/usr/src/usr.sbin/sendmail/src/sysexits.c b/usr/src/usr.sbin/sendmail/src/sysexits.c index 32b30dd8dc..3f08cd2c26 100644 --- a/usr/src/usr.sbin/sendmail/src/sysexits.c +++ b/usr/src/usr.sbin/sendmail/src/sysexits.c @@ -1,7 +1,21 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)sysexits.c 5.1 (Berkeley) %G%"; +#endif not lint + # include # include "useful.h" -SCCSID(@(#)sysexits.c 4.3 %G%); +SCCSID(@(#)sysexits.c 5.1 %G%); /* ** SYSEXITS.C -- error messages corresponding to sysexits.h diff --git a/usr/src/usr.sbin/sendmail/src/trace.c b/usr/src/usr.sbin/sendmail/src/trace.c index 9f42bd58fd..70c198d2df 100644 --- a/usr/src/usr.sbin/sendmail/src/trace.c +++ b/usr/src/usr.sbin/sendmail/src/trace.c @@ -1,7 +1,21 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)trace.c 5.1 (Berkeley) %G%"; +#endif not lint + # include # include "sendmail.h" -SCCSID(@(#)trace.c 4.1 %G%); +SCCSID(@(#)trace.c 5.1 %G%); /* ** TtSETUP -- set up for trace package. diff --git a/usr/src/usr.sbin/sendmail/src/usersmtp.c b/usr/src/usr.sbin/sendmail/src/usersmtp.c index 4916a5cbca..f024200120 100644 --- a/usr/src/usr.sbin/sendmail/src/usersmtp.c +++ b/usr/src/usr.sbin/sendmail/src/usersmtp.c @@ -1,13 +1,27 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)usersmtp.c 5.1 (Berkeley) %G%"; +#endif not lint + # include # include # include # include "sendmail.h" # ifndef SMTP -SCCSID(@(#)usersmtp.c 4.12 %G% (no SMTP)); +SCCSID(@(#)usersmtp.c 5.1 %G% (no SMTP)); # else SMTP -SCCSID(@(#)usersmtp.c 4.12 %G%); +SCCSID(@(#)usersmtp.c 5.1 %G%); diff --git a/usr/src/usr.sbin/sendmail/src/util.c b/usr/src/usr.sbin/sendmail/src/util.c index f229e992a5..c31e1e5c7d 100644 --- a/usr/src/usr.sbin/sendmail/src/util.c +++ b/usr/src/usr.sbin/sendmail/src/util.c @@ -1,3 +1,17 @@ +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ + +#ifndef lint +static char SccsId[] = "@(#)util.c 5.2 (Berkeley) %G%"; +#endif not lint + # include # include # include @@ -8,7 +22,7 @@ # include "sendmail.h" # include "conf.h" -SCCSID(@(#)util.c 4.11 %G%); +SCCSID(@(#)util.c 5.2 %G%); /* ** STRIPQUOTES -- Strip quotes & quote bits from a string. diff --git a/usr/src/usr.sbin/sendmail/src/version.c b/usr/src/usr.sbin/sendmail/src/version.c index 05aeeccc79..b929b77945 100644 --- a/usr/src/usr.sbin/sendmail/src/version.c +++ b/usr/src/usr.sbin/sendmail/src/version.c @@ -1,5 +1,15 @@ -# ifndef lint -static char SccsId[] = "@(#)SendMail version 4.56 of %G%"; -# endif lint +/* +** Sendmail +** Copyright (c) 1983 Eric P. Allman +** Berkeley, California +** +** Copyright (c) 1983 Regents of the University of California. +** All rights reserved. The Berkeley software License Agreement +** specifies the terms and conditions for redistribution. +*/ -char Version[] = "4.56"; +#ifndef lint +static char SccsId[] = "@(#)version.c 5.1 (Berkeley) %G%"; +#endif not lint + +char Version[] = "5.1"; -- 2.20.1