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 cb32837..3171f53 100644 --- a/sys/arch/amd64/gdt.c +++ b/sys/arch/amd64/gdt.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/arch/amd64/idt.c b/sys/arch/amd64/idt.c index 46eb1f8..835803d 100644 --- a/sys/arch/amd64/idt.c +++ b/sys/arch/amd64/idt.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/arch/amd64/machdep.c b/sys/arch/amd64/machdep.c index 902dd5e..8b1b27e 100644 --- a/sys/arch/amd64/machdep.c +++ b/sys/arch/amd64/machdep.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/arch/amd64/trap.S b/sys/arch/amd64/trap.S index 31792c5..78db3cd 100644 --- a/sys/arch/amd64/trap.S +++ b/sys/arch/amd64/trap.S @@ -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/arch/amd64/trap.c b/sys/arch/amd64/trap.c index 93ae17c..d45be72 100644 --- a/sys/arch/amd64/trap.c +++ b/sys/arch/amd64/trap.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 |