Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/btattach Fix copyright error.



details:   https://anonhg.NetBSD.org/src/rev/1f7497c7554e
branches:  trunk
changeset: 826429:1f7497c7554e
user:      nat <nat%NetBSD.org@localhost>
date:      Sun Sep 03 22:54:12 2017 +0000

description:
Fix copyright error.

Ok plunky@.

diffstat:

 usr.sbin/btattach/init_bcm43xx.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r cab6d63db45e -r 1f7497c7554e usr.sbin/btattach/init_bcm43xx.c
--- a/usr.sbin/btattach/init_bcm43xx.c  Sun Sep 03 13:59:17 2017 +0000
+++ b/usr.sbin/btattach/init_bcm43xx.c  Sun Sep 03 22:54:12 2017 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: init_bcm43xx.c,v 1.4 2017/08/14 05:28:23 nat Exp $     */
+/*     $NetBSD: init_bcm43xx.c,v 1.5 2017/09/03 22:54:12 nat Exp $     */
 
 /*-
- * Copyright (c) 2017 Iain Hibbert
+ * Copyright (c) 2017 Nathanial Sloss <nathanialsloss%yahoo.com.au@localhost>
  * All rights reserved.
  *
  * Copyright (c) 2008 Iain Hibbert
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: init_bcm43xx.c,v 1.4 2017/08/14 05:28:23 nat Exp $");
+__RCSID("$NetBSD: init_bcm43xx.c,v 1.5 2017/09/03 22:54:12 nat Exp $");
 
 #include <sys/param.h>
 



Home | Main Index | Thread Index | Old Index