summaryrefslogtreecommitdiff
path: root/internal/email
diff options
context:
space:
mode:
Diffstat (limited to 'internal/email')
-rw-r--r--internal/email/confirm.go2
-rw-r--r--internal/email/email_test.go2
-rw-r--r--internal/email/noopsender.go2
-rw-r--r--internal/email/reset.go2
-rw-r--r--internal/email/sender.go2
-rw-r--r--internal/email/util.go2
-rw-r--r--internal/email/util_test.go2
7 files changed, 7 insertions, 7 deletions
diff --git a/internal/email/confirm.go b/internal/email/confirm.go
index 7cc32f330..aba09a664 100644
--- a/internal/email/confirm.go
+++ b/internal/email/confirm.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 aa7a33f34..e9af3b59e 100644
--- a/internal/email/email_test.go
+++ b/internal/email/email_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 4f4aa2014..bf691b8bb 100644
--- a/internal/email/noopsender.go
+++ b/internal/email/noopsender.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 b646ef99b..28d2e94ed 100644
--- a/internal/email/reset.go
+++ b/internal/email/reset.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 18372ab47..771d6989c 100644
--- a/internal/email/sender.go
+++ b/internal/email/sender.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 80534d6ae..7dc4def1a 100644
--- a/internal/email/util.go
+++ b/internal/email/util.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 8895785f7..7e4b4a6d1 100644
--- a/internal/email/util_test.go
+++ b/internal/email/util_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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