From a942b40bd72b6c50a443abd4f5ca6b513614cff1 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Mon, 25 Jul 1988 19:05:34 -0800 Subject: [PATCH] update copyright notice SCCS-vsn: usr.bin/more/README 5.2 SCCS-vsn: usr.bin/more/ch.c 5.5 SCCS-vsn: usr.bin/more/cmd.h 5.2 SCCS-vsn: usr.bin/more/command.c 5.6 SCCS-vsn: usr.bin/more/decode.c 5.4 SCCS-vsn: usr.bin/more/help.c 5.4 SCCS-vsn: usr.bin/more/input.c 5.2 SCCS-vsn: usr.bin/more/more.1 5.3 SCCS-vsn: usr.bin/more/less.h 5.6 SCCS-vsn: usr.bin/more/lesskey.1 5.2 SCCS-vsn: usr.bin/more/lesskey.c 5.3 SCCS-vsn: usr.bin/more/line.c 5.2 SCCS-vsn: usr.bin/more/linenum.c 5.4 SCCS-vsn: usr.bin/more/main.c 5.7 SCCS-vsn: usr.bin/more/option.c 5.5 SCCS-vsn: usr.bin/more/os.c 5.8 SCCS-vsn: usr.bin/more/output.c 5.4 SCCS-vsn: usr.bin/more/position.c 5.2 SCCS-vsn: usr.bin/more/position.h 5.2 SCCS-vsn: usr.bin/more/prim.c 5.4 SCCS-vsn: usr.bin/more/prompt.c 5.4 SCCS-vsn: usr.bin/more/screen.c 5.3 SCCS-vsn: usr.bin/more/signal.c 5.4 SCCS-vsn: usr.bin/more/tags.c 5.3 SCCS-vsn: usr.bin/more/ttyin.c 5.2 SCCS-vsn: usr.bin/more/vecho.c 5.2 SCCS-vsn: usr.bin/more/version.c 5.2 --- usr/src/usr.bin/more/README | 8 +++----- usr/src/usr.bin/more/ch.c | 8 +++----- usr/src/usr.bin/more/cmd.h | 8 +++----- usr/src/usr.bin/more/command.c | 8 +++----- usr/src/usr.bin/more/decode.c | 8 +++----- usr/src/usr.bin/more/help.c | 8 +++----- usr/src/usr.bin/more/input.c | 8 +++----- usr/src/usr.bin/more/less.h | 8 +++----- usr/src/usr.bin/more/lesskey.1 | 8 +++----- usr/src/usr.bin/more/lesskey.c | 8 +++----- usr/src/usr.bin/more/line.c | 8 +++----- usr/src/usr.bin/more/linenum.c | 8 +++----- usr/src/usr.bin/more/main.c | 8 +++----- usr/src/usr.bin/more/more.1 | 11 ++++++----- usr/src/usr.bin/more/option.c | 8 +++----- usr/src/usr.bin/more/os.c | 8 +++----- usr/src/usr.bin/more/output.c | 8 +++----- usr/src/usr.bin/more/position.c | 8 +++----- usr/src/usr.bin/more/position.h | 8 +++----- usr/src/usr.bin/more/prim.c | 8 +++----- usr/src/usr.bin/more/prompt.c | 8 +++----- usr/src/usr.bin/more/screen.c | 8 +++----- usr/src/usr.bin/more/signal.c | 8 +++----- usr/src/usr.bin/more/tags.c | 8 +++----- usr/src/usr.bin/more/ttyin.c | 8 +++----- usr/src/usr.bin/more/vecho.c | 10 ++++------ usr/src/usr.bin/more/version.c | 8 +++----- 27 files changed, 85 insertions(+), 136 deletions(-) diff --git a/usr/src/usr.bin/more/README b/usr/src/usr.bin/more/README index b7cb1dbe69..cbce298148 100644 --- a/usr/src/usr.bin/more/README +++ b/usr/src/usr.bin/more/README @@ -3,22 +3,20 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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. * - * @(#)README 5.1 (Berkeley) %G% + * @(#)README 5.2 (Berkeley) %G% */ This is the distribution of "less", a paginator similar to "more" or "pg". diff --git a/usr/src/usr.bin/more/ch.c b/usr/src/usr.bin/more/ch.c index 0428a4be60..ee926e4e92 100644 --- a/usr/src/usr.bin/more/ch.c +++ b/usr/src/usr.bin/more/ch.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)ch.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)ch.c 5.5 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/cmd.h b/usr/src/usr.bin/more/cmd.h index da15744a22..4827e62890 100644 --- a/usr/src/usr.bin/more/cmd.h +++ b/usr/src/usr.bin/more/cmd.h @@ -3,22 +3,20 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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. * - * @(#)cmd.h 5.1 (Berkeley) %G% + * @(#)cmd.h 5.2 (Berkeley) %G% */ #define MAX_USERCMD 200 diff --git a/usr/src/usr.bin/more/command.c b/usr/src/usr.bin/more/command.c index e05b8f629c..57330b147b 100644 --- a/usr/src/usr.bin/more/command.c +++ b/usr/src/usr.bin/more/command.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)command.c 5.5 (Berkeley) %G%"; +static char sccsid[] = "@(#)command.c 5.6 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/decode.c b/usr/src/usr.bin/more/decode.c index a171b4d90e..5d820f1263 100644 --- a/usr/src/usr.bin/more/decode.c +++ b/usr/src/usr.bin/more/decode.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)decode.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)decode.c 5.4 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/help.c b/usr/src/usr.bin/more/help.c index 3761f732f2..7e35119401 100644 --- a/usr/src/usr.bin/more/help.c +++ b/usr/src/usr.bin/more/help.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)help.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)help.c 5.4 (Berkeley) %G%"; #endif /* not lint */ #include "less.h" diff --git a/usr/src/usr.bin/more/input.c b/usr/src/usr.bin/more/input.c index d68314c1f6..064c004613 100644 --- a/usr/src/usr.bin/more/input.c +++ b/usr/src/usr.bin/more/input.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)input.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)input.c 5.2 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/less.h b/usr/src/usr.bin/more/less.h index 38dc05f9f3..77163713a7 100644 --- a/usr/src/usr.bin/more/less.h +++ b/usr/src/usr.bin/more/less.h @@ -3,22 +3,20 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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. * - * @(#)less.h 5.5 (Berkeley) %G% + * @(#)less.h 5.6 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/more/lesskey.1 b/usr/src/usr.bin/more/lesskey.1 index 69171d4cc3..ef3ab6c836 100644 --- a/usr/src/usr.bin/more/lesskey.1 +++ b/usr/src/usr.bin/more/lesskey.1 @@ -3,22 +3,20 @@ .\" Copyright (c) 1988 Regents of the University of California. .\" All rights reserved. .\" -.\" This code is derived from software contributed to Berkeley by -.\" Mark Nudleman. -.\" .\" 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 +.\" by Mark Nudleman and the University of California, Berkeley. The +.\" name of Mark Nudleman or 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. .\" -.\" @(#)lesskey.1 5.1 (Berkeley) %G% +.\" @(#)lesskey.1 5.2 (Berkeley) %G% .\" .TH LESSKEY 1 .SH NAME diff --git a/usr/src/usr.bin/more/lesskey.c b/usr/src/usr.bin/more/lesskey.c index 41f2270ad1..7f580466dd 100644 --- a/usr/src/usr.bin/more/lesskey.c +++ b/usr/src/usr.bin/more/lesskey.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -27,7 +25,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)lesskey.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)lesskey.c 5.3 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/line.c b/usr/src/usr.bin/more/line.c index f1afbc53ee..04e242728d 100644 --- a/usr/src/usr.bin/more/line.c +++ b/usr/src/usr.bin/more/line.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)line.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)line.c 5.2 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/linenum.c b/usr/src/usr.bin/more/linenum.c index 0143b93b02..1a5a5ec844 100644 --- a/usr/src/usr.bin/more/linenum.c +++ b/usr/src/usr.bin/more/linenum.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)linenum.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)linenum.c 5.4 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/main.c b/usr/src/usr.bin/more/main.c index e8b99449e9..90c9dc499e 100644 --- a/usr/src/usr.bin/more/main.c +++ b/usr/src/usr.bin/more/main.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -27,7 +25,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.6 (Berkeley) %G%"; +static char sccsid[] = "@(#)main.c 5.7 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/more.1 b/usr/src/usr.bin/more/more.1 index 6c12adbf3f..347221b75c 100644 --- a/usr/src/usr.bin/more/more.1 +++ b/usr/src/usr.bin/more/more.1 @@ -3,22 +3,20 @@ .\" Copyright (c) 1988 Regents of the University of California. .\" All rights reserved. .\" -.\" This code is derived from software contributed to Berkeley by -.\" Mark Nudleman. -.\" .\" 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 +.\" by Mark Nudleman and the University of California, Berkeley. The +.\" name of Mark Nudleman or 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. .\" -.\" @(#)more.1 5.2 (Berkeley) %G% +.\" @(#)more.1 5.3 (Berkeley) %G% .\" .TH LESS 1 .SH NAME @@ -575,6 +573,9 @@ And here is the default message produced by the = command: byte\ %bB?s/%s.\ ?e(END)\ :?pB%pB\\%..%t .fi +.SH AUTHOR +This software is derived from software contributed by Mark Nudleman. + .SH "SEE ALSO" lesskey(1) diff --git a/usr/src/usr.bin/more/option.c b/usr/src/usr.bin/more/option.c index 64ee78dbbc..59d5bb49ff 100644 --- a/usr/src/usr.bin/more/option.c +++ b/usr/src/usr.bin/more/option.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)option.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)option.c 5.5 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/os.c b/usr/src/usr.bin/more/os.c index 2ca8bf2ae5..b014e8fc5b 100644 --- a/usr/src/usr.bin/more/os.c +++ b/usr/src/usr.bin/more/os.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)os.c 5.7 (Berkeley) %G%"; +static char sccsid[] = "@(#)os.c 5.8 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/output.c b/usr/src/usr.bin/more/output.c index c63ac44615..a25bba091d 100644 --- a/usr/src/usr.bin/more/output.c +++ b/usr/src/usr.bin/more/output.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)output.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)output.c 5.4 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/position.c b/usr/src/usr.bin/more/position.c index 998c61c310..e6465254cd 100644 --- a/usr/src/usr.bin/more/position.c +++ b/usr/src/usr.bin/more/position.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)position.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)position.c 5.2 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/position.h b/usr/src/usr.bin/more/position.h index 610c1fc085..2677bddb64 100644 --- a/usr/src/usr.bin/more/position.h +++ b/usr/src/usr.bin/more/position.h @@ -3,22 +3,20 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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. * - * @(#)position.h 5.1 (Berkeley) %G% + * @(#)position.h 5.2 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/more/prim.c b/usr/src/usr.bin/more/prim.c index b1bd53d6a7..0838327e83 100644 --- a/usr/src/usr.bin/more/prim.c +++ b/usr/src/usr.bin/more/prim.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)prim.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)prim.c 5.4 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/prompt.c b/usr/src/usr.bin/more/prompt.c index 20a7c88c85..7ab02a49dd 100644 --- a/usr/src/usr.bin/more/prompt.c +++ b/usr/src/usr.bin/more/prompt.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)prompt.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)prompt.c 5.4 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/screen.c b/usr/src/usr.bin/more/screen.c index 93562bf327..ad23d52950 100644 --- a/usr/src/usr.bin/more/screen.c +++ b/usr/src/usr.bin/more/screen.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)screen.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)screen.c 5.3 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/signal.c b/usr/src/usr.bin/more/signal.c index 290a122728..e99a9953c7 100644 --- a/usr/src/usr.bin/more/signal.c +++ b/usr/src/usr.bin/more/signal.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)signal.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)signal.c 5.4 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/tags.c b/usr/src/usr.bin/more/tags.c index d7d92a0618..781aa314a9 100644 --- a/usr/src/usr.bin/more/tags.c +++ b/usr/src/usr.bin/more/tags.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)tags.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)tags.c 5.3 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/more/ttyin.c b/usr/src/usr.bin/more/ttyin.c index 10b910ba67..4b8a0fd9be 100644 --- a/usr/src/usr.bin/more/ttyin.c +++ b/usr/src/usr.bin/more/ttyin.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)ttyin.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)ttyin.c 5.2 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/vecho.c b/usr/src/usr.bin/more/vecho.c index 26188e4c9d..7f9d84f7db 100644 --- a/usr/src/usr.bin/more/vecho.c +++ b/usr/src/usr.bin/more/vecho.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -22,12 +20,12 @@ #ifndef lint char copyright[] = "@(#) Copyright (c) 1988 Mark Nudleman.\n\ -"@(#) Copyright (c) 1988 Regents of the University of California.\n\ +@(#) Copyright (c) 1988 Regents of the University of California.\n\ All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)vecho.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)vecho.c 5.2 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/more/version.c b/usr/src/usr.bin/more/version.c index 8b9f724c76..d66eed37c4 100644 --- a/usr/src/usr.bin/more/version.c +++ b/usr/src/usr.bin/more/version.c @@ -3,15 +3,13 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * 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 + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or 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 @@ -20,7 +18,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)version.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)version.c 5.2 (Berkeley) %G%"; #endif /* not lint */ /* -- 2.20.1