diff options
| author | snj <snj@NetBSD.org> | 2009-10-21 23:53:38 +0000 |
|---|---|---|
| committer | snj <snj@NetBSD.org> | 2009-10-21 23:53:38 +0000 |
| commit | 78f74058b20de327d6506886607dd01e8a0f2853 (patch) | |
| tree | d7c42b86e4fe383c1c993fc6d42168966fcc4cc1 /sys/dev/microcode | |
| parent | 12cd0447c5e4711f2f0187fb1ecd0f4df3618fac (diff) | |
Drop 3rd and 4th clauses (except on files where copyright is shared
with UC, in which case only the ad clause has been removed). Approved
by mhitch@ (copyright holder).
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/siop/ncr53cxxx.c | 11 | ||||
| -rw-r--r-- | sys/dev/microcode/siop/osiop.ss | 7 |
2 files changed, 4 insertions, 14 deletions
diff --git a/sys/dev/microcode/siop/ncr53cxxx.c b/sys/dev/microcode/siop/ncr53cxxx.c index 506c9991726..4048e10b0c7 100644 --- a/sys/dev/microcode/siop/ncr53cxxx.c +++ b/sys/dev/microcode/siop/ncr53cxxx.c @@ -1,4 +1,4 @@ -/* $NetBSD: ncr53cxxx.c,v 1.15 2005/12/11 12:22:36 christos Exp $ */ +/* $NetBSD: ncr53cxxx.c,v 1.16 2009/10/21 23:53:38 snj Exp $ */ /* * Copyright (c) 1995,1999 Michael L. Hitch @@ -12,11 +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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Michael L. Hitch. - * 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 @@ -33,7 +28,7 @@ /* ncr53cxxx.c - SCSI SCRIPTS Assembler */ #include <sys/cdefs.h> -__RCSID("$NetBSD: ncr53cxxx.c,v 1.15 2005/12/11 12:22:36 christos Exp $"); +__RCSID("$NetBSD: ncr53cxxx.c,v 1.16 2009/10/21 23:53:38 snj Exp $"); #include <stdio.h> #include <stdlib.h> @@ -418,7 +413,7 @@ main (int argc, char *argv[]) if (outfp) { time_t cur_time; - fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.15 2005/12/11 12:22:36 christos Exp $\t*/\n"); + fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.16 2009/10/21 23:53:38 snj Exp $\t*/\n"); fprintf(outfp, "/*\n"); fprintf(outfp, " *\tDO NOT EDIT - this file is automatically generated.\n"); time(&cur_time); diff --git a/sys/dev/microcode/siop/osiop.ss b/sys/dev/microcode/siop/osiop.ss index a78e1a815ed..2112bfeb0de 100644 --- a/sys/dev/microcode/siop/osiop.ss +++ b/sys/dev/microcode/siop/osiop.ss @@ -1,4 +1,4 @@ -; $NetBSD: osiop.ss,v 1.1 2001/04/30 04:47:51 tsutsui Exp $ +; $NetBSD: osiop.ss,v 1.2 2009/10/21 23:53:38 snj Exp $ ; ; Copyright (c) 1995 Michael L. Hitch @@ -12,11 +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. All advertising materials mentioning features or use of this software -; must display the following acknowledgement: -; This product includes software developed by Michael L. Hitch. -; 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 |
