Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sbmips/stand Update to consistently use Broadcom GP...
details: https://anonhg.NetBSD.org/src/rev/c818e26c6750
branches: trunk
changeset: 542794:c818e26c6750
user: cgd <cgd%NetBSD.org@localhost>
date: Fri Feb 07 17:52:08 2003 +0000
description:
Update to consistently use Broadcom GPL-compatible license on all SiByte code.
diffstat:
sys/arch/sbmips/stand/common/booted_dev.c | 17 ++++++++---------
sys/arch/sbmips/stand/common/cfe.c | 17 ++++++++---------
sys/arch/sbmips/stand/common/cfe_ioctl.h | 17 ++++++++---------
sys/arch/sbmips/stand/common/start.S | 17 ++++++++---------
sys/arch/sbmips/stand/netboot/getsecs.c | 17 ++++++++---------
5 files changed, 40 insertions(+), 45 deletions(-)
diffs (185 lines):
diff -r dc4384a165d1 -r c818e26c6750 sys/arch/sbmips/stand/common/booted_dev.c
--- a/sys/arch/sbmips/stand/common/booted_dev.c Fri Feb 07 17:38:48 2003 +0000
+++ b/sys/arch/sbmips/stand/common/booted_dev.c Fri Feb 07 17:52:08 2003 +0000
@@ -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 -r dc4384a165d1 -r c818e26c6750 sys/arch/sbmips/stand/common/cfe.c
--- a/sys/arch/sbmips/stand/common/cfe.c Fri Feb 07 17:38:48 2003 +0000
+++ b/sys/arch/sbmips/stand/common/cfe.c Fri Feb 07 17:52:08 2003 +0000
@@ -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 -r dc4384a165d1 -r c818e26c6750 sys/arch/sbmips/stand/common/cfe_ioctl.h
--- a/sys/arch/sbmips/stand/common/cfe_ioctl.h Fri Feb 07 17:38:48 2003 +0000
+++ b/sys/arch/sbmips/stand/common/cfe_ioctl.h Fri Feb 07 17:52:08 2003 +0000
@@ -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 -r dc4384a165d1 -r c818e26c6750 sys/arch/sbmips/stand/common/start.S
--- a/sys/arch/sbmips/stand/common/start.S Fri Feb 07 17:38:48 2003 +0000
+++ b/sys/arch/sbmips/stand/common/start.S Fri Feb 07 17:52:08 2003 +0000
@@ -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 -r dc4384a165d1 -r c818e26c6750 sys/arch/sbmips/stand/netboot/getsecs.c
--- a/sys/arch/sbmips/stand/netboot/getsecs.c Fri Feb 07 17:38:48 2003 +0000
+++ b/sys/arch/sbmips/stand/netboot/getsecs.c Fri Feb 07 17:52:08 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index