diff --git a/multizone.jar b/multizone.jar index 042d0ab..24c1cca 100644 Binary files a/multizone.jar and b/multizone.jar differ diff --git a/zone1/main.c b/zone1/main.c index fc8a89e..c1019b0 100644 --- a/zone1/main.c +++ b/zone1/main.c @@ -651,16 +651,17 @@ int main (void) { printf("\e[2J\e[H"); // clear terminal screen - printf("=====================================================================\n"); - printf(" Hex Five MultiZone® Security \n"); - printf(" Copyright© 2020 Hex Five Security, Inc. - All Rights Reserved \n"); - printf("=====================================================================\n"); - printf("This version of MultiZone® Security is meant for evaluation purposes \n"); - printf("only. As such, use of this software is governed by the Evaluation \n"); - printf("License. There may be other functional limitations as described in \n"); - printf("the evaluation SDK documentation. The commercial version of the \n"); - printf("software does not have these restrictions. \n"); - printf("=====================================================================\n"); + printf("====================================================================\n"); + printf(" Hex Five MultiZone® Security \n"); + printf(" Patents US 11,151,262 and PCT/US2019/03877 \n"); + printf(" Copyright© 2020 Hex Five Security, Inc. - All Rights Reserved \n"); + printf("====================================================================\n"); + printf("This version of MultiZone® Security is meant for evaluation purposes\n"); + printf("only. As such, use of this software is governed by the Evaluation \n"); + printf("License. There may be other functional limitations as described in \n"); + printf("the evaluation SDK documentation. The commercial version of the \n"); + printf("software does not have these restrictions. \n"); + printf("====================================================================\n"); print_sys_info();