Updated copyright to 2020 all modules
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -12,7 +12,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
|
||||
[assembly: AssemblyProduct("AyaNova")]
|
||||
[assembly: AssemblyCopyright("Copyright 1999-2019 Ground Zero Tech-Works Inc. All rights reserved.")]
|
||||
[assembly: AssemblyCopyright("Copyright 1999-2020 Ground Zero Tech-Works Inc. All rights reserved.")]
|
||||
[assembly: AssemblyTrademark("AyaNova® is either a registered trademark or trademark of Ground Zero Tech-Works Inc. in the United States and/or other countries.")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user