Update copyright year

This commit is contained in:
Sour 2020-05-02 16:31:08 -04:00
parent 86c8159627
commit f7dbdf2b2f
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Visual Nes")]
[assembly: AssemblyCopyright("Copyright © 2017 M Bibaud")]
[assembly: AssemblyCopyright("Copyright © 2020 M Bibaud")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View file

@ -103,7 +103,7 @@
this.labelCopyright.Name = "labelCopyright";
this.labelCopyright.Size = new System.Drawing.Size(277, 17);
this.labelCopyright.TabIndex = 21;
this.labelCopyright.Text = "© 2017 M. Bibaud (aka Sour)";
this.labelCopyright.Text = "© 2020 M. Bibaud (aka Sour)";
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// flowLayoutPanel1