Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k Update David Huang's email address in the li...
details: https://anonhg.NetBSD.org/src/rev/0af6fa3fb5b6
branches: trunk
changeset: 559934:0af6fa3fb5b6
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Mar 26 12:15:46 2004 +0000
description:
Update David Huang's email address in the license
per his request in PR 24907.
diffstat:
sys/arch/mac68k/dev/if_mc.c | 6 +++---
sys/arch/mac68k/dev/if_mcreg.h | 4 ++--
sys/arch/mac68k/dev/if_mcvar.h | 4 ++--
sys/arch/mac68k/include/psc.h | 4 ++--
sys/arch/mac68k/mac68k/psc.c | 6 +++---
sys/arch/mac68k/obio/if_mc_obio.c | 6 +++---
6 files changed, 15 insertions(+), 15 deletions(-)
diffs (105 lines):
diff -r cb4e5b2dd164 -r 0af6fa3fb5b6 sys/arch/mac68k/dev/if_mc.c
--- a/sys/arch/mac68k/dev/if_mc.c Fri Mar 26 09:15:02 2004 +0000
+++ b/sys/arch/mac68k/dev/if_mc.c Fri Mar 26 12:15:46 2004 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: if_mc.c,v 1.22 2003/07/15 02:43:17 lukem Exp $ */
+/* $NetBSD: if_mc.c,v 1.23 2004/03/26 12:15:46 wiz Exp $ */
/*-
- * Copyright (c) 1997 David Huang <khym%bga.com@localhost>
+ * Copyright (c) 1997 David Huang <khym%azeotrope.org@localhost>
* All rights reserved.
*
* Portions of this code are based on code by Denton Gentry <denny1%home.com@localhost>,
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mc.c,v 1.22 2003/07/15 02:43:17 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mc.c,v 1.23 2004/03/26 12:15:46 wiz Exp $");
#include "opt_ddb.h"
#include "opt_inet.h"
diff -r cb4e5b2dd164 -r 0af6fa3fb5b6 sys/arch/mac68k/dev/if_mcreg.h
--- a/sys/arch/mac68k/dev/if_mcreg.h Fri Mar 26 09:15:02 2004 +0000
+++ b/sys/arch/mac68k/dev/if_mcreg.h Fri Mar 26 12:15:46 2004 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: if_mcreg.h,v 1.2 1997/11/07 13:31:18 briggs Exp $ */
+/* $NetBSD: if_mcreg.h,v 1.3 2004/03/26 12:15:46 wiz Exp $ */
/*-
- * Copyright (c) 1997 David Huang <khym%bga.com@localhost>
+ * Copyright (c) 1997 David Huang <khym%azeotrope.org@localhost>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff -r cb4e5b2dd164 -r 0af6fa3fb5b6 sys/arch/mac68k/dev/if_mcvar.h
--- a/sys/arch/mac68k/dev/if_mcvar.h Fri Mar 26 09:15:02 2004 +0000
+++ b/sys/arch/mac68k/dev/if_mcvar.h Fri Mar 26 12:15:46 2004 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: if_mcvar.h,v 1.7 2003/04/09 01:54:44 thorpej Exp $ */
+/* $NetBSD: if_mcvar.h,v 1.8 2004/03/26 12:15:46 wiz Exp $ */
/*-
- * Copyright (c) 1997 David Huang <khym%bga.com@localhost>
+ * Copyright (c) 1997 David Huang <khym%azeotrope.org@localhost>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff -r cb4e5b2dd164 -r 0af6fa3fb5b6 sys/arch/mac68k/include/psc.h
--- a/sys/arch/mac68k/include/psc.h Fri Mar 26 09:15:02 2004 +0000
+++ b/sys/arch/mac68k/include/psc.h Fri Mar 26 12:15:46 2004 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: psc.h,v 1.4 1999/06/28 01:41:13 briggs Exp $ */
+/* $NetBSD: psc.h,v 1.5 2004/03/26 12:15:46 wiz Exp $ */
/*-
- * Copyright (c) 1997 David Huang <khym%bga.com@localhost>
+ * Copyright (c) 1997 David Huang <khym%azeotrope.org@localhost>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff -r cb4e5b2dd164 -r 0af6fa3fb5b6 sys/arch/mac68k/mac68k/psc.c
--- a/sys/arch/mac68k/mac68k/psc.c Fri Mar 26 09:15:02 2004 +0000
+++ b/sys/arch/mac68k/mac68k/psc.c Fri Mar 26 12:15:46 2004 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: psc.c,v 1.7 2003/07/15 02:43:22 lukem Exp $ */
+/* $NetBSD: psc.c,v 1.8 2004/03/26 12:15:46 wiz Exp $ */
/*-
- * Copyright (c) 1997 David Huang <khym%bga.com@localhost>
+ * Copyright (c) 1997 David Huang <khym%azeotrope.org@localhost>
* 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: psc.c,v 1.7 2003/07/15 02:43:22 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: psc.c,v 1.8 2004/03/26 12:15:46 wiz Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r cb4e5b2dd164 -r 0af6fa3fb5b6 sys/arch/mac68k/obio/if_mc_obio.c
--- a/sys/arch/mac68k/obio/if_mc_obio.c Fri Mar 26 09:15:02 2004 +0000
+++ b/sys/arch/mac68k/obio/if_mc_obio.c Fri Mar 26 12:15:46 2004 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: if_mc_obio.c,v 1.12 2003/07/15 02:43:25 lukem Exp $ */
+/* $NetBSD: if_mc_obio.c,v 1.13 2004/03/26 12:15:46 wiz Exp $ */
/*-
- * Copyright (c) 1997 David Huang <khym%bga.com@localhost>
+ * Copyright (c) 1997 David Huang <khym%azeotrope.org@localhost>
* All rights reserved.
*
* Portions of this code are based on code by Denton Gentry <denny1%home.com@localhost>
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mc_obio.c,v 1.12 2003/07/15 02:43:25 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mc_obio.c,v 1.13 2004/03/26 12:15:46 wiz Exp $");
#include "opt_ddb.h"
Home |
Main Index |
Thread Index |
Old Index