Older copyright updates
authorMark Felder <feld@FreeBSD.org>
Tue, 3 Mar 2020 22:46:45 +0000 (16:46 -0600)
committerMark Felder <feld@FreeBSD.org>
Tue, 3 Mar 2020 22:46:45 +0000 (16:46 -0600)
test/filter_test.exs
test/http_test.exs
test/plugs/basic_auth_decoder_plug_test.exs
test/plugs/ensure_authenticated_plug_test.exs
test/plugs/ensure_user_key_plug_test.exs
test/plugs/session_authentication_plug_test.exs
test/plugs/set_user_session_id_plug_test.exs
test/plugs/user_fetcher_plug_test.exs
test/support/websocket_client.ex
test/tasks/uploads_test.exs
test/xml_builder_test.exs

index b31c68efd1ea0a53dea125f11f249912b3442fd4..b2a8330eed3e3b9ad09559831092ee6e94a1eb4f 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.FilterTest do
index 5f9522cf06af962ea1f2a58fa4f0204b72275666..3edb0de3655b369db4bc6e2997b262d5f6821103 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.HTTPTest do
index 4d7728e93ba1b85a55a45b366d0bbb6bd3280b74..a6063d4f6bc1bbe4b0aad984ec2b8243409309ae 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Plugs.BasicAuthDecoderPlugTest do
index 37ab5213aed61df8ecf6dbfaba80a50f527878c6..18be5edd0dc0d913678d3016c189e1a418646ab3 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Plugs.EnsureAuthenticatedPlugTest do
index 6a9627f6adc792714789c194cdbf1dad194d0a15..633c054471d48114e90b345d5b41cd82b0d5bf42 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Plugs.EnsureUserKeyPlugTest do
index 0000f42583aadd3890257e9256ee5a69a46cb22f..0949ecfede817b9cbd5592684f0d47492f379a2b 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Plugs.SessionAuthenticationPlugTest do
index f8bfde0393ff31366dbef02428d04d7c7f6e8251..7f1a1e98bcdba313c8df7e9314ba3e943671a00a 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Plugs.SetUserSessionIdPlugTest do
index 262eb8d93f1bebe295be2680fbee84c009e4ce3e..0496f14dd10b2a07be36a61f3e30e962d3794ef2 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Plugs.UserFetcherPlugTest do
index 121231452170146188f99ef7aa3b5150fd9ed8d5..8c9d4b2b4076fe464a0504d042a863498621ee62 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Integration.WebsocketClient do
index b0b8eda11da3416e3db5eb48c0c93e11eaa35d0c..d69e149a808dadc94d69adf02b3b40d89fbf46ae 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Mix.Tasks.Pleroma.UploadsTest do
index a7742f339f2d9a98fcea1ebd81d580dea2f8ef0b..059384c34f4eefc4f685fc734731200fd7592ac8 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.XmlBuilderTest do