Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev More copyright fixes, pointed out by Thomas. Thanks !



details:   https://anonhg.NetBSD.org/src/rev/524f9c8a743b
branches:  trunk
changeset: 526040:524f9c8a743b
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Apr 23 20:41:13 2002 +0000

description:
More copyright fixes, pointed out by Thomas. Thanks !

diffstat:

 sys/dev/ata/ata_wdc.c             |  7 +++----
 sys/dev/ata/atavar.h              |  5 ++---
 sys/dev/ata/wdvar.h               |  5 ++---
 sys/dev/ic/esiop.c                |  6 +++---
 sys/dev/ic/esiopvar.h             |  4 ++--
 sys/dev/ic/siop.c                 |  6 +++---
 sys/dev/ic/siop_common.c          |  6 +++---
 sys/dev/ic/siopreg.h              |  4 ++--
 sys/dev/ic/siopvar.h              |  4 ++--
 sys/dev/ic/siopvar_common.h       |  4 ++--
 sys/dev/microcode/siop/esiop.ss   |  4 ++--
 sys/dev/microcode/siop/siop.ss    |  4 ++--
 sys/dev/pci/esiop_pci.c           |  6 +++---
 sys/dev/pci/pciide.c              |  7 +++----
 sys/dev/pci/pciide_acer_reg.h     |  5 ++---
 sys/dev/pci/pciide_apollo_reg.h   |  5 ++---
 sys/dev/pci/pciide_cmd_reg.h      |  5 ++---
 sys/dev/pci/pciide_cy693_reg.h    |  5 ++---
 sys/dev/pci/pciide_hpt_reg.h      |  5 ++---
 sys/dev/pci/pciide_pdc202xx_reg.h |  5 ++---
 sys/dev/pci/pciide_piix_reg.h     |  5 ++---
 sys/dev/pci/pciide_sis_reg.h      |  5 ++---
 sys/dev/pci/siop_pci.c            |  6 +++---
 sys/dev/pci/siop_pci_common.c     |  6 +++---
 sys/dev/pci/siop_pci_common.h     |  4 ++--
 sys/dev/scsipi/atapi_wdc.c        |  7 +++----
 sys/dev/scsipi/cd_atapi.c         |  6 +++---
 sys/dev/scsipi/cdvar.h            |  4 ++--
 sys/dev/scsipi/st_atapi.c         |  7 +++----
 29 files changed, 69 insertions(+), 83 deletions(-)

diffs (truncated from 635 to 300 lines):

diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/ata/ata_wdc.c
--- a/sys/dev/ata/ata_wdc.c     Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/ata/ata_wdc.c     Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ata_wdc.c,v 1.35 2002/01/14 02:17:59 christos Exp $    */
+/*     $NetBSD: ata_wdc.c,v 1.36 2002/04/23 20:41:13 bouyer Exp $      */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.
@@ -13,8 +13,7 @@
  *    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 the University of
- *     California, Berkeley and its contributors.
+ *     This product includes software developed by Manuel Bouyer.
  * 4. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
@@ -69,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ata_wdc.c,v 1.35 2002/01/14 02:17:59 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata_wdc.c,v 1.36 2002/04/23 20:41:13 bouyer Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/ata/atavar.h
--- a/sys/dev/ata/atavar.h      Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/ata/atavar.h      Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atavar.h,v 1.24 2002/04/09 21:17:54 bouyer Exp $       */
+/*     $NetBSD: atavar.h,v 1.25 2002/04/23 20:41:14 bouyer Exp $       */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.
@@ -13,8 +13,7 @@
  *    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 the University of
- *     California, Berkeley and its contributors.
+ *     This product includes software developed by Manuel Bouyer.
  * 4. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/ata/wdvar.h
--- a/sys/dev/ata/wdvar.h       Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/ata/wdvar.h       Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdvar.h,v 1.11 2002/01/13 17:24:30 christos Exp $      */
+/*     $NetBSD: wdvar.h,v 1.12 2002/04/23 20:41:14 bouyer Exp $        */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.
@@ -13,8 +13,7 @@
  *    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 the University of
- *     California, Berkeley and its contributors.
+ *     This product includes software developed by Manuel Bouyer.
  * 4. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/ic/esiop.c
--- a/sys/dev/ic/esiop.c        Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/ic/esiop.c        Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: esiop.c,v 1.6 2002/04/23 17:33:27 bouyer Exp $ */
+/*     $NetBSD: esiop.c,v 1.7 2002/04/23 20:41:16 bouyer Exp $ */
 
 /*
  * Copyright (c) 2002 Manuel Bouyer.
@@ -13,7 +13,7 @@
  *    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 Manuel Bouyer
+ *     This product includes software developed by Manuel Bouyer.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *
@@ -33,7 +33,7 @@
 /* SYM53c7/8xx PCI-SCSI I/O Processors driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.6 2002/04/23 17:33:27 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.7 2002/04/23 20:41:16 bouyer Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/ic/esiopvar.h
--- a/sys/dev/ic/esiopvar.h     Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/ic/esiopvar.h     Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: esiopvar.h,v 1.2 2002/04/22 15:53:40 bouyer Exp $      */
+/*     $NetBSD: esiopvar.h,v 1.3 2002/04/23 20:41:16 bouyer Exp $      */
 
 /*
  * Copyright (c) 2002 Manuel Bouyer.
@@ -13,7 +13,7 @@
  *    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 Manuel Bouyer
+ *     This product includes software developed by Manuel Bouyer.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *
diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/ic/siop.c
--- a/sys/dev/ic/siop.c Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/ic/siop.c Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop.c,v 1.58 2002/04/23 17:33:27 bouyer Exp $ */
+/*     $NetBSD: siop.c,v 1.59 2002/04/23 20:41:15 bouyer Exp $ */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -13,7 +13,7 @@
  *    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 Manuel Bouyer
