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/9adc96469051
branches:  trunk
changeset: 932829:9adc96469051
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 17 08:38:37 2020 +0000

description:
Copyright maintenance

diffstat:

 sys/dev/usb/ehci.c |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 4d625387446b -r 9adc96469051 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Sun May 17 08:35:15 2020 +0000
+++ b/sys/dev/usb/ehci.c        Sun May 17 08:38:37 2020 +0000
@@ -1,13 +1,14 @@
-/*     $NetBSD: ehci.c,v 1.280 2020/05/17 08:35:15 skrll Exp $ */
+/*     $NetBSD: ehci.c,v 1.281 2020/05/17 08:38:37 skrll Exp $ */
 
 /*
- * Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
+ * Copyright (c) 2004-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), Charles M. Hannum,
  * Jeremy Morse (jeremy.morse%gmail.com@localhost), Jared D. McNeill
- * (jmcneill%invisible.ca@localhost) and Matthew R. Green (mrg%eterna.com.au@localhost).
+ * (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
@@ -53,7 +54,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.280 2020/05/17 08:35:15 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.281 2020/05/17 08:38:37 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"



Home | Main Index | Thread Index | Old Index