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/email/confirm.go | 2 +- internal/email/email_test.go | 2 +- internal/email/noopsender.go | 2 +- internal/email/reset.go | 2 +- internal/email/sender.go | 2 +- internal/email/util.go | 2 +- internal/email/util_test.go | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'internal/email') diff --git a/internal/email/confirm.go b/internal/email/confirm.go index 78f661fe1..4503137b3 100644 --- a/internal/email/confirm.go +++ b/internal/email/confirm.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/email/email_test.go b/internal/email/email_test.go index 4e2619546..aa7a33f34 100644 --- a/internal/email/email_test.go +++ b/internal/email/email_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/email/noopsender.go b/internal/email/noopsender.go index d2c9bbb1b..efec303f0 100644 --- a/internal/email/noopsender.go +++ b/internal/email/noopsender.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/email/reset.go b/internal/email/reset.go index 786777f1b..7a08ebda9 100644 --- a/internal/email/reset.go +++ b/internal/email/reset.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/email/sender.go b/internal/email/sender.go index 546a5e9ce..97bbcd23b 100644 --- a/internal/email/sender.go +++ b/internal/email/sender.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/email/util.go b/internal/email/util.go index 1d3db5802..db95128fa 100644 --- a/internal/email/util.go +++ b/internal/email/util.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/email/util_test.go b/internal/email/util_test.go index 201bcd92d..b5c7a9852 100644 --- a/internal/email/util_test.go +++ b/internal/email/util_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 -- cgit v1.2.3