diff options
author | imp <imp@FreeBSD.org> | 2010-02-15 18:46:02 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-02-15 18:46:02 +0000 |
commit | 7c458552b0a424c27d4acc505de7159d4561aca2 (patch) | |
tree | fe660d4cfbec0fd4b9f997d463c9c239eafbf58c /games/number/number.c | |
parent | 6be9a30d073339d664a66d4aebf01e042ba0dd29 (diff) | |
download | FreeBSD-src-7c458552b0a424c27d4acc505de7159d4561aca2.zip FreeBSD-src-7c458552b0a424c27d4acc505de7159d4561aca2.tar.gz |
Remove the third clause for the Berkeley parts of games, per the
letter in /COPYRIGHT.
Diffstat (limited to 'games/number/number.c')
-rw-r--r-- | games/number/number.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/number/number.c b/games/number/number.c index d30639e..2ffc87c 100644 --- a/games/number/number.c +++ b/games/number/number.c @@ -10,11 +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. - * 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. * |