From ef5a9256a8fc35e644cc48734f39c84a8957de86 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 20 Dec 2021 18:42:19 +0100 Subject: Extend license notices to 2022 (#354) --- internal/oidc/claims.go | 2 +- internal/oidc/handlecallback.go | 3 ++- internal/oidc/idp.go | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'internal/oidc') diff --git a/internal/oidc/claims.go b/internal/oidc/claims.go index b58c4662b..4ff337cfb 100644 --- a/internal/oidc/claims.go +++ b/internal/oidc/claims.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/internal/oidc/handlecallback.go b/internal/oidc/handlecallback.go index 98a6b0669..c0c1ed453 100644 --- a/internal/oidc/handlecallback.go +++ b/internal/oidc/handlecallback.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -22,6 +22,7 @@ import ( "context" "errors" "fmt" + "github.com/sirupsen/logrus" ) diff --git a/internal/oidc/idp.go b/internal/oidc/idp.go index 166fc4b85..b3b204c86 100644 --- a/internal/oidc/idp.go +++ b/internal/oidc/idp.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by -- cgit v1.2.3