diff options
Diffstat (limited to 'sys/firmware')
-rw-r--r-- | sys/firmware/acpi/acpi_init.c | 4 | ||||
-rw-r--r-- | sys/firmware/acpi/acpi_subr.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/firmware/acpi/acpi_init.c b/sys/firmware/acpi/acpi_init.c index 8240d42..8ea872f 100644 --- a/sys/firmware/acpi/acpi_init.c +++ b/sys/firmware/acpi/acpi_init.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Emilia Strange and the VegaOS team. + * Copyright (c) 2023 Ian Marco Moffett and the VegaOS team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -38,7 +38,7 @@ #include <vm/vm.h> __MODULE_NAME("acpi"); -__KERNEL_META("$Vega$: acpi_init.c, Emilia Strange, " +__KERNEL_META("$Vega$: acpi_init.c, Ian Marco Moffett, " "ACPI init logic"); static volatile struct limine_rsdp_request rsdp_req = { diff --git a/sys/firmware/acpi/acpi_subr.c b/sys/firmware/acpi/acpi_subr.c index 6f8ca08..7212602 100644 --- a/sys/firmware/acpi/acpi_subr.c +++ b/sys/firmware/acpi/acpi_subr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Emilia Strange and the VegaOS team. + * Copyright (c) 2023 Ian Marco Moffett and the VegaOS team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |