From 69763be3ffe347efb62b152e074ebe2c4b310289 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 6 Jun 2015 19:25:53 -0700 Subject: [PATCH] sh - Sync to FreeBSD d038ee76 part 2/2 (c) * Renumber copyright lines after the advertising clause was taken out. --- bin/sh/alias.c | 2 +- bin/sh/alias.h | 2 +- bin/sh/arith.h | 2 +- bin/sh/bltin/bltin.h | 2 +- bin/sh/bltin/echo.c | 2 +- bin/sh/builtins.def | 2 +- bin/sh/cd.c | 2 +- bin/sh/cd.h | 2 +- bin/sh/error.c | 2 +- bin/sh/error.h | 2 +- bin/sh/eval.c | 2 +- bin/sh/eval.h | 2 +- bin/sh/exec.c | 2 +- bin/sh/exec.h | 2 +- bin/sh/expand.c | 2 +- bin/sh/expand.h | 2 +- bin/sh/funcs/cmv | 2 +- bin/sh/funcs/dirs | 2 +- bin/sh/funcs/login | 2 +- bin/sh/funcs/newgrp | 2 +- bin/sh/funcs/popd | 2 +- bin/sh/funcs/pushd | 2 +- bin/sh/funcs/suspend | 2 +- bin/sh/histedit.c | 2 +- bin/sh/input.c | 2 +- bin/sh/input.h | 2 +- bin/sh/jobs.c | 2 +- bin/sh/jobs.h | 2 +- bin/sh/mail.c | 2 +- bin/sh/mail.h | 2 +- bin/sh/main.c | 2 +- bin/sh/main.h | 2 +- bin/sh/memalloc.c | 2 +- bin/sh/memalloc.h | 2 +- bin/sh/miscbltin.c | 2 +- bin/sh/mkbuiltins | 2 +- bin/sh/mknodes.c | 2 +- bin/sh/mksyntax.c | 2 +- bin/sh/mktokens | 2 +- bin/sh/myhistedit.h | 2 +- bin/sh/mystring.c | 2 +- bin/sh/mystring.h | 2 +- bin/sh/nodes.c.pat | 2 +- bin/sh/nodetypes | 2 +- bin/sh/options.c | 2 +- bin/sh/options.h | 2 +- bin/sh/output.c | 2 +- bin/sh/output.h | 2 +- bin/sh/parser.c | 2 +- bin/sh/parser.h | 2 +- bin/sh/redir.c | 2 +- bin/sh/redir.h | 2 +- bin/sh/sh.1 | 2 +- bin/sh/shell.h | 2 +- bin/sh/show.c | 2 +- bin/sh/show.h | 2 +- bin/sh/trap.c | 2 +- bin/sh/trap.h | 2 +- bin/sh/var.c | 2 +- bin/sh/var.h | 2 +- 60 files changed, 60 insertions(+), 60 deletions(-) diff --git a/bin/sh/alias.c b/bin/sh/alias.c index 21f3f44a34..c96344c871 100644 --- a/bin/sh/alias.c +++ b/bin/sh/alias.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/alias.h b/bin/sh/alias.h index 546e91a1f3..92de705bc9 100644 --- a/bin/sh/alias.h +++ b/bin/sh/alias.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/arith.h b/bin/sh/arith.h index 30fc1cb1c4..3b415da93a 100644 --- a/bin/sh/arith.h +++ b/bin/sh/arith.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/bltin/bltin.h b/bin/sh/bltin/bltin.h index 4ec4664065..1121e5aa38 100644 --- a/bin/sh/bltin/bltin.h +++ b/bin/sh/bltin/bltin.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c index 457a4c7aef..e07a8c8e4d 100644 --- a/bin/sh/bltin/echo.c +++ b/bin/sh/bltin/echo.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/builtins.def b/bin/sh/builtins.def index 1cbeea913a..6236f8a5fb 100644 --- a/bin/sh/builtins.def +++ b/bin/sh/builtins.def @@ -15,7 +15,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 4. Neither the name of the University nor the names of its contributors +# 3. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # diff --git a/bin/sh/cd.c b/bin/sh/cd.c index 88f03f57d7..bf4661d8cd 100644 --- a/bin/sh/cd.c +++ b/bin/sh/cd.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/cd.h b/bin/sh/cd.h index 91fbc2b692..a82d6370d5 100644 --- a/bin/sh/cd.h +++ b/bin/sh/cd.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/error.c b/bin/sh/error.c index 6057226695..784d2a9eb9 100644 --- a/bin/sh/error.c +++ b/bin/sh/error.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/error.h b/bin/sh/error.h index a60b1fa176..7743a2ae2b 100644 --- a/bin/sh/error.h +++ b/bin/sh/error.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/eval.c b/bin/sh/eval.c index a4823ccc2f..6591a4dfe7 100644 --- a/bin/sh/eval.c +++ b/bin/sh/eval.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/eval.h b/bin/sh/eval.h index d4092be451..33b3806793 100644 --- a/bin/sh/eval.h +++ b/bin/sh/eval.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/exec.c b/bin/sh/exec.c index 7e15b31ea0..54869726ce 100644 --- a/bin/sh/exec.c +++ b/bin/sh/exec.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/exec.h b/bin/sh/exec.h index b57b2d5b27..2435c097c2 100644 --- a/bin/sh/exec.h +++ b/bin/sh/exec.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/expand.c b/bin/sh/expand.c index 3de1eea885..2b36f706fb 100644 --- a/bin/sh/expand.c +++ b/bin/sh/expand.c @@ -15,7 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/expand.h b/bin/sh/expand.h index 93c80f3013..06eaeef477 100644 --- a/bin/sh/expand.h +++ b/bin/sh/expand.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/funcs/cmv b/bin/sh/funcs/cmv index 2b92c60ce2..815861eb5e 100644 --- a/bin/sh/funcs/cmv +++ b/bin/sh/funcs/cmv @@ -15,7 +15,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 4. Neither the name of the University nor the names of its contributors +# 3. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # diff --git a/bin/sh/funcs/dirs b/bin/sh/funcs/dirs index 95f6857dce..cac4c59af0 100644 --- a/bin/sh/funcs/dirs +++ b/bin/sh/funcs/dirs @@ -15,7 +15,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 4. Neither the name of the University nor the names of its contributors +# 3. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # diff --git a/bin/sh/funcs/login b/bin/sh/funcs/login index 68802a06d9..055bbe5a8f 100644 --- a/bin/sh/funcs/login +++ b/bin/sh/funcs/login @@ -15,7 +15,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 4. Neither the name of the University nor the names of its contributors +# 3. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # diff --git a/bin/sh/funcs/newgrp b/bin/sh/funcs/newgrp index 57ac1cec4c..d1f8b84800 100644 --- a/bin/sh/funcs/newgrp +++ b/bin/sh/funcs/newgrp @@ -15,7 +15,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 4. Neither the name of the University nor the names of its contributors +# 3. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # diff --git a/bin/sh/funcs/popd b/bin/sh/funcs/popd index bc1cd5c8fe..805a4aff4f 100644 --- a/bin/sh/funcs/popd +++ b/bin/sh/funcs/popd @@ -15,7 +15,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 4. Neither the name of the University nor the names of its contributors +# 3. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # diff --git a/bin/sh/funcs/pushd b/bin/sh/funcs/pushd index 9e31f2a20f..12b6fcf71d 100644 --- a/bin/sh/funcs/pushd +++ b/bin/sh/funcs/pushd @@ -15,7 +15,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 4. Neither the name of the University nor the names of its contributors +# 3. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # diff --git a/bin/sh/funcs/suspend b/bin/sh/funcs/suspend index 17492985b2..aaa2f7370c 100644 --- a/bin/sh/funcs/suspend +++ b/bin/sh/funcs/suspend @@ -13,7 +13,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 4. Neither the name of the University nor the names of its contributors +# 3. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index 59eafde038..540c63b610 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/input.c b/bin/sh/input.c index 412f1442b0..8117e755e4 100644 --- a/bin/sh/input.c +++ b/bin/sh/input.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/input.h b/bin/sh/input.h index cb0af77b4b..71046b9731 100644 --- a/bin/sh/input.h +++ b/bin/sh/input.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c index 2dab8c025c..59dc0431f0 100644 --- a/bin/sh/jobs.c +++ b/bin/sh/jobs.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h index 892f12916e..888d6042a3 100644 --- a/bin/sh/jobs.h +++ b/bin/sh/jobs.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/mail.c b/bin/sh/mail.c index 720cab032a..0a77bae7a8 100644 --- a/bin/sh/mail.c +++ b/bin/sh/mail.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/mail.h b/bin/sh/mail.h index 8222bdecef..a6ec7fdade 100644 --- a/bin/sh/mail.h +++ b/bin/sh/mail.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/main.c b/bin/sh/main.c index 08f234e5ee..c483d19b41 100644 --- a/bin/sh/main.c +++ b/bin/sh/main.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/main.h b/bin/sh/main.h index 3c48e33021..7c9e250460 100644 --- a/bin/sh/main.h +++ b/bin/sh/main.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c index a04020f80c..9deddb1289 100644 --- a/bin/sh/memalloc.c +++ b/bin/sh/memalloc.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/memalloc.h b/bin/sh/memalloc.h index e8df7cb1c0..71c080ffe3 100644 --- a/bin/sh/memalloc.h +++ b/bin/sh/memalloc.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/miscbltin.c b/bin/sh/miscbltin.c index 715e324c68..ed483206ab 100644 --- a/bin/sh/miscbltin.c +++ b/bin/sh/miscbltin.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/mkbuiltins b/bin/sh/mkbuiltins index 1be7ff1490..a4bdd46a5f 100644 --- a/bin/sh/mkbuiltins +++ b/bin/sh/mkbuiltins @@ -15,7 +15,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 4. Neither the name of the University nor the names of its contributors +# 3. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # diff --git a/bin/sh/mknodes.c b/bin/sh/mknodes.c index cb8830130d..5d027a8c5d 100644 --- a/bin/sh/mknodes.c +++ b/bin/sh/mknodes.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/mksyntax.c b/bin/sh/mksyntax.c index 1f81828e5a..f71a5a1a13 100644 --- a/bin/sh/mksyntax.c +++ b/bin/sh/mksyntax.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/mktokens b/bin/sh/mktokens index b6f5f97638..8c65c8ddff 100644 --- a/bin/sh/mktokens +++ b/bin/sh/mktokens @@ -15,7 +15,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 4. Neither the name of the University nor the names of its contributors +# 3. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # diff --git a/bin/sh/myhistedit.h b/bin/sh/myhistedit.h index e31276daf4..791532cfc6 100644 --- a/bin/sh/myhistedit.h +++ b/bin/sh/myhistedit.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/mystring.c b/bin/sh/mystring.c index 92ddb9a178..a9086e4060 100644 --- a/bin/sh/mystring.c +++ b/bin/sh/mystring.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/mystring.h b/bin/sh/mystring.h index 919fc867e7..1d9ac2f435 100644 --- a/bin/sh/mystring.h +++ b/bin/sh/mystring.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/nodes.c.pat b/bin/sh/nodes.c.pat index e99e3abba6..617e0e74b4 100644 --- a/bin/sh/nodes.c.pat +++ b/bin/sh/nodes.c.pat @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/nodetypes b/bin/sh/nodetypes index d480093a8a..496ffba059 100644 --- a/bin/sh/nodetypes +++ b/bin/sh/nodetypes @@ -13,7 +13,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 4. Neither the name of the University nor the names of its contributors +# 3. Neither the name of the University nor the names of its contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # diff --git a/bin/sh/options.c b/bin/sh/options.c index 2d0ddce5a3..481f3aa24f 100644 --- a/bin/sh/options.c +++ b/bin/sh/options.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/options.h b/bin/sh/options.h index 2048a354b6..cafa83df21 100644 --- a/bin/sh/options.h +++ b/bin/sh/options.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/output.c b/bin/sh/output.c index d5e57d0bc5..6a388e8ae3 100644 --- a/bin/sh/output.c +++ b/bin/sh/output.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/output.h b/bin/sh/output.h index 51974d8d04..21cbba1efa 100644 --- a/bin/sh/output.h +++ b/bin/sh/output.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/parser.c b/bin/sh/parser.c index 8ebb8699a6..0636f84b24 100644 --- a/bin/sh/parser.c +++ b/bin/sh/parser.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/parser.h b/bin/sh/parser.h index 5982594391..946c41edb9 100644 --- a/bin/sh/parser.h +++ b/bin/sh/parser.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/redir.c b/bin/sh/redir.c index 95d3238daf..674c150eb2 100644 --- a/bin/sh/redir.c +++ b/bin/sh/redir.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/redir.h b/bin/sh/redir.h index 4fdc04d87c..3f7e30556c 100644 --- a/bin/sh/redir.h +++ b/bin/sh/redir.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index e5707c0ff7..ad33c29380 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -13,7 +13,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" diff --git a/bin/sh/shell.h b/bin/sh/shell.h index 679efc7b16..74f11a33fd 100644 --- a/bin/sh/shell.h +++ b/bin/sh/shell.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/show.c b/bin/sh/show.c index db18ae9701..2437063a76 100644 --- a/bin/sh/show.c +++ b/bin/sh/show.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/show.h b/bin/sh/show.h index 4528fb19a4..b48830fba0 100644 --- a/bin/sh/show.h +++ b/bin/sh/show.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/trap.c b/bin/sh/trap.c index ef459e369a..4e11a7aa68 100644 --- a/bin/sh/trap.c +++ b/bin/sh/trap.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/trap.h b/bin/sh/trap.h index a272839269..8d6cb09c30 100644 --- a/bin/sh/trap.h +++ b/bin/sh/trap.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/var.c b/bin/sh/var.c index 16438ae314..58e4ca9a54 100644 --- a/bin/sh/var.c +++ b/bin/sh/var.c @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/bin/sh/var.h b/bin/sh/var.h index 6e831aef3f..84f1bef41d 100644 --- a/bin/sh/var.h +++ b/bin/sh/var.h @@ -13,7 +13,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * -- 2.41.0