diff options
author | Joel Dahl <joel@FreeBSD.org> | 2010-12-11 08:32:16 +0000 |
---|---|---|
committer | Joel Dahl <joel@FreeBSD.org> | 2010-12-11 08:32:16 +0000 |
commit | da52b4caaf187775f6b56a72c6b16e94ad728f7b (patch) | |
tree | 5570a8a027e3011357d1c937cdaa4197cc734d59 /usr.bin/tput | |
parent | 864187d8a6f9d3b3fc66c5324b403e950befee52 (diff) | |
download | src-da52b4caaf187775f6b56a72c6b16e94ad728f7b.tar.gz src-da52b4caaf187775f6b56a72c6b16e94ad728f7b.zip |
Notes
Diffstat (limited to 'usr.bin/tput')
-rw-r--r-- | usr.bin/tput/clear.sh | 6 | ||||
-rw-r--r-- | usr.bin/tput/tput.1 | 4 | ||||
-rw-r--r-- | usr.bin/tput/tput.c | 4 |
3 files changed, 2 insertions, 12 deletions
diff --git a/usr.bin/tput/clear.sh b/usr.bin/tput/clear.sh index add589bc4407..4b3531cb45af 100644 --- a/usr.bin/tput/clear.sh +++ b/usr.bin/tput/clear.sh @@ -11,10 +11,6 @@ # 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. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of -# California, Berkeley and its contributors. # 4. 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. @@ -31,6 +27,8 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # +# $FreeBSD$ +# # @(#)clear.sh 8.1 (Berkeley) 6/6/93 # diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 33950a766bf5..ba39acee0a5a 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -9,10 +9,6 @@ .\" 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. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by the University of -.\" California, Berkeley and its contributors. .\" 4. 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 a478d5dcf49a..0c66d62d8df6 100644 --- a/usr.bin/tput/tput.c +++ b/usr.bin/tput/tput.c @@ -10,10 +10,6 @@ * 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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. 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. |