diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-07 07:29:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-07 07:29:45 +0000 |
commit | 0cf48baad748b28cab421eea4555ac0b66a9836f (patch) | |
tree | 91d644ad8aee69c35badd7712a57eacd97b84759 /sys/arch/mips64 | |
parent | 63f76296bf7e1d14577f3377c4f349a828da94ea (diff) |
Remove advertising clause from UCB licenses; ok deraad@
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/include/ansi.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/cpu.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/float.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/ieee.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/limits.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/mips_opcode.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/param.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/pcb.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/pmap.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/proc.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/profile.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/pte.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/ptrace.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/reg.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/regdef.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/signal.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/stdarg.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/trap.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/types.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/varargs.h | 8 | ||||
-rw-r--r-- | sys/arch/mips64/include/vmparam.h | 8 |
21 files changed, 42 insertions, 126 deletions
diff --git a/sys/arch/mips64/include/ansi.h b/sys/arch/mips64/include/ansi.h index 3eafb7dd5bf..38be7b4b7e4 100644 --- a/sys/arch/mips64/include/ansi.h +++ b/sys/arch/mips64/include/ansi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ansi.h,v 1.4 2005/04/16 15:44:39 miod Exp $ */ +/* $OpenBSD: ansi.h,v 1.5 2005/08/07 07:29:44 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -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/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index c653363638c..66204497811 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.10 2004/11/11 16:14:22 pefo Exp $ */ +/* $OpenBSD: cpu.h,v 1.11 2005/08/07 07:29:44 miod Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -15,11 +15,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/sys/arch/mips64/include/float.h b/sys/arch/mips64/include/float.h index dbfef1fdbe4..de2a1353966 100644 --- a/sys/arch/mips64/include/float.h +++ b/sys/arch/mips64/include/float.h @@ -1,4 +1,4 @@ -/* $OpenBSD: float.h,v 1.2 2005/01/31 21:35:49 grange Exp $ */ +/* $OpenBSD: float.h,v 1.3 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1989, 1993 @@ -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/sys/arch/mips64/include/ieee.h b/sys/arch/mips64/include/ieee.h index 0af7989d7e4..28b7d8b21d0 100644 --- a/sys/arch/mips64/include/ieee.h +++ b/sys/arch/mips64/include/ieee.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee.h,v 1.1 2004/08/06 20:56:01 pefo Exp $ */ +/* $OpenBSD: ieee.h,v 1.2 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1992, 1993 @@ -21,11 +21,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/sys/arch/mips64/include/limits.h b/sys/arch/mips64/include/limits.h index ea69e591b68..5564a841993 100644 --- a/sys/arch/mips64/include/limits.h +++ b/sys/arch/mips64/include/limits.h @@ -1,4 +1,4 @@ -/* $OpenBSD: limits.h,v 1.1 2004/08/06 20:56:02 pefo Exp $ */ +/* $OpenBSD: limits.h,v 1.2 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1988, 1993 @@ -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/sys/arch/mips64/include/mips_opcode.h b/sys/arch/mips64/include/mips_opcode.h index 92658089fa2..c861b482455 100644 --- a/sys/arch/mips64/include/mips_opcode.h +++ b/sys/arch/mips64/include/mips_opcode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mips_opcode.h,v 1.1 2004/08/06 20:56:02 pefo Exp $ */ +/* $OpenBSD: mips_opcode.h,v 1.2 2005/08/07 07:29:44 miod Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -15,11 +15,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/sys/arch/mips64/include/param.h b/sys/arch/mips64/include/param.h index 06a3e540d0c..6aaf7549419 100644 --- a/sys/arch/mips64/include/param.h +++ b/sys/arch/mips64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.7 2005/07/31 15:31:15 miod Exp $ */ +/* $OpenBSD: param.h,v 1.8 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -17,11 +17,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/sys/arch/mips64/include/pcb.h b/sys/arch/mips64/include/pcb.h index ded6a50bc40..71531d91d1c 100644 --- a/sys/arch/mips64/include/pcb.h +++ b/sys/arch/mips64/include/pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcb.h,v 1.1 2004/08/06 20:56:02 pefo Exp $ */ +/* $OpenBSD: pcb.h,v 1.2 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -17,11 +17,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/sys/arch/mips64/include/pmap.h b/sys/arch/mips64/include/pmap.h index 515ce2eb6eb..7a6bb418a4f 100644 --- a/sys/arch/mips64/include/pmap.h +++ b/sys/arch/mips64/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.6 2004/09/27 17:40:24 pefo Exp $ */ +/* $OpenBSD: pmap.h,v 1.7 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1987 Carnegie-Mellon University @@ -16,11 +16,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/sys/arch/mips64/include/proc.h b/sys/arch/mips64/include/proc.h index 8b2e9a7705e..eb7c88ab1ad 100644 --- a/sys/arch/mips64/include/proc.h +++ b/sys/arch/mips64/include/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.1 2004/08/06 20:56:02 pefo Exp $ */ +/* $OpenBSD: proc.h,v 1.2 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1992, 1993 @@ -15,11 +15,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/sys/arch/mips64/include/profile.h b/sys/arch/mips64/include/profile.h index c1e52c0eab3..7f045a8a091 100644 --- a/sys/arch/mips64/include/profile.h +++ b/sys/arch/mips64/include/profile.h @@ -1,4 +1,4 @@ -/* $OpenBSD: profile.h,v 1.1 2004/08/06 20:56:02 pefo Exp $ */ +/* $OpenBSD: profile.h,v 1.2 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1992, 1993 @@ -15,11 +15,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/sys/arch/mips64/include/pte.h b/sys/arch/mips64/include/pte.h index 8c6af0504e0..8d1a5aeaa9b 100644 --- a/sys/arch/mips64/include/pte.h +++ b/sys/arch/mips64/include/pte.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pte.h,v 1.2 2004/10/20 12:49:15 pefo Exp $ */ +/* $OpenBSD: pte.h,v 1.3 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -17,11 +17,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/sys/arch/mips64/include/ptrace.h b/sys/arch/mips64/include/ptrace.h index c2e99e83a2f..a89fd596b6c 100644 --- a/sys/arch/mips64/include/ptrace.h +++ b/sys/arch/mips64/include/ptrace.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ptrace.h,v 1.1 2004/08/06 20:56:02 pefo Exp $ */ +/* $OpenBSD: ptrace.h,v 1.2 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1992, 1993 @@ -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/sys/arch/mips64/include/reg.h b/sys/arch/mips64/include/reg.h index be2dcbf5fe6..1af5bae6e3e 100644 --- a/sys/arch/mips64/include/reg.h +++ b/sys/arch/mips64/include/reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reg.h,v 1.1 2004/08/06 20:56:02 pefo Exp $ */ +/* $OpenBSD: reg.h,v 1.2 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -17,11 +17,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/sys/arch/mips64/include/regdef.h b/sys/arch/mips64/include/regdef.h index 2b21ccd5751..ae18392391f 100644 --- a/sys/arch/mips64/include/regdef.h +++ b/sys/arch/mips64/include/regdef.h @@ -1,4 +1,4 @@ -/* $OpenBSD: regdef.h,v 1.2 2004/09/09 22:21:41 pefo Exp $ */ +/* $OpenBSD: regdef.h,v 1.3 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1992, 1993 @@ -16,11 +16,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/sys/arch/mips64/include/signal.h b/sys/arch/mips64/include/signal.h index e162ccf1aae..0bc65a3719b 100644 --- a/sys/arch/mips64/include/signal.h +++ b/sys/arch/mips64/include/signal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: signal.h,v 1.2 2004/08/10 20:28:13 deraadt Exp $ */ +/* $OpenBSD: signal.h,v 1.3 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1992, 1993 @@ -15,11 +15,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/sys/arch/mips64/include/stdarg.h b/sys/arch/mips64/include/stdarg.h index 39b4109ac6c..b721da144cc 100644 --- a/sys/arch/mips64/include/stdarg.h +++ b/sys/arch/mips64/include/stdarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdarg.h,v 1.1 2004/08/06 20:56:02 pefo Exp $ */ +/* $OpenBSD: stdarg.h,v 1.2 2005/08/07 07:29:44 miod Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -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/sys/arch/mips64/include/trap.h b/sys/arch/mips64/include/trap.h index 485fd3732e7..dc8260db4a4 100644 --- a/sys/arch/mips64/include/trap.h +++ b/sys/arch/mips64/include/trap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.h,v 1.5 2005/01/31 21:35:49 grange Exp $ */ +/* $OpenBSD: trap.h,v 1.6 2005/08/07 07:29:44 miod Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -17,11 +17,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/sys/arch/mips64/include/types.h b/sys/arch/mips64/include/types.h index 29706461880..31c1d839e49 100644 --- a/sys/arch/mips64/include/types.h +++ b/sys/arch/mips64/include/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.6 2005/04/29 18:41:12 grange Exp $ */ +/* $OpenBSD: types.h,v 1.7 2005/08/07 07:29:44 miod Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -15,11 +15,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/sys/arch/mips64/include/varargs.h b/sys/arch/mips64/include/varargs.h index 8ed0325b252..702f981021d 100644 --- a/sys/arch/mips64/include/varargs.h +++ b/sys/arch/mips64/include/varargs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: varargs.h,v 1.1 2004/08/06 20:56:02 pefo Exp $ */ +/* $OpenBSD: varargs.h,v 1.2 2005/08/07 07:29:44 miod Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -17,11 +17,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/sys/arch/mips64/include/vmparam.h b/sys/arch/mips64/include/vmparam.h index 9f7daa07036..96dbe3f748c 100644 --- a/sys/arch/mips64/include/vmparam.h +++ b/sys/arch/mips64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.9 2005/04/11 15:13:01 deraadt Exp $ */ +/* $OpenBSD: vmparam.h,v 1.10 2005/08/07 07:29:44 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.5 1994/10/26 21:10:10 cgd Exp $ */ /* @@ -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. * |