Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Update my copyrigth.



details:   https://anonhg.NetBSD.org/src/rev/c6f7af45cd59
branches:  trunk
changeset: 518644:c6f7af45cd59
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Dec 03 00:20:22 2001 +0000

description:
Update my copyrigth.

diffstat:

 sys/dev/ata/ata.c          |  6 +++---
 sys/dev/ata/ata_wdc.c      |  6 +++---
 sys/dev/ata/atavar.h       |  4 ++--
 sys/dev/ata/wd.c           |  6 +++---
 sys/dev/ata/wdvar.h        |  4 ++--
 sys/dev/ic/wdc.c           |  6 +++---
 sys/dev/scsipi/atapi_wdc.c |  6 +++---
 sys/dev/scsipi/atapiconf.c |  6 +++---
 sys/dev/scsipi/atapiconf.h |  4 ++--
 9 files changed, 24 insertions(+), 24 deletions(-)

diffs (171 lines):

diff -r 128a357a4bec -r c6f7af45cd59 sys/dev/ata/ata.c
--- a/sys/dev/ata/ata.c Mon Dec 03 00:11:15 2001 +0000
+++ b/sys/dev/ata/ata.c Mon Dec 03 00:20:22 2001 +0000
@@ -1,6 +1,6 @@
-/*      $NetBSD: ata.c,v 1.15 2001/12/03 00:11:15 bouyer Exp $      */
+/*      $NetBSD: ata.c,v 1.16 2001/12/03 00:20:22 bouyer Exp $      */
 /*
- * Copyright (c) 1998 Manuel Bouyer.  All rights reserved.
+ * Copyright (c) 1998, 2001 Manuel Bouyer.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ata.c,v 1.15 2001/12/03 00:11:15 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata.c,v 1.16 2001/12/03 00:20:22 bouyer Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
diff -r 128a357a4bec -r c6f7af45cd59 sys/dev/ata/ata_wdc.c
--- a/sys/dev/ata/ata_wdc.c     Mon Dec 03 00:11:15 2001 +0000
+++ b/sys/dev/ata/ata_wdc.c     Mon Dec 03 00:20:22 2001 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: ata_wdc.c,v 1.32 2001/12/03 00:11:15 bouyer Exp $      */
+/*     $NetBSD: ata_wdc.c,v 1.33 2001/12/03 00:20:23 bouyer Exp $      */
 
 /*
- * Copyright (c) 1998 Manuel Bouyer.
+ * Copyright (c) 1998, 2001 Manuel Bouyer.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -69,7 +69,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ata_wdc.c,v 1.32 2001/12/03 00:11:15 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata_wdc.c,v 1.33 2001/12/03 00:20:23 bouyer Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
diff -r 128a357a4bec -r c6f7af45cd59 sys/dev/ata/atavar.h
--- a/sys/dev/ata/atavar.h      Mon Dec 03 00:11:15 2001 +0000
+++ b/sys/dev/ata/atavar.h      Mon Dec 03 00:20:22 2001 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: atavar.h,v 1.22 2001/12/03 00:11:16 bouyer Exp $       */
+/*     $NetBSD: atavar.h,v 1.23 2001/12/03 00:20:23 bouyer Exp $       */
 
 /*
- * Copyright (c) 1998 Manuel Bouyer.
+ * Copyright (c) 1998, 2001 Manuel Bouyer.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r 128a357a4bec -r c6f7af45cd59 sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c  Mon Dec 03 00:11:15 2001 +0000
+++ b/sys/dev/ata/wd.c  Mon Dec 03 00:20:22 2001 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: wd.c,v 1.217 2001/12/03 00:11:16 bouyer Exp $ */
+/*     $NetBSD: wd.c,v 1.218 2001/12/03 00:20:23 bouyer Exp $ */
 
 /*
- * Copyright (c) 1998 Manuel Bouyer.  All rights reserved.
+ * Copyright (c) 1998, 2001 Manuel Bouyer.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.217 2001/12/03 00:11:16 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.218 2001/12/03 00:20:23 bouyer Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
diff -r 128a357a4bec -r c6f7af45cd59 sys/dev/ata/wdvar.h
--- a/sys/dev/ata/wdvar.h       Mon Dec 03 00:11:15 2001 +0000
+++ b/sys/dev/ata/wdvar.h       Mon Dec 03 00:20:22 2001 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: wdvar.h,v 1.9 2001/12/03 00:11:16 bouyer Exp $ */
+/*     $NetBSD: wdvar.h,v 1.10 2001/12/03 00:20:23 bouyer Exp $        */
 
 /*
- * Copyright (c) 1998 Manuel Bouyer.
+ * Copyright (c) 1998, 2001 Manuel Bouyer.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r 128a357a4bec -r c6f7af45cd59 sys/dev/ic/wdc.c
--- a/sys/dev/ic/wdc.c  Mon Dec 03 00:11:15 2001 +0000
+++ b/sys/dev/ic/wdc.c  Mon Dec 03 00:20:22 2001 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: wdc.c,v 1.103 2001/12/03 00:11:17 bouyer Exp $ */
+/*     $NetBSD: wdc.c,v 1.104 2001/12/03 00:20:23 bouyer Exp $ */
 
 
 /*
- * Copyright (c) 1998 Manuel Bouyer.  All rights reserved.
+ * Copyright (c) 1998, 2001 Manuel Bouyer.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -72,7 +72,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.103 2001/12/03 00:11:17 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wdc.c,v 1.104 2001/12/03 00:20:23 bouyer Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
diff -r 128a357a4bec -r c6f7af45cd59 sys/dev/scsipi/atapi_wdc.c
--- a/sys/dev/scsipi/atapi_wdc.c        Mon Dec 03 00:11:15 2001 +0000
+++ b/sys/dev/scsipi/atapi_wdc.c        Mon Dec 03 00:20:22 2001 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: atapi_wdc.c,v 1.46 2001/12/02 22:44:33 bouyer Exp $    */
+/*     $NetBSD: atapi_wdc.c,v 1.47 2001/12/03 00:20:24 bouyer Exp $    */
 
 /*
- * Copyright (c) 1998 Manuel Bouyer.
+ * Copyright (c) 1998, 2001 Manuel Bouyer.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atapi_wdc.c,v 1.46 2001/12/02 22:44:33 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atapi_wdc.c,v 1.47 2001/12/03 00:20:24 bouyer Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
diff -r 128a357a4bec -r c6f7af45cd59 sys/dev/scsipi/atapiconf.c
--- a/sys/dev/scsipi/atapiconf.c        Mon Dec 03 00:11:15 2001 +0000
+++ b/sys/dev/scsipi/atapiconf.c        Mon Dec 03 00:20:22 2001 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: atapiconf.c,v 1.45 2001/12/02 23:00:34 bouyer Exp $    */
+/*     $NetBSD: atapiconf.c,v 1.46 2001/12/03 00:20:24 bouyer Exp $    */
 
 /*
- * Copyright (c) 1996 Manuel Bouyer.  All rights reserved.
+ * Copyright (c) 1996, 2001 Manuel Bouyer.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atapiconf.c,v 1.45 2001/12/02 23:00:34 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atapiconf.c,v 1.46 2001/12/03 00:20:24 bouyer Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 128a357a4bec -r c6f7af45cd59 sys/dev/scsipi/atapiconf.h
--- a/sys/dev/scsipi/atapiconf.h        Mon Dec 03 00:11:15 2001 +0000
+++ b/sys/dev/scsipi/atapiconf.h        Mon Dec 03 00:20:22 2001 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: atapiconf.h,v 1.13 2001/12/02 22:44:34 bouyer Exp $    */
+/*     $NetBSD: atapiconf.h,v 1.14 2001/12/03 00:20:24 bouyer Exp $    */
 
 /*
- * Copyright (c) 1996 Manuel Bouyer.  All rights reserved.
+ * Copyright (c) 1996, 2001 Manuel Bouyer.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions



Home | Main Index | Thread Index | Old Index