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

@@ -30,7 +30,7 @@ public partial class help : BaseThemePage
sb.Append("(Patch " + Util.HotfixVersion.ToString() + ")<br />");
sb.Append("Copyright © 1999-2019 Ground Zero Tech-Works Inc.<br />");
sb.Append("Copyright © 1999-2020 Ground Zero Tech-Works Inc.<br />");
sb.Append("All rights reserved<br />");
this.litVer.Text = sb.ToString();