From f26c151224ce99ebb2e258d60d8650ccb070744e Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 20 Sep 2022 12:10:24 -0400 Subject: [PATCH] Update Nuget copyrights --- src/Tgstation.Server.Api/Tgstation.Server.Api.csproj | 4 ++-- src/Tgstation.Server.Client/Tgstation.Server.Client.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj index 50dc84135f..a16a93ebed 100644 --- a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj +++ b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj @@ -1,4 +1,4 @@ - + @@ -14,7 +14,7 @@ tgs.png Git https://github.com/tgstation/tgstation-server - 2018 + 2018-2022 json web api tgstation-server tgstation ss13 byond See https://github.com/tgstation/tgstation-server/releases/tag/api-v$(TgsApiVersion) true diff --git a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj index a401b13200..b8a2277360 100644 --- a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj +++ b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj @@ -14,7 +14,7 @@ tgs.png Git https://github.com/tgstation/tgstation-server - 2018 + 2018-2022 json web api tgstation-server tgstation ss13 byond client Added OAuth login methods to IServerClientFactory. true