Merge branch 'chore/copyright-headers' into 'develop'
Add missing Copyright headers See merge request pleroma/pleroma!3071
This commit is contained in:
		
						commit
						68d0380633
					
				
					 53 changed files with 212 additions and 0 deletions
				
			
		|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Mix.Tasks.Pleroma.CountStatuses do | defmodule Mix.Tasks.Pleroma.CountStatuses do | ||||||
|   @shortdoc "Re-counts statuses for all users" |   @shortdoc "Re-counts statuses for all users" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Mix.Tasks.Pleroma.Digest do | defmodule Mix.Tasks.Pleroma.Digest do | ||||||
|   use Mix.Task |   use Mix.Task | ||||||
|   import Mix.Pleroma |   import Mix.Pleroma | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Mix.Tasks.Pleroma.Docs do | defmodule Mix.Tasks.Pleroma.Docs do | ||||||
|   use Mix.Task |   use Mix.Task | ||||||
|   import Mix.Pleroma |   import Mix.Pleroma | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Mix.Tasks.Pleroma.Email do | defmodule Mix.Tasks.Pleroma.Email do | ||||||
|   use Mix.Task |   use Mix.Task | ||||||
|   import Mix.Pleroma |   import Mix.Pleroma | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Mix.Tasks.Pleroma.NotificationSettings do | defmodule Mix.Tasks.Pleroma.NotificationSettings do | ||||||
|   @shortdoc "Enable&Disable privacy option for push notifications" |   @shortdoc "Enable&Disable privacy option for push notifications" | ||||||
|   @moduledoc """ |   @moduledoc """ | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Config.Oban do | defmodule Pleroma.Config.Oban do | ||||||
|   require Logger |   require Logger | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Docs.Generator do | defmodule Pleroma.Docs.Generator do | ||||||
|   @callback process(keyword()) :: {:ok, String.t()} |   @callback process(keyword()) :: {:ok, String.t()} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Docs.JSON do | defmodule Pleroma.Docs.JSON do | ||||||
|   @behaviour Pleroma.Docs.Generator |   @behaviour Pleroma.Docs.Generator | ||||||
|   @external_resource "config/description.exs" |   @external_resource "config/description.exs" | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Docs.Markdown do | defmodule Pleroma.Docs.Markdown do | ||||||
|   @behaviour Pleroma.Docs.Generator |   @behaviour Pleroma.Docs.Generator | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Emoji.Pack do | defmodule Pleroma.Emoji.Pack do | ||||||
|   @derive {Jason.Encoder, only: [:files, :pack, :files_count]} |   @derive {Jason.Encoder, only: [:files, :pack, :files_count]} | ||||||
|   defstruct files: %{}, |   defstruct files: %{}, | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Gun.ConnectionPool do | defmodule Pleroma.Gun.ConnectionPool do | ||||||
|   @registry __MODULE__ |   @registry __MODULE__ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Gun.ConnectionPool.Reclaimer do | defmodule Pleroma.Gun.ConnectionPool.Reclaimer do | ||||||
|   use GenServer, restart: :temporary |   use GenServer, restart: :temporary | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Gun.ConnectionPool.Worker do | defmodule Pleroma.Gun.ConnectionPool.Worker do | ||||||
|   alias Pleroma.Gun |   alias Pleroma.Gun | ||||||
|   use GenServer, restart: :temporary |   use GenServer, restart: :temporary | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Gun.ConnectionPool.WorkerSupervisor do | defmodule Pleroma.Gun.ConnectionPool.WorkerSupervisor do | ||||||
|   @moduledoc "Supervisor for pool workers. Does not do anything except enforce max connection limit" |   @moduledoc "Supervisor for pool workers. Does not do anything except enforce max connection limit" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.HTTP.AdapterHelper.Default do | defmodule Pleroma.HTTP.AdapterHelper.Default do | ||||||
|   alias Pleroma.HTTP.AdapterHelper |   alias Pleroma.HTTP.AdapterHelper | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.HTTP.AdapterHelper.Hackney do | defmodule Pleroma.HTTP.AdapterHelper.Hackney do | ||||||
|   @behaviour Pleroma.HTTP.AdapterHelper |   @behaviour Pleroma.HTTP.AdapterHelper | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.JWT do | defmodule Pleroma.JWT do | ||||||
|   use Joken.Config |   use Joken.Config | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.ModerationLog do | defmodule Pleroma.ModerationLog do | ||||||
|   use Ecto.Schema |   use Ecto.Schema | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Plugs.RateLimiter.LimiterSupervisor do | defmodule Pleroma.Plugs.RateLimiter.LimiterSupervisor do | ||||||
|   use DynamicSupervisor |   use DynamicSupervisor | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Plugs.RateLimiter.Supervisor do | defmodule Pleroma.Plugs.RateLimiter.Supervisor do | ||||||
|   use Supervisor |   use Supervisor | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Telemetry.Logger do | defmodule Pleroma.Telemetry.Logger do | ||||||
|   @moduledoc "Transforms Pleroma telemetry events to logs" |   @moduledoc "Transforms Pleroma telemetry events to logs" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.ActivityPub.Builder do | defmodule Pleroma.Web.ActivityPub.Builder do | ||||||
|   @moduledoc """ |   @moduledoc """ | ||||||
|   This module builds the objects. Meant to be used for creating local objects. |   This module builds the objects. Meant to be used for creating local objects. | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.ActivityPub.SideEffects do | defmodule Pleroma.Web.ActivityPub.SideEffects do | ||||||
|   @moduledoc """ |   @moduledoc """ | ||||||
|   This module looks at an inserted object and executes the side effects that it |   This module looks at an inserted object and executes the side effects that it | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.Mailer.SubscriptionController do | defmodule Pleroma.Web.Mailer.SubscriptionController do | ||||||
|   use Pleroma.Web, :controller |   use Pleroma.Web, :controller | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.PleromaAPI.EmojiFileController do | defmodule Pleroma.Web.PleromaAPI.EmojiFileController do | ||||||
|   use Pleroma.Web, :controller |   use Pleroma.Web, :controller | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.PleromaAPI.EmojiPackController do | defmodule Pleroma.Web.PleromaAPI.EmojiPackController do | ||||||
|   use Pleroma.Web, :controller |   use Pleroma.Web, :controller | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.RichMedia.Parser.TTL.AwsSignedUrl do | defmodule Pleroma.Web.RichMedia.Parser.TTL.AwsSignedUrl do | ||||||
|   @behaviour Pleroma.Web.RichMedia.Parser.TTL |   @behaviour Pleroma.Web.RichMedia.Parser.TTL | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.RichMedia.Parser.TTL do | defmodule Pleroma.Web.RichMedia.Parser.TTL do | ||||||
|   @callback ttl(Map.t(), String.t()) :: {:ok, Integer.t()} | {:error, String.t()} |   @callback ttl(Map.t(), String.t()) :: {:ok, Integer.t()} | {:error, String.t()} | ||||||
| end | end | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.EmailView do | defmodule Pleroma.Web.EmailView do | ||||||
|   use Pleroma.Web, :view |   use Pleroma.Web, :view | ||||||
|   import Phoenix.HTML |   import Phoenix.HTML | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.Mailer.SubscriptionView do | defmodule Pleroma.Web.Mailer.SubscriptionView do | ||||||
|   use Pleroma.Web, :view |   use Pleroma.Web, :view | ||||||
| end | end | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Activity.Ir.TopicsTest do | defmodule Pleroma.Activity.Ir.TopicsTest do | ||||||
|   use Pleroma.DataCase |   use Pleroma.DataCase | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Config.DeprecationWarningsTest do | defmodule Pleroma.Config.DeprecationWarningsTest do | ||||||
|   use ExUnit.Case |   use ExUnit.Case | ||||||
|   use Pleroma.Tests.Helpers |   use Pleroma.Tests.Helpers | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Docs.GeneratorTest do | defmodule Pleroma.Docs.GeneratorTest do | ||||||
|   use ExUnit.Case, async: true |   use ExUnit.Case, async: true | ||||||
|   alias Pleroma.Docs.Generator |   alias Pleroma.Docs.Generator | ||||||
|  |  | ||||||
							
								
								
									
										4
									
								
								test/fixtures/config/temp.secret.exs
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								test/fixtures/config/temp.secret.exs
									
									
									
									
										vendored
									
									
								
							|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| use Mix.Config | use Mix.Config | ||||||
