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 | |
parent | bef918966be6f46fb52f11eeb587f20e0c4677e6 (diff) |
project-wide: Make copyright year a range
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include')
47 files changed, 48 insertions, 48 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 diff --git a/sys/include/dev/timer/hpet.h b/sys/include/dev/timer/hpet.h index 1ffadbe..dc4366c 100644 --- a/sys/include/dev/timer/hpet.h +++ b/sys/include/dev/timer/hpet.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/dev/video/fbdev.h b/sys/include/dev/video/fbdev.h index ed8d4c2..123182f 100644 --- a/sys/include/dev/video/fbdev.h +++ b/sys/include/dev/video/fbdev.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/firmware/acpi/acpi.h b/sys/include/firmware/acpi/acpi.h index 7199833..b3416f4 100644 --- a/sys/include/firmware/acpi/acpi.h +++ b/sys/include/firmware/acpi/acpi.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/firmware/acpi/tables.h b/sys/include/firmware/acpi/tables.h index fc85300..32fef09 100644 --- a/sys/include/firmware/acpi/tables.h +++ b/sys/include/firmware/acpi/tables.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/lib/assert.h b/sys/include/lib/assert.h index 3180b3b..1ecc0f4 100644 --- a/sys/include/lib/assert.h +++ b/sys/include/lib/assert.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/lib/bitmap.h b/sys/include/lib/bitmap.h index b68f457..da900a2 100644 --- a/sys/include/lib/bitmap.h +++ b/sys/include/lib/bitmap.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/lib/logo.h b/sys/include/lib/logo.h index dd16afc..d3ba04a 100644 --- a/sys/include/lib/logo.h +++ b/sys/include/lib/logo.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 @@ -30,7 +30,7 @@ #include <sys/types.h> #include <sys/syslog.h> -#define COPYRIGHT "Copyright (c) 2024 Ian Marco Moffett and the Osmora Team." +#define COPYRIGHT "Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team." #define PRINT_LOGO() \ kprintf("%s v%s\n\n", g_logo, HYRA_VERSION); \ diff --git a/sys/include/lib/stdarg.h b/sys/include/lib/stdarg.h index 19f5b8b..5a3d67d 100644 --- a/sys/include/lib/stdarg.h +++ b/sys/include/lib/stdarg.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/lib/string.h b/sys/include/lib/string.h index b2e9680..5c6b3ba 100644 --- a/sys/include/lib/string.h +++ b/sys/include/lib/string.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/lib/tty_font.h b/sys/include/lib/tty_font.h index 11b9340..62b4ec0 100644 --- a/sys/include/lib/tty_font.h +++ b/sys/include/lib/tty_font.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/sys/ascii.h b/sys/include/sys/ascii.h index 4e9e1c8..2421c8c 100644 --- a/sys/include/sys/ascii.h +++ b/sys/include/sys/ascii.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/sys/cdefs.h b/sys/include/sys/cdefs.h index eb4def2..f7d55bc 100644 --- a/sys/include/sys/cdefs.h +++ b/sys/include/sys/cdefs.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/sys/errno.h b/sys/include/sys/errno.h index dddebd8..770a456 100644 --- a/sys/include/sys/errno.h +++ b/sys/include/sys/errno.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/sys/machdep.h b/sys/include/sys/machdep.h index 9825e88..c337b17 100644 --- a/sys/include/sys/machdep.h +++ b/sys/include/sys/machdep.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/sys/mmio.h b/sys/include/sys/mmio.h index e5b6d0f..3d012a5 100644 --- a/sys/include/sys/mmio.h +++ b/sys/include/sys/mmio.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/sys/panic.h b/sys/include/sys/panic.h index f9e7fb9..961e5d5 100644 --- a/sys/include/sys/panic.h +++ b/sys/include/sys/panic.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/sys/queue.h b/sys/include/sys/queue.h index 2928db1..963e695 100644 --- a/sys/include/sys/queue.h +++ b/sys/include/sys/queue.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/sys/spinlock.h b/sys/include/sys/spinlock.h index 9c88952..98bc342 100644 --- a/sys/include/sys/spinlock.h +++ b/sys/include/sys/spinlock.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/sys/syslog.h b/sys/include/sys/syslog.h index 22e56ee..344ba0f 100644 --- a/sys/include/sys/syslog.h +++ b/sys/include/sys/syslog.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/sys/termios.h b/sys/include/sys/termios.h index 168b558..d2269cd 100644 --- a/sys/include/sys/termios.h +++ b/sys/include/sys/termios.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/sys/timer.h b/sys/include/sys/timer.h index c539e7e..a255bab 100644 --- a/sys/include/sys/timer.h +++ b/sys/include/sys/timer.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/sys/tty.h b/sys/include/sys/tty.h index 7beaadd..f245966 100644 --- a/sys/include/sys/tty.h +++ b/sys/include/sys/tty.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/sys/types.h b/sys/include/sys/types.h index 0214364..4861d4a 100644 --- a/sys/include/sys/types.h +++ b/sys/include/sys/types.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/vm/dynalloc.h b/sys/include/vm/dynalloc.h index 4407ece..1a30d3d 100644 --- a/sys/include/vm/dynalloc.h +++ b/sys/include/vm/dynalloc.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/vm/page.h b/sys/include/vm/page.h index b6e7882..d1e89ea 100644 --- a/sys/include/vm/page.h +++ b/sys/include/vm/page.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/vm/physseg.h b/sys/include/vm/physseg.h index a5de80a..aced4cb 100644 --- a/sys/include/vm/physseg.h +++ b/sys/include/vm/physseg.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/vm/pmap.h b/sys/include/vm/pmap.h index 801dbb6..cfcf28c 100644 --- a/sys/include/vm/pmap.h +++ b/sys/include/vm/pmap.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/vm/vm.h b/sys/include/vm/vm.h index 2d5c8bf..d68ec20 100644 --- a/sys/include/vm/vm.h +++ b/sys/include/vm/vm.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 |