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

@@ -39,7 +39,7 @@ namespace AyaNova.PlugIn.ClientRemover
{
return "AyaNova ClientRemover plugin\r\n" +
"Built " + AyaNova.PlugIn.ClientRemover.Timestamp.BuildAt.ToString() + "\r\n" +
"Copyright 2019 Ground Zero Tech-Works Inc.";
"Copyright 2020 Ground Zero Tech-Works Inc.";
}
}

View File

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
[assembly: AssemblyProduct("AyaNova.Plugin.ClientRemover")]
[assembly: AssemblyCopyright("Copyright © 2019 Ground Zero Tech-Works Inc.")]
[assembly: AssemblyCopyright("Copyright © 2020 Ground Zero Tech-Works Inc.")]
[assembly: AssemblyTrademark("AyaNova is a registered trademark of Ground Zero Tech-Works Inc.")]
[assembly: AssemblyCulture("")]