As part of TOOLS-2586 we swapped out MNX and swapped in Edgecast. Per that commit:
# XXX SmartOS: BANNER_YEAR in environment set in smartos-live's build_illumos.
-BOOTBANNER2= Copyright 2022-$(BANNER_YEAR) MNX Cloud, Inc.
+# ALSO, starting 2026 we will need to reintroduce 2025-$(BANNER_YEAR).
+BOOTBANNER2= Copyright $(BANNER_YEAR) Edgecast Cloud LLC.
BOOTBANNER3=
It’s now 2026 so we can re-introduce 2025-$(BANNER_YEAR).
Dan McDonald commented on 2026-01-02T00:29:04.006-0500:
Upgraded a NUC with this fix, before-and-after are in /var/log/messages*.
[root@alder-lake ~]# grep Edgecast /var/adm/messages
2026-01-02T05:25:29.357921+00:00 alder-lake genunix: [ID 107833 kern.notice] Copyright 2025-2026 Edgecast Cloud LLC.
[root@alder-lake ~]# grep Edgecast /var/adm/messages.0
2025-12-28T21:46:13.976376+00:00 alder-lake genunix: [ID 107833 kern.notice] Copyright 2025 Edgecast Cloud LLC.
[root@alder-lake ~]#