+ *     This product includes software developed by Manuel Bouyer.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *
@@ -33,7 +33,7 @@
 /* SYM53c7/8xx PCI-SCSI I/O Processors driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.58 2002/04/23 17:33:27 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.59 2002/04/23 20:41:15 bouyer Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/ic/siop_common.c
--- a/sys/dev/ic/siop_common.c  Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/ic/siop_common.c  Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop_common.c,v 1.22 2002/04/23 17:33:28 bouyer Exp $  */
+/*     $NetBSD: siop_common.c,v 1.23 2002/04/23 20:41:15 bouyer Exp $  */
 
 /*
  * Copyright (c) 2000, 2002 Manuel Bouyer.
@@ -13,7 +13,7 @@
  *    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 Manuel Bouyer
+ *     This product includes software developed by Manuel Bouyer.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *
@@ -33,7 +33,7 @@
 /* SYM53c7/8xx PCI-SCSI I/O Processors driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.22 2002/04/23 17:33:28 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.23 2002/04/23 20:41:15 bouyer Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/ic/siopreg.h
--- a/sys/dev/ic/siopreg.h      Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/ic/siopreg.h      Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siopreg.h,v 1.10 2002/04/23 17:33:28 bouyer Exp $      */
+/*     $NetBSD: siopreg.h,v 1.11 2002/04/23 20:41:15 bouyer Exp $      */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -13,7 +13,7 @@
  *    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 Manuel Bouyer
+ *     This product includes software developed by Manuel Bouyer.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *
diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/ic/siopvar.h
--- a/sys/dev/ic/siopvar.h      Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/ic/siopvar.h      Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siopvar.h,v 1.17 2002/04/20 00:15:54 bouyer Exp $      */
+/*     $NetBSD: siopvar.h,v 1.18 2002/04/23 20:41:15 bouyer Exp $      */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -13,7 +13,7 @@
  *    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 Manuel Bouyer
+ *     This product includes software developed by Manuel Bouyer.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *
diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/ic/siopvar_common.h
--- a/sys/dev/ic/siopvar_common.h       Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/ic/siopvar_common.h       Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siopvar_common.h,v 1.18 2002/04/23 17:33:28 bouyer Exp $       */
+/*     $NetBSD: siopvar_common.h,v 1.19 2002/04/23 20:41:16 bouyer Exp $       */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -13,7 +13,7 @@
  *    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 Manuel Bouyer
+ *     This product includes software developed by Manuel Bouyer.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *
diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/microcode/siop/esiop.ss
--- a/sys/dev/microcode/siop/esiop.ss   Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/microcode/siop/esiop.ss   Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-;      $NetBSD: esiop.ss,v 1.6 2002/04/23 20:12:39 bouyer Exp $
+;      $NetBSD: esiop.ss,v 1.7 2002/04/23 20:41:16 bouyer Exp $
 
 ;
 ; Copyright (c) 2002 Manuel Bouyer.
@@ -13,7 +13,7 @@
 ;    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 Manuel Bouyer
+;      This product includes software developed by Manuel Bouyer.
 ; 4. Neither the name of the University nor the names of its contributors
 ;    may be used to endorse or promote products derived from this software
 ;    without specific prior written permission.
diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/microcode/siop/siop.ss
--- a/sys/dev/microcode/siop/siop.ss    Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/microcode/siop/siop.ss    Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-;      $NetBSD: siop.ss,v 1.14 2002/04/23 12:55:28 bouyer Exp $
+;      $NetBSD: siop.ss,v 1.15 2002/04/23 20:41:16 bouyer Exp $
 
 ;
 ;  Copyright (c) 2000 Manuel Bouyer.
@@ -13,7 +13,7 @@
 ;     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 Manuel Bouyer
+;      This product includes software developed by Manuel Bouyer.
 ;  4. The name of the author may not be used to endorse or promote products
 ;     derived from this software without specific prior written permission.
 ; 
diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/pci/esiop_pci.c
--- a/sys/dev/pci/esiop_pci.c   Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/pci/esiop_pci.c   Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: esiop_pci.c,v 1.1 2002/04/21 22:52:06 bouyer Exp $     */
+/*     $NetBSD: esiop_pci.c,v 1.2 2002/04/23 20:41:17 bouyer Exp $     */
 
 /*
  * Copyright (c) 2002 Manuel Bouyer.
@@ -13,7 +13,7 @@
  *    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 Manuel Bouyer
+ *     This product includes software developed by Manuel Bouyer.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *
@@ -32,7 +32,7 @@
 /* SYM53c8xx PCI-SCSI I/O Processors driver: PCI front-end */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esiop_pci.c,v 1.1 2002/04/21 22:52:06 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esiop_pci.c,v 1.2 2002/04/23 20:41:17 bouyer Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 42456ba0cf0e -r 524f9c8a743b sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Tue Apr 23 20:21:03 2002 +0000
+++ b/sys/dev/pci/pciide.c      Tue Apr 23 20:41:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide.c,v 1.150 2002/04/14 16:55:08 bouyer Exp $      */
+/*     $NetBSD: pciide.c,v 1.151 2002/04/23 20:41:17 bouyer Exp $      */
 
 
 /*
@@ -14,8 +14,7 @@
  *    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 the University of
- *     California, Berkeley and its contributors.
+ *     This product includes software developed by Manuel Bouyer.
  * 4. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software



Home | Main Index | Thread Index | Old Index