diff --git a/LocalAdmin V2.csproj b/LocalAdmin V2.csproj
index 5608a01..5761f50 100644
--- a/LocalAdmin V2.csproj
+++ b/LocalAdmin V2.csproj
@@ -8,7 +8,7 @@
LocalAdmin V2
Northwood Studios
LocalAdmin V2
- Copyright by KernelError and Łukasz Jurczyk, 2019
+ Copyright by KernelError and Łukasz Jurczyk, 2019 - 2020
AnyCPU;x64
LocalAdmin
false
diff --git a/LocalAdmin.cs b/LocalAdmin.cs
index 3eba09a..ab51c2d 100644
--- a/LocalAdmin.cs
+++ b/LocalAdmin.cs
@@ -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("");