diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-02-28 23:42:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-02-28 23:42:47 +0000 |
| commit | fbbd9655e5107c68e4e0146ff22b73d7350475bc (patch) | |
| tree | c68b7d4e6c82fd26ce5f831625ef6e971ad98e9c /bin/ls | |
| parent | 08c22689e662f3091ba410c950367f0769c92995 (diff) | |
Notes
Diffstat (limited to 'bin/ls')
| -rw-r--r-- | bin/ls/cmp.c | 2 | ||||
| -rw-r--r-- | bin/ls/extern.h | 2 | ||||
| -rw-r--r-- | bin/ls/ls.1 | 2 | ||||
| -rw-r--r-- | bin/ls/ls.c | 2 | ||||
| -rw-r--r-- | bin/ls/ls.h | 2 | ||||
| -rw-r--r-- | bin/ls/print.c | 2 | ||||
| -rw-r--r-- | bin/ls/util.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c index a2e46ff24204..d9b77e062997 100644 --- a/bin/ls/cmp.c +++ b/bin/ls/cmp.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/ls/extern.h b/bin/ls/extern.h index e4b50596a23d..d62b1aa561ed 100644 --- a/bin/ls/extern.h +++ b/bin/ls/extern.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/ls/ls.1 b/bin/ls/ls.1 index 16ad49b87c57..507d152ee8c7 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.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/ls/ls.c b/bin/ls/ls.c index 91ef9ea4e15a..3a3b28414cd0 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.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/ls/ls.h b/bin/ls/ls.h index e4867775b02b..b68f82bf9efc 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.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/ls/print.c b/bin/ls/print.c index 12ca80276e53..80186c46a1dc 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.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/ls/util.c b/bin/ls/util.c index b75cbec5f4fb..9751e4864a71 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.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. * |
