Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 05:40:15 +0000 (21:40 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 05:40:15 +0000 (21:40 -0800)
SCCS-vsn: usr.sbin/sendmail/src/alias.c 5.1
SCCS-vsn: usr.sbin/sendmail/src/arpadate.c 5.1
SCCS-vsn: usr.sbin/sendmail/src/clock.c 5.1
SCCS-vsn: usr.sbin/sendmail/src/collect.c 5.1
SCCS-vsn: usr.sbin/sendmail/src/conf.c 5.1
SCCS-vsn: usr.sbin/sendmail/src/convtime.c 5.1
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 5.1
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.1

usr/src/usr.sbin/sendmail/src/alias.c
usr/src/usr.sbin/sendmail/src/arpadate.c
usr/src/usr.sbin/sendmail/src/clock.c
usr/src/usr.sbin/sendmail/src/collect.c
usr/src/usr.sbin/sendmail/src/conf.c
usr/src/usr.sbin/sendmail/src/convtime.c
usr/src/usr.sbin/sendmail/src/daemon.c
usr/src/usr.sbin/sendmail/src/deliver.c

index 7e58fb2..575332c 100644 (file)
@@ -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[] = "@(#)alias.c 5.1 (Berkeley) %G%";
+#endif not lint
+
 # include <pwd.h>
 # include <sys/types.h>
 # include <sys/stat.h>
 # include <pwd.h>
 # include <sys/types.h>
 # include <sys/stat.h>
@@ -9,9 +23,9 @@
 # endif FLOCK
 
 # ifdef DBM
 # endif FLOCK
 
 # ifdef DBM
-SCCSID(@(#)alias.c     4.10            %G%     (with DBM));
+SCCSID(@(#)alias.c     5.1             %G%     (with DBM));
 # else DBM
 # else DBM
-SCCSID(@(#)alias.c     4.10            %G%     (without DBM));
+SCCSID(@(#)alias.c     5.1             %G%     (without DBM));
 # endif DBM
 
 /*
 # endif DBM
 
 /*
index e81bcd6..8fa26e7 100644 (file)
@@ -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[] = "@(#)arpadate.c      5.1 (Berkeley) %G%";
+#endif not lint
+
 # include "conf.h"
 # ifdef USG
 # include <time.h>
 # include "conf.h"
 # ifdef USG
 # include <time.h>
@@ -11,7 +25,7 @@
 # endif USG
 # include "useful.h"
 
 # endif USG
 # include "useful.h"
 
-SCCSID(@(#)arpadate.c  4.4             %G%);
+SCCSID(@(#)arpadate.c  5.1             %G%);
 
 # ifdef V6
 # define OLDTIME
 
 # ifdef V6
 # define OLDTIME
index 9534416..0a5a46a 100644 (file)
@@ -1,8 +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[] = "@(#)clock.c 5.1 (Berkeley) %G%";
+#endif not lint
+
 # include "sendmail.h"
 # include <signal.h>
 
 # include "sendmail.h"
 # include <signal.h>
 
-SCCSID(@(#)clock.c     4.4             %G%);
-
 /*
 **  SETEVENT -- set an event to happen at a specific time.
 **
 /*
 **  SETEVENT -- set an event to happen at a specific time.
 **
index 2da66f1..dd72bc1 100644 (file)
@@ -1,8 +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[] = "@(#)collect.c       5.1 (Berkeley) %G%";
+#endif not lint
+
 # include <errno.h>
 # include "sendmail.h"
 
 # include <errno.h>
 # include "sendmail.h"
 
-SCCSID(@(#)collect.c   4.5             %G%);
-
 /*
 **  COLLECT -- read & parse message header & make temp file.
 **
 /*
 **  COLLECT -- read & parse message header & make temp file.
 **
index 3bac230..c0d1b85 100644 (file)
@@ -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[] = "@(#)conf.c  5.1 (Berkeley) %G%";
+#endif not lint
+
 # include <pwd.h>
 # include <sys/ioctl.h>
 # include "sendmail.h"
 # include <pwd.h>
 # include <sys/ioctl.h>
 # include "sendmail.h"
@@ -34,7 +48,7 @@
 
 
 
 
 
 
-SCCSID(@(#)conf.c      4.9             %G%);
+SCCSID(@(#)conf.c      5.1             %G%);
 \f/*
 **  Header info table
 **     Final (null) entry contains the flags used for any other field.
 \f/*
 **  Header info table
 **     Final (null) entry contains the flags used for any other field.
index 859a807..fefce50 100644 (file)
@@ -1,8 +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[] = "@(#)convtime.c      5.1 (Berkeley) %G%";
+#endif not lint
+
 # include <ctype.h>
 # include "useful.h"
 
 # include <ctype.h>
 # include "useful.h"
 
-SCCSID(@(#)convtime.c  4.1             %G%);
-
 /*
 **  CONVTIME -- convert time
 **
 /*
 **  CONVTIME -- convert time
 **
index 5a7e2d1..8c2514f 100644 (file)
@@ -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[] = "@(#)daemon.c        5.1 (Berkeley) %G%";
+#endif not lint
+
 # include <errno.h>
 # include "sendmail.h"
 # include <sys/mx.h>
 
 #ifndef DAEMON
 # include <errno.h>
 # include "sendmail.h"
 # include <sys/mx.h>
 
 #ifndef DAEMON
-SCCSID(@(#)daemon.c    4.12            %G%     (w/o daemon mode));
+SCCSID(@(#)daemon.c    5.1             %G%     (w/o daemon mode));
 #else
 
 #include <sys/socket.h>
 #else
 
 #include <sys/socket.h>
@@ -11,7 +25,7 @@ SCCSID(@(#)daemon.c   4.12            %G%     (w/o daemon mode));
 #include <netdb.h>
 #include <sys/wait.h>
 
 #include <netdb.h>
 #include <sys/wait.h>
 
-SCCSID(@(#)daemon.c    4.12            %G%     (with daemon mode));
+SCCSID(@(#)daemon.c    5.1             %G%     (with daemon mode));
 
 /*
 **  DAEMON.C -- routines to use when running as a daemon.
 
 /*
 **  DAEMON.C -- routines to use when running as a daemon.
index 72431ba..2fef918 100644 (file)
@@ -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[] = "@(#)deliver.c       5.1 (Berkeley) %G%";
+#endif not lint
+
 # include <signal.h>
 # include <errno.h>
 # include "sendmail.h"
 # include <sys/stat.h>
 
 # include <signal.h>
 # include <errno.h>
 # include "sendmail.h"
 # include <sys/stat.h>
 
-SCCSID(@(#)deliver.c   4.10            %G%);
+SCCSID(@(#)deliver.c   5.1             %G%);
 
 /*
 **  DELIVER -- Deliver a message to a list of addresses.
 
 /*
 **  DELIVER -- Deliver a message to a list of addresses.