Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Copyright maintenance



details:   https://anonhg.NetBSD.org/src/rev/9bfcb9294620
branches:  trunk
changeset: 933515:9bfcb9294620
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue May 26 07:03:22 2020 +0000

description:
Copyright maintenance

diffstat:

 sys/dev/usb/ohci.c |  11 ++++++-----
 sys/dev/usb/uhci.c |  10 +++++-----
 2 files changed, 11 insertions(+), 10 deletions(-)

diffs (61 lines):

diff -r 86d00d4fab2a -r 9bfcb9294620 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Tue May 26 05:25:21 2020 +0000
+++ b/sys/dev/usb/ohci.c        Tue May 26 07:03:22 2020 +0000
@@ -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 (lennart%augustsson.net@localhost) at
- * Carlstedt Research & Technology, Jared D. McNeill (jmcneill%invisible.ca@localhost)
- * and Matthew R. Green (mrg%eterna.com.au@localhost).
+ * Carlstedt Research & Technology, Jared D. McNeill (jmcneill%invisible.ca@localhost),
+ * Matthew R. Green (mrg%eterna.com.au@localhost), 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"
diff -r 86d00d4fab2a -r 9bfcb9294620 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Tue May 26 05:25:21 2020 +0000
+++ b/sys/dev/usb/uhci.c        Tue May 26 07:03:22 2020 +0000
@@ -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 (lennart%augustsson.net@localhost) at
- * Carlstedt Research & Technology, Jared D. McNeill (jmcneill%invisible.ca@localhost)
- * and Matthew R. Green (mrg%eterna.com.au@localhost).
+ * Carlstedt Research & Technology, Jared D. McNeill (jmcneill%invisible.ca@localhost),
+ * Matthew R. Green (mrg%eterna.com.au@localhost) 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"



Home | Main Index | Thread Index | Old Index