From be11e13cfada17516ce5a4bbb3afb361bcef30fa Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Wed, 14 Sep 1988 00:03:57 -0800 Subject: [PATCH] not derived from AT&T code; add Berkeley specific header 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 | 21 ++++++++++++++++----- usr/src/usr.bin/tip/aculib/biz31.c | 21 ++++++++++++++++----- usr/src/usr.bin/tip/aculib/courier.c | 21 ++++++++++++++++----- usr/src/usr.bin/tip/aculib/df.c | 21 ++++++++++++++++----- usr/src/usr.bin/tip/aculib/dn11.c | 21 ++++++++++++++++----- usr/src/usr.bin/tip/aculib/hayes.c | 21 ++++++++++++++++----- usr/src/usr.bin/tip/aculib/v3451.c | 21 ++++++++++++++++----- usr/src/usr.bin/tip/aculib/v831.c | 21 ++++++++++++++++----- usr/src/usr.bin/tip/aculib/ventel.c | 21 ++++++++++++++++----- 9 files changed, 144 insertions(+), 45 deletions(-) diff --git a/usr/src/usr.bin/tip/aculib/biz22.c b/usr/src/usr.bin/tip/aculib/biz22.c index 803eafd57b..f7ff382892 100644 --- a/usr/src/usr.bin/tip/aculib/biz22.c +++ b/usr/src/usr.bin/tip/aculib/biz22.c @@ -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 -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" diff --git a/usr/src/usr.bin/tip/aculib/biz31.c b/usr/src/usr.bin/tip/aculib/biz31.c index eccc57c612..0de787148a 100644 --- a/usr/src/usr.bin/tip/aculib/biz31.c +++ b/usr/src/usr.bin/tip/aculib/biz31.c @@ -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 -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" diff --git a/usr/src/usr.bin/tip/aculib/courier.c b/usr/src/usr.bin/tip/aculib/courier.c index c991165cf6..1d5d6b8df6 100644 --- a/usr/src/usr.bin/tip/aculib/courier.c +++ b/usr/src/usr.bin/tip/aculib/courier.c @@ -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 -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 /* diff --git a/usr/src/usr.bin/tip/aculib/df.c b/usr/src/usr.bin/tip/aculib/df.c index e25e8f62d9..44f1b8d3ee 100644 --- a/usr/src/usr.bin/tip/aculib/df.c +++ b/usr/src/usr.bin/tip/aculib/df.c @@ -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 -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 diff --git a/usr/src/usr.bin/tip/aculib/dn11.c b/usr/src/usr.bin/tip/aculib/dn11.c index 2a9553aff7..eb8d314d69 100644 --- a/usr/src/usr.bin/tip/aculib/dn11.c +++ b/usr/src/usr.bin/tip/aculib/dn11.c @@ -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 -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 diff --git a/usr/src/usr.bin/tip/aculib/hayes.c b/usr/src/usr.bin/tip/aculib/hayes.c index ee2b13ddb1..2c959901d4 100644 --- a/usr/src/usr.bin/tip/aculib/hayes.c +++ b/usr/src/usr.bin/tip/aculib/hayes.c @@ -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 -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 diff --git a/usr/src/usr.bin/tip/aculib/v3451.c b/usr/src/usr.bin/tip/aculib/v3451.c index 48465ea663..cb91bbc797 100644 --- a/usr/src/usr.bin/tip/aculib/v3451.c +++ b/usr/src/usr.bin/tip/aculib/v3451.c @@ -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 -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 diff --git a/usr/src/usr.bin/tip/aculib/v831.c b/usr/src/usr.bin/tip/aculib/v831.c index a7278fc938..98fdff6d32 100644 --- a/usr/src/usr.bin/tip/aculib/v831.c +++ b/usr/src/usr.bin/tip/aculib/v831.c @@ -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 -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 diff --git a/usr/src/usr.bin/tip/aculib/ventel.c b/usr/src/usr.bin/tip/aculib/ventel.c index 9d62bdc1b4..8d36d3b755 100644 --- a/usr/src/usr.bin/tip/aculib/ventel.c +++ b/usr/src/usr.bin/tip/aculib/ventel.c @@ -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 -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 -- 2.20.1