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

Commit 3e3d1c3

Browse files
author
cesare
committed
v2.2.2
1 parent 9ad57a6 commit 3e3d1c3

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

multizone.jar

15.1 KB
Binary file not shown.

zone1/main.c

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

Comments
 (0)