diff options
author | uqs <uqs@FreeBSD.org> | 2010-12-06 19:12:51 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-12-06 19:12:51 +0000 |
commit | e166421f4d8c003c78e787275ce850f880bbfc62 (patch) | |
tree | b676aa83b16a11d3d9bffbb1389f774c62f61885 /games/caesar | |
parent | 1620fca5f4940c286bfd68e28578b6e9f6ef2977 (diff) | |
download | FreeBSD-src-e166421f4d8c003c78e787275ce850f880bbfc62.zip FreeBSD-src-e166421f4d8c003c78e787275ce850f880bbfc62.tar.gz |
Drop advertising clause in manpages. It was done a long time ago
for the source code.
Discussed with: core
Diffstat (limited to 'games/caesar')
-rw-r--r-- | games/caesar/caesar.6 | 6 | ||||
-rw-r--r-- | games/caesar/rot13.sh | 8 |
2 files changed, 3 insertions, 11 deletions
diff --git a/games/caesar/caesar.6 b/games/caesar/caesar.6 index 28ffe86..91e9af8 100644 --- a/games/caesar/caesar.6 +++ b/games/caesar/caesar.6 @@ -9,11 +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. -.\" 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 +.\" 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/games/caesar/rot13.sh b/games/caesar/rot13.sh index 1b88b63..853205b 100644 --- a/games/caesar/rot13.sh +++ b/games/caesar/rot13.sh @@ -11,11 +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. -# 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 +# 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. # @@ -32,6 +28,6 @@ # SUCH DAMAGE. # # @(#)rot13.sh 8.1 (Berkeley) 5/31/93 -# +# $FreeBSD$ exec /usr/games/caesar 13 "$@" |