summaryrefslogtreecommitdiff
path: root/sys/include/vm
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-02-16 21:57:02 -0500
committerIan Moffett <ian@osmora.org>2025-02-16 21:59:01 -0500
commit2fe2d7b0a3cf6ee72debefa954c12093da3cac81 (patch)
treed0463ea3f50c4cca7e5dcbf0cd7f7210a5c625f7 /sys/include/vm
parent08c74f3d74ac4f2764d9ace65ca1483f9ab04d43 (diff)
project: Update copyright date to 2025
Was supposed to happen on Jan 1, sorry! Happy late new year! Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/vm')
-rw-r--r--sys/include/vm/dynalloc.h2
-rw-r--r--sys/include/vm/map.h2
-rw-r--r--sys/include/vm/physmem.h2
-rw-r--r--sys/include/vm/pmap.h2
-rw-r--r--sys/include/vm/vm.h2
-rw-r--r--sys/include/vm/vm_obj.h2
-rw-r--r--sys/include/vm/vm_page.h2
-rw-r--r--sys/include/vm/vm_pager.h2
-rw-r--r--sys/include/vm/vm_vnode.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/include/vm/dynalloc.h b/sys/include/vm/dynalloc.h
index 071ee3a..f8f353c 100644
--- a/sys/include/vm/dynalloc.h
+++ b/sys/include/vm/dynalloc.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team.
+ * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/include/vm/map.h b/sys/include/vm/map.h
index 936df5e..d8e5516 100644
--- a/sys/include/vm/map.h
+++ b/sys/include/vm/map.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team.
+ * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/include/vm/physmem.h b/sys/include/vm/physmem.h
index 196a9a8..ae11530 100644
--- a/sys/include/vm/physmem.h
+++ b/sys/include/vm/physmem.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team.
+ * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/include/vm/pmap.h b/sys/include/vm/pmap.h
index 741eaf2..9eed184 100644
--- a/sys/include/vm/pmap.h
+++ b/sys/include/vm/pmap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team.
+ * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/include/vm/vm.h b/sys/include/vm/vm.h
index 9c63901..7434007 100644
--- a/sys/include/vm/vm.h
+++ b/sys/include/vm/vm.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team.
+ * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/include/vm/vm_obj.h b/sys/include/vm/vm_obj.h
index 78a7dbb..74c319e 100644
--- a/sys/include/vm/vm_obj.h
+++ b/sys/include/vm/vm_obj.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team.
+ * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/include/vm/vm_page.h b/sys/include/vm/vm_page.h
index 665431c..ce12fa8 100644
--- a/sys/include/vm/vm_page.h
+++ b/sys/include/vm/vm_page.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team.
+ * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/include/vm/vm_pager.h b/sys/include/vm/vm_pager.h
index 80a5a6c..1ba06d9 100644
--- a/sys/include/vm/vm_pager.h
+++ b/sys/include/vm/vm_pager.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team.
+ * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/include/vm/vm_vnode.h b/sys/include/vm/vm_vnode.h
index 138cfe2..4664f23 100644
--- a/sys/include/vm/vm_vnode.h
+++ b/sys/include/vm/vm_vnode.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team.
+ * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without