diff options
Diffstat (limited to 'sys/arch/m68k/fpe')
-rw-r--r-- | sys/arch/m68k/fpe/fpu_add.c | 8 | ||||
-rw-r--r-- | sys/arch/m68k/fpe/fpu_arith.h | 8 | ||||
-rw-r--r-- | sys/arch/m68k/fpe/fpu_div.c | 8 | ||||
-rw-r--r-- | sys/arch/m68k/fpe/fpu_explode.c | 8 | ||||
-rw-r--r-- | sys/arch/m68k/fpe/fpu_implode.c | 8 | ||||
-rw-r--r-- | sys/arch/m68k/fpe/fpu_mul.c | 8 | ||||
-rw-r--r-- | sys/arch/m68k/fpe/fpu_sqrt.c | 8 | ||||
-rw-r--r-- | sys/arch/m68k/fpe/fpu_subr.c | 8 | ||||
-rw-r--r-- | sys/arch/m68k/fpe/ieee.h | 8 |
9 files changed, 18 insertions, 54 deletions
diff --git a/sys/arch/m68k/fpe/fpu_add.c b/sys/arch/m68k/fpe/fpu_add.c index 33c6df85c2e..c6a4931dbf5 100644 --- a/sys/arch/m68k/fpe/fpu_add.c +++ b/sys/arch/m68k/fpe/fpu_add.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_add.c,v 1.2 1996/05/09 22:20:42 niklas Exp $ */ +/* $OpenBSD: fpu_add.c,v 1.3 2003/06/02 23:27:48 millert Exp $ */ /* $NetBSD: fpu_add.c,v 1.2 1996/04/30 11:52:09 briggs Exp $ */ /* @@ -22,11 +22,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/m68k/fpe/fpu_arith.h b/sys/arch/m68k/fpe/fpu_arith.h index 4a444a7c673..c42edc55195 100644 --- a/sys/arch/m68k/fpe/fpu_arith.h +++ b/sys/arch/m68k/fpe/fpu_arith.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_arith.h,v 1.2 1996/05/29 21:05:14 niklas Exp $ */ +/* $OpenBSD: fpu_arith.h,v 1.3 2003/06/02 23:27:48 millert Exp $ */ /* $NetBSD: fpu_arith.h,v 1.1 1995/11/03 04:46:59 briggs Exp $ */ /* @@ -22,11 +22,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/m68k/fpe/fpu_div.c b/sys/arch/m68k/fpe/fpu_div.c index 2e7e81f44c1..f7cfa83b50c 100644 --- a/sys/arch/m68k/fpe/fpu_div.c +++ b/sys/arch/m68k/fpe/fpu_div.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_div.c,v 1.2 1996/05/29 21:05:15 niklas Exp $ */ +/* $OpenBSD: fpu_div.c,v 1.3 2003/06/02 23:27:48 millert Exp $ */ /* $NetBSD: fpu_div.c,v 1.1 1995/11/03 04:47:02 briggs Exp $ */ /* @@ -22,11 +22,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/m68k/fpe/fpu_explode.c b/sys/arch/m68k/fpe/fpu_explode.c index 74d92f3147b..d6227e33189 100644 --- a/sys/arch/m68k/fpe/fpu_explode.c +++ b/sys/arch/m68k/fpe/fpu_explode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_explode.c,v 1.3 2002/03/14 01:26:34 millert Exp $ */ +/* $OpenBSD: fpu_explode.c,v 1.4 2003/06/02 23:27:48 millert Exp $ */ /* $NetBSD: fpu_explode.c,v 1.2 1996/04/30 11:52:18 briggs Exp $ */ /* @@ -22,11 +22,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/m68k/fpe/fpu_implode.c b/sys/arch/m68k/fpe/fpu_implode.c index f6aca71e792..8fd904d4453 100644 --- a/sys/arch/m68k/fpe/fpu_implode.c +++ b/sys/arch/m68k/fpe/fpu_implode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_implode.c,v 1.3 2002/03/14 01:26:34 millert Exp $ */ +/* $OpenBSD: fpu_implode.c,v 1.4 2003/06/02 23:27:48 millert Exp $ */ /* $NetBSD: fpu_implode.c,v 1.2 1996/04/30 11:52:30 briggs Exp $ */ /* @@ -22,11 +22,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/m68k/fpe/fpu_mul.c b/sys/arch/m68k/fpe/fpu_mul.c index 3e3f1edf199..eac1d4c3920 100644 --- a/sys/arch/m68k/fpe/fpu_mul.c +++ b/sys/arch/m68k/fpe/fpu_mul.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_mul.c,v 1.2 1996/05/29 21:05:17 niklas Exp $ */ +/* $OpenBSD: fpu_mul.c,v 1.3 2003/06/02 23:27:48 millert Exp $ */ /* $NetBSD: fpu_mul.c,v 1.1 1995/11/03 04:47:16 briggs Exp $ */ /* @@ -22,11 +22,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/m68k/fpe/fpu_sqrt.c b/sys/arch/m68k/fpe/fpu_sqrt.c index 80a09f5c2ec..a4e86995fa3 100644 --- a/sys/arch/m68k/fpe/fpu_sqrt.c +++ b/sys/arch/m68k/fpe/fpu_sqrt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_sqrt.c,v 1.2 1996/05/30 22:28:09 niklas Exp $ */ +/* $OpenBSD: fpu_sqrt.c,v 1.3 2003/06/02 23:27:48 millert Exp $ */ /* $NetBSD: fpu_sqrt.c,v 1.1 1995/11/03 04:47:18 briggs Exp $ */ /* @@ -22,11 +22,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/m68k/fpe/fpu_subr.c b/sys/arch/m68k/fpe/fpu_subr.c index 0f62d770d9d..595a1631e82 100644 --- a/sys/arch/m68k/fpe/fpu_subr.c +++ b/sys/arch/m68k/fpe/fpu_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_subr.c,v 1.2 1996/05/09 22:20:48 niklas Exp $ */ +/* $OpenBSD: fpu_subr.c,v 1.3 2003/06/02 23:27:48 millert Exp $ */ /* $NetBSD: fpu_subr.c,v 1.2 1996/04/30 11:52:38 briggs Exp $ */ /* @@ -22,11 +22,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/m68k/fpe/ieee.h b/sys/arch/m68k/fpe/ieee.h index c086c036c5a..2d8609a3b4d 100644 --- a/sys/arch/m68k/fpe/ieee.h +++ b/sys/arch/m68k/fpe/ieee.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee.h,v 1.2 1996/05/29 21:05:17 niklas Exp $ */ +/* $OpenBSD: ieee.h,v 1.3 2003/06/02 23:27:48 millert Exp $ */ /* $NetBSD: ieee.h,v 1.1 1995/11/03 04:47:21 briggs Exp $ */ /* @@ -22,11 +22,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. * |