diff options
author | sigsegv7 <ian@osmora.org> | 2023-11-13 09:55:23 -0500 |
---|---|---|
committer | sigsegv7 <ian@osmora.org> | 2023-11-13 14:46:52 -0500 |
commit | 6ce74b29ca71799cc8bf873e93f7f741d868ab0f (patch) | |
tree | e251b72cdc234f47d95cc428c95638441e863326 /sys/arch/amd64/cpu.c | |
parent | f53ac3212fe8f07c99aef348e754aa8ab00081dc (diff) |
project-wide: Update project name
Update project name to avoid conflicts with the name of
Amazon's new 'Vega' Smart Device Operating System.
Signed-off-by: sigsegv7 <ian@osmora.org>
Diffstat (limited to 'sys/arch/amd64/cpu.c')
-rw-r--r-- | sys/arch/amd64/cpu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/cpu.c b/sys/arch/amd64/cpu.c index 04e573e..81118e1 100644 --- a/sys/arch/amd64/cpu.c +++ b/sys/arch/amd64/cpu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the VegaOS team. + * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. Neither the name of VegaOS nor the names of its + * 3. Neither the name of Hyra nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * @@ -30,7 +30,7 @@ #include <machine/cpu.h> #include <sys/cdefs.h> -__KERNEL_META("$Vega$: cpu.c, Ian Marco Moffett, " +__KERNEL_META("$Hyra$: cpu.c, Ian Marco Moffett, " "AMD64 CPU abstraction module"); static struct cpu_info bsp_info; |