tests: add legal boilerplate
authorWilliam Pitcock <nenolod@dereferenced.org>
Sun, 23 Dec 2018 20:11:29 +0000 (20:11 +0000)
committerWilliam Pitcock <nenolod@dereferenced.org>
Sun, 23 Dec 2018 20:57:10 +0000 (20:57 +0000)
82 files changed:
test/activity_test.exs
test/captcha_test.exs
test/config_test.exs
test/filter_test.exs
test/formatter_test.exs
test/html_test.exs
test/http_test.exs
test/integration/mastodon_websocket_test.exs
test/list_test.exs
test/media_proxy_test.exs
test/notification_test.exs
test/object_test.exs
test/plugs/admin_secret_authentication_plug_test.exs
test/plugs/authentication_plug_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/http_security_plug_test.exs
test/plugs/http_signature_plug_test.exs
test/plugs/instance_static_test.exs
test/plugs/legacy_authentication_plug_test.exs
test/plugs/oauth_plug_test.exs
test/plugs/session_authentication_plug_test.exs
test/plugs/set_user_session_id_plug_test.exs
test/plugs/user_enabled_plug_test.exs
test/plugs/user_fetcher_plug_test.exs
test/plugs/user_is_admin_plug_test.exs
test/support/captcha_mock.ex
test/support/channel_case.ex
test/support/conn_case.ex
test/support/data_case.ex
test/support/factory.ex
test/support/helpers.ex
test/support/http_request_mock.ex
test/support/ostatus_mock.ex
test/support/websocket_client.ex
test/support/websub_mock.ex
test/tasks/relay_test.exs
test/tasks/uploads_test.exs
test/tasks/user_test.exs
test/test_helper.exs
test/upload_test.exs
test/user_test.exs
test/web/activity_pub/activity_pub_controller_test.exs
test/web/activity_pub/activity_pub_test.exs
test/web/activity_pub/relay_test.exs
test/web/activity_pub/transmogrifier_test.exs
test/web/admin_api/admin_api_controller_test.exs
test/web/common_api/common_api_test.exs
test/web/common_api/common_api_utils_test.exs
test/web/federator_test.exs
test/web/http_sigs/http_sig_test.exs
test/web/mastodon_api/account_view_test.exs
test/web/mastodon_api/list_view_test.exs
test/web/mastodon_api/mastodon_api_controller_test.exs
test/web/mastodon_api/status_view_test.exs
test/web/node_info_test.exs
test/web/oauth/authorization_test.exs
test/web/oauth/oauth_controller_test.exs
test/web/oauth/token_test.exs
test/web/ostatus/activity_representer_test.exs
test/web/ostatus/feed_representer_test.exs
test/web/ostatus/ostatus_controller_test.exs
test/web/ostatus/ostatus_test.exs
test/web/ostatus/user_representer_test.exs
test/web/plugs/federating_plug_test.exs
test/web/retry_queue_test.exs
test/web/salmon/salmon_test.exs
test/web/streamer_test.exs
test/web/twitter_api/representers/activity_representer_test.exs
test/web/twitter_api/representers/object_representer_test.exs
test/web/twitter_api/twitter_api_controller_test.exs
test/web/twitter_api/twitter_api_test.exs
test/web/twitter_api/views/activity_view_test.exs
test/web/twitter_api/views/notification_view_test.exs
test/web/twitter_api/views/user_view_test.exs
test/web/views/error_view_test.exs
test/web/web_finger/web_finger_controller_test.exs
test/web/web_finger/web_finger_test.exs
test/web/websub/websub_controller_test.exs
test/web/websub/websub_test.exs
test/xml_builder_test.exs

index 55849c5221b5c00a84afd53f572bacd72696a64f..cf27fbbc50bf4e054675ee210c6136d709b3761a 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.ActivityTest do
   use Pleroma.DataCase
   import Pleroma.Factory
index 54ffbd92f9d203e832501fa4eac15f92cbd19c51..7f559ac72d764611f4343f2df515031852a03407 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.CaptchaTest do
   use ExUnit.Case
 
index 837cbb30c55d8f0f7e9969bc99d14ccc33ba5394..0a6f0395a1287837433cf0081fe4a115c79ba272 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.ConfigTest do
   use ExUnit.Case
 
index 2b31bcc087f19fe120226c2aaa8c37a55cae13ae..b31c68efd1ea0a53dea125f11f249912b3442fd4 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.FilterTest do
   alias Pleroma.Repo
   use Pleroma.DataCase
