From 610f91d87152cbe48d3054fcf437d8239da6ef35 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 21 Dec 2024 21:59:13 +0100 Subject: IMP: :boom: Breaking changes some checks are needed to be done. Signed-off-by: Amlal --- dev/Modules/ACPI/ACPI.h | 2 +- dev/Modules/ACPI/ACPIFactoryInterface.h | 2 +- dev/Modules/AHCI/AHCI.h | 2 +- dev/Modules/APM/APM.h | 2 +- dev/Modules/ATA/ATA.h | 2 +- dev/Modules/FB/FB.h | 2 +- dev/Modules/FB/Text.h | 2 +- dev/Modules/Flash/Flash.h | 2 +- dev/Modules/HPET/Defines.h | 2 +- dev/Modules/LTE/LTE.h | 2 +- dev/Modules/MBCI/Interface.h | 2 +- dev/Modules/MBCI/MBCI.h | 2 +- dev/Modules/NVME/NVME.h | 2 +- dev/Modules/ReadMe.md | 2 +- dev/Modules/SCSI/SCSI.h | 2 +- dev/Modules/XHCI/Defines.h | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'dev/Modules') diff --git a/dev/Modules/ACPI/ACPI.h b/dev/Modules/ACPI/ACPI.h index d21c475e..8d04cd96 100644 --- a/dev/Modules/ACPI/ACPI.h +++ b/dev/Modules/ACPI/ACPI.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. ------------------------------------------- */ diff --git a/dev/Modules/ACPI/ACPIFactoryInterface.h b/dev/Modules/ACPI/ACPIFactoryInterface.h index d6a71316..815b97bb 100644 --- a/dev/Modules/ACPI/ACPIFactoryInterface.h +++ b/dev/Modules/ACPI/ACPIFactoryInterface.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. ------------------------------------------- */ diff --git a/dev/Modules/AHCI/AHCI.h b/dev/Modules/AHCI/AHCI.h index 4670c5c7..9fe4d84a 100644 --- a/dev/Modules/AHCI/AHCI.h +++ b/dev/Modules/AHCI/AHCI.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. File: AHCI.h Purpose: AHCI protocol defines. diff --git a/dev/Modules/APM/APM.h b/dev/Modules/APM/APM.h index 6c631802..6e31b7fc 100644 --- a/dev/Modules/APM/APM.h +++ b/dev/Modules/APM/APM.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. ------------------------------------------- */ diff --git a/dev/Modules/ATA/ATA.h b/dev/Modules/ATA/ATA.h index d79fdd52..145a1d00 100644 --- a/dev/Modules/ATA/ATA.h +++ b/dev/Modules/ATA/ATA.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. File: Defines.h Purpose: ATA header. diff --git a/dev/Modules/FB/FB.h b/dev/Modules/FB/FB.h index 6a609255..02fd1c6f 100644 --- a/dev/Modules/FB/FB.h +++ b/dev/Modules/FB/FB.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. ------------------------------------------- */ diff --git a/dev/Modules/FB/Text.h b/dev/Modules/FB/Text.h index 36e082c3..f8a255f7 100644 --- a/dev/Modules/FB/Text.h +++ b/dev/Modules/FB/Text.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. ------------------------------------------- */ diff --git a/dev/Modules/Flash/Flash.h b/dev/Modules/Flash/Flash.h index f549ef44..120675fb 100644 --- a/dev/Modules/Flash/Flash.h +++ b/dev/Modules/Flash/Flash.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. ------------------------------------------- */ diff --git a/dev/Modules/HPET/Defines.h b/dev/Modules/HPET/Defines.h index 813e6884..e8a0d3a6 100644 --- a/dev/Modules/HPET/Defines.h +++ b/dev/Modules/HPET/Defines.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. File: HPET.h Purpose: HPET builtin. diff --git a/dev/Modules/LTE/LTE.h b/dev/Modules/LTE/LTE.h index a5327df9..5209d937 100644 --- a/dev/Modules/LTE/LTE.h +++ b/dev/Modules/LTE/LTE.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, Theater Quality Inc, all rights reserved.. +Copyright (C) 2024, TQ B.V, all rights reserved.. File: LTE\LTE.h. Purpose: LTE Standard Library. diff --git a/dev/Modules/MBCI/Interface.h b/dev/Modules/MBCI/Interface.h index 9186ba24..efcfc0aa 100644 --- a/dev/Modules/MBCI/Interface.h +++ b/dev/Modules/MBCI/Interface.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. ------------------------------------------- */ diff --git a/dev/Modules/MBCI/MBCI.h b/dev/Modules/MBCI/MBCI.h index ac620972..2be77b58 100644 --- a/dev/Modules/MBCI/MBCI.h +++ b/dev/Modules/MBCI/MBCI.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. ------------------------------------------- */ diff --git a/dev/Modules/NVME/NVME.h b/dev/Modules/NVME/NVME.h index 2d77a769..f2f42fac 100644 --- a/dev/Modules/NVME/NVME.h +++ b/dev/Modules/NVME/NVME.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. Revision History: diff --git a/dev/Modules/ReadMe.md b/dev/Modules/ReadMe.md index bdb7fb69..f1bfc626 100644 --- a/dev/Modules/ReadMe.md +++ b/dev/Modules/ReadMe.md @@ -9,4 +9,4 @@ They are pluggable modules for builtin hardware support. - [X] AHCI kernel module. - [X] MBCI kernel module. -###### Copyright (C) 2024, Theater Quality Inc, all rights reserved. All rights reserved. +###### Copyright (C) 2024, TQ B.V, all rights reserved. All rights reserved. diff --git a/dev/Modules/SCSI/SCSI.h b/dev/Modules/SCSI/SCSI.h index 917c963e..27213ee7 100644 --- a/dev/Modules/SCSI/SCSI.h +++ b/dev/Modules/SCSI/SCSI.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. ------------------------------------------- */ diff --git a/dev/Modules/XHCI/Defines.h b/dev/Modules/XHCI/Defines.h index 6758cf33..ada55dfc 100644 --- a/dev/Modules/XHCI/Defines.h +++ b/dev/Modules/XHCI/Defines.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, TQ B.V, all rights reserved. File: Defines.h Purpose: XHCI (and backwards) header. -- cgit v1.2.3