diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-14 16:14:11 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-14 16:14:11 -0400 |
commit | b8b5037f9eb122338f3b956704a897789a3c0138 (patch) | |
tree | e323994c1102fa6225660c08ab78ed079a432ba9 | |
parent | 14bf25c7fe0fdafb864e73969a41631a28d897e3 (diff) |
project: Correct copyright author
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | src/sys/arch/amd64/isa/165xx.c | 3 | ||||
-rw-r--r-- | src/sys/os/os_bootvars.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/sys/arch/amd64/isa/165xx.c b/src/sys/arch/amd64/isa/165xx.c index 805f440..cb1b89b 100644 --- a/src/sys/arch/amd64/isa/165xx.c +++ b/src/sys/arch/amd64/isa/165xx.c @@ -1,6 +1,5 @@ - /* - * Copyright (c) 2025 Ian Marco Moffett and Ethos0 engineers + * Copyright (c) 2025 Ian Marco Moffett and L5 engineers * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/sys/os/os_bootvars.c b/src/sys/os/os_bootvars.c index a72ccf4..6752387 100644 --- a/src/sys/os/os_bootvars.c +++ b/src/sys/os/os_bootvars.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025 Ian Marco Moffett and Ethos0 engineers + * Copyright (c) 2025 Ian Marco Moffett and L5 engineers * All rights reserved. * * Redistribution and use in source and binary forms, with or without |