diff options
| author | hauke <hauke@NetBSD.org> | 2008-05-26 17:58:37 +0000 |
|---|---|---|
| committer | hauke <hauke@NetBSD.org> | 2008-05-26 17:58:37 +0000 |
| commit | 409e8d93e6c7cd7dcd639864c08f7fe312403dbe (patch) | |
| tree | 345555a5283576fdf752c58db762290f2e6d208e /sys | |
| parent | 06171502fce3fc52b63c98788297e6563c75a512 (diff) | |
Switch files I authored to two-clause BSD license.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/mac68k/obio/iwm.s | 4 | ||||
| -rw-r--r-- | sys/arch/mac68k/obio/iwm_fd.c | 6 | ||||
| -rw-r--r-- | sys/arch/mac68k/obio/iwm_fdvar.h | 4 |
3 files changed, 4 insertions, 10 deletions
diff --git a/sys/arch/mac68k/obio/iwm.s b/sys/arch/mac68k/obio/iwm.s index 1545344be7f..1a668096812 100644 --- a/sys/arch/mac68k/obio/iwm.s +++ b/sys/arch/mac68k/obio/iwm.s @@ -1,4 +1,4 @@ -/* $NetBSD: iwm.s,v 1.4 2002/08/29 09:26:23 hannken Exp $ */ +/* $NetBSD: iwm.s,v 1.5 2008/05/26 17:58:37 hauke Exp $ */ /* * Copyright (c) 1996-99 Hauke Fath. 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 diff --git a/sys/arch/mac68k/obio/iwm_fd.c b/sys/arch/mac68k/obio/iwm_fd.c index a58167ac8ba..86fffd47273 100644 --- a/sys/arch/mac68k/obio/iwm_fd.c +++ b/sys/arch/mac68k/obio/iwm_fd.c @@ -1,4 +1,4 @@ -/* $NetBSD: iwm_fd.c,v 1.40 2007/10/17 19:55:16 garbled Exp $ */ +/* $NetBSD: iwm_fd.c,v 1.41 2008/05/26 17:58:37 hauke Exp $ */ /* * Copyright (c) 1997, 1998 Hauke Fath. 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 @@ -34,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: iwm_fd.c,v 1.40 2007/10/17 19:55:16 garbled Exp $"); +__KERNEL_RCSID(0, "$NetBSD: iwm_fd.c,v 1.41 2008/05/26 17:58:37 hauke Exp $"); #ifdef _LKM #define IWMCF_DRIVE 0 diff --git a/sys/arch/mac68k/obio/iwm_fdvar.h b/sys/arch/mac68k/obio/iwm_fdvar.h index 273c76dd47e..2b524bf0b32 100644 --- a/sys/arch/mac68k/obio/iwm_fdvar.h +++ b/sys/arch/mac68k/obio/iwm_fdvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: iwm_fdvar.h,v 1.13 2007/03/05 15:32:33 he Exp $ */ +/* $NetBSD: iwm_fdvar.h,v 1.14 2008/05/26 17:58:37 hauke Exp $ */ /* * Copyright (c) 1997, 1998 Hauke Fath. 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 |
