aboutsummaryrefslogtreecommitdiff
path: root/sys/include/arch/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/arch/amd64')
-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
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