summaryrefslogtreecommitdiff
path: root/inet
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-07-31 19:38:39 +0000
committerRoland McGrath <roland@gnu.org>1994-07-31 19:38:39 +0000
commita3ffc68beecf97daa4da4eb00ee6ad53016cb768 (patch)
tree036ba24796e0c25b00a68ddbb4f7fc09b488ef99 /inet
parent4419624bd5b2b6db341b7b2512654b5d0b635e1e (diff)
Incorporated from BSD 4.4-Lite.
Diffstat (limited to 'inet')
-rw-r--r--inet/arpa/tftp.h6
-rw-r--r--inet/getproto.c6
-rw-r--r--inet/getprtent.c6
-rw-r--r--inet/getprtname.c6
-rw-r--r--inet/getservent.c6
-rw-r--r--inet/getsrvbynm.c6
-rw-r--r--inet/getsrvbypt.c6
-rw-r--r--inet/inet_ntoa.c6
-rw-r--r--inet/protocols/routed.h6
-rw-r--r--inet/protocols/rwhod.h6
-rw-r--r--inet/protocols/talkd.h6
-rw-r--r--inet/protocols/timed.h6
12 files changed, 36 insertions, 36 deletions
diff --git a/inet/arpa/tftp.h b/inet/arpa/tftp.h
index 370fbb363a..036720011f 100644
--- a/inet/arpa/tftp.h
+++ b/inet/arpa/tftp.h
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)tftp.h 5.4 (Berkeley) 4/3/91
+ * @(#)tftp.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _TFTP_H_
diff --git a/inet/getproto.c b/inet/getproto.c
index 7b952a4bb6..92f562bebf 100644
--- a/inet/getproto.c
+++ b/inet/getproto.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getproto.c 5.6 (Berkeley) 6/1/90";
+static char sccsid[] = "@(#)getproto.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <netdb.h>
diff --git a/inet/getprtent.c b/inet/getprtent.c
index 7292c2663d..c10ae330e4 100644
--- a/inet/getprtent.c
+++ b/inet/getprtent.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getprotoent.c 5.8 (Berkeley) 2/24/91";
+static char sccsid[] = "@(#)getprotoent.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
diff --git a/inet/getprtname.c b/inet/getprtname.c
index 7429568471..3ee6754bb3 100644
--- a/inet/getprtname.c
+++ b/inet/getprtname.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getprotoname.c 5.7 (Berkeley) 2/24/91";
+static char sccsid[] = "@(#)getprotoname.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <netdb.h>
diff --git a/inet/getservent.c b/inet/getservent.c
index 0075671492..6bee5d3a8b 100644
--- a/inet/getservent.c
+++ b/inet/getservent.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getservent.c 5.9 (Berkeley) 2/24/91";
+static char sccsid[] = "@(#)getservent.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
diff --git a/inet/getsrvbynm.c b/inet/getsrvbynm.c
index 84d50c9f8d..77bf813777 100644
--- a/inet/getsrvbynm.c
+++ b/inet/getsrvbynm.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getservbyname.c 5.7 (Berkeley) 2/24/91";
+static char sccsid[] = "@(#)getservbyname.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <netdb.h>
diff --git a/inet/getsrvbypt.c b/inet/getsrvbypt.c
index 531742bf0a..0acb31bb08 100644
--- a/inet/getsrvbypt.c
+++ b/inet/getsrvbypt.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getservbyport.c 5.7 (Berkeley) 2/24/91";
+static char sccsid[] = "@(#)getservbyport.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <netdb.h>
diff --git a/inet/inet_ntoa.c b/inet/inet_ntoa.c
index 2379c08779..a37b1dbeef 100644
--- a/inet/inet_ntoa.c
+++ b/inet/inet_ntoa.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)inet_ntoa.c 5.6 (Berkeley) 2/24/91";
+static char sccsid[] = "@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
/*
diff --git a/inet/protocols/routed.h b/inet/protocols/routed.h
index 76cf73b0f7..f41fc2182a 100644
--- a/inet/protocols/routed.h
+++ b/inet/protocols/routed.h
@@ -1,6 +1,6 @@
/*-
- * Copyright (c) 1983, 1989 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1989, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)routed.h 5.3 (Berkeley) 4/3/91
+ * @(#)routed.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _ROUTED_H_
diff --git a/inet/protocols/rwhod.h b/inet/protocols/rwhod.h
index 6abfd66697..93008a4181 100644
--- a/inet/protocols/rwhod.h
+++ b/inet/protocols/rwhod.h
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)rwhod.h 5.6 (Berkeley) 4/3/91
+ * @(#)rwhod.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _RWHOD_H_
diff --git a/inet/protocols/talkd.h b/inet/protocols/talkd.h
index bcd52fa761..0d30d5bfa3 100644
--- a/inet/protocols/talkd.h
+++ b/inet/protocols/talkd.h
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)talkd.h 5.7 (Berkeley) 4/3/91
+ * @(#)talkd.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _TALKD_H_
diff --git a/inet/protocols/timed.h b/inet/protocols/timed.h
index c000875475..1b569f5312 100644
--- a/inet/protocols/timed.h
+++ b/inet/protocols/timed.h
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)timed.h 1.10 (Berkeley) 4/3/91
+ * @(#)timed.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _TIMED_H_