add Berkeley specific header
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 8 Mar 1988 13:09:15 +0000 (05:09 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 8 Mar 1988 13:09:15 +0000 (05:09 -0800)
SCCS-vsn: lib/libc/net/sethostent.c 6.4

usr/src/lib/libc/net/sethostent.c

index f7f596c..6888d10 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1985 Regents of the University of California.
 /*
  * Copyright (c) 1985 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)sethostent.c       6.3 (Berkeley) %G%";
-#endif LIBC_SCCS and not lint
+static char sccsid[] = "@(#)sethostent.c       6.4 (Berkeley) %G%";
+#endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #include <arpa/nameser.h>
 
 #include <sys/types.h>
 #include <arpa/nameser.h>