From d606c34b48588c12af8cad948601b4f75b77eed5 Mon Sep 17 00:00:00 2001 From: Kalamatee Date: Sat, 6 Dec 2025 03:39:38 +0000 Subject: [PATCH] correction to the copyright date. --- rom/usb/pciusb/uhwcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rom/usb/pciusb/uhwcmd.c b/rom/usb/pciusb/uhwcmd.c index 2a8a4f7403..707a2a3496 100644 --- a/rom/usb/pciusb/uhwcmd.c +++ b/rom/usb/pciusb/uhwcmd.c @@ -483,7 +483,7 @@ WORD cmdQueryDevice(struct IOUsbHWReq *ioreq, #if defined(PCIUSB_ENABLEXHCI) struct PCIController *hc = (struct PCIController *) unit->hu_Controllers.lh_Head; if(hc->hc_HCIType == HCITYPE_XHCI) { - *((STRPTR *) tag->ti_Data) ="\xA9""2014-2025 The AROS Dev Team"; + *((STRPTR *) tag->ti_Data) ="\xA9""2023-2025 The AROS Dev Team"; } else #endif