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

@@ -145,7 +145,7 @@ namespace AyaNova
if(nHotFix>0)
sb.AppendLine("(Patch " + nHotFix.ToString() + ")");
sb.Append("Copyright © 1999-2019 Ground Zero Tech-Works Inc.\r\n");
sb.Append("Copyright © 1999-2020 Ground Zero Tech-Works Inc.\r\n");
sb.Append("All rights reserved\r\n");
lblCopyRight.Text=sb.ToString();
sb.Length=0;