Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/dev/isa Pull up revision 1.11 (requested by itojun ...
details: https://anonhg.NetBSD.org/src/rev/370af047a7cc
branches: netbsd-1-6
changeset: 529680:370af047a7cc
user: he <he%NetBSD.org@localhost>
date: Sat Dec 07 21:42:56 2002 +0000
description:
Pull up revision 1.11 (requested by itojun in ticket #896):
License / copyright clarifications.
diffstat:
sys/dev/isa/spkr.c | 37 +++++++++++++++++++++++++++++++++++--
1 files changed, 35 insertions(+), 2 deletions(-)
diffs (51 lines):
diff -r 10dc83a1e0a8 -r 370af047a7cc sys/dev/isa/spkr.c
--- a/sys/dev/isa/spkr.c Sat Dec 07 21:42:19 2002 +0000
+++ b/sys/dev/isa/spkr.c Sat Dec 07 21:42:56 2002 +0000
@@ -1,4 +1,37 @@
-/* $NetBSD: spkr.c,v 1.6 2001/11/13 08:01:32 lukem Exp $ */
+/* $NetBSD: spkr.c,v 1.6.10.1 2002/12/07 21:42:56 he Exp $ */
+
+/*
+ * Copyright (c) 1990 Eric S. Raymond (esr%snark.thyrsus.com@localhost)
+ * Copyright (c) 1990 Andrew A. Chernov (ache%astral.msk.su@localhost)
+ * Copyright (c) 1990 Lennart Augustsson (lennart%augustsson.net@localhost)
+ * All rights reserved.
+ *
+ * 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 Eric S. Raymond
+ * 4. The name of the author may not be used to endorse or promote products
+ * derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+ */
/*
* spkr.c -- device driver for console speaker on 80386
@@ -10,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: spkr.c,v 1.6 2001/11/13 08:01:32 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: spkr.c,v 1.6.10.1 2002/12/07 21:42:56 he Exp $");
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index