Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 3feafbc

Browse files
author
cesare
committed
v2.2.2
1 parent 3d9b9eb commit 3feafbc

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

ext/multizone/multizone.jar

15.1 KB
Binary file not shown.

zone2/main.c

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

Comments
 (0)