index 584700b6a513c1c2095d8f0b131ccf5092542cbd..c76149e38e4be43a77c09d0e222e8f7a3a1302d5 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.FormatterTest do
   alias Pleroma.Formatter
   alias Pleroma.User
index f7150759bb9d31ef75cf5b9671cddb32bb30cf46..29cab17f3a7807ca8173f31d3023258aebea8bfb 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.HTMLTest do
   alias Pleroma.HTML
   use Pleroma.DataCase
index 62f3ccb30383b60de62ca239673df5ee78d06784..5f9522cf06af962ea1f2a58fa4f0204b72275666 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.HTTPTest do
   use Pleroma.DataCase
   import Tesla.Mock
index b5f3d3a471bdf5ac5d366dbb977da5030bfee511..03aabf12c8df09eb2c4b6e84f13258b8704be2bc 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Integration.MastodonWebsocketTest do
   use Pleroma.DataCase
 
index 2ab8228150ff7523b7f4429542ee7e652fa3362a..1909c0cd9e664771e7e425eab8542c5e7d8e8a2a 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.ListTest do
   alias Pleroma.Repo
   use Pleroma.DataCase
index cb455ca79b70a5731e18346cd372570afe1c6395..05d927422ee7777cff95b2f7ebd6b59c8c3e4314 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.MediaProxyTest do
   use ExUnit.Case
   import Pleroma.Web.MediaProxy
index 3852107930882f0a4df831b817d79ea5ca9c6ab1..31c0d2c64848f258748786722d8c14e35ca6fac9 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.NotificationTest do
   use Pleroma.DataCase
   alias Pleroma.Web.TwitterAPI.TwitterAPI
index 909605560e6d8015b41e2eb38b583346f51da952..0effb9505767d68b251b31f29b2423858184e3c9 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.ObjectTest do
   use Pleroma.DataCase
   import Pleroma.Factory
index c0fe2cf972e8453e58634dc167e106fa28a6909c..e1d4b391f76978dc54bbd29b8b5bf3634e61ff62 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.AdminSecretAuthenticationPlugTest do
   use Pleroma.Web.ConnCase, async: true
   import Pleroma.Factory
index 061fa0cac384f7c04ea18b17610d514c8b3b832f..6158086ea212b421ba2d41d3a7fb6de19160942b 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.AuthenticationPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
index a4876fef7c1f9f282eb93f73a329f6b8a61896ed..4d7728e93ba1b85a55a45b366d0bbb6bd3280b74 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.BasicAuthDecoderPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
index b32817fef5d2abbe069b95a6365c3c4783454c18..37ab5213aed61df8ecf6dbfaba80a50f527878c6 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.EnsureAuthenticatedPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
index 9beda838e6e593e67e6498746f1061a5221aeb92..6a9627f6adc792714789c194cdbf1dad194d0a15 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.EnsureUserKeyPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
index 169c3b3a84d98949736a27bfaa55852a4f83bd21..0cbb7e4b11fcfd6f57bb752ad583c840ad7c91a0 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.Plugs.HTTPSecurityPlugTest do
   use Pleroma.Web.ConnCase
   alias Pleroma.Config
index a15c5b4707c569a19179725008f0b5add7df9840..6a00dd4fdebb8889362ecffc3b547dac8f2d9a73 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.Plugs.HTTPSignaturePlugTest do
   use Pleroma.Web.ConnCase
   alias Pleroma.Web.HTTPSignatures
index 526679aae2addda2b6fc4624652e51a4bd0379c9..e2dcfa3d84ad05f926b8ef5000fbb50b1f5fd99e 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.RuntimeStaticPlugTest do
   use Pleroma.Web.ConnCase
 
index 383a22ff83dd9a79437d7ae0d422d5afe7f7852b..302662797230a9ca3e40bed80f5ba0f10f5c12c7 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.LegacyAuthenticationPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
index 4dd12f2072ccee414abc03450c652360662f7e96..17fdba916ffa872daf7aeffe141a78a3f07c1592 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.OAuthPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
index bb51bc0db411fe149ee0c793471bddd7cf7e32b5..0000f42583aadd3890257e9256ee5a69a46cb22f 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.SessionAuthenticationPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
index 7cf8e42cc865534dbfefb0e18f9e9e8c7c523f03..f8bfde0393ff31366dbef02428d04d7c7f6e8251 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.SetUserSessionIdPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
index eeb167933d12317f88c867c0bca82208c7298fa6..c0fafcab1fec842985234f55cdbdddb91c9ce982 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.UserEnabledPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
index 5195a0c4a17b27718864134898777e9fa6f39b8b..262eb8d93f1bebe295be2680fbee84c009e4ce3e 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.UserFetcherPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
index cdab6b8ed341c7f5f01f88a6460c9ddf0fe7828b..9e05fff18aca5a3277063342bffacf8201fccf27 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.UserIsAdminPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
index 898aa17b884d4eec85622801bcb276f7e3818eb9..3ab02916f19b1a62dc2a700fbbb3896258450dab 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Captcha.Mock do
   alias Pleroma.Captcha.Service
   @behaviour Service
