Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Fri, 7 Jun 1985 05:20:49 +0000 (21:20 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Fri, 7 Jun 1985 05:20:49 +0000 (21:20 -0800)
SCCS-vsn: usr.bin/mail/Makefile 5.1
SCCS-vsn: usr.sbin/rwhod/rwhod.c 5.1
SCCS-vsn: libexec/comsat/comsat.c 5.1

usr/src/libexec/comsat/comsat.c
usr/src/usr.bin/mail/Makefile
usr/src/usr.sbin/rwhod/rwhod.c

index 0cf9042..c9184c1 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1980 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
 #ifndef lint
-static char sccsid[] = "@(#)comsat.c   4.14 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)comsat.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/types.h>
 #include <sys/socket.h>
 
 #include <sys/types.h>
 #include <sys/socket.h>
index ac15cbe..233e88b 100644 (file)
@@ -1,4 +1,9 @@
-#      Makefile        2.18    85/06/06
+#
+# Copyright (c) 1980 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%
 #
 # Berkeley Mail
 #
 #
 # Berkeley Mail
 #
index c22868e..50351df 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * 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
 #ifndef lint
-static char sccsid[] = "@(#)rwhod.c    4.30 (Berkeley) 85/06/06";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)rwhod.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/types.h>
 #include <sys/socket.h>
 
 #include <sys/types.h>
 #include <sys/socket.h>