summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2000-06-13 13:36:42 +0000
committerad <ad@NetBSD.org>2000-06-13 13:36:42 +0000
commit3553879fc268db810e46418e75387b4d35fa2527 (patch)
tree2b1551752ff9a30cea0ffafbd23225e6c1775b3b /sys/dev
parent1168e0d7790d5fff36f97172c623e855a0f0d722 (diff)
Use my proper name.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/ca.c6
-rw-r--r--sys/dev/ic/cac.c6
-rw-r--r--sys/dev/ic/cacreg.h4
-rw-r--r--sys/dev/ic/cacvar.h4
-rw-r--r--sys/dev/ic/dpt.c6
-rw-r--r--sys/dev/ic/dptreg.h4
-rw-r--r--sys/dev/ic/dptvar.h4
-rw-r--r--sys/dev/pci/cac_pci.c6
-rw-r--r--sys/dev/pci/dpt_pci.c6
-rw-r--r--sys/dev/rasops/rasops.c6
-rw-r--r--sys/dev/rasops/rasops.h4
-rw-r--r--sys/dev/rasops/rasops1.c6
-rw-r--r--sys/dev/rasops/rasops15.c6
-rw-r--r--sys/dev/rasops/rasops2.c6
-rw-r--r--sys/dev/rasops/rasops24.c6
-rw-r--r--sys/dev/rasops/rasops32.c6
-rw-r--r--sys/dev/rasops/rasops8.c6
-rw-r--r--sys/dev/rasops/rasops_bitops.h4
-rw-r--r--sys/dev/rasops/rasops_masks.c4
-rw-r--r--sys/dev/rasops/rasops_masks.h4
-rw-r--r--sys/dev/wsfont/bold8x16.h4
-rw-r--r--sys/dev/wsfont/wsfont.c6
-rw-r--r--sys/dev/wsfont/wsfont.h4
23 files changed, 59 insertions, 59 deletions
diff --git a/sys/dev/ic/ca.c b/sys/dev/ic/ca.c
index c816b3769ce..c80a22fc9fe 100644
--- a/sys/dev/ic/ca.c
+++ b/sys/dev/ic/ca.c
@@ -1,11 +1,11 @@
-/* $NetBSD: ca.c,v 1.6 2000/06/12 11:07:45 ad Exp $ */
+/* $NetBSD: ca.c,v 1.7 2000/06/13 13:36:45 ad Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Charles M. Hannum and Andy Doran.
+ * by Charles M. Hannum and Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ca.c,v 1.6 2000/06/12 11:07:45 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ca.c,v 1.7 2000/06/13 13:36:45 ad Exp $");
#include "rnd.h"
diff --git a/sys/dev/ic/cac.c b/sys/dev/ic/cac.c
index b9fb208941c..b049febab26 100644
--- a/sys/dev/ic/cac.c
+++ b/sys/dev/ic/cac.c
@@ -1,11 +1,11 @@
-/* $NetBSD: cac.c,v 1.5 2000/05/03 18:58:15 thorpej Exp $ */
+/* $NetBSD: cac.c,v 1.6 2000/06/13 13:36:46 ad Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cac.c,v 1.5 2000/05/03 18:58:15 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cac.c,v 1.6 2000/06/13 13:36:46 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/ic/cacreg.h b/sys/dev/ic/cacreg.h
index be438537aee..455002ebf74 100644
--- a/sys/dev/ic/cacreg.h
+++ b/sys/dev/ic/cacreg.h
@@ -1,11 +1,11 @@
-/* $NetBSD: cacreg.h,v 1.2 2000/03/20 18:48:34 ad Exp $ */
+/* $NetBSD: cacreg.h,v 1.3 2000/06/13 13:36:47 ad Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sys/dev/ic/cacvar.h b/sys/dev/ic/cacvar.h
index 0d6b7632f73..0b834a88f4f 100644
--- a/sys/dev/ic/cacvar.h
+++ b/sys/dev/ic/cacvar.h
@@ -1,11 +1,11 @@
-/* $NetBSD: cacvar.h,v 1.4 2000/05/04 17:27:25 ad Exp $ */
+/* $NetBSD: cacvar.h,v 1.5 2000/06/13 13:36:47 ad Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sys/dev/ic/dpt.c b/sys/dev/ic/dpt.c
index 92d8d02a4e8..6c4e9dd1cce 100644
--- a/sys/dev/ic/dpt.c
+++ b/sys/dev/ic/dpt.c
@@ -1,11 +1,11 @@
-/* $NetBSD: dpt.c,v 1.21 2000/03/16 15:13:05 ad Exp $ */
+/* $NetBSD: dpt.c,v 1.22 2000/06/13 13:36:42 ad Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999, 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran, Charles M. Hannum and by Jason R. Thorpe of the Numerical
+ * by Andrew Doran, Charles M. Hannum and by Jason R. Thorpe of the Numerical
* Aerospace Simulation Facility, NASA Ames Research Center.
*
* Redistribution and use in source and binary forms, with or without
@@ -55,7 +55,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dpt.c,v 1.21 2000/03/16 15:13:05 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dpt.c,v 1.22 2000/06/13 13:36:42 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/ic/dptreg.h b/sys/dev/ic/dptreg.h
index a601fab4d54..f3cf46a01ff 100644
--- a/sys/dev/ic/dptreg.h
+++ b/sys/dev/ic/dptreg.h
@@ -1,7 +1,7 @@
-/* $NetBSD: dptreg.h,v 1.8 2000/03/25 13:38:35 ad Exp $ */
+/* $NetBSD: dptreg.h,v 1.9 2000/06/13 13:36:44 ad Exp $ */
/*
- * Copyright (c) 1999 Andy Doran <ad@NetBSD.org>
+ * Copyright (c) 1999 Andrew Doran <ad@NetBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/ic/dptvar.h b/sys/dev/ic/dptvar.h
index 8f1024dc325..e1275ddaeec 100644
--- a/sys/dev/ic/dptvar.h
+++ b/sys/dev/ic/dptvar.h
@@ -1,7 +1,7 @@
-/* $NetBSD: dptvar.h,v 1.6 2000/02/24 18:47:55 ad Exp $ */
+/* $NetBSD: dptvar.h,v 1.7 2000/06/13 13:36:44 ad Exp $ */
/*
- * Copyright (c) 1999 Andy Doran <ad@NetBSD.org>
+ * Copyright (c) 1999 Andrew Doran <ad@NetBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/pci/cac_pci.c b/sys/dev/pci/cac_pci.c
index 1f3e77a40fe..f18c22153c0 100644
--- a/sys/dev/pci/cac_pci.c
+++ b/sys/dev/pci/cac_pci.c
@@ -1,11 +1,11 @@
-/* $NetBSD: cac_pci.c,v 1.3 2000/03/23 11:33:35 ad Exp $ */
+/* $NetBSD: cac_pci.c,v 1.4 2000/06/13 13:36:52 ad Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cac_pci.c,v 1.3 2000/03/23 11:33:35 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cac_pci.c,v 1.4 2000/06/13 13:36:52 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/pci/dpt_pci.c b/sys/dev/pci/dpt_pci.c
index 40f14b9dc96..6625d12ee9d 100644
--- a/sys/dev/pci/dpt_pci.c
+++ b/sys/dev/pci/dpt_pci.c
@@ -1,7 +1,7 @@
-/* $NetBSD: dpt_pci.c,v 1.5 2000/02/25 00:23:57 ad Exp $ */
+/* $NetBSD: dpt_pci.c,v 1.6 2000/06/13 13:36:50 ad Exp $ */
/*
- * Copyright (c) 1999 Andy Doran <ad@NetBSD.org>
+ * Copyright (c) 1999 Andrew Doran <ad@NetBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dpt_pci.c,v 1.5 2000/02/25 00:23:57 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dpt_pci.c,v 1.6 2000/06/13 13:36:50 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/rasops/rasops.c b/sys/dev/rasops/rasops.c
index 32118254c91..2c5fd41c54b 100644
--- a/sys/dev/rasops/rasops.c
+++ b/sys/dev/rasops/rasops.c
@@ -1,11 +1,11 @@
-/* $NetBSD: rasops.c,v 1.31 2000/06/12 23:45:45 sommerfeld Exp $ */
+/* $NetBSD: rasops.c,v 1.32 2000/06/13 13:36:53 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops.c,v 1.31 2000/06/12 23:45:45 sommerfeld Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops.c,v 1.32 2000/06/13 13:36:53 ad Exp $");
#include "opt_rasops.h"
#include "rasops_glue.h"
diff --git a/sys/dev/rasops/rasops.h b/sys/dev/rasops/rasops.h
index 00fee1d1c75..c5d8cb4dee8 100644
--- a/sys/dev/rasops/rasops.h
+++ b/sys/dev/rasops/rasops.h
@@ -1,11 +1,11 @@
-/* $NetBSD: rasops.h,v 1.12 2000/04/12 14:22:28 pk Exp $ */
+/* $NetBSD: rasops.h,v 1.13 2000/06/13 13:36:54 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sys/dev/rasops/rasops1.c b/sys/dev/rasops/rasops1.c
index 2c8126ac344..4c75ccafc5b 100644
--- a/sys/dev/rasops/rasops1.c
+++ b/sys/dev/rasops/rasops1.c
@@ -1,11 +1,11 @@
-/* $NetBSD: rasops1.c,v 1.11 2000/04/12 14:22:29 pk Exp $ */
+/* $NetBSD: rasops1.c,v 1.12 2000/06/13 13:36:55 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -38,7 +38,7 @@
#include "opt_rasops.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops1.c,v 1.11 2000/04/12 14:22:29 pk Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops1.c,v 1.12 2000/06/13 13:36:55 ad Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/sys/dev/rasops/rasops15.c b/sys/dev/rasops/rasops15.c
index 4b8053c3a56..db6e5cc4017 100644
--- a/sys/dev/rasops/rasops15.c
+++ b/sys/dev/rasops/rasops15.c
@@ -1,11 +1,11 @@
-/* $NetBSD: rasops15.c,v 1.7 2000/04/12 14:22:29 pk Exp $ */
+/* $NetBSD: rasops15.c,v 1.8 2000/06/13 13:36:56 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -38,7 +38,7 @@
#include "opt_rasops.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops15.c,v 1.7 2000/04/12 14:22:29 pk Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops15.c,v 1.8 2000/06/13 13:36:56 ad Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/sys/dev/rasops/rasops2.c b/sys/dev/rasops/rasops2.c
index 3b1d5aa6f2b..5a9bfe9226f 100644
--- a/sys/dev/rasops/rasops2.c
+++ b/sys/dev/rasops/rasops2.c
@@ -1,11 +1,11 @@
-/* $NetBSD: rasops2.c,v 1.5 2000/04/12 14:22:29 pk Exp $ */
+/* $NetBSD: rasops2.c,v 1.6 2000/06/13 13:36:57 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -38,7 +38,7 @@
#include "opt_rasops.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops2.c,v 1.5 2000/04/12 14:22:29 pk Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops2.c,v 1.6 2000/06/13 13:36:57 ad Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/sys/dev/rasops/rasops24.c b/sys/dev/rasops/rasops24.c
index 81270e5c87b..a64f124ae21 100644
--- a/sys/dev/rasops/rasops24.c
+++ b/sys/dev/rasops/rasops24.c
@@ -1,11 +1,11 @@
-/* $NetBSD: rasops24.c,v 1.12 2000/04/12 14:22:29 pk Exp $ */
+/* $NetBSD: rasops24.c,v 1.13 2000/06/13 13:36:57 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -38,7 +38,7 @@
#include "opt_rasops.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops24.c,v 1.12 2000/04/12 14:22:29 pk Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops24.c,v 1.13 2000/06/13 13:36:57 ad Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/sys/dev/rasops/rasops32.c b/sys/dev/rasops/rasops32.c
index 86c4a51c0a8..62db3e60669 100644
--- a/sys/dev/rasops/rasops32.c
+++ b/sys/dev/rasops/rasops32.c
@@ -1,11 +1,11 @@
-/* $NetBSD: rasops32.c,v 1.7 2000/04/12 14:22:29 pk Exp $ */
+/* $NetBSD: rasops32.c,v 1.8 2000/06/13 13:36:59 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -38,7 +38,7 @@
#include "opt_rasops.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops32.c,v 1.7 2000/04/12 14:22:29 pk Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops32.c,v 1.8 2000/06/13 13:36:59 ad Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/sys/dev/rasops/rasops8.c b/sys/dev/rasops/rasops8.c
index 9736a8411ff..37b5900c219 100644
--- a/sys/dev/rasops/rasops8.c
+++ b/sys/dev/rasops/rasops8.c
@@ -1,11 +1,11 @@
-/* $NetBSD: rasops8.c,v 1.8 2000/04/12 14:22:29 pk Exp $ */
+/* $NetBSD: rasops8.c,v 1.9 2000/06/13 13:36:59 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -38,7 +38,7 @@
#include "opt_rasops.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops8.c,v 1.8 2000/04/12 14:22:29 pk Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops8.c,v 1.9 2000/06/13 13:36:59 ad Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/sys/dev/rasops/rasops_bitops.h b/sys/dev/rasops/rasops_bitops.h
index 48831eb5289..76ec6bbb80b 100644
--- a/sys/dev/rasops/rasops_bitops.h
+++ b/sys/dev/rasops/rasops_bitops.h
@@ -1,11 +1,11 @@
-/* $NetBSD: rasops_bitops.h,v 1.6 2000/04/12 14:22:30 pk Exp $ */
+/* $NetBSD: rasops_bitops.h,v 1.7 2000/06/13 13:37:00 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sys/dev/rasops/rasops_masks.c b/sys/dev/rasops/rasops_masks.c
index 5f2a3799149..5c89ee433dd 100644
--- a/sys/dev/rasops/rasops_masks.c
+++ b/sys/dev/rasops/rasops_masks.c
@@ -1,11 +1,11 @@
-/* $NetBSD: rasops_masks.c,v 1.4 2000/04/12 14:22:30 pk Exp $ */
+/* $NetBSD: rasops_masks.c,v 1.5 2000/06/13 13:37:00 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sys/dev/rasops/rasops_masks.h b/sys/dev/rasops/rasops_masks.h
index 1d64ae285b1..898ac31cd74 100644
--- a/sys/dev/rasops/rasops_masks.h
+++ b/sys/dev/rasops/rasops_masks.h
@@ -1,11 +1,11 @@
-/* $NetBSD: rasops_masks.h,v 1.4 2000/04/12 14:22:30 pk Exp $ */
+/* $NetBSD: rasops_masks.h,v 1.5 2000/06/13 13:37:01 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sys/dev/wsfont/bold8x16.h b/sys/dev/wsfont/bold8x16.h
index 1fd773eaa87..a08835c78b3 100644
--- a/sys/dev/wsfont/bold8x16.h
+++ b/sys/dev/wsfont/bold8x16.h
@@ -1,11 +1,11 @@
-/* $NetBSD: bold8x16.h,v 1.4 2000/01/05 18:44:22 ad Exp $ */
+/* $NetBSD: bold8x16.h,v 1.5 2000/06/13 13:37:04 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sys/dev/wsfont/wsfont.c b/sys/dev/wsfont/wsfont.c
index e883c8ebfaa..1ce234ac180 100644
--- a/sys/dev/wsfont/wsfont.c
+++ b/sys/dev/wsfont/wsfont.c
@@ -1,11 +1,11 @@
-/* $NetBSD: wsfont.c,v 1.12 2000/01/07 03:25:46 enami Exp $ */
+/* $NetBSD: wsfont.c,v 1.13 2000/06/13 13:37:06 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wsfont.c,v 1.12 2000/01/07 03:25:46 enami Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wsfont.c,v 1.13 2000/06/13 13:37:06 ad Exp $");
#include "opt_wsfont.h"
diff --git a/sys/dev/wsfont/wsfont.h b/sys/dev/wsfont/wsfont.h
index c258bb172ad..35f273348e6 100644
--- a/sys/dev/wsfont/wsfont.h
+++ b/sys/dev/wsfont/wsfont.h
@@ -1,11 +1,11 @@
-/* $NetBSD: wsfont.h,v 1.11 2000/01/07 02:57:18 enami Exp $ */
+/* $NetBSD: wsfont.h,v 1.12 2000/06/13 13:37:07 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Andy Doran.
+ * by Andrew Doran.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions