Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
Dankrushen committed Jan 7, 2021
1 parent 72b417e commit a26ba2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MultiAdmin.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyTitle(nameof(MultiAdmin.Tests))]
[assembly: AssemblyDescription("A set of Unit Tests for " + nameof(MultiAdmin) + " v" + Program.MaVersion)]
[assembly: AssemblyProduct(nameof(MultiAdmin.Tests))]
[assembly: AssemblyCopyright("Copyright © Grover 2020")]
[assembly: AssemblyCopyright("Copyright © Grover 2021")]

// Version information for an assembly consists of the following four values:
//
Expand Down
2 changes: 1 addition & 1 deletion MultiAdmin/Features/MultiAdminInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public override void OnConfigReload()
public void PrintInfo()
{
Server.Write(
$"{nameof(MultiAdmin)} v{Program.MaVersion} (https://github.com/ServerMod/MultiAdmin/)\nReleased under MIT License Copyright © Grover 2020",
$"{nameof(MultiAdmin)} v{Program.MaVersion} (https://github.com/ServerMod/MultiAdmin/)\nReleased under MIT License Copyright © Grover 2021",
ConsoleColor.DarkMagenta);
}

Expand Down
2 changes: 1 addition & 1 deletion MultiAdmin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyTitle(nameof(MultiAdmin) + " v" + Program.MaVersion)]
[assembly: AssemblyDescription("A program for running a SCP: Secret Laboratory server with additional functionality")]
[assembly: AssemblyProduct(nameof(MultiAdmin))]
[assembly: AssemblyCopyright("Copyright © Grover 2020")]
[assembly: AssemblyCopyright("Copyright © Grover 2021")]

// Version information for an assembly consists of the following four values:
//
Expand Down

0 comments on commit a26ba2b

Please sign in to comment.