Skip to content

Commit

Permalink
Copyright updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zabszk committed Feb 9, 2020
1 parent 1f7d25f commit f47e68f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LocalAdmin V2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Product>LocalAdmin V2</Product>
<Company>Northwood Studios</Company>
<PackageId>LocalAdmin V2</PackageId>
<Copyright>Copyright by KernelError and Łukasz Jurczyk, 2019</Copyright>
<Copyright>Copyright by KernelError and Łukasz Jurczyk, 2019 - 2020</Copyright>
<Platforms>AnyCPU;x64</Platforms>
<AssemblyName>LocalAdmin</AssemblyName>
<CrossGenDuringPublish>false</CrossGenDuringPublish>
Expand Down
2 changes: 1 addition & 1 deletion LocalAdmin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private void Menu()
ConsoleUtil.WriteLine("SCP: Secret Laboratory - LocalAdmin v. " + VersionString, ConsoleColor.Cyan);
ConsoleUtil.WriteLine("");
ConsoleUtil.WriteLine("Licensed under The MIT License (use command \"license\" to get license text).", ConsoleColor.Cyan);
ConsoleUtil.WriteLine("Copyright by KernelError and zabszk, 2019", ConsoleColor.Cyan);
ConsoleUtil.WriteLine("Copyright by KernelError and zabszk, 2019 - 2020", ConsoleColor.Cyan);
ConsoleUtil.WriteLine("");
ConsoleUtil.WriteLine("Type 'help' to get list of available commands.", ConsoleColor.Cyan);
ConsoleUtil.WriteLine("");
Expand Down

0 comments on commit f47e68f

Please sign in to comment.