aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authoremilia <emilia@vegaa.systems>2023-08-19 11:18:17 +0000
committeremilia <emilia@vegaa.systems>2023-08-19 11:18:17 +0000
commit5f7d8f5fc79607881049b637f9eab4b35b414581 (patch)
treefc4015b16dbece84d9cf91ecb52789749ba268e7 /sys/vm
parented8291e0143c5054a4d5e2164f8883596c81bda4 (diff)
project-wide: Update author name
git-svn-id: https://svn.vegaa.systems/svn/vega-Vega/trunk@33 a8a8aea2-181d-ee11-89e8-15fd0e089fc4
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm.c2
-rw-r--r--sys/vm/vm_physseg.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/vm.c b/sys/vm/vm.c
index 1483909..7a97328 100644
--- a/sys/vm/vm.c
+++ b/sys/vm/vm.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/vm/vm_physseg.c b/sys/vm/vm_physseg.c
index 5a80723..2a63b59 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 Emilia Strange and the VegaOS team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -38,7 +38,7 @@
#include <string.h>
__MODULE_NAME("vm_physseg");
-__KERNEL_META("$Vega$: vm_physseg.c, Ian Marco Moffett, "
+__KERNEL_META("$Vega$: vm_physseg.c, Emilia Strange, "
"The Vega physical memory manager");
#if defined(VM_PHYSSEG_DEBUG)