diff options
Diffstat (limited to 'usr.bin/tput')
| -rw-r--r-- | usr.bin/tput/clear.sh | 2 | ||||
| -rw-r--r-- | usr.bin/tput/tput.1 | 2 | ||||
| -rw-r--r-- | usr.bin/tput/tput.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tput/clear.sh b/usr.bin/tput/clear.sh index 4b3531cb45af..bfedc3c34fef 100644 --- a/usr.bin/tput/clear.sh +++ b/usr.bin/tput/clear.sh @@ -11,7 +11,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/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index ba39acee0a5a..ad91f7d38106 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -9,7 +9,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/usr.bin/tput/tput.c b/usr.bin/tput/tput.c index 0c66d62d8df6..f4c6ec33a439 100644 --- a/usr.bin/tput/tput.c +++ b/usr.bin/tput/tput.c @@ -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. * |
