From 26d419858a17ea7c5be0b8f53dd81524ede54e6d Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Thu, 19 Mar 2026 13:45:13 -0500 Subject: [PATCH] fix: update ANSI NFO to 250 device limit and CookyPuss credit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/about/AnsiNfoModal.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/about/AnsiNfoModal.tsx b/frontend/src/components/about/AnsiNfoModal.tsx index 0f12067..13c2e78 100644 --- a/frontend/src/components/about/AnsiNfoModal.tsx +++ b/frontend/src/components/about/AnsiNfoModal.tsx @@ -40,7 +40,7 @@ function buildNfoLines(): ArtLine[] { [accent, ''], [primary, ' Business Source License 1.1'], [accent, ''], - [secondary, ' ► Free self-hosted production use up to 1,000 devices'], + [secondary, ' ► Free self-hosted production use up to 250 devices'], [secondary, ' ► SaaS offering requires commercial agreement'], [secondary, ' ► Converts to Apache License 2.0 on March 8, 2030'], [accent, ''], @@ -62,7 +62,7 @@ function buildNfoLines(): ArtLine[] { [dim, ' ░░░ CREDITS ░░░'], [dim, ` ${bar}`], [accent, ''], - [primary, ' Jason Staack'], + [primary, ' CookyPuss'], [secondary, ' Built with AI assistance'], [accent, ''], [dim, ` BTC: ${BTC_ADDRESS}`], @@ -168,8 +168,8 @@ export function AnsiNfoModal({ open, onOpenChange }: AnsiNfoModalProps) { {/* Screen-reader accessible version */}

The Other Dude, {APP_VERSION}. MSP Fleet Management for RouterOS.

-

Business Source License 1.1. Free self-hosted production use up to 1000 devices. SaaS requires commercial agreement. Converts to Apache 2.0 on March 8 2030.

-

Built by Jason Staack with AI assistance.

+

Business Source License 1.1. Free self-hosted production use up to 250 devices. SaaS requires commercial agreement. Converts to Apache 2.0 on March 8 2030.

+

Built by CookyPuss with AI assistance.