copyright says 2020 all over the place not 2022!?!

This commit is contained in:
2022-11-30 00:01:21 +00:00
parent c5a93b5980
commit 6e96cde055
23 changed files with 23 additions and 23 deletions

View File

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