Updated copyright to 2020 all modules
This commit is contained in:
@@ -672,7 +672,7 @@ namespace AyaNova.PlugIn.PTI
|
||||
System.Diagnostics.FileVersionInfo fileVersion = System.Diagnostics.FileVersionInfo.GetVersionInfo(a.Location);
|
||||
if (fileVersion.FileBuildPart > 0)
|
||||
sVersion += " (Patch " + fileVersion.FileBuildPart.ToString() + ")\r\n";
|
||||
sVersion += "Copyright 2000-2019 Ground Zero Tech-Works Inc.\r\n";
|
||||
sVersion += "Copyright 2000-2020 Ground Zero Tech-Works Inc.\r\n";
|
||||
MessageBox.Show(sVersion, "About");
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -61,7 +61,7 @@ namespace AyaNova.PlugIn.PTI
|
||||
return
|
||||
"AyaNova PTI plugin\r\n" +
|
||||
"Built " + AyaNova.PlugIn.PTI.Timestamp.BuildAt.ToString() + "\r\n" +
|
||||
"Copyright 2007-2019 Ground Zero Tech-Works Inc.";
|
||||
"Copyright 2007-2020 Ground Zero Tech-Works Inc.";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
|
||||
[assembly: AssemblyProduct("AyaNova Peachtree interface")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2007-2019")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2007-2020")]
|
||||
[assembly: AssemblyTrademark("AyaNova is a registered trademark of Ground Zero Tech-Works Inc.")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user