]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add comment about InkBridge
authorAlan T. DeKok <aland@freeradius.org>
Mon, 26 May 2025 18:03:23 +0000 (14:03 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 26 May 2025 19:27:22 +0000 (15:27 -0400)
src/lib/server/dependency.c

index 0f1a4147e4dbfea3b0acf6b15695d2d502b4ada8..ccdf9a8215042b330689ccbe763e3f553fc72bf4 100644 (file)
@@ -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);
 }