Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c withdraw my name from the copyright notice as th...



details:   https://anonhg.NetBSD.org/src/rev/f97435f43e6d
branches:  trunk
changeset: 760376:f97435f43e6d
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Tue Jan 04 02:50:08 2011 +0000

description:
withdraw my name from the copyright notice as there is little code
substance made by me.

diffstat:

 sys/dev/i2c/motoi2c.c    |  6 +++---
 sys/dev/i2c/motoi2creg.h |  4 ++--
 sys/dev/i2c/motoi2cvar.h |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (60 lines):

diff -r 119bef689c64 -r f97435f43e6d sys/dev/i2c/motoi2c.c
--- a/sys/dev/i2c/motoi2c.c     Tue Jan 04 02:19:32 2011 +0000
+++ b/sys/dev/i2c/motoi2c.c     Tue Jan 04 02:50:08 2011 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: motoi2c.c,v 1.1 2011/01/04 01:25:17 matt Exp $ */
+/* $NetBSD: motoi2c.c,v 1.2 2011/01/04 02:50:08 nisimura Exp $ */
 
 /*-
  * Copyright (c) 2007, 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Tohru Nishimura and Matt Thomas.
+ * by Matt Thomas.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: motoi2c.c,v 1.1 2011/01/04 01:25:17 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: motoi2c.c,v 1.2 2011/01/04 02:50:08 nisimura Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
diff -r 119bef689c64 -r f97435f43e6d sys/dev/i2c/motoi2creg.h
--- a/sys/dev/i2c/motoi2creg.h  Tue Jan 04 02:19:32 2011 +0000
+++ b/sys/dev/i2c/motoi2creg.h  Tue Jan 04 02:50:08 2011 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: motoi2creg.h,v 1.1 2011/01/04 01:25:17 matt Exp $ */
+/* $NetBSD: motoi2creg.h,v 1.2 2011/01/04 02:50:08 nisimura Exp $ */
 
 /*-
  * Copyright (c) 2007, 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Tohru Nishimura and Matt Thomas.
+ * by Matt Thomas.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r 119bef689c64 -r f97435f43e6d sys/dev/i2c/motoi2cvar.h
--- a/sys/dev/i2c/motoi2cvar.h  Tue Jan 04 02:19:32 2011 +0000
+++ b/sys/dev/i2c/motoi2cvar.h  Tue Jan 04 02:50:08 2011 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: motoi2cvar.h,v 1.1 2011/01/04 01:25:17 matt Exp $ */
+/* $NetBSD: motoi2cvar.h,v 1.2 2011/01/04 02:50:08 nisimura Exp $ */
 
 /*-
  * Copyright (c) 2007, 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Tohru Nishimura and Matt Thomas.
+ * by Matt Thomas.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions



Home | Main Index | Thread Index | Old Index