summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-02-16 22:01:50 -0500
committerIan Moffett <ian@osmora.org>2025-02-16 22:01:50 -0500
commit68c7010bf4c432c6d985a8d1a93e29c30c95e07b (patch)
treed0463ea3f50c4cca7e5dcbf0cd7f7210a5c625f7 /sys/dev
parent0991ba3c6d381fd7a2fa85e92a930602f33764e0 (diff)
parent2fe2d7b0a3cf6ee72debefa954c12093da3cac81 (diff)
Merge branch 'main' into expt
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpi/acpi_init.c2
-rw-r--r--sys/dev/acpi/acpi_subr.c2
-rw-r--r--sys/dev/cons/cons.c2
-rw-r--r--sys/dev/cons/font.c2
-rw-r--r--sys/dev/dcdr/cache.c2
-rw-r--r--sys/dev/ic/nvme.c2
-rw-r--r--sys/dev/pci/pci.c2
-rw-r--r--sys/dev/timer.c2
-rw-r--r--sys/dev/usb/xhci.c2
-rw-r--r--sys/dev/video/fbdev.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/acpi/acpi_init.c b/sys/dev/acpi/acpi_init.c
index 448c522..f3de87d 100644
--- a/sys/dev/acpi/acpi_init.c
+++ b/sys/dev/acpi/acpi_init.c
@@ -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/dev/acpi/acpi_subr.c b/sys/dev/acpi/acpi_subr.c
index 7cf3287..fe9902b 100644
--- a/sys/dev/acpi/acpi_subr.c
+++ b/sys/dev/acpi/acpi_subr.c
@@ -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/dev/cons/cons.c b/sys/dev/cons/cons.c
index 3132fc5..c3a3197 100644
--- a/sys/dev/cons/cons.c
+++ b/sys/dev/cons/cons.c
@@ -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/dev/cons/font.c b/sys/dev/cons/font.c
index 027049b..d304f2b 100644
--- a/sys/dev/cons/font.c
+++ b/sys/dev/cons/font.c
@@ -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/dev/dcdr/cache.c b/sys/dev/dcdr/cache.c
index e13c9c7..c44c8ea 100644
--- a/sys/dev/dcdr/cache.c
+++ b/sys/dev/dcdr/cache.c
@@ -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/dev/ic/nvme.c b/sys/dev/ic/nvme.c
index ac6fb74..4e1a487 100644
--- a/sys/dev/ic/nvme.c
+++ b/sys/dev/ic/nvme.c
@@ -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/dev/pci/pci.c b/sys/dev/pci/pci.c
index aefbe86..585480f 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -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/dev/timer.c b/sys/dev/timer.c
index 4293508..8e87eab 100644
--- a/sys/dev/timer.c
+++ b/sys/dev/timer.c
@@ -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/dev/usb/xhci.c b/sys/dev/usb/xhci.c
index d2c671f..550d9b4 100644
--- a/sys/dev/usb/xhci.c
+++ b/sys/dev/usb/xhci.c
@@ -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/dev/video/fbdev.c b/sys/dev/video/fbdev.c
index 81e0316..cf4954a 100644
--- a/sys/dev/video/fbdev.c
+++ b/sys/dev/video/fbdev.c
@@ -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