| 
 | 
 | ||||||
| config :pleroma, :first_setting, key: "value", key2: [Pleroma.Repo] | config :pleroma, :first_setting, key: "value", key2: [Pleroma.Repo] | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.MFA.BackupCodesTest do | defmodule Pleroma.MFA.BackupCodesTest do | ||||||
|   use Pleroma.DataCase |   use Pleroma.DataCase | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.MFA.TOTPTest do | defmodule Pleroma.MFA.TOTPTest do | ||||||
|   use Pleroma.DataCase |   use Pleroma.DataCase | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Repo.Migrations.AutolinkerToLinkifyTest do | defmodule Pleroma.Repo.Migrations.AutolinkerToLinkifyTest do | ||||||
|   use Pleroma.DataCase |   use Pleroma.DataCase | ||||||
|   import Pleroma.Factory |   import Pleroma.Factory | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Repo.Migrations.FixMalformedFormatterConfigTest do | defmodule Pleroma.Repo.Migrations.FixMalformedFormatterConfigTest do | ||||||
|   use Pleroma.DataCase |   use Pleroma.DataCase | ||||||
|   import Pleroma.Factory |   import Pleroma.Factory | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Repo.Migrations.MoveWelcomeSettingsTest do | defmodule Pleroma.Repo.Migrations.MoveWelcomeSettingsTest do | ||||||
|   use Pleroma.DataCase |   use Pleroma.DataCase | ||||||
|   import Pleroma.Factory |   import Pleroma.Factory | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Repo.Migrations.FixLegacyTagsTest do | defmodule Pleroma.Repo.Migrations.FixLegacyTagsTest do | ||||||
|   alias Pleroma.User |   alias Pleroma.User | ||||||
|   use Pleroma.DataCase |   use Pleroma.DataCase | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.SafeJsonbSetTest do | defmodule Pleroma.SafeJsonbSetTest do | ||||||
|   use Pleroma.DataCase |   use Pleroma.DataCase | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Mix.Tasks.Pleroma.DigestTest do | defmodule Mix.Tasks.Pleroma.DigestTest do | ||||||
|   use Pleroma.DataCase |   use Pleroma.DataCase | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Mix.Tasks.Pleroma.EmailTest do | defmodule Mix.Tasks.Pleroma.EmailTest do | ||||||
|   use Pleroma.DataCase |   use Pleroma.DataCase | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Mix.Tasks.Pleroma.EmojiTest do | defmodule Mix.Tasks.Pleroma.EmojiTest do | ||||||
|   use ExUnit.Case, async: true |   use ExUnit.Case, async: true | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.ActivityPub.MRFTest do | defmodule Pleroma.Web.ActivityPub.MRFTest do | ||||||
|   use ExUnit.Case, async: true |   use ExUnit.Case, async: true | ||||||
|   use Pleroma.Tests.Helpers |   use Pleroma.Tests.Helpers | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.ActivityPub.ObjectValidators.Types.DateTimeTest do | defmodule Pleroma.Web.ActivityPub.ObjectValidators.Types.DateTimeTest do | ||||||
|   alias Pleroma.EctoType.ActivityPub.ObjectValidators.DateTime |   alias Pleroma.EctoType.ActivityPub.ObjectValidators.DateTime | ||||||
|   use Pleroma.DataCase |   use Pleroma.DataCase | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.ObjectValidators.Types.RecipientsTest do | defmodule Pleroma.Web.ObjectValidators.Types.RecipientsTest do | ||||||
|   alias Pleroma.EctoType.ActivityPub.ObjectValidators.Recipients |   alias Pleroma.EctoType.ActivityPub.ObjectValidators.Recipients | ||||||
|   use Pleroma.DataCase |   use Pleroma.DataCase | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.ChatChannelTest do | defmodule Pleroma.Web.ChatChannelTest do | ||||||
|   use Pleroma.Web.ChannelCase |   use Pleroma.Web.ChannelCase | ||||||
|   alias Pleroma.Web.ChatChannel |   alias Pleroma.Web.ChatChannel | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.MediaProxy.InvalidationTest do | defmodule Pleroma.Web.MediaProxy.InvalidationTest do | ||||||
|   use ExUnit.Case |   use ExUnit.Case | ||||||
|   use Pleroma.Tests.Helpers |   use Pleroma.Tests.Helpers | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.MediaProxy.Invalidation.HttpTest do | defmodule Pleroma.Web.MediaProxy.Invalidation.HttpTest do | ||||||
|   use ExUnit.Case |   use ExUnit.Case | ||||||
|   alias Pleroma.Web.MediaProxy.Invalidation |   alias Pleroma.Web.MediaProxy.Invalidation | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.MediaProxy.Invalidation.ScriptTest do | defmodule Pleroma.Web.MediaProxy.Invalidation.ScriptTest do | ||||||
|   use ExUnit.Case |   use ExUnit.Case | ||||||
|   alias Pleroma.Web.MediaProxy.Invalidation |   alias Pleroma.Web.MediaProxy.Invalidation | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.PleromaAPI.TwoFactorAuthenticationControllerTest do | defmodule Pleroma.Web.PleromaAPI.TwoFactorAuthenticationControllerTest do | ||||||
|   use Pleroma.Web.ConnCase |   use Pleroma.Web.ConnCase | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | # Pleroma: A lightweight social networking server | ||||||
|  | # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> | ||||||
|  | # SPDX-License-Identifier: AGPL-3.0-only | ||||||
|  | 
 | ||||||
| defmodule Pleroma.Web.StaticFE.StaticFEControllerTest do | defmodule Pleroma.Web.StaticFE.StaticFEControllerTest do | ||||||
|   use Pleroma.Web.ConnCase |   use Pleroma.Web.ConnCase | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 feld
						feld