not derived from AT&T code; add Berkeley specific header
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 14 Sep 1988 08:03:57 +0000 (00:03 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 14 Sep 1988 08:03:57 +0000 (00:03 -0800)
SCCS-vsn: usr.bin/tip/aculib/biz22.c 5.2
SCCS-vsn: usr.bin/tip/aculib/biz31.c 5.2
SCCS-vsn: usr.bin/tip/aculib/courier.c 5.3
SCCS-vsn: usr.bin/tip/aculib/df.c 5.2
SCCS-vsn: usr.bin/tip/aculib/dn11.c 5.2
SCCS-vsn: usr.bin/tip/aculib/hayes.c 5.2
SCCS-vsn: usr.bin/tip/aculib/v3451.c 5.2
SCCS-vsn: usr.bin/tip/aculib/v831.c 5.2
SCCS-vsn: usr.bin/tip/aculib/ventel.c 5.2

usr/src/usr.bin/tip/aculib/biz22.c
usr/src/usr.bin/tip/aculib/biz31.c
usr/src/usr.bin/tip/aculib/courier.c
usr/src/usr.bin/tip/aculib/df.c
usr/src/usr.bin/tip/aculib/dn11.c
usr/src/usr.bin/tip/aculib/hayes.c
usr/src/usr.bin/tip/aculib/v3451.c
usr/src/usr.bin/tip/aculib/v831.c
usr/src/usr.bin/tip/aculib/ventel.c

index 803eafd..f7ff382 100644 (file)
@@ -1,12 +1,23 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1983 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)biz22.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)biz22.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "tip.h"
 
 
 #include "tip.h"
 
index eccc57c..0de7871 100644 (file)
@@ -1,12 +1,23 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1983 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)biz31.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)biz31.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "tip.h"
 
 
 #include "tip.h"
 
index c991165..1d5d6b8 100644 (file)
@@ -1,12 +1,23 @@
 /*
 /*
- * Copyright (c) 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1986 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)courier.c  5.2 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)courier.c  5.3 (Berkeley) %G%";
+#endif /* not lint */
 
 #define write cour_write
 /*
 
 #define write cour_write
 /*
index e25e8f6..44f1b8d 100644 (file)
@@ -1,12 +1,23 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1983 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)df.c       5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)df.c       5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * Dial the DF02-AC or DF03-AC
 
 /*
  * Dial the DF02-AC or DF03-AC
index 2a9553a..eb8d314 100644 (file)
@@ -1,12 +1,23 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1983 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dn11.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)dn11.c     5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * Routines for dialing up on DN-11
 
 /*
  * Routines for dialing up on DN-11
index ee2b13d..2c95990 100644 (file)
@@ -1,12 +1,23 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1983 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)hayes.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)hayes.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * Routines for calling up on a Hayes Modem
 
 /*
  * Routines for calling up on a Hayes Modem
index 48465ea..cb91bbc 100644 (file)
@@ -1,12 +1,23 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1983 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)v3451.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)v3451.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * Routines for calling up on a Vadic 3451 Modem
 
 /*
  * Routines for calling up on a Vadic 3451 Modem
index a7278fc..98fdff6 100644 (file)
@@ -1,12 +1,23 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1983 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)v831.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)v831.c     5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * Routines for dialing up on Vadic 831
 
 /*
  * Routines for dialing up on Vadic 831
index 9d62bdc..8d36d3b 100644 (file)
@@ -1,12 +1,23 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1983 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * 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 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ventel.c   5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)ventel.c   5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * Routines for calling up on a Ventel Modem
 
 /*
  * Routines for calling up on a Ventel Modem