Module Name: src
Committed By: nisimura
Date: Sun Oct 31 11:08:06 UTC 2010
Modified Files:
src/sys/arch/sandpoint/sandpoint: iic_eumb.c
Log Message:
Update copyright notice. This code was completely replaced with
Frank Wille's effort and has no substance made by me anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sandpoint/sandpoint/iic_eumb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sandpoint/sandpoint/iic_eumb.c
diff -u src/sys/arch/sandpoint/sandpoint/iic_eumb.c:1.8 src/sys/arch/sandpoint/sandpoint/iic_eumb.c:1.9
--- src/sys/arch/sandpoint/sandpoint/iic_eumb.c:1.8 Wed May 12 17:20:24 2010
+++ src/sys/arch/sandpoint/sandpoint/iic_eumb.c Sun Oct 31 11:08:06 2010
@@ -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>