Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/stand Update copyrights.
details: https://anonhg.NetBSD.org/src/rev/5b3fc49eedf5
branches: trunk
changeset: 467587:5b3fc49eedf5
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Mar 26 05:23:58 1999 +0000
description:
Update copyrights.
diffstat:
sys/arch/pmax/stand/boot/boot.c | 38 +++++++++++++++++++++++++++-
sys/arch/pmax/stand/lib/bootinit.S | 5 +++-
sys/arch/pmax/stand/lib/bootread.S | 5 +++-
sys/arch/pmax/stand/lib/start.S | 38 +++++++++++++++++++++++++++-
sys/arch/pmax/stand/scsiboot/bootxx.c | 38 +++++++++++++++++++++++++++-
sys/arch/pmax/stand/scsiboot/clear_cache.S | 5 +++-
sys/arch/pmax/stand/scsiboot/mkboot.c | 40 ++++++++++++++++++++++++++++-
sys/arch/pmax/stand/scsiboot/printf.S | 5 +++-
sys/arch/pmax/stand/scsiboot/strcmp.S | 5 +++-
sys/arch/pmax/stand/scsiboot/strcpy.S | 5 +++-
sys/arch/pmax/stand/scsiboot/strlen.S | 5 +++-
11 files changed, 177 insertions(+), 12 deletions(-)
diffs (truncated from 308 to 300 lines):
diff -r 707de55451d6 -r 5b3fc49eedf5 sys/arch/pmax/stand/boot/boot.c
--- a/sys/arch/pmax/stand/boot/boot.c Fri Mar 26 04:42:59 1999 +0000
+++ b/sys/arch/pmax/stand/boot/boot.c Fri Mar 26 05:23:58 1999 +0000
@@ -1,4 +1,40 @@
-/* $NetBSD: boot.c,v 1.2 1999/03/25 12:16:04 simonb Exp $ */
+/* $NetBSD: boot.c,v 1.3 1999/03/26 05:23:58 simonb Exp $ */
+
+/*-
+ * Copyright (c) 1999 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Jonathan Stone, Michael Hitch and Simon Burge.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 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 NetBSD
+ * Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
/*
* Copyright (c) 1992, 1993
diff -r 707de55451d6 -r 5b3fc49eedf5 sys/arch/pmax/stand/lib/bootinit.S
--- a/sys/arch/pmax/stand/lib/bootinit.S Fri Mar 26 04:42:59 1999 +0000
+++ b/sys/arch/pmax/stand/lib/bootinit.S Fri Mar 26 05:23:58 1999 +0000
@@ -1,9 +1,12 @@
-/* $NetBSD: bootinit.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
+/* $NetBSD: bootinit.S,v 1.3 1999/03/26 05:23:58 simonb Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Jonathan Stone, Michael Hitch and Simon Burge.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff -r 707de55451d6 -r 5b3fc49eedf5 sys/arch/pmax/stand/lib/bootread.S
--- a/sys/arch/pmax/stand/lib/bootread.S Fri Mar 26 04:42:59 1999 +0000
+++ b/sys/arch/pmax/stand/lib/bootread.S Fri Mar 26 05:23:58 1999 +0000
@@ -1,9 +1,12 @@
-/* $NetBSD: bootread.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
+/* $NetBSD: bootread.S,v 1.3 1999/03/26 05:23:58 simonb Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Jonathan Stone, Michael Hitch and Simon Burge.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff -r 707de55451d6 -r 5b3fc49eedf5 sys/arch/pmax/stand/lib/start.S
--- a/sys/arch/pmax/stand/lib/start.S Fri Mar 26 04:42:59 1999 +0000
+++ b/sys/arch/pmax/stand/lib/start.S Fri Mar 26 05:23:58 1999 +0000
@@ -1,4 +1,40 @@
-/* $NetBSD: start.S,v 1.10 1999/03/25 05:23:48 simonb Exp $ */
+/* $NetBSD: start.S,v 1.11 1999/03/26 05:23:58 simonb Exp $ */
+
+/*-
+ * Copyright (c) 1999 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Jonathan Stone, Michael Hitch and Simon Burge.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 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 NetBSD
+ * Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
/*
* Copyright (c) 1992, 1993
diff -r 707de55451d6 -r 5b3fc49eedf5 sys/arch/pmax/stand/scsiboot/bootxx.c
--- a/sys/arch/pmax/stand/scsiboot/bootxx.c Fri Mar 26 04:42:59 1999 +0000
+++ b/sys/arch/pmax/stand/scsiboot/bootxx.c Fri Mar 26 05:23:58 1999 +0000
@@ -1,4 +1,40 @@
-/* $NetBSD: bootxx.c,v 1.14 1999/03/25 05:17:49 simonb Exp $ */
+/* $NetBSD: bootxx.c,v 1.15 1999/03/26 05:23:58 simonb Exp $ */
+
+/*-
+ * Copyright (c) 1999 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Jonathan Stone, Michael Hitch and Simon Burge.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 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 NetBSD
+ * Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
/*
* Copyright (c) 1992, 1993
diff -r 707de55451d6 -r 5b3fc49eedf5 sys/arch/pmax/stand/scsiboot/clear_cache.S
--- a/sys/arch/pmax/stand/scsiboot/clear_cache.S Fri Mar 26 04:42:59 1999 +0000
+++ b/sys/arch/pmax/stand/scsiboot/clear_cache.S Fri Mar 26 05:23:58 1999 +0000
@@ -1,9 +1,12 @@
-/* $NetBSD: clear_cache.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
+/* $NetBSD: clear_cache.S,v 1.3 1999/03/26 05:23:59 simonb Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Jonathan Stone, Michael Hitch and Simon Burge.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff -r 707de55451d6 -r 5b3fc49eedf5 sys/arch/pmax/stand/scsiboot/mkboot.c
--- a/sys/arch/pmax/stand/scsiboot/mkboot.c Fri Mar 26 04:42:59 1999 +0000
+++ b/sys/arch/pmax/stand/scsiboot/mkboot.c Fri Mar 26 05:23:58 1999 +0000
@@ -1,4 +1,40 @@
-/* $NetBSD: mkboot.c,v 1.10 1999/03/01 11:52:34 simonb Exp $ */
+/* $NetBSD: mkboot.c,v 1.11 1999/03/26 05:23:59 simonb Exp $ */
+
+/*-
+ * Copyright (c) 1999 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Jonathan Stone, Michael Hitch and Simon Burge.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 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 NetBSD
+ * Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
/*
* Copyright (c) 1992, 1993
@@ -48,7 +84,7 @@
#ifdef notdef
static char sccsid[] = "@(#)mkboot.c 8.1 (Berkeley) 6/10/93";
#endif
-static char rcsid[] = "$NetBSD: mkboot.c,v 1.10 1999/03/01 11:52:34 simonb Exp $";
+static char rcsid[] = "$NetBSD: mkboot.c,v 1.11 1999/03/26 05:23:59 simonb Exp $";
#endif not lint
#include <sys/param.h>
diff -r 707de55451d6 -r 5b3fc49eedf5 sys/arch/pmax/stand/scsiboot/printf.S
--- a/sys/arch/pmax/stand/scsiboot/printf.S Fri Mar 26 04:42:59 1999 +0000
+++ b/sys/arch/pmax/stand/scsiboot/printf.S Fri Mar 26 05:23:58 1999 +0000
@@ -1,9 +1,12 @@
-/* $NetBSD: printf.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
+/* $NetBSD: printf.S,v 1.3 1999/03/26 05:23:59 simonb Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Jonathan Stone, Michael Hitch and Simon Burge.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff -r 707de55451d6 -r 5b3fc49eedf5 sys/arch/pmax/stand/scsiboot/strcmp.S
--- a/sys/arch/pmax/stand/scsiboot/strcmp.S Fri Mar 26 04:42:59 1999 +0000
+++ b/sys/arch/pmax/stand/scsiboot/strcmp.S Fri Mar 26 05:23:58 1999 +0000
@@ -1,9 +1,12 @@
-/* $NetBSD: strcmp.S,v 1.2 1999/03/13 11:20:55 drochner Exp $ */
+/* $NetBSD: strcmp.S,v 1.3 1999/03/26 05:23:59 simonb Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Jonathan Stone, Michael Hitch and Simon Burge.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff -r 707de55451d6 -r 5b3fc49eedf5 sys/arch/pmax/stand/scsiboot/strcpy.S
--- a/sys/arch/pmax/stand/scsiboot/strcpy.S Fri Mar 26 04:42:59 1999 +0000
+++ b/sys/arch/pmax/stand/scsiboot/strcpy.S Fri Mar 26 05:23:58 1999 +0000
@@ -1,9 +1,12 @@
-/* $NetBSD: strcpy.S,v 1.2 1999/03/13 11:20:55 drochner Exp $ */
+/* $NetBSD: strcpy.S,v 1.3 1999/03/26 05:23:59 simonb Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Jonathan Stone, Michael Hitch and Simon Burge.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff -r 707de55451d6 -r 5b3fc49eedf5 sys/arch/pmax/stand/scsiboot/strlen.S
--- a/sys/arch/pmax/stand/scsiboot/strlen.S Fri Mar 26 04:42:59 1999 +0000
+++ b/sys/arch/pmax/stand/scsiboot/strlen.S Fri Mar 26 05:23:58 1999 +0000
@@ -1,9 +1,12 @@
-/* $NetBSD: strlen.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
+/* $NetBSD: strlen.S,v 1.3 1999/03/26 05:23:59 simonb Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
Home |
Main Index |
Thread Index |
Old Index