summaryrefslogtreecommitdiff
path: root/test/emails
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-03-08 14:10:45 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-03-08 14:10:59 +0300
commitedb659dc579fe56227adef0b0704ff13b6ef717e (patch)
treee9d48cd8afd99877d5b4c696d8b7a62a9d2121bd /test/emails
parent10f452ad1feae9a882b6dc4cd35e09adb7e78208 (diff)
parent6d797b99282ff1067c6af04b3e1775ff2281333b (diff)
downloadpleroma-edb659dc579fe56227adef0b0704ff13b6ef717e.tar.gz
pleroma-edb659dc579fe56227adef0b0704ff13b6ef717e.zip
Merge branch 'develop' into issue/1276
Diffstat (limited to 'test/emails')
-rw-r--r--test/emails/admin_email_test.exs2
-rw-r--r--test/emails/mailer_test.exs2
-rw-r--r--test/emails/user_email_test.exs2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/emails/admin_email_test.exs b/test/emails/admin_email_test.exs
index 383cc3459..bc871a0a9 100644
--- a/test/emails/admin_email_test.exs
+++ b/test/emails/admin_email_test.exs
@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Emails.AdminEmailTest do
diff --git a/test/emails/mailer_test.exs b/test/emails/mailer_test.exs
index 2425c85dd..f30aa6a72 100644
--- a/test/emails/mailer_test.exs
+++ b/test/emails/mailer_test.exs
@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Emails.MailerTest do
diff --git a/test/emails/user_email_test.exs b/test/emails/user_email_test.exs
index 9e145977e..a75623bb4 100644
--- a/test/emails/user_email_test.exs
+++ b/test/emails/user_email_test.exs
@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Emails.UserEmailTest do