case 3681 2019 copyright

This commit is contained in:
2019-02-13 23:40:44 +00:00
parent d67f0925e7
commit 40c9b00b9a
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-2018 Ground Zero Tech-Works Inc.\r\n");
sb.Append("Copyright © 1999-2019 Ground Zero Tech-Works Inc.\r\n");
sb.Append("All rights reserved\r\n");
lblCopyRight.Text=sb.ToString();
sb.Length=0;