aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_physseg.c
diff options
context:
space:
mode:
authoremilia <emilia@vegaa.systems>2023-09-03 18:46:32 +0000
committeremilia <emilia@vegaa.systems>2023-09-03 18:46:32 +0000
commit153baecaf150112fc06690cb5faad880e8bf5083 (patch)
tree337100c54f3cf7342a108cd108a9b35ee9cb009f /sys/vm/vm_physseg.c
parentadad27da61ca0b875d48f4e06bd36c36bb01d415 (diff)
project-wide: update project author
git-svn-id: https://svn.vegaa.systems/svn/vega-Vega/trunk@43 a8a8aea2-181d-ee11-89e8-15fd0e089fc4
Diffstat (limited to 'sys/vm/vm_physseg.c')
-rw-r--r--sys/vm/vm_physseg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_physseg.c b/sys/vm/vm_physseg.c
index 2a63b59..5a80723 100644
--- a/sys/vm/vm_physseg.c
+++ b/sys/vm/vm_physseg.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023 Emilia Strange and the VegaOS team.
+ * Copyright (c) 2023 Ian Marco Moffett 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, Emilia Strange, "
+__KERNEL_META("$Vega$: vm_physseg.c, Ian Marco Moffett, "
"The Vega physical memory manager");
#if defined(VM_PHYSSEG_DEBUG)