diff options
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/init_main.c | 4 | ||||
-rw-r--r-- | sys/kern/kern_panic.c | 2 | ||||
-rw-r--r-- | sys/kern/kern_syslog.c | 2 | ||||
-rw-r--r-- | sys/kern/tty.c | 4 | ||||
-rw-r--r-- | sys/kern/tty_subr.c | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 5cde0e0..0e8d4b5 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Emilia Strange and the VegaOS team. + * Copyright (c) 2023 Ian Marco Moffett 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, Emilia Strange, " +__KERNEL_META("$Vega$: init_main.c, Ian Marco Moffett, " "Where the Vega kernel first starts up"); void diff --git a/sys/kern/kern_panic.c b/sys/kern/kern_panic.c index d3dea7e..69680f7 100644 --- a/sys/kern/kern_panic.c +++ b/sys/kern/kern_panic.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Emilia Strange and the VegaOS team. + * Copyright (c) 2023 Ian Marco Moffett 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 f5b9c5a..cd7f8f0 100644 --- a/sys/kern/kern_syslog.c +++ b/sys/kern/kern_syslog.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Emilia Strange and the VegaOS team. + * Copyright (c) 2023 Ian Marco Moffett 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 b385f15..f166302 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Emilia Strange and the VegaOS team. + * Copyright (c) 2023 Ian Marco Moffett 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, Emilia Strange, " +__KERNEL_META("$Vega$: tty.c, Ian Marco Moffett, " "Core TTY implementation"); /* List of attached TTYs */ diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c index cc8a1a6..4c8405e 100644 --- a/sys/kern/tty_subr.c +++ b/sys/kern/tty_subr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Emilia Strange and the VegaOS team. + * Copyright (c) 2023 Ian Marco Moffett and the VegaOS team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |