copyright says 2020 all over the place not 2022!?!
This commit is contained in:
@@ -29,7 +29,7 @@ namespace AyaNovaOL
|
||||
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();
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ using System.Runtime.CompilerServices;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
|
||||
[assembly: AssemblyProduct("AyaNovaOL")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2009-2020 Ground Zero Tech-Works Inc.")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2009-2022 Ground Zero Tech-Works Inc.")]
|
||||
[assembly: AssemblyTrademark("AyaNova is a registered trademark of Ground Zero Tech-Works Inc.")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user