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/router/attach.go | 2 +- internal/router/cors.go | 2 +- internal/router/logger.go | 2 +- internal/router/router.go | 2 +- internal/router/session.go | 2 +- internal/router/session_test.go | 2 +- internal/router/template.go | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'internal/router') diff --git a/internal/router/attach.go b/internal/router/attach.go index 2abfa0e0e..88364831a 100644 --- a/internal/router/attach.go +++ b/internal/router/attach.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/router/cors.go b/internal/router/cors.go index e2ce9ce87..c8ef040d8 100644 --- a/internal/router/cors.go +++ b/internal/router/cors.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/router/logger.go b/internal/router/logger.go index e45ccd127..7a92da8f1 100644 --- a/internal/router/logger.go +++ b/internal/router/logger.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/router/router.go b/internal/router/router.go index 92f90c483..88d900a9e 100644 --- a/internal/router/router.go +++ b/internal/router/router.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/router/session.go b/internal/router/session.go index 1f7b8bcfa..2127d70a7 100644 --- a/internal/router/session.go +++ b/internal/router/session.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/router/session_test.go b/internal/router/session_test.go index 31beec1ae..40ceae346 100644 --- a/internal/router/session_test.go +++ b/internal/router/session_test.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/router/template.go b/internal/router/template.go index b0d998208..4cc9fde1d 100644 --- a/internal/router/template.go +++ b/internal/router/template.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