copyright says 2020 all over the place not 2022!?!
This commit is contained in:
@@ -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® WBI Service management software</a><br/>" +
|
||||
"Licensed to: " + HttpUtility.HtmlEncode(AyaBizUtils.REGTO) + "<br/>" + //case 1188
|
||||
"© 1999-2020 Ground Zero Tech-Works Inc. All rights reserved.";
|
||||
"© 1999-2022 Ground Zero Tech-Works Inc. All rights reserved.";
|
||||
else
|
||||
litcomp.Text = "";
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ public partial class help : BaseThemePage
|
||||
sb.Append("(Patch " + Util.HotfixVersion.ToString() + ")<br />");
|
||||
|
||||
|
||||
sb.Append("Copyright © 1999-2020 Ground Zero Tech-Works Inc.<br />");
|
||||
sb.Append("Copyright © 1999-2022 Ground Zero Tech-Works Inc.<br />");
|
||||
sb.Append("All rights reserved<br />");
|
||||
this.litVer.Text = sb.ToString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user