diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/gdt.c | 2 | ||||
-rw-r--r-- | sys/arch/amd64/idt.c | 2 | ||||
-rw-r--r-- | sys/arch/amd64/machdep.c | 2 | ||||
-rw-r--r-- | sys/arch/amd64/trap.S | 2 | ||||
-rw-r--r-- | sys/arch/amd64/trap.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/amd64/gdt.c b/sys/arch/amd64/gdt.c index 3171f53..cb32837 100644 --- a/sys/arch/amd64/gdt.c +++ b/sys/arch/amd64/gdt.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/arch/amd64/idt.c b/sys/arch/amd64/idt.c index 835803d..46eb1f8 100644 --- a/sys/arch/amd64/idt.c +++ b/sys/arch/amd64/idt.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/arch/amd64/machdep.c b/sys/arch/amd64/machdep.c index 8b1b27e..902dd5e 100644 --- a/sys/arch/amd64/machdep.c +++ b/sys/arch/amd64/machdep.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/arch/amd64/trap.S b/sys/arch/amd64/trap.S index 78db3cd..31792c5 100644 --- a/sys/arch/amd64/trap.S +++ b/sys/arch/amd64/trap.S @@ -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/arch/amd64/trap.c b/sys/arch/amd64/trap.c index d45be72..93ae17c 100644 --- a/sys/arch/amd64/trap.c +++ b/sys/arch/amd64/trap.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 |