From d6f3954f3963f81cf00d2da9930cf9d90a179d87 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 19 Feb 2019 16:41:47 -0500 Subject: [PATCH] XHCI: Tweak copyright header. * List authors in alphabetical order. * Add myself. * Make first copyright year the actual year the file was created. --- src/add-ons/kernel/busses/usb/xhci.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/add-ons/kernel/busses/usb/xhci.cpp b/src/add-ons/kernel/busses/usb/xhci.cpp index c0852959f0..b6cf4b13fd 100644 --- a/src/add-ons/kernel/busses/usb/xhci.cpp +++ b/src/add-ons/kernel/busses/usb/xhci.cpp @@ -1,12 +1,13 @@ /* - * Copyright 2006-2019, Haiku Inc. All rights reserved. + * Copyright 2011-2019, Haiku Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: - * Michael Lotz + * Augustin Cavalier * Jian Chiang * Jérôme Duval * Akshay Jaggi + * Michael Lotz */