summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/arch/amd64/cpu.h2
-rw-r--r--sys/include/arch/amd64/cpuid.h2
-rw-r--r--sys/include/arch/amd64/frame.h2
-rw-r--r--sys/include/arch/amd64/frameasm.h2
-rw-r--r--sys/include/arch/amd64/gdt.h2
-rw-r--r--sys/include/arch/amd64/idt.h2
-rw-r--r--sys/include/arch/amd64/intr.h2
-rw-r--r--sys/include/arch/amd64/io.h2
-rw-r--r--sys/include/arch/amd64/ioapic.h2
-rw-r--r--sys/include/arch/amd64/ioapicvar.h2
-rw-r--r--sys/include/arch/amd64/isa/i8254.h2
-rw-r--r--sys/include/arch/amd64/lapic.h2
-rw-r--r--sys/include/arch/amd64/lapicvar.h2
-rw-r--r--sys/include/arch/amd64/msr.h2
-rw-r--r--sys/include/arch/amd64/spectre.h2
-rw-r--r--sys/include/arch/amd64/sysvec.h2
-rw-r--r--sys/include/arch/amd64/trap.h2
-rw-r--r--sys/include/arch/amd64/tss.h2
-rw-r--r--sys/include/arch/amd64/vas.h2
-rw-r--r--sys/include/dev/timer/hpet.h2
-rw-r--r--sys/include/dev/video/fbdev.h2
-rw-r--r--sys/include/firmware/acpi/acpi.h2
-rw-r--r--sys/include/firmware/acpi/tables.h2
-rw-r--r--sys/include/lib/assert.h2
-rw-r--r--sys/include/lib/bitmap.h2
-rw-r--r--sys/include/lib/logo.h4
-rw-r--r--sys/include/lib/stdarg.h2
-rw-r--r--sys/include/lib/string.h2
-rw-r--r--sys/include/lib/tty_font.h2
-rw-r--r--sys/include/sys/ascii.h2
-rw-r--r--sys/include/sys/cdefs.h2
-rw-r--r--sys/include/sys/errno.h2
-rw-r--r--sys/include/sys/machdep.h2
-rw-r--r--sys/include/sys/mmio.h2
-rw-r--r--sys/include/sys/panic.h2
-rw-r--r--sys/include/sys/queue.h2
-rw-r--r--sys/include/sys/spinlock.h2
-rw-r--r--sys/include/sys/syslog.h2
-rw-r--r--sys/include/sys/termios.h2
-rw-r--r--sys/include/sys/timer.h2
-rw-r--r--sys/include/sys/tty.h2
-rw-r--r--sys/include/sys/types.h2
-rw-r--r--sys/include/vm/dynalloc.h2
-rw-r--r--sys/include/vm/page.h2
-rw-r--r--sys/include/vm/physseg.h2
-rw-r--r--sys/include/vm/pmap.h2
-rw-r--r--sys/include/vm/vm.h2
47 files changed, 48 insertions, 48 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
diff --git a/sys/include/dev/timer/hpet.h b/sys/include/dev/timer/hpet.h
index 0392135..1ffadbe 100644
--- a/sys/include/dev/timer/hpet.h
+++ b/sys/include/dev/timer/hpet.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/dev/video/fbdev.h b/sys/include/dev/video/fbdev.h
index f17f45f..ed8d4c2 100644
--- a/sys/include/dev/video/fbdev.h
+++ b/sys/include/dev/video/fbdev.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/firmware/acpi/acpi.h b/sys/include/firmware/acpi/acpi.h
index 7d092e7..7199833 100644
--- a/sys/include/firmware/acpi/acpi.h
+++ b/sys/include/firmware/acpi/acpi.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/firmware/acpi/tables.h b/sys/include/firmware/acpi/tables.h
index 82c9c4a..fc85300 100644
--- a/sys/include/firmware/acpi/tables.h
+++ b/sys/include/firmware/acpi/tables.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/lib/assert.h b/sys/include/lib/assert.h
index 2156b6c..3180b3b 100644
--- a/sys/include/lib/assert.h
+++ b/sys/include/lib/assert.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/lib/bitmap.h b/sys/include/lib/bitmap.h
index e873304..b68f457 100644
--- a/sys/include/lib/bitmap.h
+++ b/sys/include/lib/bitmap.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/lib/logo.h b/sys/include/lib/logo.h
index 4d5c93a..dd16afc 100644
--- a/sys/include/lib/logo.h
+++ b/sys/include/lib/logo.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
@@ -30,7 +30,7 @@
#include <sys/types.h>
#include <sys/syslog.h>
-#define COPYRIGHT "Copyright (c) 2023 Ian Marco Moffett and the Osmora Team."
+#define COPYRIGHT "Copyright (c) 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 f3df0cd..19f5b8b 100644
--- a/sys/include/lib/stdarg.h
+++ b/sys/include/lib/stdarg.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/lib/string.h b/sys/include/lib/string.h
index cf9e3f9..b2e9680 100644
--- a/sys/include/lib/string.h
+++ b/sys/include/lib/string.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/lib/tty_font.h b/sys/include/lib/tty_font.h
index cd17c9c..11b9340 100644
--- a/sys/include/lib/tty_font.h
+++ b/sys/include/lib/tty_font.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/sys/ascii.h b/sys/include/sys/ascii.h
index 3463494..4e9e1c8 100644
--- a/sys/include/sys/ascii.h
+++ b/sys/include/sys/ascii.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/sys/cdefs.h b/sys/include/sys/cdefs.h
index dc47b77..eb4def2 100644
--- a/sys/include/sys/cdefs.h
+++ b/sys/include/sys/cdefs.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/sys/errno.h b/sys/include/sys/errno.h
index 50bb02b..dddebd8 100644
--- a/sys/include/sys/errno.h
+++ b/sys/include/sys/errno.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/sys/machdep.h b/sys/include/sys/machdep.h
index 6d58c14..9825e88 100644
--- a/sys/include/sys/machdep.h
+++ b/sys/include/sys/machdep.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/sys/mmio.h b/sys/include/sys/mmio.h
index 3025785..e5b6d0f 100644
--- a/sys/include/sys/mmio.h
+++ b/sys/include/sys/mmio.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/sys/panic.h b/sys/include/sys/panic.h
index d998760..f9e7fb9 100644
--- a/sys/include/sys/panic.h
+++ b/sys/include/sys/panic.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/sys/queue.h b/sys/include/sys/queue.h
index 0155300..2928db1 100644
--- a/sys/include/sys/queue.h
+++ b/sys/include/sys/queue.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/sys/spinlock.h b/sys/include/sys/spinlock.h
index 01058d1..9c88952 100644
--- a/sys/include/sys/spinlock.h
+++ b/sys/include/sys/spinlock.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/sys/syslog.h b/sys/include/sys/syslog.h
index 48ab4e8..22e56ee 100644
--- a/sys/include/sys/syslog.h
+++ b/sys/include/sys/syslog.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/sys/termios.h b/sys/include/sys/termios.h
index 9dc2be2..168b558 100644
--- a/sys/include/sys/termios.h
+++ b/sys/include/sys/termios.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/sys/timer.h b/sys/include/sys/timer.h
index e00d808..c539e7e 100644
--- a/sys/include/sys/timer.h
+++ b/sys/include/sys/timer.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/sys/tty.h b/sys/include/sys/tty.h
index 2858d2b..7beaadd 100644
--- a/sys/include/sys/tty.h
+++ b/sys/include/sys/tty.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/sys/types.h b/sys/include/sys/types.h
index a8a07fe..0214364 100644
--- a/sys/include/sys/types.h
+++ b/sys/include/sys/types.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/vm/dynalloc.h b/sys/include/vm/dynalloc.h
index f1a949d..4407ece 100644
--- a/sys/include/vm/dynalloc.h
+++ b/sys/include/vm/dynalloc.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/vm/page.h b/sys/include/vm/page.h
index 21d2a6e..b6e7882 100644
--- a/sys/include/vm/page.h
+++ b/sys/include/vm/page.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/vm/physseg.h b/sys/include/vm/physseg.h
index d0b474e..a5de80a 100644
--- a/sys/include/vm/physseg.h
+++ b/sys/include/vm/physseg.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/vm/pmap.h b/sys/include/vm/pmap.h
index f83219d..801dbb6 100644
--- a/sys/include/vm/pmap.h
+++ b/sys/include/vm/pmap.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/vm/vm.h b/sys/include/vm/vm.h
index 2d2af28..2d5c8bf 100644
--- a/sys/include/vm/vm.h
+++ b/sys/include/vm/vm.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