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 | |
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')
-rw-r--r-- | games/bcd/bcd.c | 6 | ||||
-rw-r--r-- | games/caesar/caesar.c | 6 | ||||
-rw-r--r-- | games/morse/morse.c | 6 | ||||
-rw-r--r-- | games/number/number.c | 6 | ||||
-rw-r--r-- | games/pom/pom.c | 6 | ||||
-rw-r--r-- | games/ppt/ppt.c | 6 | ||||
-rw-r--r-- | games/primes/pattern.c | 6 | ||||
-rw-r--r-- | games/primes/pr_tbl.c | 6 | ||||
-rw-r--r-- | games/primes/primes.c | 6 | ||||
-rw-r--r-- | games/primes/primes.h | 6 | ||||
-rw-r--r-- | games/random/random.c | 6 |
11 files changed, 11 insertions, 55 deletions
diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c index 27f483e..a294ac3 100644 --- a/games/bcd/bcd.c +++ b/games/bcd/bcd.c @@ -13,11 +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. - * 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/caesar.c b/games/caesar/caesar.c index 25c0a12..a12f641 100644 --- a/games/caesar/caesar.c +++ b/games/caesar/caesar.c @@ -18,11 +18,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/morse/morse.c b/games/morse/morse.c index 40f5f5b..6c8ff5f 100644 --- a/games/morse/morse.c +++ b/games/morse/morse.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. * 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. * diff --git a/games/pom/pom.c b/games/pom/pom.c index e9b2a5c..00dacd8 100644 --- a/games/pom/pom.c +++ b/games/pom/pom.c @@ -12,11 +12,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/ppt/ppt.c b/games/ppt/ppt.c index e0ae5e1..a032e13 100644 --- a/games/ppt/ppt.c +++ b/games/ppt/ppt.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. * diff --git a/games/primes/pattern.c b/games/primes/pattern.c index 66b2dc8..2b30678 100644 --- a/games/primes/pattern.c +++ b/games/primes/pattern.c @@ -13,11 +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. - * 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/primes/pr_tbl.c b/games/primes/pr_tbl.c index 6447916..5bb7093 100644 --- a/games/primes/pr_tbl.c +++ b/games/primes/pr_tbl.c @@ -13,11 +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. - * 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/primes/primes.c b/games/primes/primes.c index c89817d..33838ee 100644 --- a/games/primes/primes.c +++ b/games/primes/primes.c @@ -13,11 +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. - * 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/primes/primes.h b/games/primes/primes.h index fde2b83..0951bbf 100644 --- a/games/primes/primes.h +++ b/games/primes/primes.h @@ -13,11 +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. - * 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/random/random.c b/games/random/random.c index c1be97b..4ec36c6 100644 --- a/games/random/random.c +++ b/games/random/random.c @@ -13,11 +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. - * 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. * |