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 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