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

index a162a745ffe4a27d42a9b6a47385c48840724ab9..5f51cf9cb0e874400ea8256c819b9079f28e34bc 100644 (file)
@@ -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);
 }