From aeb2545d5ff0bc11a6c8f47129d5a42cf5cee5d3 Mon Sep 17 00:00:00 2001 From: Distribution Folks Date: Fri, 7 Jun 1985 23:27:15 -0800 Subject: [PATCH] Add copyright SCCS-vsn: usr.sbin/sendmail/mailstats/mailstats.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/main.c 5.1 SCCS-vsn: usr.sbin/sendmail/src/conf.h 5.1 SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.1 SCCS-vsn: usr.sbin/sendmail/doc/Makefile 5.1 --- usr/src/usr.sbin/sendmail/doc/Makefile | 13 +++++++++-- .../usr.sbin/sendmail/mailstats/mailstats.c | 21 +++++++++++++++++- usr/src/usr.sbin/sendmail/src/conf.h | 14 ++++++++++-- usr/src/usr.sbin/sendmail/src/main.c | 22 ++++++++++++++++++- usr/src/usr.sbin/sendmail/src/sendmail.h | 14 +++++++++++- 5 files changed, 77 insertions(+), 7 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/doc/Makefile b/usr/src/usr.sbin/sendmail/doc/Makefile index 85cb42fcfc..28a961aaa6 100644 --- a/usr/src/usr.sbin/sendmail/doc/Makefile +++ b/usr/src/usr.sbin/sendmail/doc/Makefile @@ -1,7 +1,16 @@ # -# Makefile for sendmail documentation +# 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. +# +# @(#)Makefile 5.1 (Berkeley) %G% # -# @(#)Makefile 4.1 %G% +# +# Makefile for sendmail documentation # OBJS= intro.lpr op.lpr usenix.lpr diff --git a/usr/src/usr.sbin/sendmail/mailstats/mailstats.c b/usr/src/usr.sbin/sendmail/mailstats/mailstats.c index c3068051f4..dfd1ae5a2c 100644 --- a/usr/src/usr.sbin/sendmail/mailstats/mailstats.c +++ b/usr/src/usr.sbin/sendmail/mailstats/mailstats.c @@ -1,6 +1,25 @@ +/* +** 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 +char copyright[] = +"@(#) Copyright (c) 1980 Regents of the University of California.\n\ + All rights reserved.\n"; +#endif not lint + +#ifndef lint +static char SccsId[] = "@(#)mailstats.c 5.1 (Berkeley) %G%"; +#endif not lint # include "sendmail.h" -SCCSID(@(#)mailstats.c 4.1 %G%); +SCCSID(@(#)mailstats.c 5.1 %G%); /* ** MAILSTATS -- print mail statistics. diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index 3ce1038435..b2581c97b4 100644 --- a/usr/src/usr.sbin/sendmail/src/conf.h +++ b/usr/src/usr.sbin/sendmail/src/conf.h @@ -1,7 +1,17 @@ /* -** CONF.H -- All user-configurable parameters for sendmail +** 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. ** -** @(#)conf.h 4.3 %G% +** @(#)conf.h 5.1 (Berkeley) %G% +*/ + +/* +** CONF.H -- All user-configurable parameters for sendmail */ diff --git a/usr/src/usr.sbin/sendmail/src/main.c b/usr/src/usr.sbin/sendmail/src/main.c index 6124b7db33..14d5d7ee3e 100644 --- a/usr/src/usr.sbin/sendmail/src/main.c +++ b/usr/src/usr.sbin/sendmail/src/main.c @@ -1,9 +1,29 @@ +/* +** 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 +char copyright[] = +"@(#) Copyright (c) 1980 Regents of the University of California.\n\ + All rights reserved.\n"; +#endif not lint + +#ifndef lint +static char SccsId[] = "@(#)main.c 5.1 (Berkeley) %G%"; +#endif not lint + # define _DEFINE # include # include # include "sendmail.h" -SCCSID(@(#)main.c 4.18 %G%); +SCCSID(@(#)main.c 5.1 %G%); /* ** SENDMAIL -- Post mail to a set of destinations. diff --git a/usr/src/usr.sbin/sendmail/src/sendmail.h b/usr/src/usr.sbin/sendmail/src/sendmail.h index 223cfd8a07..553da26fe9 100644 --- a/usr/src/usr.sbin/sendmail/src/sendmail.h +++ b/usr/src/usr.sbin/sendmail/src/sendmail.h @@ -1,3 +1,15 @@ +/* +** 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. +** +** @(#)sendmail.h 5.1 (Berkeley) %G% +*/ + /* ** SENDMAIL.H -- Global definitions for sendmail. */ @@ -7,7 +19,7 @@ # ifdef _DEFINE # define EXTERN # ifndef lint -static char SmailSccsId[] = "@(#)sendmail.h 4.13 %G%"; +static char SmailSccsId[] = "@(#)sendmail.h 5.1 %G%"; # endif lint # else _DEFINE # define EXTERN extern -- 2.20.1