BSD 4_3 release
[unix-history] / usr / src / usr.lib / sendmail / src / convtime.c
index 8343b01..694e7ee 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) 6/7/85";
+#endif not lint
+
 # include <ctype.h>
 # include "useful.h"
 
 # include <ctype.h>
 # include "useful.h"
 
-SCCSID(@(#)convtime.c  4.1             7/25/83);
-
 /*
 **  CONVTIME -- convert time
 **
 /*
 **  CONVTIME -- convert time
 **