From 2f14f200019df3c8555a25c5a310f8e67a54f4a5 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Wed, 8 Jun 1988 20:57:53 -0800 Subject: [PATCH] written by Ken Arnold; add Berkeley specific header SCCS-vsn: lib/libcurses/addbytes.c 5.2 SCCS-vsn: lib/libcurses/addch.c 5.3 SCCS-vsn: lib/libcurses/box.c 5.2 SCCS-vsn: lib/libcurses/clear.c 5.2 SCCS-vsn: lib/libcurses/clrtobot.c 5.3 SCCS-vsn: lib/libcurses/clrtoeol.c 5.2 SCCS-vsn: lib/libcurses/cr_put.c 5.2 SCCS-vsn: lib/libcurses/setterm.c 5.3 SCCS-vsn: lib/libcurses/curses.c 5.4 SCCS-vsn: lib/libcurses/curses.ext 5.4 SCCS-vsn: lib/libcurses/curses.h 5.3 SCCS-vsn: lib/libcurses/delch.c 5.2 SCCS-vsn: lib/libcurses/deleteln.c 5.2 SCCS-vsn: lib/libcurses/delwin.c 5.2 SCCS-vsn: lib/libcurses/endwin.c 5.2 SCCS-vsn: lib/libcurses/erase.c 5.2 SCCS-vsn: lib/libcurses/fullname.c 5.2 SCCS-vsn: lib/libcurses/getch.c 5.4 SCCS-vsn: lib/libcurses/getstr.c 5.2 SCCS-vsn: lib/libcurses/id_subwins.c 5.2 SCCS-vsn: lib/libcurses/idlok.c 5.2 SCCS-vsn: lib/libcurses/initscr.c 5.2 SCCS-vsn: lib/libcurses/insch.c 5.2 SCCS-vsn: lib/libcurses/insertln.c 5.2 SCCS-vsn: lib/libcurses/longname.c 5.2 SCCS-vsn: lib/libcurses/move.c 5.3 SCCS-vsn: lib/libcurses/mvprintw.c 5.3 SCCS-vsn: lib/libcurses/mvscanw.c 5.2 SCCS-vsn: lib/libcurses/mvwin.c 5.2 SCCS-vsn: lib/libcurses/newwin.c 5.2 SCCS-vsn: lib/libcurses/overlay.c 5.4 SCCS-vsn: lib/libcurses/overwrite.c 5.2 SCCS-vsn: lib/libcurses/printw.c 5.3 SCCS-vsn: lib/libcurses/putchar.c 5.2 SCCS-vsn: lib/libcurses/refresh.c 5.2 SCCS-vsn: lib/libcurses/scanw.c 5.2 SCCS-vsn: lib/libcurses/scroll.c 5.2 SCCS-vsn: lib/libcurses/standout.c 5.2 SCCS-vsn: lib/libcurses/toucholap.c 5.2 SCCS-vsn: lib/libcurses/touchwin.c 5.2 SCCS-vsn: lib/libcurses/tstp.c 5.2 SCCS-vsn: lib/libcurses/unctrl.c 5.2 --- usr/src/lib/libcurses/addbytes.c | 14 ++++++++++---- usr/src/lib/libcurses/addch.c | 16 +++++++++++----- usr/src/lib/libcurses/box.c | 16 +++++++++++----- usr/src/lib/libcurses/clear.c | 16 +++++++++++----- usr/src/lib/libcurses/clrtobot.c | 16 +++++++++++----- usr/src/lib/libcurses/clrtoeol.c | 16 +++++++++++----- usr/src/lib/libcurses/cr_put.c | 16 +++++++++++----- usr/src/lib/libcurses/curses.c | 16 +++++++++++----- usr/src/lib/libcurses/curses.ext | 14 ++++++++++---- usr/src/lib/libcurses/curses.h | 14 ++++++++++---- usr/src/lib/libcurses/delch.c | 16 +++++++++++----- usr/src/lib/libcurses/deleteln.c | 16 +++++++++++----- usr/src/lib/libcurses/delwin.c | 16 +++++++++++----- usr/src/lib/libcurses/endwin.c | 16 +++++++++++----- usr/src/lib/libcurses/erase.c | 16 +++++++++++----- usr/src/lib/libcurses/fullname.c | 16 +++++++++++----- usr/src/lib/libcurses/getch.c | 16 +++++++++++----- usr/src/lib/libcurses/getstr.c | 16 +++++++++++----- usr/src/lib/libcurses/id_subwins.c | 16 +++++++++++----- usr/src/lib/libcurses/idlok.c | 16 +++++++++++----- usr/src/lib/libcurses/initscr.c | 16 +++++++++++----- usr/src/lib/libcurses/insch.c | 16 +++++++++++----- usr/src/lib/libcurses/insertln.c | 16 +++++++++++----- usr/src/lib/libcurses/longname.c | 16 +++++++++++----- usr/src/lib/libcurses/move.c | 16 +++++++++++----- usr/src/lib/libcurses/mvprintw.c | 16 +++++++++++----- usr/src/lib/libcurses/mvscanw.c | 16 +++++++++++----- usr/src/lib/libcurses/mvwin.c | 16 +++++++++++----- usr/src/lib/libcurses/newwin.c | 16 +++++++++++----- usr/src/lib/libcurses/overlay.c | 16 +++++++++++----- usr/src/lib/libcurses/overwrite.c | 16 +++++++++++----- usr/src/lib/libcurses/printw.c | 16 +++++++++++----- usr/src/lib/libcurses/putchar.c | 16 +++++++++++----- usr/src/lib/libcurses/refresh.c | 16 +++++++++++----- usr/src/lib/libcurses/scanw.c | 16 +++++++++++----- usr/src/lib/libcurses/scroll.c | 16 +++++++++++----- usr/src/lib/libcurses/setterm.c | 16 +++++++++++----- usr/src/lib/libcurses/standout.c | 16 +++++++++++----- usr/src/lib/libcurses/toucholap.c | 16 +++++++++++----- usr/src/lib/libcurses/touchwin.c | 16 +++++++++++----- usr/src/lib/libcurses/tstp.c | 18 ++++++++++++------ usr/src/lib/libcurses/unctrl.c | 16 +++++++++++----- 42 files changed, 460 insertions(+), 208 deletions(-) diff --git a/usr/src/lib/libcurses/addbytes.c b/usr/src/lib/libcurses/addbytes.c index a02f6afcd0..a7f58e82f2 100644 --- a/usr/src/lib/libcurses/addbytes.c +++ b/usr/src/lib/libcurses/addbytes.c @@ -1,12 +1,18 @@ /* * Copyright (c) 1987 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)addbytes.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)addbytes.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/addch.c b/usr/src/lib/libcurses/addch.c index fe6ee3da1c..74300a53d1 100644 --- a/usr/src/lib/libcurses/addch.c +++ b/usr/src/lib/libcurses/addch.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980-1987 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)addch.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)addch.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/box.c b/usr/src/lib/libcurses/box.c index 512c3bcaf1..6ebceb3e71 100644 --- a/usr/src/lib/libcurses/box.c +++ b/usr/src/lib/libcurses/box.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)box.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)box.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/clear.c b/usr/src/lib/libcurses/clear.c index 0aa12f1d56..0814a0848b 100644 --- a/usr/src/lib/libcurses/clear.c +++ b/usr/src/lib/libcurses/clear.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)clear.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)clear.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/clrtobot.c b/usr/src/lib/libcurses/clrtobot.c index c8ab0e843f..e74105c482 100644 --- a/usr/src/lib/libcurses/clrtobot.c +++ b/usr/src/lib/libcurses/clrtobot.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)clrtobot.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)clrtobot.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/clrtoeol.c b/usr/src/lib/libcurses/clrtoeol.c index f527186fb9..5efb3e51b4 100644 --- a/usr/src/lib/libcurses/clrtoeol.c +++ b/usr/src/lib/libcurses/clrtoeol.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)clrtoeol.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)clrtoeol.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/cr_put.c b/usr/src/lib/libcurses/cr_put.c index 11be3a04e5..0fb144145d 100644 --- a/usr/src/lib/libcurses/cr_put.c +++ b/usr/src/lib/libcurses/cr_put.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)cr_put.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)cr_put.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/curses.c b/usr/src/lib/libcurses/curses.c index 62f65475f1..7b57d9a841 100644 --- a/usr/src/lib/libcurses/curses.c +++ b/usr/src/lib/libcurses/curses.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)curses.c 5.2 (Berkeley) 11/8/85"; -#endif not lint +static char sccsid[] = "@(#)curses.c 5.4 (Berkeley) %G%"; +#endif /* not lint */ /* * Define global variables diff --git a/usr/src/lib/libcurses/curses.ext b/usr/src/lib/libcurses/curses.ext index ae9b2931b7..0c67e90855 100644 --- a/usr/src/lib/libcurses/curses.ext +++ b/usr/src/lib/libcurses/curses.ext @@ -1,9 +1,15 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. * - * @(#)curses.ext 5.2 (Berkeley) 6/19/85 + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. + * + * @(#)curses.ext 5.4 (Berkeley) %G% */ /* diff --git a/usr/src/lib/libcurses/curses.h b/usr/src/lib/libcurses/curses.h index 1648232011..2cd0db4133 100644 --- a/usr/src/lib/libcurses/curses.h +++ b/usr/src/lib/libcurses/curses.h @@ -1,9 +1,15 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. * - * @(#)curses.h 5.2 (Berkeley) %G% + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. + * + * @(#)curses.h 5.3 (Berkeley) %G% */ # ifndef WINDOW diff --git a/usr/src/lib/libcurses/delch.c b/usr/src/lib/libcurses/delch.c index ceaec8c02b..ab2a1a40b6 100644 --- a/usr/src/lib/libcurses/delch.c +++ b/usr/src/lib/libcurses/delch.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)delch.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)delch.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/deleteln.c b/usr/src/lib/libcurses/deleteln.c index b217ca3570..5f514437a3 100644 --- a/usr/src/lib/libcurses/deleteln.c +++ b/usr/src/lib/libcurses/deleteln.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)deleteln.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)deleteln.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/delwin.c b/usr/src/lib/libcurses/delwin.c index d58a2401d9..817f520ee3 100644 --- a/usr/src/lib/libcurses/delwin.c +++ b/usr/src/lib/libcurses/delwin.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)delwin.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)delwin.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/endwin.c b/usr/src/lib/libcurses/endwin.c index 033dc99582..ecc5639285 100644 --- a/usr/src/lib/libcurses/endwin.c +++ b/usr/src/lib/libcurses/endwin.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)endwin.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)endwin.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ /* * Clean things up before exiting diff --git a/usr/src/lib/libcurses/erase.c b/usr/src/lib/libcurses/erase.c index 023b65197d..4d864f05e9 100644 --- a/usr/src/lib/libcurses/erase.c +++ b/usr/src/lib/libcurses/erase.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)erase.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)erase.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/fullname.c b/usr/src/lib/libcurses/fullname.c index 514dc85929..323508947b 100644 --- a/usr/src/lib/libcurses/fullname.c +++ b/usr/src/lib/libcurses/fullname.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)fullname.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)fullname.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # define reg register diff --git a/usr/src/lib/libcurses/getch.c b/usr/src/lib/libcurses/getch.c index 20ad43d43e..62df0a476d 100644 --- a/usr/src/lib/libcurses/getch.c +++ b/usr/src/lib/libcurses/getch.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)getch.c 5.3 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)getch.c 5.4 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/getstr.c b/usr/src/lib/libcurses/getstr.c index 972e301e53..8b3ec0c264 100644 --- a/usr/src/lib/libcurses/getstr.c +++ b/usr/src/lib/libcurses/getstr.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)getstr.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)getstr.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/id_subwins.c b/usr/src/lib/libcurses/id_subwins.c index 59c237b5f8..802cba9959 100644 --- a/usr/src/lib/libcurses/id_subwins.c +++ b/usr/src/lib/libcurses/id_subwins.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)id_subwins.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)id_subwins.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/idlok.c b/usr/src/lib/libcurses/idlok.c index 0970bce166..16692a3bfd 100644 --- a/usr/src/lib/libcurses/idlok.c +++ b/usr/src/lib/libcurses/idlok.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)idlok.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)idlok.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/initscr.c b/usr/src/lib/libcurses/initscr.c index 15539b6970..ccd1a182f7 100644 --- a/usr/src/lib/libcurses/initscr.c +++ b/usr/src/lib/libcurses/initscr.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)initscr.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)initscr.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" # include diff --git a/usr/src/lib/libcurses/insch.c b/usr/src/lib/libcurses/insch.c index 0d8fd3f234..34b9539df4 100644 --- a/usr/src/lib/libcurses/insch.c +++ b/usr/src/lib/libcurses/insch.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)insch.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)insch.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/insertln.c b/usr/src/lib/libcurses/insertln.c index 92b6444336..8acde13c53 100644 --- a/usr/src/lib/libcurses/insertln.c +++ b/usr/src/lib/libcurses/insertln.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)insertln.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)insertln.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/longname.c b/usr/src/lib/libcurses/longname.c index 6fc48f2cef..a8813d6bff 100644 --- a/usr/src/lib/libcurses/longname.c +++ b/usr/src/lib/libcurses/longname.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)longname.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)longname.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # define reg register diff --git a/usr/src/lib/libcurses/move.c b/usr/src/lib/libcurses/move.c index 719df31af8..6e1309d3c2 100644 --- a/usr/src/lib/libcurses/move.c +++ b/usr/src/lib/libcurses/move.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)move.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)move.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/mvprintw.c b/usr/src/lib/libcurses/mvprintw.c index e7d6cb5970..f6a56c23dd 100644 --- a/usr/src/lib/libcurses/mvprintw.c +++ b/usr/src/lib/libcurses/mvprintw.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)mvprintw.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)mvprintw.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/mvscanw.c b/usr/src/lib/libcurses/mvscanw.c index df1140faf9..a39341a2ec 100644 --- a/usr/src/lib/libcurses/mvscanw.c +++ b/usr/src/lib/libcurses/mvscanw.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)mvscanw.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)mvscanw.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/mvwin.c b/usr/src/lib/libcurses/mvwin.c index a6a9d2e1d6..07730be108 100644 --- a/usr/src/lib/libcurses/mvwin.c +++ b/usr/src/lib/libcurses/mvwin.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)mvwin.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)mvwin.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/newwin.c b/usr/src/lib/libcurses/newwin.c index a5e9073d0d..514b6d5f1a 100644 --- a/usr/src/lib/libcurses/newwin.c +++ b/usr/src/lib/libcurses/newwin.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)newwin.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)newwin.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ /* * allocate space for and set up defaults for a new window diff --git a/usr/src/lib/libcurses/overlay.c b/usr/src/lib/libcurses/overlay.c index d335c760b8..ec2caa09f9 100644 --- a/usr/src/lib/libcurses/overlay.c +++ b/usr/src/lib/libcurses/overlay.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)overlay.c 5.3 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)overlay.c 5.4 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" # include diff --git a/usr/src/lib/libcurses/overwrite.c b/usr/src/lib/libcurses/overwrite.c index 6ba5eeab22..e7ad0a5445 100644 --- a/usr/src/lib/libcurses/overwrite.c +++ b/usr/src/lib/libcurses/overwrite.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)overwrite.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)overwrite.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" # include diff --git a/usr/src/lib/libcurses/printw.c b/usr/src/lib/libcurses/printw.c index 7d665b7a0e..057482ce4a 100644 --- a/usr/src/lib/libcurses/printw.c +++ b/usr/src/lib/libcurses/printw.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)printw.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)printw.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ /* * printw and friends diff --git a/usr/src/lib/libcurses/putchar.c b/usr/src/lib/libcurses/putchar.c index 8acf5af0a3..7011fd5d1a 100644 --- a/usr/src/lib/libcurses/putchar.c +++ b/usr/src/lib/libcurses/putchar.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)putchar.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)putchar.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/refresh.c b/usr/src/lib/libcurses/refresh.c index 31ec29399d..ffd14bc2b0 100644 --- a/usr/src/lib/libcurses/refresh.c +++ b/usr/src/lib/libcurses/refresh.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)refresh.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)refresh.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ /* * make the current screen look like "win" over the area coverd by diff --git a/usr/src/lib/libcurses/scanw.c b/usr/src/lib/libcurses/scanw.c index 184ad16b0e..b14aeda2cb 100644 --- a/usr/src/lib/libcurses/scanw.c +++ b/usr/src/lib/libcurses/scanw.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)scanw.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)scanw.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ /* * scanw and friends diff --git a/usr/src/lib/libcurses/scroll.c b/usr/src/lib/libcurses/scroll.c index 6320e5691b..abc5783403 100644 --- a/usr/src/lib/libcurses/scroll.c +++ b/usr/src/lib/libcurses/scroll.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)scroll.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)scroll.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/setterm.c b/usr/src/lib/libcurses/setterm.c index 363cccaeb3..ab6d383245 100644 --- a/usr/src/lib/libcurses/setterm.c +++ b/usr/src/lib/libcurses/setterm.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)setterm.c 5.2 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)setterm.c 5.3 (Berkeley) %G%"; +#endif /* not lint */ /* * Terminal initialization routines. diff --git a/usr/src/lib/libcurses/standout.c b/usr/src/lib/libcurses/standout.c index 0568e5dc92..eab3f798b3 100644 --- a/usr/src/lib/libcurses/standout.c +++ b/usr/src/lib/libcurses/standout.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)standout.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)standout.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ /* * routines dealing with entering and exiting standout mode diff --git a/usr/src/lib/libcurses/toucholap.c b/usr/src/lib/libcurses/toucholap.c index 42318c7dae..6d38d58c5b 100644 --- a/usr/src/lib/libcurses/toucholap.c +++ b/usr/src/lib/libcurses/toucholap.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)toucholap.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)toucholap.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/touchwin.c b/usr/src/lib/libcurses/touchwin.c index 81d24533e8..4f9f9ac787 100644 --- a/usr/src/lib/libcurses/touchwin.c +++ b/usr/src/lib/libcurses/touchwin.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)touchwin.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)touchwin.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include "curses.ext" diff --git a/usr/src/lib/libcurses/tstp.c b/usr/src/lib/libcurses/tstp.c index 68b476e3e0..1ba8cc5bf2 100644 --- a/usr/src/lib/libcurses/tstp.c +++ b/usr/src/lib/libcurses/tstp.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)tstp.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)tstp.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ # include @@ -15,7 +21,7 @@ static char sccsid[] = "@(#)tstp.c 5.1 (Berkeley) %G%"; /* * handle stop and start signals * - * @(#)tstp.c 5.1 (Berkeley) %G% + * @(#)tstp.c 5.2 (Berkeley) %G% */ tstp() { diff --git a/usr/src/lib/libcurses/unctrl.c b/usr/src/lib/libcurses/unctrl.c index 024e215568..b89466a19d 100644 --- a/usr/src/lib/libcurses/unctrl.c +++ b/usr/src/lib/libcurses/unctrl.c @@ -1,12 +1,18 @@ /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. The Berkeley software License Agreement - * specifies the terms and conditions for redistribution. + * Copyright (c) 1981 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at 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'' without express or implied warranty. */ #ifndef lint -static char sccsid[] = "@(#)unctrl.c 5.1 (Berkeley) %G%"; -#endif not lint +static char sccsid[] = "@(#)unctrl.c 5.2 (Berkeley) %G%"; +#endif /* not lint */ /* * define unctrl codes for each character -- 2.20.1