Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/sandpoint Update copyright notice. This c...



details:   https://anonhg.NetBSD.org/src/rev/ffee630cad01
branches:  trunk
changeset: 758282:ffee630cad01
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Sun Oct 31 11:08:06 2010 +0000

description:
Update copyright notice. This code was completely replaced with
Frank Wille's effort and has no substance made by me anymore.

diffstat:

 sys/arch/sandpoint/sandpoint/iic_eumb.c |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 0b8fff7d1d44 -r ffee630cad01 sys/arch/sandpoint/sandpoint/iic_eumb.c
--- a/sys/arch/sandpoint/sandpoint/iic_eumb.c   Sun Oct 31 05:03:12 2010 +0000
+++ b/sys/arch/sandpoint/sandpoint/iic_eumb.c   Sun Oct 31 11:08:06 2010 +0000
@@ -1,11 +1,10 @@
-/* $NetBSD: iic_eumb.c,v 1.8 2010/05/12 17:20:24 phx Exp $ */
+/* $NetBSD: iic_eumb.c,v 1.9 2010/10/31 11:08:06 nisimura Exp $ */
 
 /*-
- * Copyright (c) 2007 The NetBSD Foundation, Inc.
+ * Copyright (c) 2010 Frank Wille.
  * All rights reserved.
  *
- * This code is derived from software contributed to The NetBSD Foundation
- * by Tohru Nishimura.
+ * Written by Frank Wille for The NetBSD Project.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -30,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iic_eumb.c,v 1.8 2010/05/12 17:20:24 phx Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iic_eumb.c,v 1.9 2010/10/31 11:08:06 nisimura Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>



Home | Main Index | Thread Index | Old Index