Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 0095df4

Browse files
author
cesare
committed
v2.2.2
- Add Eclipse CDT project - Update multizone.jar v2.2.2 (e33dab7) - Update README
1 parent 9e54870 commit 0095df4

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

zone1/main.c

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)