Replace the original copyright notice with my own. Everything in

this file is written by me and has no bearing on the initial or
original version.
This commit is contained in:
marcel 2011-06-25 03:43:58 +00:00
parent 34aad3a65e
commit 31a073f6e1

View File

@ -1,41 +1,33 @@
/* $FreeBSD$ */
/* $NetBSD: interrupt.c,v 1.23 1998/02/24 07:38:01 thorpej Exp $ */
/*- /*-
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * Copyright (c) 2010-2011 Marcel Moolenaar
* All rights reserved. * All rights reserved.
* *
* Authors: Keith Bostic, Chris G. Demetriou * Redistribution and use in source and binary forms, with or without
* * modification, are permitted provided that the following conditions
* Permission to use, copy, modify and distribute this software and * are met:
* its documentation is hereby granted, provided that both the copyright * 1. Redistributions of source code must retain the above copyright
* notice and this permission notice appear in all copies of the * notice, this list of conditions and the following disclaimer.
* software, derivative works or modified versions, and any portions * 2. Redistributions in binary form must reproduce the above copyright
* thereof, and that both notices appear in supporting documentation. * notice, this list of conditions and the following disclaimer in the
* * documentation and/or other materials provided with the distribution.
* CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
* CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
* FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
*
* Carnegie Mellon requests users of this software to return to
* *
* Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* School of Computer Science * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* Carnegie Mellon University * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* Pittsburgh PA 15213-3890 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
* * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* any improvements or extensions that they make and grant Carnegie the * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* rights to redistribute these changes. * 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
* Additional Copyright (c) 1997 by Matthew Jacob for NASA/Ames Research Center. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* Redistribute and modify at will, leaving only this additional copyright * SUCH DAMAGE.
* notice.
*/ */
#include "opt_ddb.h" #include "opt_ddb.h"
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ #include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>