copyright says 2020 all over the place not 2022!?!

This commit is contained in:
2022-11-30 00:01:21 +00:00
parent c5a93b5980
commit 6e96cde055
23 changed files with 23 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AyaNova.PlugInLib")]
[assembly: AssemblyCopyright("Copyright © 2009-2020 Ground Zero Tech-Works Inc.")]
[assembly: AssemblyCopyright("Copyright © 2009-2022 Ground Zero Tech-Works Inc.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View File

@@ -12,7 +12,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
[assembly: AssemblyProduct("AyaNova")]
[assembly: AssemblyCopyright("Copyright 2006-2020 Ground Zero Tech-Works Inc. All rights reserved.")]
[assembly: AssemblyCopyright("Copyright 2006-2022 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("")]

View File

@@ -12,7 +12,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
[assembly: AssemblyProduct("AyaNova")]
[assembly: AssemblyCopyright("Copyright 2005-2020 Ground Zero Tech-Works Inc. All rights reserved.")]
[assembly: AssemblyCopyright("Copyright 2005-2022 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("")]

View File

@@ -33,7 +33,7 @@ namespace AyaNovaMBI
s.Append("<br/>");
s.Append("AyaNova&#174; MBI Service management software 7.6");//(patch XXX)
s.Append("<br/>");
s.Append("&#169; 1999-2020 Ground Zero Tech-Works Inc. All rights reserved.");
s.Append("&#169; 1999-2022 Ground Zero Tech-Works Inc. All rights reserved.");
s.Append("</span></div>");
this.litnfo.Text = s.ToString();
this.btnlogin.Visible = true;

View File

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
[assembly: AssemblyProduct("AyaNova.Plugin.AyaScript")]
[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("")]

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 © 2020 Ground Zero Tech-Works Inc.")]
[assembly: AssemblyCopyright("Copyright © 2022 Ground Zero Tech-Works Inc.")]
[assembly: AssemblyTrademark("AyaNova is a registered trademark of Ground Zero Tech-Works Inc.")]
[assembly: AssemblyCulture("")]

View File

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
[assembly: AssemblyProduct("AyaNova.Plugin.ExportToXls")]
[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("")]

View File

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
[assembly: AssemblyProduct("AyaNova.Plugin.OutlookSchedule")]
[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("")]

View File

@@ -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-2020 Ground Zero Tech-Works Inc.\r\n";
sVersion += "Copyright 2000-2022 Ground Zero Tech-Works Inc.\r\n";
MessageBox.Show(sVersion, "About");
}
break;

View File

@@ -695,7 +695,7 @@ namespace AyaNova.PlugIn.QBI
System.Diagnostics.FileVersionInfo fileVersion = System.Diagnostics.FileVersionInfo.GetVersionInfo(a.Location);
if (fileVersion.FileBuildPart > 0)
sVersion += " (Patch " + fileVersion.FileBuildPart.ToString() + ")\r\n";
sVersion += "Copyright 2000-2020 Ground Zero Tech-Works Inc.\r\n";
sVersion += "Copyright 2000-2022 Ground Zero Tech-Works Inc.\r\n";
MessageBox.Show(sVersion, "About");
}
break;

View File

@@ -684,7 +684,7 @@ namespace AyaNova.PlugIn.QBOI
System.Diagnostics.FileVersionInfo fileVersion = System.Diagnostics.FileVersionInfo.GetVersionInfo(a.Location);
if (fileVersion.FileBuildPart > 0)
sVersion += " (Patch " + fileVersion.FileBuildPart.ToString() + ")\r\n";
sVersion += "Copyright 2017-2020 Ground Zero Tech-Works Inc.\r\n\r\n" +
sVersion += "Copyright 2017-2022 Ground Zero Tech-Works Inc.\r\n\r\n" +
"(QBO Edition: "+Util.QOfferingSku+")";
MessageBox.Show(sVersion, "About");
}

View File

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
[assembly: AssemblyProduct("AyaNova.Plugin.QuickNotification")]
[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("")]

View File

@@ -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();
}

View File

@@ -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("")]
//

View File

@@ -12,7 +12,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
[assembly: AssemblyProduct("AyaNova")]
[assembly: AssemblyCopyright("Copyright 2006-2020 Ground Zero Tech-Works Inc. All rights reserved.")]
[assembly: AssemblyCopyright("Copyright 2006-2022 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("")]

View File

@@ -62,7 +62,7 @@ public partial class Login : System.Web.UI.Page
if (AyaBizUtils.REGTO != "CH Technologies, Inc.")//Case 844 exception for guy who doesn't want "advertising" or a "security risk" that his customers can see
litcomp.Text = "<a href=\"https://www.ayanova.com\" target=\"_blank;\">AyaNova&#174; WBI Service management software</a><br/>" +
"Licensed to: " + HttpUtility.HtmlEncode(AyaBizUtils.REGTO) + "<br/>" + //case 1188
"&#169; 1999-2020 Ground Zero Tech-Works Inc. All rights reserved.";
"&#169; 1999-2022 Ground Zero Tech-Works Inc. All rights reserved.";
else
litcomp.Text = "";
}

View File

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

View File

@@ -145,7 +145,7 @@ namespace AyaNova
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();
sb.Length=0;

View File

@@ -12,7 +12,7 @@ using System.Security.Permissions;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
[assembly: AssemblyProduct("AyaNova")]
[assembly: AssemblyCopyright("Copyright 1999-2020 Ground Zero Tech-Works Inc. All rights reserved.")]
[assembly: AssemblyCopyright("Copyright 1999-2022 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("")]

View File

@@ -43,6 +43,6 @@ else
}
<div class="customer-cp-block">
<a href="https://www.ayanova.com">Powered by AyaNova RI @ay.Version</a>
<p>&copy;1999-2020 Ground Zero Tech-Works Inc. All rights reserved</p>
<p>&copy;1999-2022 Ground Zero Tech-Works Inc. All rights reserved</p>
</div>
</div>