diff options
author | Ian Moffett <ian@osmora.org> | 2024-01-01 11:40:01 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-01-01 11:40:01 -0500 |
commit | 491659e8dc6809b1eb2446e4b474ec8804017dea (patch) | |
tree | 5b45a60bf128527d5584f57e9b8a1de73961ec6f /sys/include/arch | |
parent | ad8fbcd87b58d9ea2b45f158ca9a95de3689a6d9 (diff) |
project-wide: Update copyright year
Happy new year!!
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/arch')
-rw-r--r-- | sys/include/arch/amd64/cpu.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/cpuid.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/frame.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/frameasm.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/gdt.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/idt.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/intr.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/io.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/ioapic.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/ioapicvar.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/isa/i8254.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/lapic.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/lapicvar.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/msr.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/spectre.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/sysvec.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/trap.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/tss.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/vas.h | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/sys/include/arch/amd64/cpu.h b/sys/include/arch/amd64/cpu.h index 3d73e34..52a6288 100644 --- a/sys/include/arch/amd64/cpu.h +++ b/sys/include/arch/amd64/cpu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/cpuid.h b/sys/include/arch/amd64/cpuid.h index da685c9..8ebe53b 100644 --- a/sys/include/arch/amd64/cpuid.h +++ b/sys/include/arch/amd64/cpuid.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/frame.h b/sys/include/arch/amd64/frame.h index 6d04fdf..0217317 100644 --- a/sys/include/arch/amd64/frame.h +++ b/sys/include/arch/amd64/frame.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/frameasm.h b/sys/include/arch/amd64/frameasm.h index 2d251e7..36e6d6d 100644 --- a/sys/include/arch/amd64/frameasm.h +++ b/sys/include/arch/amd64/frameasm.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/gdt.h b/sys/include/arch/amd64/gdt.h index 2521627..b4a3d1e 100644 --- a/sys/include/arch/amd64/gdt.h +++ b/sys/include/arch/amd64/gdt.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/idt.h b/sys/include/arch/amd64/idt.h index f116fc6..abea743 100644 --- a/sys/include/arch/amd64/idt.h +++ b/sys/include/arch/amd64/idt.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/intr.h b/sys/include/arch/amd64/intr.h index 142e670..e9dea2f 100644 --- a/sys/include/arch/amd64/intr.h +++ b/sys/include/arch/amd64/intr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/io.h b/sys/include/arch/amd64/io.h index 8b2ff8f..c9d130a 100644 --- a/sys/include/arch/amd64/io.h +++ b/sys/include/arch/amd64/io.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/ioapic.h b/sys/include/arch/amd64/ioapic.h index 701ca91..937540f 100644 --- a/sys/include/arch/amd64/ioapic.h +++ b/sys/include/arch/amd64/ioapic.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/ioapicvar.h b/sys/include/arch/amd64/ioapicvar.h index c9a1132..b866039 100644 --- a/sys/include/arch/amd64/ioapicvar.h +++ b/sys/include/arch/amd64/ioapicvar.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/isa/i8254.h b/sys/include/arch/amd64/isa/i8254.h index e00d62c..00fafec 100644 --- a/sys/include/arch/amd64/isa/i8254.h +++ b/sys/include/arch/amd64/isa/i8254.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/lapic.h b/sys/include/arch/amd64/lapic.h index 1ef41fb..0e9dd85 100644 --- a/sys/include/arch/amd64/lapic.h +++ b/sys/include/arch/amd64/lapic.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/lapicvar.h b/sys/include/arch/amd64/lapicvar.h index 43c89a6..aeb9e94 100644 --- a/sys/include/arch/amd64/lapicvar.h +++ b/sys/include/arch/amd64/lapicvar.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/msr.h b/sys/include/arch/amd64/msr.h index c8b5d06..21ba94b 100644 --- a/sys/include/arch/amd64/msr.h +++ b/sys/include/arch/amd64/msr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/spectre.h b/sys/include/arch/amd64/spectre.h index 7995a87..c1e0d7c 100644 --- a/sys/include/arch/amd64/spectre.h +++ b/sys/include/arch/amd64/spectre.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/sysvec.h b/sys/include/arch/amd64/sysvec.h index a413369..031b9a1 100644 --- a/sys/include/arch/amd64/sysvec.h +++ b/sys/include/arch/amd64/sysvec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/trap.h b/sys/include/arch/amd64/trap.h index 8cd7ca1..3a81ddf 100644 --- a/sys/include/arch/amd64/trap.h +++ b/sys/include/arch/amd64/trap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/tss.h b/sys/include/arch/amd64/tss.h index bca572e..5e36cf8 100644 --- a/sys/include/arch/amd64/tss.h +++ b/sys/include/arch/amd64/tss.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 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/include/arch/amd64/vas.h b/sys/include/arch/amd64/vas.h index 3ec8ce6..feff9e9 100644 --- a/sys/include/arch/amd64/vas.h +++ b/sys/include/arch/amd64/vas.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2024 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |