diff options
Diffstat (limited to 'sys/include/vm')
-rw-r--r-- | sys/include/vm/dynalloc.h | 2 | ||||
-rw-r--r-- | sys/include/vm/map.h | 2 | ||||
-rw-r--r-- | sys/include/vm/physmem.h | 2 | ||||
-rw-r--r-- | sys/include/vm/pmap.h | 2 | ||||
-rw-r--r-- | sys/include/vm/vm.h | 2 | ||||
-rw-r--r-- | sys/include/vm/vm_obj.h | 2 | ||||
-rw-r--r-- | sys/include/vm/vm_page.h | 2 | ||||
-rw-r--r-- | sys/include/vm/vm_pager.h | 2 | ||||
-rw-r--r-- | sys/include/vm/vm_vnode.h | 2 |
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 |