From b423e9853a2bee099de5a44d491feaa993721e99 Mon Sep 17 00:00:00 2001 From: Ralph Campbell Date: Mon, 1 Apr 1985 22:11:27 -0800 Subject: [PATCH] add copyright notice SCCS-vsn: lib/libc/net/SCCS/hosttable/gethostnamadr.c 4.11 SCCS-vsn: lib/libc/net/gethostnamadr.c 4.11 SCCS-vsn: lib/libc/net/res_comp.c 4.4 SCCS-vsn: lib/libc/net/res_debug.c 4.4 SCCS-vsn: lib/libc/net/res_init.c 4.4 SCCS-vsn: lib/libc/net/res_mkquery.c 4.5 SCCS-vsn: lib/libc/net/res_send.c 4.4 --- usr/src/lib/libc/net/SCCS/hosttable/gethostnamadr.c | 2 +- usr/src/lib/libc/net/gethostnamadr.c | 7 ++++++- usr/src/lib/libc/net/res_comp.c | 8 ++++++-- usr/src/lib/libc/net/res_debug.c | 7 ++++++- usr/src/lib/libc/net/res_init.c | 7 ++++++- usr/src/lib/libc/net/res_mkquery.c | 7 ++++++- usr/src/lib/libc/net/res_send.c | 7 ++++++- 7 files changed, 37 insertions(+), 8 deletions(-) diff --git a/usr/src/lib/libc/net/SCCS/hosttable/gethostnamadr.c b/usr/src/lib/libc/net/SCCS/hosttable/gethostnamadr.c index 9622409d80..f431b990d7 100644 --- a/usr/src/lib/libc/net/SCCS/hosttable/gethostnamadr.c +++ b/usr/src/lib/libc/net/SCCS/hosttable/gethostnamadr.c @@ -1,4 +1,4 @@ -/* gethostnamadr.c 4.10 85/03/28 */ +/* gethostnamadr.c 4.11 85/04/01 */ #include #include diff --git a/usr/src/lib/libc/net/gethostnamadr.c b/usr/src/lib/libc/net/gethostnamadr.c index 4697f234dd..e7180d5559 100644 --- a/usr/src/lib/libc/net/gethostnamadr.c +++ b/usr/src/lib/libc/net/gethostnamadr.c @@ -1,4 +1,9 @@ -/* gethostnamadr.c 4.10 85/03/28 */ +/* gethostnamadr.c 4.11 85/04/01 */ + +/* + * Copyright (c) 1985 Regents of the University of California + * All Rights Reserved + */ #include #include diff --git a/usr/src/lib/libc/net/res_comp.c b/usr/src/lib/libc/net/res_comp.c index ec3a251528..548e8f9eb5 100644 --- a/usr/src/lib/libc/net/res_comp.c +++ b/usr/src/lib/libc/net/res_comp.c @@ -1,13 +1,17 @@ #ifndef lint -static char sccsid[] = "@(#)res_comp.c 4.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)res_comp.c 4.4 (Berkeley) %G%"; #endif +/* + * Copyright (c) 1985 Regents of the University of California + * All Rights Reserved + */ + #include #include #include #include - /* * Expand compressed domain name 'comp_dn' to full domain name. * Expanded names are converted to upper case. diff --git a/usr/src/lib/libc/net/res_debug.c b/usr/src/lib/libc/net/res_debug.c index 0cf617115b..5b20594d13 100644 --- a/usr/src/lib/libc/net/res_debug.c +++ b/usr/src/lib/libc/net/res_debug.c @@ -1,7 +1,12 @@ #ifndef lint -static char sccsid[] = "@(#)res_debug.c 4.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)res_debug.c 4.4 (Berkeley) %G%"; #endif +/* + * Copyright (c) 1985 Regents of the University of California + * All Rights Reserved + */ + #include #include #include diff --git a/usr/src/lib/libc/net/res_init.c b/usr/src/lib/libc/net/res_init.c index b489e77a03..6907781534 100644 --- a/usr/src/lib/libc/net/res_init.c +++ b/usr/src/lib/libc/net/res_init.c @@ -1,7 +1,12 @@ #ifndef lint -static char sccsid[] = "@(#)res_init.c 4.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)res_init.c 4.4 (Berkeley) %G%"; #endif +/* + * Copyright (c) 1985 Regents of the University of California + * All Rights Reserved + */ + #include #include #include diff --git a/usr/src/lib/libc/net/res_mkquery.c b/usr/src/lib/libc/net/res_mkquery.c index 1a845cf5fb..834eb2f4f2 100644 --- a/usr/src/lib/libc/net/res_mkquery.c +++ b/usr/src/lib/libc/net/res_mkquery.c @@ -1,4 +1,9 @@ -/* res_mkquery.c 4.4 85/03/28 */ +/* res_mkquery.c 4.5 85/04/01 */ + +/* + * Copyright (c) 1985 Regents of the University of California + * All Rights Reserved + */ #include #include diff --git a/usr/src/lib/libc/net/res_send.c b/usr/src/lib/libc/net/res_send.c index 2d9fb404e7..2109f2cb26 100644 --- a/usr/src/lib/libc/net/res_send.c +++ b/usr/src/lib/libc/net/res_send.c @@ -1,7 +1,12 @@ #ifndef lint -static char sccsid[] = "@(#)res_send.c 4.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)res_send.c 4.4 (Berkeley) %G%"; #endif +/* + * Copyright (c) 1985 Regents of the University of California + * All Rights Reserved + */ + /* * Send query to name server and wait for reply. */ -- 2.20.1