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 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