Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/usb Update copyright notice



details:   https://anonhg.NetBSD.org/src/rev/7a2a6acd9289
branches:  nick-nhusb
changeset: 804723:7a2a6acd9289
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 27 15:22:10 2016 +0000

description:
Update copyright notice

diffstat:

 sys/dev/usb/ucom.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r e42fecef7840 -r 7a2a6acd9289 sys/dev/usb/ucom.c
--- a/sys/dev/usb/ucom.c        Tue Dec 27 15:21:46 2016 +0000
+++ b/sys/dev/usb/ucom.c        Tue Dec 27 15:22:10 2016 +0000
@@ -1,12 +1,12 @@
-/*     $NetBSD: ucom.c,v 1.108.2.34 2016/12/27 15:21:46 skrll Exp $    */
+/*     $NetBSD: ucom.c,v 1.108.2.35 2016/12/27 15:22:10 skrll Exp $    */
 
 /*
- * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2000, 2016 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
  * by Lennart Augustsson (lennart%augustsson.net@localhost) at
- * Carlstedt Research & Technology.
+ * Carlstedt Research & Technology, and Nick Hudson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ucom.c,v 1.108.2.34 2016/12/27 15:21:46 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ucom.c,v 1.108.2.35 2016/12/27 15:22:10 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"



Home | Main Index | Thread Index | Old Index