diff options
Diffstat (limited to 'sys/arch/sparc')
| -rw-r--r-- | sys/arch/sparc/dev/if_le.c | 4 | ||||
| -rw-r--r-- | sys/arch/sparc/include/asm.h | 8 | ||||
| -rw-r--r-- | sys/arch/sparc/sparc/in_cksum.c | 7 |
3 files changed, 4 insertions, 15 deletions
diff --git a/sys/arch/sparc/dev/if_le.c b/sys/arch/sparc/dev/if_le.c index 3290c1cf4a9..aec7bde2391 100644 --- a/sys/arch/sparc/dev/if_le.c +++ b/sys/arch/sparc/dev/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.22 2003/05/22 07:28:11 miod Exp $ */ +/* $OpenBSD: if_le.c,v 1.23 2003/06/04 22:08:17 deraadt Exp $ */ /* $NetBSD: if_le.c,v 1.50 1997/09/09 20:54:48 pk Exp $ */ /*- @@ -26,8 +26,6 @@ * Harvard University. * This product includes software developed for the NetBSD Project * by Jason R. Thorpe. - * 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 * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/sys/arch/sparc/include/asm.h b/sys/arch/sparc/include/asm.h index d3382f94cda..c942f03e297 100644 --- a/sys/arch/sparc/include/asm.h +++ b/sys/arch/sparc/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.3 2002/08/11 12:13:16 art Exp $ */ +/* $OpenBSD: asm.h,v 1.4 2003/06/04 22:08:17 deraadt Exp $ */ /* $NetBSD: asm.h,v 1.5 1997/07/16 15:16:43 christos Exp $ */ /* @@ -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/sparc/sparc/in_cksum.c b/sys/arch/sparc/sparc/in_cksum.c index bbf512bd85c..e8ba21ee143 100644 --- a/sys/arch/sparc/sparc/in_cksum.c +++ b/sys/arch/sparc/sparc/in_cksum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in_cksum.c,v 1.9 2003/06/02 23:27:55 millert Exp $ */ +/* $OpenBSD: in_cksum.c,v 1.10 2003/06/04 22:08:17 deraadt Exp $ */ /* $NetBSD: in_cksum.c,v 1.7 1996/10/05 23:44:34 mrg Exp $ */ /* @@ -8,11 +8,6 @@ * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * - * 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, and it's contributors. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: |
