@@ -503,17 +503,17 @@ int main (void) {
503503 STORE_NVICISER (UART_IRQn );
504504
505505 printf ("\e[2J\e[H" ); // clear terminal screen
506- printf ("===================================================================\n" );
507- printf (" Hex Five MultiZone® Security \n" );
508- printf (" Patents US 11,151,262 and PCT/US2019/03877 \n" );
509- printf (" Copyright© 2022 Hex Five Security, Inc. - All Rights Reserved \n" );
510- printf ("===================================================================\n" );
511- printf ("This version of MultiZone® Trusted Firmware is meant for evaluation\n" );
512- printf ("purposes only. As such, use of this software is governed by the \n" );
513- printf ("Evaluation License. There may be other functional limitations as \n" );
514- printf ("described in the evaluation SDK documentation. The commercial \n" );
515- printf ("version of the software does not have these restrictions. \n" );
516- printf ("===================================================================\n" );
506+ printf ("= ===================================================================\n" );
507+ printf (" Hex Five MultiZone® Security \n" );
508+ printf (" Patents US 11,151,262 and PCT/US2019/03877 \n" );
509+ printf (" Copyright© 2020 Hex Five Security, Inc. - All Rights Reserved \n" );
510+ printf ("= ===================================================================\n" );
511+ printf ("This version of MultiZone® Security is meant for evaluation purposes \n" );
512+ printf ("only. As such, use of this software is governed by the Evaluation \n" );
513+ printf ("License. There may be other functional limitations as described in \n" );
514+ printf ("the evaluation SDK documentation. The commercial version of the \n" );
515+ printf ("software does not have these restrictions. \n" );
516+ printf ("= ===================================================================\n" );
517517
518518 print_cpu_info ();
519519
0 commit comments