summaryrefslogtreecommitdiff
path: root/test/web/web_finger
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-03-03 23:15:12 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-03-03 23:15:12 +0000
commit5992c256ad7c5bc8207240c9d51e03964e50eb64 (patch)
treec8395002154331fc5084f2159ad387ca547fdb2c /test/web/web_finger
parent4c02e049358441529c54a72cd11f1c81ee897d49 (diff)
parent5592db475729c124b7beb61fa7a002778bcffe3f (diff)
downloadpleroma-5992c256ad7c5bc8207240c9d51e03964e50eb64.tar.gz
pleroma-5992c256ad7c5bc8207240c9d51e03964e50eb64.zip
Merge branch 'chore/update-copyrights' into 'develop'
Update Copyrights See merge request pleroma/pleroma!2269
Diffstat (limited to 'test/web/web_finger')
-rw-r--r--test/web/web_finger/web_finger_controller_test.exs2
-rw-r--r--test/web/web_finger/web_finger_test.exs2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/web/web_finger/web_finger_controller_test.exs b/test/web/web_finger/web_finger_controller_test.exs
index 49cd1460b..b65bf5904 100644
--- a/test/web/web_finger/web_finger_controller_test.exs
+++ b/test/web/web_finger/web_finger_controller_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.Web.WebFinger.WebFingerControllerTest do
diff --git a/test/web/web_finger/web_finger_test.exs b/test/web/web_finger/web_finger_test.exs
index 5aa8c73cf..4b4282727 100644
--- a/test/web/web_finger/web_finger_test.exs
+++ b/test/web/web_finger/web_finger_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.Web.WebFingerTest do