From 63ae1e3f60e2bdd163118ced1247077cdfea6f6e Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 26 May 2025 14:02:03 -0400 Subject: [PATCH] add comment about InkBridge --- src/main/version.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/version.c b/src/main/version.c index a162a745ff..5f51cf9cb0 100644 --- a/src/main/version.c +++ b/src/main/version.c @@ -636,6 +636,9 @@ void version_print(void) INFO("You may redistribute copies of FreeRADIUS under the terms of the"); INFO("GNU General Public License"); INFO("For more information about these matters, see the file named COPYRIGHT"); + INFO(""); + INFO("FreeRADIUS is developed, maintained, and supported by InkBridge Networks."); + INFO("For commercial support, please email sales@inkbridgenetworks.com"); fflush(NULL); } -- 2.47.2