@@ -659,16 +659,17 @@ int main (void) {
659659
660660 printf ("\e[2J\e[H" ); // clear terminal screen
661661
662- printf ("=====================================================================\n" );
663- printf (" Hex Five MultiZone® Security \n" );
664- printf (" Copyright© 2020 Hex Five Security, Inc. - All Rights Reserved \n" );
665- printf ("=====================================================================\n" );
666- printf ("This version of MultiZone® Security is meant for evaluation purposes \n" );
667- printf ("only. As such, use of this software is governed by the Evaluation \n" );
668- printf ("License. There may be other functional limitations as described in \n" );
669- printf ("the evaluation SDK documentation. The commercial version of the \n" );
670- printf ("software does not have these restrictions. \n" );
671- printf ("=====================================================================\n" );
662+ printf ("===================================================================\n" );
663+ printf (" MultiZone® Trusted Firmware \n" );
664+ printf (" Patents US 11,151,262 and PCT/US2019/03877 \n" );
665+ printf (" Copyright© 2022 Hex Five Security, Inc. - All Rights Reserved \n" );
666+ printf ("===================================================================\n" );
667+ printf ("This version of MultiZone® Trusted Firmware is meant for evaluation\n" );
668+ printf ("purposes only. As such, use of this software is governed by the \n" );
669+ printf ("Evaluation License. There may be other functional limitations as \n" );
670+ printf ("described in the evaluation SDK documentation. The commercial \n" );
671+ printf ("version of the software does not have these restrictions. \n" );
672+ printf ("===================================================================\n" );
672673
673674 print_sys_info ();
674675
0 commit comments