From: Alan T. DeKok Date: Mon, 26 May 2025 18:03:23 +0000 (-0400) Subject: add comment about InkBridge X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ca6dd37da3cd38c57126befa808bb0bbaf8fdab;p=thirdparty%2Ffreeradius-server.git add comment about InkBridge --- diff --git a/src/lib/server/dependency.c b/src/lib/server/dependency.c index 0f1a4147e4d..ccdf9a82150 100644 --- a/src/lib/server/dependency.c +++ b/src/lib/server/dependency.c @@ -460,6 +460,10 @@ void dependency_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"); + INFO("https://inkbridgenetworks.com/"); fflush(NULL); }