Change my license to 2 clause.
This commit is contained in:
parent
14f4cae1dc
commit
4b71a66d0f
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: teliosio.4,v 1.3 2006/02/07 19:33:21 wiz Exp $
|
||||
.\" $NetBSD: teliosio.4,v 1.4 2008/05/31 08:08:54 nakayama Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2005 Takeshi Nakayama.
|
||||
.\" All rights reserved.
|
||||
|
@ -11,8 +11,6 @@
|
|||
.\" 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. 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: teliosio.c,v 1.2 2005/12/11 12:17:33 christos Exp $ */
|
||||
/* $NetBSD: teliosio.c,v 1.3 2008/05/31 08:08:54 nakayama Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2005 Takeshi Nakayama.
|
||||
|
@ -12,8 +12,6 @@
|
|||
* 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. 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
|
||||
|
@ -32,7 +30,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: teliosio.c,v 1.2 2005/12/11 12:17:33 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: teliosio.c,v 1.3 2008/05/31 08:08:54 nakayama Exp $");
|
||||
|
||||
#include "apmdev.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: teliosioreg.h,v 1.2 2005/12/11 12:17:33 christos Exp $ */
|
||||
/* $NetBSD: teliosioreg.h,v 1.3 2008/05/31 08:08:54 nakayama Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2005 Takeshi Nakayama.
|
||||
|
@ -12,8 +12,6 @@
|
|||
* 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. 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: rbus_machdep.h,v 1.1 2003/03/22 06:36:18 nakayama Exp $ */
|
||||
/* $NetBSD: rbus_machdep.h,v 1.2 2008/05/31 08:08:54 nakayama Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2003 Takeshi Nakayama.
|
||||
|
@ -12,8 +12,6 @@
|
|||
* 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. 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: rbus_machdep.c,v 1.10 2008/04/05 13:40:05 cegger Exp $ */
|
||||
/* $NetBSD: rbus_machdep.c,v 1.11 2008/05/31 08:08:54 nakayama Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2003 Takeshi Nakayama.
|
||||
|
@ -12,8 +12,6 @@
|
|||
* 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. 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
|
||||
|
@ -28,7 +26,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: rbus_machdep.c,v 1.10 2008/04/05 13:40:05 cegger Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: rbus_machdep.c,v 1.11 2008/05/31 08:08:54 nakayama Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/device.h>
|
||||
|
|
Loading…
Reference in New Issue