Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/qbus Move my copyright notice to the 3-clause UCB li...



details:   https://anonhg.NetBSD.org/src/rev/1431aec5651d
branches:  trunk
changeset: 559712:1431aec5651d
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Mon Mar 22 18:36:14 2004 +0000

description:
Move my copyright notice to the 3-clause UCB licence.

diffstat:

 sys/dev/qbus/dl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 752aaae4abfd -r 1431aec5651d sys/dev/qbus/dl.c
--- a/sys/dev/qbus/dl.c Mon Mar 22 18:35:51 2004 +0000
+++ b/sys/dev/qbus/dl.c Mon Mar 22 18:36:14 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dl.c,v 1.27 2003/08/07 16:31:13 agc Exp $      */
+/*     $NetBSD: dl.c,v 1.28 2004/03/22 18:36:14 bjh21 Exp $    */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -37,6 +37,7 @@
  */
 
 /*
+ * Copyright (c) 1997  Ben Harris.  All rights reserved.
  * Copyright (c) 1982, 1986, 1990, 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
  *
@@ -69,7 +70,6 @@
  */
 
 /*
- * Copyright (c) 1997  Ben Harris.  All rights reserved.
  * Copyright (c) 1996  Ken C. Wellsch.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
@@ -111,7 +111,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dl.c,v 1.27 2003/08/07 16:31:13 agc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dl.c,v 1.28 2004/03/22 18:36:14 bjh21 Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index