Module Name: src
Committed By: nat
Date: Sun Sep 3 22:54:12 UTC 2017
Modified Files:
src/usr.sbin/btattach: init_bcm43xx.c
Log Message:
Fix copyright error.
Ok plunky@.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/btattach/init_bcm43xx.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/btattach/init_bcm43xx.c
diff -u src/usr.sbin/btattach/init_bcm43xx.c:1.4 src/usr.sbin/btattach/init_bcm43xx.c:1.5
--- src/usr.sbin/btattach/init_bcm43xx.c:1.4 Mon Aug 14 05:28:23 2017
+++ src/usr.sbin/btattach/init_bcm43xx.c Sun Sep 3 22:54:12 2017
@@ -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 <[email protected]>
* 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>