aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2010-02-15 18:46:02 +0000
committerWarner Losh <imp@FreeBSD.org>2010-02-15 18:46:02 +0000
commitf5144a270dbff32900e05db1f9ef0dd8d505c3eb (patch)
treefe660d4cfbec0fd4b9f997d463c9c239eafbf58c /games
parentc89d1732bac6b26f799509cf6ed1b4d56497e0e2 (diff)
downloadsrc-f5144a270dbff32900e05db1f9ef0dd8d505c3eb.tar.gz
src-f5144a270dbff32900e05db1f9ef0dd8d505c3eb.zip
Remove the third clause for the Berkeley parts of games, per the
letter in /COPYRIGHT.
Notes
Notes: svn path=/head/; revision=203932
Diffstat (limited to 'games')
-rw-r--r--games/bcd/bcd.c6
-rw-r--r--games/caesar/caesar.c6
-rw-r--r--games/morse/morse.c6
-rw-r--r--games/number/number.c6
-rw-r--r--games/pom/pom.c6
-rw-r--r--games/ppt/ppt.c6
-rw-r--r--games/primes/pattern.c6
-rw-r--r--games/primes/pr_tbl.c6
-rw-r--r--games/primes/primes.c6
-rw-r--r--games/primes/primes.h6
-rw-r--r--games/random/random.c6
11 files changed, 11 insertions, 55 deletions
diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c
index 27f483ec6313..a294ac352ca9 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 25c0a123bd4f..a12f6413e11d 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 40f5f5b748cd..6c8ff5ff9a79 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 d30639e7e8c8..2ffc87cfea77 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 e9b2a5c286b1..00dacd8f9555 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 e0ae5e137c54..a032e13ed394 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 66b2dc807151..2b30678cf3b5 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 6447916daad3..5bb709330b83 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 c89817d7da68..33838ee933da 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 fde2b83f3fa9..0951bbf5ad9c 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 c1be97ba5cb9..4ec36c6377a7 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.
*