Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Remove my name from the old UCB copyright notice, t...



details:   https://anonhg.NetBSD.org/src/rev/bb70380eb0e5
branches:  trunk
changeset: 559823:bb70380eb0e5
user:      pk <pk%NetBSD.org@localhost>
date:      Wed Mar 24 15:44:46 2004 +0000

description:
Remove my name from the old UCB copyright notice, thereby reducing its
reference count to 1.

diffstat:

 sys/arch/sparc/dev/fd.c |  5 ++---
 sys/arch/sun3/dev/fd.c  |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r d5d5addb1930 -r bb70380eb0e5 sys/arch/sparc/dev/fd.c
--- a/sys/arch/sparc/dev/fd.c   Wed Mar 24 15:38:41 2004 +0000
+++ b/sys/arch/sparc/dev/fd.c   Wed Mar 24 15:44:46 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fd.c,v 1.113 2004/03/17 17:04:59 pk Exp $      */
+/*     $NetBSD: fd.c,v 1.114 2004/03/24 15:44:46 pk Exp $      */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -72,7 +72,6 @@
 
 /*-
  * Copyright (c) 1993, 1994, 1995 Charles M. Hannum.
- * Copyright (c) 1995 Paul Kranenburg.
  *
  * This code is derived from software contributed to Berkeley by
  * Don Ahn.
@@ -109,7 +108,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.113 2004/03/17 17:04:59 pk Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.114 2004/03/24 15:44:46 pk Exp $");
 
 #include "opt_ddb.h"
 #include "opt_md.h"
diff -r d5d5addb1930 -r bb70380eb0e5 sys/arch/sun3/dev/fd.c
--- a/sys/arch/sun3/dev/fd.c    Wed Mar 24 15:38:41 2004 +0000
+++ b/sys/arch/sun3/dev/fd.c    Wed Mar 24 15:44:46 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fd.c,v 1.39 2003/09/26 21:41:16 tsutsui Exp $  */
+/*     $NetBSD: fd.c,v 1.40 2004/03/24 15:44:46 pk Exp $       */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -36,7 +36,6 @@
 
 /*-
  * Copyright (c) 1993, 1994, 1995 Charles M. Hannum.
- * Copyright (c) 1995 Paul Kranenburg.
  *
  * This code is derived from software contributed to Berkeley by
  * Don Ahn.
@@ -73,7 +72,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.39 2003/09/26 21:41:16 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.40 2004/03/24 15:44:46 pk Exp $");
 
 #include "opt_ddb.h"
 



Home | Main Index | Thread Index | Old Index