index 68995a01db00709e6e3f64d269341d7bcaf784d1..466d8986f9b10bb7554466454aad05af1dd90528 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ChannelCase do
   @moduledoc """
   This module defines the test case to be used by
index d25c28f49a85e0c533f77d051cdc84d9be1b93ea..c201d9a9bd11656ffa664cd5a65f462be3d3f3e1 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ConnCase do
   @moduledoc """
   This module defines the test case to be used by
index 53e7234d2759d237556c23c61a487cdc07b9e5a5..56d5896ad57781e5ad8c8c58633a33d85729c94a 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.DataCase do
   @moduledoc """
   This module defines the setup for tests requiring
index 2889d8977fb803e1e9448b92dd95dc9ba11fdc09..e5c0c5bcce54889997fcf073e4b8f838498b80ed 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Factory do
   use ExMachina.Ecto, repo: Pleroma.Repo
 
index 64b6b19004821f762cd48f3654390ff15c01970a..6e389ce5254093200c1c414da9b570853b171b15 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Tests.Helpers do
   @moduledoc """
   Helpers for use in tests.
index 6f98fc5d0c347ae0de6a3c2ee2f1a9536a2aee36..e4279e14d5377477dd4e6357aab4097fcc003b74 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule HttpRequestMock do
   require Logger
 
index 36865ae0254ba77edcefc29fe0a2648fc8162e7f..9c0f2f3236e5bd8ab8a3d3d94970507db506ebda 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OStatusMock do
   import Pleroma.Factory
 
index 57e9bb17fcb102397a6d55a0e14305119a412e08..121231452170146188f99ef7aa3b5150fd9ed8d5 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Integration.WebsocketClient do
   # https://github.com/phoenixframework/phoenix/blob/master/test/support/websocket_client.exs
 
index 0cba0b7401785abc38914ab8243c1ca336148b5a..e3d5a5b161d519f225960eb1b51c55136fd24653 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.WebsubMock do
   def verify(sub) do
     {:ok, sub}
index 73729386540c84f4644fb6fddd2e8d7e08af9836..96fac4811e6a889ecb05ebf72df790be840e9f88 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Mix.Tasks.Pleroma.RelayTest do
   alias Pleroma.Activity
   alias Pleroma.Web.ActivityPub.{ActivityPub, Relay, Utils}
index 93035abb6c1219e33ffac5c2c10fcdf365db9ae5..b0b8eda11da3416e3db5eb48c0c93e11eaa35d0c 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Mix.Tasks.Pleroma.UploadsTest do
   alias Pleroma.Upload
   use Pleroma.DataCase
index 7479bf749c041ba05e8897274057036e989e30af..44271898c1de0d9f77609fa6787acd048f63e623 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Mix.Tasks.Pleroma.UserTest do
   alias Pleroma.User
   use Pleroma.DataCase
index 94ba68ff8ef2745aa9eadd8754ac089baa4fdf01..f604ba63d2c13fa138b1d530559f8a86be6f44d2 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 ExUnit.start()
 
 Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, :manual)
index f2cad4cf0cccaee9489ce88fdd5323610dc7198a..d4ea3a57331927b4dbcc889976ac3d8c1c36a61a 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.UploadTest do
   alias Pleroma.Upload
   use Pleroma.DataCase
index b4d8174c67fdcfa560ab59e1394a503b03ec127d..aab6473cf6ecf2752ab71153f9e4a770271d56df 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.UserTest do
   alias Pleroma.Builders.UserBuilder
   alias Pleroma.{User, Repo, Activity}
index faeace0160022167c2efb69e4e3ca69a428a44fa..9fdf15505572ecc98b359795296fac678e277591 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do
   use Pleroma.Web.ConnCase
   import Pleroma.Factory
index 470ed08b277980ba966da54f8b656fee107b0030..4f6b7f058127413e50c68625308234dc6e600e5e 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ActivityPub.ActivityPubTest do
   use Pleroma.DataCase
   alias Pleroma.Web.ActivityPub.ActivityPub
