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/include/arch/amd64 | |
parent | bef918966be6f46fb52f11eeb587f20e0c4677e6 (diff) |
project-wide: Make copyright year a range
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/arch/amd64')
-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 52a6288..37ad69d 100644 --- a/sys/include/arch/amd64/cpu.h +++ b/sys/include/arch/amd64/cpu.h @@ -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/include/arch/amd64/cpuid.h b/sys/include/arch/amd64/cpuid.h index 8ebe53b..b193d60 100644 --- a/sys/include/arch/amd64/cpuid.h +++ b/sys/include/arch/amd64/cpuid.h @@ -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/include/arch/amd64/frame.h b/sys/include/arch/amd64/frame.h index 0217317..aaee45c 100644 --- a/sys/include/arch/amd64/frame.h +++ b/sys/include/arch/amd64/frame.h @@ -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/include/arch/amd64/frameasm.h b/sys/include/arch/amd64/frameasm.h index 36e6d6d..2531bd8 100644 --- a/sys/include/arch/amd64/frameasm.h +++ b/sys/include/arch/amd64/frameasm.h @@ -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/include/arch/amd64/gdt.h b/sys/include/arch/amd64/gdt.h index b4a3d1e..c3ea8e8 100644 --- a/sys/include/arch/amd64/gdt.h +++ b/sys/include/arch/amd64/gdt.h @@ -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/include/arch/amd64/idt.h b/sys/include/arch/amd64/idt.h index abea743..36ce44e 100644 --- a/sys/include/arch/amd64/idt.h +++ b/sys/include/arch/amd64/idt.h @@ -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/include/arch/amd64/intr.h b/sys/include/arch/amd64/intr.h index e9dea2f..d48a573 100644 --- a/sys/include/arch/amd64/intr.h +++ b/sys/include/arch/amd64/intr.h @@ -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/include/arch/amd64/io.h b/sys/include/arch/amd64/io.h index c9d130a..c24c08d 100644 --- a/sys/include/arch/amd64/io.h +++ b/sys/include/arch/amd64/io.h @@ -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/include/arch/amd64/ioapic.h b/sys/include/arch/amd64/ioapic.h index 937540f..54051cd 100644 --- a/sys/include/arch/amd64/ioapic.h +++ b/sys/include/arch/amd64/ioapic.h @@ -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/include/arch/amd64/ioapicvar.h b/sys/include/arch/amd64/ioapicvar.h index b866039..5128bc8 100644 --- a/sys/include/arch/amd64/ioapicvar.h +++ b/sys/include/arch/amd64/ioapicvar.h @@ -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/include/arch/amd64/isa/i8254.h b/sys/include/arch/amd64/isa/i8254.h index 00fafec..fdc95cd 100644 --- a/sys/include/arch/amd64/isa/i8254.h +++ b/sys/include/arch/amd64/isa/i8254.h @@ -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/include/arch/amd64/lapic.h b/sys/include/arch/amd64/lapic.h index 0e9dd85..6c72c02 100644 --- a/sys/include/arch/amd64/lapic.h +++ b/sys/include/arch/amd64/lapic.h @@ -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/include/arch/amd64/lapicvar.h b/sys/include/arch/amd64/lapicvar.h index aeb9e94..2743be8 100644 --- a/sys/include/arch/amd64/lapicvar.h +++ b/sys/include/arch/amd64/lapicvar.h @@ -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/include/arch/amd64/msr.h b/sys/include/arch/amd64/msr.h index 21ba94b..64a790c 100644 --- a/sys/include/arch/amd64/msr.h +++ b/sys/include/arch/amd64/msr.h @@ -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/include/arch/amd64/spectre.h b/sys/include/arch/amd64/spectre.h index c1e0d7c..d12df21 100644 --- a/sys/include/arch/amd64/spectre.h +++ b/sys/include/arch/amd64/spectre.h @@ -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/include/arch/amd64/sysvec.h b/sys/include/arch/amd64/sysvec.h index 031b9a1..81383ea 100644 --- a/sys/include/arch/amd64/sysvec.h +++ b/sys/include/arch/amd64/sysvec.h @@ -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/include/arch/amd64/trap.h b/sys/include/arch/amd64/trap.h index 3a81ddf..dc3baba 100644 --- a/sys/include/arch/amd64/trap.h +++ b/sys/include/arch/amd64/trap.h @@ -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/include/arch/amd64/tss.h b/sys/include/arch/amd64/tss.h index 5e36cf8..ca0ba57 100644 --- a/sys/include/arch/amd64/tss.h +++ b/sys/include/arch/amd64/tss.h @@ -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/include/arch/amd64/vas.h b/sys/include/arch/amd64/vas.h index feff9e9..347bf92 100644 --- a/sys/include/arch/amd64/vas.h +++ b/sys/include/arch/amd64/vas.h @@ -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 |