From 6ce74b29ca71799cc8bf873e93f7f741d868ab0f Mon Sep 17 00:00:00 2001 From: sigsegv7 Date: Mon, 13 Nov 2023 09:55:23 -0500 Subject: 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 --- sys/include/arch/amd64/cpu.h | 4 ++-- sys/include/arch/amd64/cpuid.h | 4 ++-- sys/include/arch/amd64/frame.h | 4 ++-- sys/include/arch/amd64/gdt.h | 4 ++-- sys/include/arch/amd64/idt.h | 4 ++-- sys/include/arch/amd64/ioapic.h | 4 ++-- sys/include/arch/amd64/ioapicvar.h | 4 ++-- sys/include/arch/amd64/lapic.h | 4 ++-- sys/include/arch/amd64/lapicvar.h | 4 ++-- sys/include/arch/amd64/msr.h | 4 ++-- sys/include/arch/amd64/spectre.h | 4 ++-- sys/include/arch/amd64/sysvec.h | 4 ++-- sys/include/arch/amd64/trap.h | 4 ++-- sys/include/arch/amd64/vas.h | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) (limited to 'sys/include/arch/amd64') diff --git a/sys/include/arch/amd64/cpu.h b/sys/include/arch/amd64/cpu.h index dfc4054..59d1dcd 100644 --- a/sys/include/arch/amd64/cpu.h +++ b/sys/include/arch/amd64/cpu.h @@ -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. * diff --git a/sys/include/arch/amd64/cpuid.h b/sys/include/arch/amd64/cpuid.h index 2aeb47e..da685c9 100644 --- a/sys/include/arch/amd64/cpuid.h +++ b/sys/include/arch/amd64/cpuid.h @@ -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. * diff --git a/sys/include/arch/amd64/frame.h b/sys/include/arch/amd64/frame.h index b4ba8e7..15c4143 100644 --- a/sys/include/arch/amd64/frame.h +++ b/sys/include/arch/amd64/frame.h @@ -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. * diff --git a/sys/include/arch/amd64/gdt.h b/sys/include/arch/amd64/gdt.h index e83a94d..e5a7492 100644 --- a/sys/include/arch/amd64/gdt.h +++ b/sys/include/arch/amd64/gdt.h @@ -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. * diff --git a/sys/include/arch/amd64/idt.h b/sys/include/arch/amd64/idt.h index 774947a..f116fc6 100644 --- a/sys/include/arch/amd64/idt.h +++ b/sys/include/arch/amd64/idt.h @@ -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. * diff --git a/sys/include/arch/amd64/ioapic.h b/sys/include/arch/amd64/ioapic.h index 81c8198..701ca91 100644 --- a/sys/include/arch/amd64/ioapic.h +++ b/sys/include/arch/amd64/ioapic.h @@ -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. * diff --git a/sys/include/arch/amd64/ioapicvar.h b/sys/include/arch/amd64/ioapicvar.h index 40691cc..c9a1132 100644 --- a/sys/include/arch/amd64/ioapicvar.h +++ b/sys/include/arch/amd64/ioapicvar.h @@ -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. * diff --git a/sys/include/arch/amd64/lapic.h b/sys/include/arch/amd64/lapic.h index 41aabe0..11edfe4 100644 --- a/sys/include/arch/amd64/lapic.h +++ b/sys/include/arch/amd64/lapic.h @@ -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. * diff --git a/sys/include/arch/amd64/lapicvar.h b/sys/include/arch/amd64/lapicvar.h index 6edbeb5..7169611 100644 --- a/sys/include/arch/amd64/lapicvar.h +++ b/sys/include/arch/amd64/lapicvar.h @@ -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. * diff --git a/sys/include/arch/amd64/msr.h b/sys/include/arch/amd64/msr.h index ebd2776..c8b5d06 100644 --- a/sys/include/arch/amd64/msr.h +++ b/sys/include/arch/amd64/msr.h @@ -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. * diff --git a/sys/include/arch/amd64/spectre.h b/sys/include/arch/amd64/spectre.h index a4c01fb..7995a87 100644 --- a/sys/include/arch/amd64/spectre.h +++ b/sys/include/arch/amd64/spectre.h @@ -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. * diff --git a/sys/include/arch/amd64/sysvec.h b/sys/include/arch/amd64/sysvec.h index ec7a02e..a413369 100644 --- a/sys/include/arch/amd64/sysvec.h +++ b/sys/include/arch/amd64/sysvec.h @@ -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. * diff --git a/sys/include/arch/amd64/trap.h b/sys/include/arch/amd64/trap.h index a9841bd..8574929 100644 --- a/sys/include/arch/amd64/trap.h +++ b/sys/include/arch/amd64/trap.h @@ -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. * diff --git a/sys/include/arch/amd64/vas.h b/sys/include/arch/amd64/vas.h index 8284e8f..3ec8ce6 100644 --- a/sys/include/arch/amd64/vas.h +++ b/sys/include/arch/amd64/vas.h @@ -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. * -- cgit v1.2.3