index 41d13e05541ef4b3fed9d86f7d2154b91ee6cb88..21a63c4936bba6b27ad47ed6bbcfdea357827596 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ActivityPub.RelayTest do
   use Pleroma.DataCase
 
index 6778db39081fdc37426f65d53a79480fe7751785..a5fd87ed4383963d0ec5a7c956430db9496273fd 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
   use Pleroma.DataCase
   alias Pleroma.Web.ActivityPub.Transmogrifier
index e183da3a121f484d2942897743ae0c54d9da90a5..42450a7b65d84396beac10cdaafee0d1d84d4204 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.AdminAPI.AdminAPIControllerTest do
   use Pleroma.Web.ConnCase
 
index 0b5a235f8de115574480faef43f71341decc29c0..c3674711aee7e7cfd5daa65bd7c53856790ca089 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.CommonAPI.Test do
   use Pleroma.DataCase
   alias Pleroma.Web.CommonAPI
index b01ce04f8bf0030f87e7fdc10031d3f5ea0c0077..fc89e3116b45aa33c578adf2791a62ed0c663f53 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.CommonAPI.UtilsTest do
   alias Pleroma.Web.CommonAPI.Utils
   alias Pleroma.Web.Endpoint
index 87bf73dbd34659422d6b37cda103e6841a0593ca..a49265c0c7d93054ae69de572c12b55caac18d8d 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.FederatorTest do
   alias Pleroma.Web.Federator
   alias Pleroma.Web.CommonAPI
index 74d86a9e1a8ddaa1280fdd65260e56c459e75fc0..c4d2eaf78d433cdf2abfac026c9c40fc49280fe7 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 # http signatures
 # Test data from https://tools.ietf.org/html/draft-cavage-http-signatures-08#appendix-C
 defmodule Pleroma.Web.HTTPSignaturesTest do
index fec97c7008873de4748ccc281c3b166bd4304f93..d53e119630610fae1a493634277fb531a92d4774 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
   use Pleroma.DataCase
   import Pleroma.Factory
index a12acc2b22ebdb466c9b7292b1819515d3c524ca..73143467f59518813582cf0cdd75c8ae17cd51ae 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.MastodonAPI.ListViewTest do
   use Pleroma.DataCase
   import Pleroma.Factory
index aec0f851cf2717fe1ea35fc0a61553ef9acc44f7..433c135f7e67cd6c439672862218a12acda8518a 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
   use Pleroma.Web.ConnCase
 
index 0af7d86212e72045b4e4ad389b7a5491d2b7d0d7..b953ccd76989bd96e1a99220a2020444ad755d4e 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
   use Pleroma.DataCase
 
index a5b0b7869b8594a71e5912bc0bd34afe5d582d86..6769a4490d4cce362be3c11d91c395cdfab9b112 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.NodeInfoTest do
   use Pleroma.Web.ConnCase
 
index 2b7fb2fad9ec0aaefab1074abd6cdd0cfb8238d9..3b1ddada81e70fcce978833e8782d4b8da472aae 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OAuth.AuthorizationTest do
   use Pleroma.DataCase
   alias Pleroma.Web.OAuth.{Authorization, App}
index 52441407d14c54bf8e1150e387e381ff0ef7abdd..ccd55225859fa699fda02cdf41426ace62155fe9 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OAuth.OAuthControllerTest do
   use Pleroma.Web.ConnCase
   import Pleroma.Factory
index e36ca5abcddcc3312f389c98af1341577d363d03..9a241d61a04d20806df97538430a0046042d65e7 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OAuth.TokenTest do
   use Pleroma.DataCase
   alias Pleroma.Web.OAuth.{App, Token, Authorization}
index a351510d85aa736384423c6f30a608ee3b262934..0869f2fd509734abe149211a6b6e6e957155fc12 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OStatus.ActivityRepresenterTest do
   use Pleroma.DataCase
 
index bf3feb14e451aef470477f080739894cc82296ee..55717dec7b8a1341e657b98d904fbc00fda4b016 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OStatus.FeedRepresenterTest do
   use Pleroma.DataCase
   import Pleroma.Factory
index 560305c15ff713bf305c9746d3430bec6adcb4e5..6b535a1a9537b6691258a182e9560230885d7d88 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OStatus.OStatusControllerTest do
   use Pleroma.Web.ConnCase
   import Pleroma.Factory
index e577a6bee50e1cadc01a3f5e33e656c837683926..403cc7095ddb077839fc74bca266cbfab04bdce3 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OStatusTest do
   use Pleroma.DataCase
   alias Pleroma.Web.OStatus
