aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-03-03 17:16:24 -0600
committerMark Felder <feld@FreeBSD.org>2020-03-03 17:16:24 -0600
commitd9c5ae7c09c7cbf3f4f66e01b7ed69a3d6388916 (patch)
treefb4ad45b8471630e1ba9bab50df89f22a5681586 /test
parent4427161ca3798aeee0290f0ed7ac5536039509d8 (diff)
downloadpleroma-d9c5ae7c09c7cbf3f4f66e01b7ed69a3d6388916.tar.gz
Update Copyrights for gun related files
Diffstat (limited to 'test')
-rw-r--r--test/http/adapter_helper/hackney_test.exs2
-rw-r--r--test/http/connection_test.exs2
-rw-r--r--test/pool/connections_test.exs2
-rw-r--r--test/reverse_proxy/client/tesla_test.exs2
-rw-r--r--test/support/gun_mock.ex2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/http/adapter_helper/hackney_test.exs b/test/http/adapter_helper/hackney_test.exs
index 82f5a7883..3306616ef 100644
--- a/test/http/adapter_helper/hackney_test.exs
+++ b/test/http/adapter_helper/hackney_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.HTTP.AdapterHelper.HackneyTest do
diff --git a/test/http/connection_test.exs b/test/http/connection_test.exs
index 3f32898cb..5c1ecda0b 100644
--- a/test/http/connection_test.exs
+++ b/test/http/connection_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.HTTP.ConnectionTest do
diff --git a/test/pool/connections_test.exs b/test/pool/connections_test.exs
index 31dd5f6fa..963fae665 100644
--- a/test/pool/connections_test.exs
+++ b/test/pool/connections_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.Pool.ConnectionsTest do
diff --git a/test/reverse_proxy/client/tesla_test.exs b/test/reverse_proxy/client/tesla_test.exs
index 78bd31530..c8b0d5842 100644
--- a/test/reverse_proxy/client/tesla_test.exs
+++ b/test/reverse_proxy/client/tesla_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.ReverseProxy.Client.TeslaTest do
diff --git a/test/support/gun_mock.ex b/test/support/gun_mock.ex
index e13afd08c..9d664e366 100644
--- a/test/support/gun_mock.ex
+++ b/test/support/gun_mock.ex
@@ -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.GunMock do