Updated copyright to 2020 all modules

This commit is contained in:
2020-03-10 17:35:00 +00:00
parent fd309255c7
commit 10987860bb
44 changed files with 44 additions and 44 deletions

View File

@@ -62,7 +62,7 @@ public partial class Login : System.Web.UI.Page
if (AyaBizUtils.REGTO != "CH Technologies, Inc.")//Case 844 exception for guy who doesn't want "advertising" or a "security risk" that his customers can see
litcomp.Text = "<a href=\"https://www.ayanova.com\" target=\"_blank;\">AyaNova&#174; WBI Service management software</a><br/>" +
"Licensed to: " + HttpUtility.HtmlEncode(AyaBizUtils.REGTO) + "<br/>" + //case 1188
"&#169; 1999-2019 Ground Zero Tech-Works Inc. All rights reserved.";
"&#169; 1999-2020 Ground Zero Tech-Works Inc. All rights reserved.";
else
litcomp.Text = "";
}