index 82fb8e793f7f0df015c5f32088bf5468eaa95209..e3863d2e9ca1d087bd39be70111d173c2617a4a5 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OStatus.UserRepresenterTest do
   use Pleroma.DataCase
   alias Pleroma.Web.OStatus.UserRepresenter
index 1455a1c467ddce6ecd832a71b5b9367126ef83de..612db7e32e608cfeec6479bf04fda039e6140c11 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.FederatingPlugTest do
   use Pleroma.Web.ConnCase
 
index b5a6ab030c9252ef7162b529c05bb83913a237d1..9351b6c24bd14e5a7994feb443d48f7d4c86d029 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule MockActivityPub do
   def publish_one(ret) do
     {ret, "success"}
index 7e922ad832a9451ed8bd9f4b8144d7eba153e92c..c539a28b263e8ba159daba0652ce62ed7767f2a2 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.Salmon.SalmonTest do
   use Pleroma.DataCase
   alias Pleroma.Web.Salmon
index df58441f0f62474e439ddbc67d2ec92aff422118..905e29d0600080105ebbc3e3c58eb7f69dbd8cd8 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.StreamerTest do
   use Pleroma.DataCase
 
index f6c60a74491eff1f1085c0b9ec4ac3a3bb9d2399..2ac32aeb2243a8b1d9cb043ad29cdd841f666356 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.TwitterAPI.Representers.ActivityRepresenterTest do
   use Pleroma.DataCase
   alias Pleroma.{User, Activity, Object}
index 228b2ac4262cb9654ee08441486bf51c9917f076..c3cf330f15d037a917403d702318ea92ac543274 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.TwitterAPI.Representers.ObjectReprenterTest do
   use Pleroma.DataCase
 
index 1324bcc713d9b4012394f6f708576a33fb68126e..0e656f9ca18183a780ee0fda249bd059673f190d 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.TwitterAPI.ControllerTest do
   use Pleroma.Web.ConnCase
   alias Pleroma.Web.TwitterAPI.Representers.ActivityRepresenter
index b7c89b6055d03aa6536b06c3dd2c20049faefb58..b9feb23d44cccb776d9adb634228b519ac0736c6 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do
   use Pleroma.DataCase
   alias Pleroma.Web.TwitterAPI.{TwitterAPI, UserView}
index fd511b5462fc97c9252d4d028e01968a1c6dbfa8..013245033786af000d5be9a9d9313efdcaee3a8f 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.TwitterAPI.ActivityViewTest do
   use Pleroma.DataCase
 
index fcf2b3d9037b9ca0b6fc6c610740c51f2d389ba8..8367fc6c7616047d6095e29653523ba0a3044f9a 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.TwitterAPI.NotificationViewTest do
   use Pleroma.DataCase
 
index 0adc69ff945b228cc9b79519cd462535d640238a..32e9466e1784128d7968c0073dc7918e39dd574e 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.TwitterAPI.UserViewTest do
   use Pleroma.DataCase
 
index 1d443b1870225f4df2045530269aeb9196c744f9..16a0c8cefb97b67ea25bf527cd1d73bd7231dbe4 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ErrorViewTest do
   use Pleroma.Web.ConnCase, async: true
 
index 844ff51d2122412129d765b82512f185e0d01770..43fccfc7ab5241f948027589d807d9b66c821a94 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.WebFinger.WebFingerControllerTest do
   use Pleroma.Web.ConnCase
 
index 32eff9b7c6850453d2f0023115fcaa047f2eed42..6b20d8d569d5a8e33e5ef48f03c64961f92d03aa 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.WebFingerTest do
   use Pleroma.DataCase
   alias Pleroma.Web.WebFinger
index d861c241feb43edd2f54a82ec99da3f5d8a074e7..9cbcda063e4186a9b27cfabd9ac70fa068a61258 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.Websub.WebsubControllerTest do
   use Pleroma.Web.ConnCase
   import Pleroma.Factory
index fd559743f294fd920efd40a8835976fb766389c9..9751d161db225e1393de260d786e013d4d2e8d9a 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.WebsubTest do
   use Pleroma.DataCase
   alias Pleroma.Web.Websub
index 4be7bbd019caca5511208cd1c6213d483d28ee09..a7742f339f2d9a98fcea1ebd81d580dea2f8ef0b 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.XmlBuilderTest do
   use Pleroma.DataCase
   alias Pleroma.XmlBuilder