aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authoremilia <emilia@vegaa.systems>2023-08-19 11:18:17 +0000
committeremilia <emilia@vegaa.systems>2023-08-19 11:18:17 +0000
commit5f7d8f5fc79607881049b637f9eab4b35b414581 (patch)
treefc4015b16dbece84d9cf91ecb52789749ba268e7 /sys/kern
parented8291e0143c5054a4d5e2164f8883596c81bda4 (diff)
project-wide: Update author name
git-svn-id: https://svn.vegaa.systems/svn/vega-Vega/trunk@33 a8a8aea2-181d-ee11-89e8-15fd0e089fc4
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_main.c4
-rw-r--r--sys/kern/kern_panic.c2
-rw-r--r--sys/kern/kern_syslog.c2
-rw-r--r--sys/kern/tty.c4
-rw-r--r--sys/kern/tty_subr.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 0e8d4b5..5cde0e0 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023 Ian Marco Moffett and the VegaOS team.
+ * Copyright (c) 2023 Emilia Strange and the VegaOS team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
#include <vm/vm_physseg.h>
#include <logo.h>
-__KERNEL_META("$Vega$: init_main.c, Ian Marco Moffett, "
+__KERNEL_META("$Vega$: init_main.c, Emilia Strange, "
"Where the Vega kernel first starts up");
void
diff --git a/sys/kern/kern_panic.c b/sys/kern/kern_panic.c
index 69680f7..d3dea7e 100644
--- a/sys/kern/kern_panic.c
+++ b/sys/kern/kern_panic.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023 Ian Marco Moffett and the VegaOS team.
+ * Copyright (c) 2023 Emilia Strange and the VegaOS team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/kern/kern_syslog.c b/sys/kern/kern_syslog.c
index cd7f8f0..f5b9c5a 100644
--- a/sys/kern/kern_syslog.c
+++ b/sys/kern/kern_syslog.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023 Ian Marco Moffett and the VegaOS team.
+ * Copyright (c) 2023 Emilia Strange and the VegaOS team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index f166302..b385f15 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023 Ian Marco Moffett and the VegaOS team.
+ * Copyright (c) 2023 Emilia Strange and the VegaOS team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -48,7 +48,7 @@
#define CURSOR_WIDTH FONT_WIDTH
#define CURSOR_HEIGHT FONT_HEIGHT
-__KERNEL_META("$Vega$: tty.c, Ian Marco Moffett, "
+__KERNEL_META("$Vega$: tty.c, Emilia Strange, "
"Core TTY implementation");
/* List of attached TTYs */
diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c
index 4c8405e..cc8a1a6 100644
--- a/sys/kern/tty_subr.c
+++ b/sys/kern/tty_subr.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023 Ian Marco Moffett and the VegaOS team.
+ * Copyright (c) 2023 Emilia Strange and the VegaOS team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without