aboutsummaryrefslogtreecommitdiff
path: root/kernel/include
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-01-01 08:04:09 -0500
committerRaghuram Subramani <raghus2247@gmail.com>2025-01-01 08:04:09 -0500
commit33b37149008fa0308a168d6466b59fec1d29a31e (patch)
treee089cd64b5bfc8a84da782570940dc9e258cb2d8 /kernel/include
parentc459396945898c5c019a602a1f9bf742677de1c1 (diff)
all: Copyright: 2024-2025
Diffstat (limited to 'kernel/include')
-rw-r--r--kernel/include/drivers/serial.h2
-rw-r--r--kernel/include/drivers/vga_text_buffer.h2
-rw-r--r--kernel/include/kernel/halt.h2
-rw-r--r--kernel/include/kernel/io.h2
-rw-r--r--kernel/include/libk/io.h2
-rw-r--r--kernel/include/libk/string.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/kernel/include/drivers/serial.h b/kernel/include/drivers/serial.h
index 869500f..eef5e02 100644
--- a/kernel/include/drivers/serial.h
+++ b/kernel/include/drivers/serial.h
@@ -1,6 +1,6 @@
/*
* CMOS
- * Copyright (C) 2024 Raghuram Subramani <raghus2247@gmail.com>
+ * Copyright (C) 2024-2025 Raghuram Subramani <raghus2247@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/kernel/include/drivers/vga_text_buffer.h b/kernel/include/drivers/vga_text_buffer.h
index 0dcc911..0362f17 100644
--- a/kernel/include/drivers/vga_text_buffer.h
+++ b/kernel/include/drivers/vga_text_buffer.h
@@ -1,6 +1,6 @@
/*
* CMOS
- * Copyright (C) 2024 Raghuram Subramani <raghus2247@gmail.com>
+ * Copyright (C) 2024-2025 Raghuram Subramani <raghus2247@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/kernel/include/kernel/halt.h b/kernel/include/kernel/halt.h
index 5735a06..901f807 100644
--- a/kernel/include/kernel/halt.h
+++ b/kernel/include/kernel/halt.h
@@ -1,6 +1,6 @@
/*
* CMOS
- * Copyright (C) 2024 Raghuram Subramani <raghus2247@gmail.com>
+ * Copyright (C) 2024-2025 Raghuram Subramani <raghus2247@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/kernel/include/kernel/io.h b/kernel/include/kernel/io.h
index 99a8aec..5453cb1 100644
--- a/kernel/include/kernel/io.h
+++ b/kernel/include/kernel/io.h
@@ -1,6 +1,6 @@
/*
* CMOS
- * Copyright (C) 2024 Raghuram Subramani <raghus2247@gmail.com>
+ * Copyright (C) 2024-2025 Raghuram Subramani <raghus2247@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/kernel/include/libk/io.h b/kernel/include/libk/io.h
index 7cda8a4..8757dd6 100644
--- a/kernel/include/libk/io.h
+++ b/kernel/include/libk/io.h
@@ -1,6 +1,6 @@
/*
* CMOS
- * Copyright (C) 2024 Raghuram Subramani <raghus2247@gmail.com>
+ * Copyright (C) 2024-2025 Raghuram Subramani <raghus2247@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/kernel/include/libk/string.h b/kernel/include/libk/string.h
index 3c19fa4..7bc38d3 100644
--- a/kernel/include/libk/string.h
+++ b/kernel/include/libk/string.h
@@ -1,6 +1,6 @@
/*
* CMOS
- * Copyright (C) 2024 Raghuram Subramani <raghus2247@gmail.com>
+ * Copyright (C) 2024-2025 Raghuram Subramani <raghus2247@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by