new copyright notice
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 30 May 1993 02:22:33 +0000 (18:22 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 30 May 1993 02:22:33 +0000 (18:22 -0800)
SCCS-vsn: contrib/connectd/doc/externalconnect.3c 5.2
SCCS-vsn: contrib/connectd/include/connect.h 5.2
SCCS-vsn: contrib/connectd/include/phonenumber.h 5.2
SCCS-vsn: contrib/connectd/include/ttyent.h 5.2
SCCS-vsn: contrib/connectd/libc/externalconnect.c 5.2
SCCS-vsn: contrib/connectd/libc/getttyent.c 5.2

usr/src/contrib/connectd/doc/externalconnect.3c
usr/src/contrib/connectd/include/connect.h
usr/src/contrib/connectd/include/phonenumber.h
usr/src/contrib/connectd/include/ttyent.h
usr/src/contrib/connectd/libc/externalconnect.c
usr/src/contrib/connectd/libc/getttyent.c

index 701a56e..d600fa1 100644 (file)
@@ -1,22 +1,12 @@
-.\" Copyright (c) 1989 The Regents of the University of California.
+.\" Copyright (c) 1993 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Bill Jolitz.
 .\"
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Bill Jolitz.
 .\"
-.\" Redistribution and use in source and binary forms are permitted
-.\" provided that the above copyright notice and this paragraph are
-.\" duplicated in all such forms and that any documentation,
-.\" advertising materials, and other materials related to such
-.\" distribution and use acknowledge that the software was developed
-.\" by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
-.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"    @(#)externalconnect.3c  5.1 (Berkeley) %G%
+.\"    @(#)externalconnect.3c  5.2 (Berkeley) %G%
 .\"
 .TH EXTERNALCONNECT 3 ""
 .SH NAME
 .\"
 .TH EXTERNALCONNECT 3 ""
 .SH NAME
index 9c19fc3..505566a 100644 (file)
@@ -1,23 +1,13 @@
-/*
- * Copyright (c) 1989 The Regents of the University of California.
+/*-
+ * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)connect.h   5.1 (Berkeley) %G%
+ *     @(#)connect.h   5.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 96727be..c7c4931 100644 (file)
@@ -1,23 +1,13 @@
-/*
- * Copyright (c) 1989 The Regents of the University of California.
+/*-
+ * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)phonenumber.h       5.1 (Berkeley) %G%
+ *     @(#)phonenumber.h       5.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 3e8a7c9..ea426b0 100644 (file)
@@ -1,23 +1,13 @@
-/*
- * Copyright (c) 1989 The Regents of the University of California.
+/*-
+ * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)ttyent.h    5.1 (Berkeley) %G%
+ *     @(#)ttyent.h    5.2 (Berkeley) %G%
  */
 
 struct ttyent { /* see getttyent(3) */
  */
 
 struct ttyent { /* see getttyent(3) */
index 90352f2..d1cf97b 100644 (file)
@@ -1,25 +1,15 @@
-/*
- * Copyright (c) 1989 The Regents of the University of California.
+/*-
+ * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)externalconnect.c  5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)externalconnect.c  5.2 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index 5066a33..6b4febf 100644 (file)
@@ -1,25 +1,15 @@
-/*
- * Copyright (c) 1989 The Regents of the University of California.
+/*-
+ * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Bill Jolitz.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getttyent.c        5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)getttyent.c        5.2 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <stdio.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <stdio.h>