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/vm/vm_init.c | 4 ++-- sys/vm/vm_page.c | 6 +++--- sys/vm/vm_physseg.c | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'sys/vm') diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index e160708..ae50a43 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.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. * diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index d344f4b..f8f50ef 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.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. * @@ -34,7 +34,7 @@ #include __MODULE_NAME("vm_page"); -__KERNEL_META("$Vega$: vm_page.c, Ian Marco Moffett, " +__KERNEL_META("$Hyra$: vm_page.c, Ian Marco Moffett, " "Virtual memory page specific operations"); /* diff --git a/sys/vm/vm_physseg.c b/sys/vm/vm_physseg.c index 12f6844..3f2b6b9 100644 --- a/sys/vm/vm_physseg.c +++ b/sys/vm/vm_physseg.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. * @@ -36,8 +36,8 @@ #include __MODULE_NAME("vm_physseg"); -__KERNEL_META("$Vega$: vm_physseg.c, Ian Marco Moffett, " - "The Vega physical memory manager"); +__KERNEL_META("$Hyra$: vm_physseg.c, Ian Marco Moffett, " + "The Hyra physical memory manager"); #if defined(VM_PHYSSEG_DEBUG) #define DPRINTF(...) KDEBUG(__VA_ARGS__) -- cgit v1.2.3