diff options
author | Ian Moffett <ian@osmora.org> | 2024-01-01 14:43:55 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-01-01 14:43:55 -0500 |
commit | 6a43636fc0be60fcb9b6761981480f2bb9da41f8 (patch) | |
tree | ff50bc02e9026a503ae75f9d6466cd15e7e21cee /sys/firmware/acpi | |
parent | bef918966be6f46fb52f11eeb587f20e0c4677e6 (diff) |
project-wide: Make copyright year a range
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/firmware/acpi')
-rw-r--r-- | sys/firmware/acpi/acpi_init.c | 2 | ||||
-rw-r--r-- | sys/firmware/acpi/acpi_madt.c | 2 | ||||
-rw-r--r-- | sys/firmware/acpi/acpi_subr.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/firmware/acpi/acpi_init.c b/sys/firmware/acpi/acpi_init.c index d47c40c..f267d91 100644 --- a/sys/firmware/acpi/acpi_init.c +++ b/sys/firmware/acpi/acpi_init.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/firmware/acpi/acpi_madt.c b/sys/firmware/acpi/acpi_madt.c index 54d0f55..5f5d8d4 100644 --- a/sys/firmware/acpi/acpi_madt.c +++ b/sys/firmware/acpi/acpi_madt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/firmware/acpi/acpi_subr.c b/sys/firmware/acpi/acpi_subr.c index 2df86fd..4ca7555 100644 --- a/sys/firmware/acpi/acpi_subr.c +++ b/sys/firmware/acpi/acpi_subr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |