Module Name:    src
Committed By:   skrll
Date:           Tue May 26 07:03:23 UTC 2020

Modified Files:
        src/sys/dev/usb: ohci.c uhci.c

Log Message:
Copyright maintenance


To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 src/sys/dev/usb/ohci.c
cvs rdiff -u -r1.302 -r1.303 src/sys/dev/usb/uhci.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/dev/usb/ohci.c
diff -u src/sys/dev/usb/ohci.c:1.308 src/sys/dev/usb/ohci.c:1.309
--- src/sys/dev/usb/ohci.c:1.308	Sun May 24 07:42:51 2020
+++ src/sys/dev/usb/ohci.c	Tue May 26 07:03:22 2020
@@ -1,13 +1,14 @@
-/*	$NetBSD: ohci.c,v 1.308 2020/05/24 07:42:51 skrll Exp $	*/
+/*	$NetBSD: ohci.c,v 1.309 2020/05/26 07:03:22 skrll Exp $	*/
 
 /*
- * Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2004, 2005, 2012, 2016, 2020 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
  * by Lennart Augustsson (lenn...@augustsson.net) at
- * Carlstedt Research & Technology, Jared D. McNeill (jmcne...@invisible.ca)
- * and Matthew R. Green (m...@eterna.com.au).
+ * Carlstedt Research & Technology, Jared D. McNeill (jmcne...@invisible.ca),
+ * Matthew R. Green (m...@eterna.com.au), and Nick Hudson.
+ *
  * This code is derived from software contributed to The NetBSD Foundation
  * by Charles M. Hannum.
  *
@@ -41,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.308 2020/05/24 07:42:51 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.309 2020/05/26 07:03:22 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"

Index: src/sys/dev/usb/uhci.c
diff -u src/sys/dev/usb/uhci.c:1.302 src/sys/dev/usb/uhci.c:1.303
--- src/sys/dev/usb/uhci.c:1.302	Mon May 25 13:55:31 2020
+++ src/sys/dev/usb/uhci.c	Tue May 26 07:03:22 2020
@@ -1,13 +1,13 @@
-/*	$NetBSD: uhci.c,v 1.302 2020/05/25 13:55:31 skrll Exp $	*/
+/*	$NetBSD: uhci.c,v 1.303 2020/05/26 07:03:22 skrll Exp $	*/
 
 /*
- * Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2004, 2011, 2012, 2016, 2020 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
  * by Lennart Augustsson (lenn...@augustsson.net) at
- * Carlstedt Research & Technology, Jared D. McNeill (jmcne...@invisible.ca)
- * and Matthew R. Green (m...@eterna.com.au).
+ * Carlstedt Research & Technology, Jared D. McNeill (jmcne...@invisible.ca),
+ * Matthew R. Green (m...@eterna.com.au) and Nick Hudson.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.302 2020/05/25 13:55:31 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.303 2020/05/26 07:03:22 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"

Reply via email to