add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 29 May 1985 05:07:25 +0000 (21:07 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 29 May 1985 05:07:25 +0000 (21:07 -0800)
SCCS-vsn: old/htable/htable.c 5.1
SCCS-vsn: old/htable/htable.h 5.1
SCCS-vsn: old/htable/htable.c 5.2

usr/src/old/htable/htable.c
usr/src/old/htable/htable.h

index a49e6b1..2172720 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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[] = "@(#)htable.c   4.12 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)htable.c   5.2 (Berkeley) %G%";
+#endif not lint
 
 /*
  * htable - convert NIC host table into a UNIX format.
 
 /*
  * htable - convert NIC host table into a UNIX format.
index 6eeefbe..4c42125 100644 (file)
@@ -1,4 +1,10 @@
-/*     @(#)htable.h    4.3 (Berkeley) %G%      */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)htable.h    5.1 (Berkeley) %G%
+ */
 
 #include <sys/types.h>
 
 
 #include <sys/types.h>