diff --git a/sys/arch/sbmips/stand/common/booted_dev.c b/sys/arch/sbmips/stand/common/booted_dev.c index 2bbf78dfed54..bc41aab1ae08 100644 --- a/sys/arch/sbmips/stand/common/booted_dev.c +++ b/sys/arch/sbmips/stand/common/booted_dev.c @@ -1,25 +1,24 @@ -/* $NetBSD: booted_dev.c,v 1.1 2002/11/09 06:20:39 cgd Exp $ */ +/* $NetBSD: booted_dev.c,v 1.2 2003/02/07 17:52:08 cgd Exp $ */ /* * Copyright 2000, 2001 * Broadcom Corporation. All rights reserved. - * + * * This software is furnished under license and may be used and copied only * in accordance with the following terms and conditions. Subject to these * conditions, you may download, copy, install, use, modify and distribute * modified or unmodified copies of this software in source and/or binary * form. No title or ownership is transferred hereby. - * + * * 1) Any source code used, modified or distributed must reproduce and * retain this copyright notice and list of conditions as they appear in * the source file. - * + * * 2) No right is granted to use any trade name, trademark, or logo of - * Broadcom Corporation. Neither the "Broadcom Corporation" name nor any - * trademark or logo of Broadcom Corporation may be used to endorse or - * promote products derived from this software without the prior written - * permission of Broadcom Corporation. - * + * Broadcom Corporation. The "Broadcom Corporation" name may not be + * used to endorse or promote products derived from this software + * without the prior written permission of Broadcom Corporation. + * * 3) THIS SOFTWARE IS PROVIDED "AS-IS" AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR diff --git a/sys/arch/sbmips/stand/common/cfe.c b/sys/arch/sbmips/stand/common/cfe.c index 75a67f36f611..474ce7d27c5b 100644 --- a/sys/arch/sbmips/stand/common/cfe.c +++ b/sys/arch/sbmips/stand/common/cfe.c @@ -1,25 +1,24 @@ -/* $NetBSD: cfe.c,v 1.1 2002/11/09 06:20:39 cgd Exp $ */ +/* $NetBSD: cfe.c,v 1.2 2003/02/07 17:52:08 cgd Exp $ */ /* * Copyright 2000, 2001 * Broadcom Corporation. All rights reserved. - * + * * This software is furnished under license and may be used and copied only * in accordance with the following terms and conditions. Subject to these * conditions, you may download, copy, install, use, modify and distribute * modified or unmodified copies of this software in source and/or binary * form. No title or ownership is transferred hereby. - * + * * 1) Any source code used, modified or distributed must reproduce and * retain this copyright notice and list of conditions as they appear in * the source file. - * + * * 2) No right is granted to use any trade name, trademark, or logo of - * Broadcom Corporation. Neither the "Broadcom Corporation" name nor any - * trademark or logo of Broadcom Corporation may be used to endorse or - * promote products derived from this software without the prior written - * permission of Broadcom Corporation. - * + * Broadcom Corporation. The "Broadcom Corporation" name may not be + * used to endorse or promote products derived from this software + * without the prior written permission of Broadcom Corporation. + * * 3) THIS SOFTWARE IS PROVIDED "AS-IS" AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR diff --git a/sys/arch/sbmips/stand/common/cfe_ioctl.h b/sys/arch/sbmips/stand/common/cfe_ioctl.h index cfdafbe4d0cf..23954037fbb9 100644 --- a/sys/arch/sbmips/stand/common/cfe_ioctl.h +++ b/sys/arch/sbmips/stand/common/cfe_ioctl.h @@ -1,25 +1,24 @@ -/* $NetBSD: cfe_ioctl.h,v 1.1 2002/11/09 06:20:40 cgd Exp $ */ +/* $NetBSD: cfe_ioctl.h,v 1.2 2003/02/07 17:52:08 cgd Exp $ */ /* * Copyright 2000, 2001 * Broadcom Corporation. All rights reserved. - * + * * This software is furnished under license and may be used and copied only * in accordance with the following terms and conditions. Subject to these * conditions, you may download, copy, install, use, modify and distribute * modified or unmodified copies of this software in source and/or binary * form. No title or ownership is transferred hereby. - * + * * 1) Any source code used, modified or distributed must reproduce and * retain this copyright notice and list of conditions as they appear in * the source file. - * + * * 2) No right is granted to use any trade name, trademark, or logo of - * Broadcom Corporation. Neither the "Broadcom Corporation" name nor any - * trademark or logo of Broadcom Corporation may be used to endorse or - * promote products derived from this software without the prior written - * permission of Broadcom Corporation. - * + * Broadcom Corporation. The "Broadcom Corporation" name may not be + * used to endorse or promote products derived from this software + * without the prior written permission of Broadcom Corporation. + * * 3) THIS SOFTWARE IS PROVIDED "AS-IS" AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR diff --git a/sys/arch/sbmips/stand/common/start.S b/sys/arch/sbmips/stand/common/start.S index c66c3de274bf..07f8a8ea6e00 100644 --- a/sys/arch/sbmips/stand/common/start.S +++ b/sys/arch/sbmips/stand/common/start.S @@ -1,25 +1,24 @@ -/* $NetBSD: start.S,v 1.1 2002/11/09 06:20:41 cgd Exp $ */ +/* $NetBSD: start.S,v 1.2 2003/02/07 17:52:08 cgd Exp $ */ /* * Copyright 2000, 2001 * Broadcom Corporation. All rights reserved. - * + * * This software is furnished under license and may be used and copied only * in accordance with the following terms and conditions. Subject to these * conditions, you may download, copy, install, use, modify and distribute * modified or unmodified copies of this software in source and/or binary * form. No title or ownership is transferred hereby. - * + * * 1) Any source code used, modified or distributed must reproduce and * retain this copyright notice and list of conditions as they appear in * the source file. - * + * * 2) No right is granted to use any trade name, trademark, or logo of - * Broadcom Corporation. Neither the "Broadcom Corporation" name nor any - * trademark or logo of Broadcom Corporation may be used to endorse or - * promote products derived from this software without the prior written - * permission of Broadcom Corporation. - * + * Broadcom Corporation. The "Broadcom Corporation" name may not be + * used to endorse or promote products derived from this software + * without the prior written permission of Broadcom Corporation. + * * 3) THIS SOFTWARE IS PROVIDED "AS-IS" AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR diff --git a/sys/arch/sbmips/stand/netboot/getsecs.c b/sys/arch/sbmips/stand/netboot/getsecs.c index 1b580a8a6f8e..e512e28b5653 100644 --- a/sys/arch/sbmips/stand/netboot/getsecs.c +++ b/sys/arch/sbmips/stand/netboot/getsecs.c @@ -1,25 +1,24 @@ -/* $NetBSD: getsecs.c,v 1.1 2002/11/09 06:20:42 cgd Exp $ */ +/* $NetBSD: getsecs.c,v 1.2 2003/02/07 17:52:08 cgd Exp $ */ /* * Copyright 2001 * Broadcom Corporation. All rights reserved. - * + * * This software is furnished under license and may be used and copied only * in accordance with the following terms and conditions. Subject to these * conditions, you may download, copy, install, use, modify and distribute * modified or unmodified copies of this software in source and/or binary * form. No title or ownership is transferred hereby. - * + * * 1) Any source code used, modified or distributed must reproduce and * retain this copyright notice and list of conditions as they appear in * the source file. - * + * * 2) No right is granted to use any trade name, trademark, or logo of - * Broadcom Corporation. Neither the "Broadcom Corporation" name nor any - * trademark or logo of Broadcom Corporation may be used to endorse or - * promote products derived from this software without the prior written - * permission of Broadcom Corporation. - * + * Broadcom Corporation. The "Broadcom Corporation" name may not be + * used to endorse or promote products derived from this software + * without the prior written permission of Broadcom Corporation. + * * 3) THIS SOFTWARE IS PROVIDED "AS-IS" AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR