Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/next68k move my copyright statement up to n...



details:   https://anonhg.NetBSD.org/src/rev/4f497578cad9
branches:  trunk
changeset: 559793:4f497578cad9
user:      dbj <dbj%NetBSD.org@localhost>
date:      Wed Mar 24 02:20:09 2004 +0000

description:
move my copyright statement up to new berkeley license

diffstat:

 sys/arch/next68k/next68k/locore.s  |  4 ++--
 sys/arch/next68k/next68k/machdep.c |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r 0bc448f1a61c -r 4f497578cad9 sys/arch/next68k/next68k/locore.s
--- a/sys/arch/next68k/next68k/locore.s Wed Mar 24 01:29:37 2004 +0000
+++ b/sys/arch/next68k/next68k/locore.s Wed Mar 24 02:20:09 2004 +0000
@@ -1,6 +1,7 @@
-/*     $NetBSD: locore.s,v 1.43 2004/03/04 19:53:45 nathanw Exp $      */
+/*     $NetBSD: locore.s,v 1.44 2004/03/24 02:20:09 dbj Exp $  */
 
 /*
+ * Copyright (c) 1998 Darrin B. Jewell
  * Copyright (c) 1980, 1990, 1993
  *     The Regents of the University of California.  All rights reserved.
  *
@@ -38,7 +39,6 @@
  */
 
 /*
- * Copyright (c) 1998 Darrin B. Jewell
  * Copyright (c) 1994, 1995 Gordon W. Ross
  * Copyright (c) 1988 University of Utah.
  *
diff -r 0bc448f1a61c -r 4f497578cad9 sys/arch/next68k/next68k/machdep.c
--- a/sys/arch/next68k/next68k/machdep.c        Wed Mar 24 01:29:37 2004 +0000
+++ b/sys/arch/next68k/next68k/machdep.c        Wed Mar 24 02:20:09 2004 +0000
@@ -1,6 +1,7 @@
-/*     $NetBSD: machdep.c,v 1.67 2004/02/13 11:36:16 wiz Exp $ */
+/*     $NetBSD: machdep.c,v 1.68 2004/03/24 02:20:09 dbj Exp $ */
 
 /*
+ * Copyright (c) 1998 Darrin B. Jewell
  * Copyright (c) 1982, 1986, 1990, 1993
  *     The Regents of the University of California.  All rights reserved.
  *
@@ -39,7 +40,6 @@
 
 /*
  * Copyright (c) 1988 University of Utah.
- * Copyright (c) 1998 Darrin B. Jewell
  *
  * This code is derived from software contributed to Berkeley by
  * the Systems Programming Group of the University of Utah Computer
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.67 2004/02/13 11:36:16 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.68 2004/03/24 02:20:09 dbj Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"



Home | Main Index | Thread Index | Old Index