@@ -651,16 +651,17 @@ int main (void) {
651651
652652 printf ("\e[2J\e[H" ); // clear terminal screen
653653
654- printf ("=====================================================================\n" );
655- printf (" Hex Five MultiZone® Security \n" );
656- printf (" Copyright© 2020 Hex Five Security, Inc. - All Rights Reserved \n" );
657- printf ("=====================================================================\n" );
658- printf ("This version of MultiZone® Security is meant for evaluation purposes \n" );
659- printf ("only. As such, use of this software is governed by the Evaluation \n" );
660- printf ("License. There may be other functional limitations as described in \n" );
661- printf ("the evaluation SDK documentation. The commercial version of the \n" );
662- printf ("software does not have these restrictions. \n" );
663- printf ("=====================================================================\n" );
654+ printf ("====================================================================\n" );
655+ printf (" Hex Five MultiZone® Security \n" );
656+ printf (" Patents US 11,151,262 and PCT/US2019/03877 \n" );
657+ printf (" Copyright© 2020 Hex Five Security, Inc. - All Rights Reserved \n" );
658+ printf ("====================================================================\n" );
659+ printf ("This version of MultiZone® Security is meant for evaluation purposes\n" );
660+ printf ("only. As such, use of this software is governed by the Evaluation \n" );
661+ printf ("License. There may be other functional limitations as described in \n" );
662+ printf ("the evaluation SDK documentation. The commercial version of the \n" );
663+ printf ("software does not have these restrictions. \n" );
664+ printf ("====================================================================\n" );
664665
665666 print_sys_info ();
666667
0 commit comments