Add license/copyright to all project files
authorfeld <feld@feld.me>
Wed, 10 Jul 2019 05:13:23 +0000 (05:13 +0000)
committerkaniini <nenolod@gmail.com>
Wed, 10 Jul 2019 05:13:23 +0000 (05:13 +0000)
64 files changed:
lib/healthcheck.ex
lib/jason_types.ex
lib/mix/tasks/pleroma/benchmark.ex
lib/mix/tasks/pleroma/config.ex
lib/pleroma/bbs/authenticator.ex
lib/pleroma/bbs/handler.ex
lib/pleroma/bookmark.ex
lib/pleroma/config/transfer_task.ex
lib/pleroma/instances.ex
lib/pleroma/instances/instance.ex
lib/pleroma/object/fetcher.ex
lib/pleroma/object_tombstone.ex
lib/pleroma/pagination.ex
lib/pleroma/reverse_proxy/client.ex
lib/pleroma/user/welcome_message.ex
lib/pleroma/web/activity_pub/visibility.ex
lib/pleroma/web/admin_api/views/config_view.ex
lib/pleroma/web/mastodon_api/mastodon_api.ex
lib/pleroma/web/mastodon_api/views/conversation_view.ex
lib/pleroma/web/metadata/player_view.ex
lib/pleroma/web/metadata/rel_me.ex
lib/pleroma/web/oauth/token/response.ex
lib/pleroma/web/oauth/token/strategy/refresh_token.ex
lib/pleroma/web/oauth/token/strategy/revoke.ex
lib/pleroma/web/oauth/token/utils.ex
lib/pleroma/web/rich_media/parsers/meta_tags_parser.ex
lib/pleroma/web/rich_media/parsers/oembed_parser.ex
lib/pleroma/web/rich_media/parsers/ogp.ex
lib/pleroma/web/rich_media/parsers/twitter_card.ex
lib/pleroma/web/uploader_controller.ex
lib/transports.ex
lib/xml_builder.ex
test/bbs/handler_test.exs
test/bookmark_test.exs
test/config/transfer_task_test.exs
test/emoji_test.exs
test/healthcheck_test.exs
test/http/request_builder_test.exs
test/keys_test.exs
test/object/containment_test.exs
test/object/fetcher_test.exs
test/plugs/rate_limiter_test.exs
test/repo_test.exs
test/reverse_proxy_test.exs
test/tasks/config_test.exs
test/tasks/ecto/ecto_test.exs
test/tasks/ecto/rollback_test.exs
test/tasks/instance.exs
test/tasks/pleroma_test.exs
test/tasks/robots_txt_test.exs
test/upload/filter/anonymize_filename_test.exs
test/user_invite_token_test.exs
test/web/activity_pub/utils_test.exs
test/web/activity_pub/views/object_view_test.exs
test/web/activity_pub/views/user_view_test.exs
test/web/activity_pub/visibilty_test.exs
test/web/admin_api/config_test.exs
test/web/metadata/rel_me_test.exs
test/web/ostatus/incoming_documents/delete_handling_test.exs
test/web/rel_me_test.exs
test/web/rich_media/helpers_test.exs
test/web/rich_media/parser_test.exs
test/web/twitter_api/password_controller_test.exs
test/web/twitter_api/util_controller_test.exs

index 32aafc2109bac0278b10bafc6ea4ada0d6b64244..f97d14432b27d1858e0df990d71b22b5b10b0519 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Healthcheck do
   @moduledoc """
   Module collects metrics about app and assign healthy status.
index d1a7bc7ac352b692dcc2a4f593a71b98eb85ab3f..c558aef57a0210b4c5bf4e032321703fdc319a9b 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 Postgrex.Types.define(
   Pleroma.PostgresTypes,
   [] ++ Ecto.Adapters.Postgres.extensions(),
index d43db7b35b1591537e0ef3f0d6d4d2ffe8a3328b..5222cce8022f97f328c678a8a4f2350f733b1cc2 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Mix.Tasks.Pleroma.Benchmark do
   import Mix.Pleroma
   use Mix.Task
index faa605d9bf091dbd61c02f3c21ee3247e2770484..a71bcd447bb648a4e9b9649273811910f4a1459e 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Mix.Tasks.Pleroma.Config do
   use Mix.Task
   import Mix.Pleroma
index a2c153720365778b311ea65d0a743605f176be99..79f133ea64948b37c258b290f874976462995f70 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.BBS.Authenticator do
   use Sshd.PasswordAuthenticator
   alias Comeonin.Pbkdf2
index f34be961f15065d37d86b6a7c83adc52349b1c4e..0a381f5920c954517b3dfdf1a31bf022cb0b4601 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.BBS.Handler do
   use Sshd.ShellHandler
   alias Pleroma.Activity
index 7f8fd43b6f174f2367022727f6292956396f1d9c..d976f949c4f549cae5be55bf43eb05470cab70f9 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Bookmark do
   use Ecto.Schema
 
index cf880aa22939efeacd7182a52d2c74d13889d862..3c13a055800d51479b53470140f36c0a9cac2aa6 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Config.TransferTask do
   use Task
   alias Pleroma.Web.AdminAPI.Config
index fa5043bc595c472ef8ddcfd1f5d5217704b122c2..1b05d573c053beacb4b9d3c0e476338a00e39d23 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Instances do
   @moduledoc "Instances context."
 
index 420803a8fa84203c28335d0e5c198a737d0c1d20..4d7ed4ca1076abe35b697f2e29002f739b2124c8 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Instances.Instance do
   @moduledoc "Instance."
 
index fffbf2bbb23062bdb983e922d95bf0e6f1aed069..101c21f9629e8da4b33b4d988baedeafe8d3b608 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Object.Fetcher do
   alias Pleroma.HTTP
   alias Pleroma.Object
index 64d836d3efd7e86120c0450975eee1dba98e7a63..fe947ffd30f13b923ed220c6c633ce950f3d5779 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.ObjectTombstone do
   @enforce_keys [:id, :formerType, :deleted]
   defstruct [:id, :formerType, :deleted, type: "Tombstone"]
index f435e5c9cb43c0d262ef231d3a9985d2eab75a9b..3d7dd9e6aa32851aa616894b8decce8e6125c4dd 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Pagination do
   @moduledoc """
   Implements Mastodon-compatible pagination.
index 57c2d2cfdc4a50288b142dcd7b8ebcafec7fb64a..776c4794c013811a26488bbbaa386371a6250ee4 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.ReverseProxy.Client do
   @callback request(atom(), String.t(), [tuple()], String.t(), list()) ::
               {:ok, pos_integer(), [tuple()], reference() | map()}
index 2ba65b75acad271254baa5bc37e2e6061f9d7548..99fba729e272fe7b17adced17eebac2f868648c2 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.User.WelcomeMessage do
   alias Pleroma.User
   alias Pleroma.Web.CommonAPI
index 8965e3253de21d23591fb2743a76340d59e5b535..9908a2e75816151e7d203b7736a657a952230a5a 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ActivityPub.Visibility do
   alias Pleroma.Activity
   alias Pleroma.Object
index 3ccc9ca46cd0d188a4f5204fd60bbdea1d25d17e..a31f1041fd1e3334d8ef17f9a14a1d86f3ea9a6c 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.AdminAPI.ConfigView do
   use Pleroma.Web, :view
 
index 3a3ec7c2a05077054afa2e53fc719a554b9d3840..c82b201233e31b5c1079fd7df8d28e0a1c667694 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.MastodonAPI.MastodonAPI do
   import Ecto.Query
   import Ecto.Changeset
index af1dcf66dd7588856551d2bee1e8f26b3ace7ca2..38bdec737fb4bdf38462833b8ec9778b9a6486d8 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.MastodonAPI.ConversationView do
   use Pleroma.Web, :view
 
index e9a8cfc8dd24462a66998c5c48fa2fd9895709d7..4289ebdbdc5b24b2e54997f77763a69576712638 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.Metadata.PlayerView do
   use Pleroma.Web, :view
   import Phoenix.HTML.Tag, only: [content_tag: 3, tag: 2]
index 03af899c4799a5f6fa1559d02b2f12ad49a2168c..f87fc197364f2588d6510ca0237ae1ffe5c7570c 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.Metadata.Providers.RelMe do
   alias Pleroma.Web.Metadata.Providers.Provider
   @behaviour Provider
index 2648571add3d86006665f14e888fa7173ea21fcf..26611081439b75772fd32262d2cb94bdbac3caf8 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OAuth.Token.Response do
   @moduledoc false
 
index 7df0be14e93d27766456b0cc2aef67f4c73ae08e..c620050c87e407491875b595f99bb6a415c0c22d 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OAuth.Token.Strategy.RefreshToken do
   @moduledoc """
   Functions for dealing with refresh token strategy.
index dea63ca5451711293b5c442fe3172b4fd9bca26a..983f095b4ecb9e70d78e53866d4d4d8ccf83cf60 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OAuth.Token.Strategy.Revoke do
   @moduledoc """
   Functions for dealing with revocation.
index 7a4fddafd947cb098d3d56d70f6a900244943cc9..1e8765e93bfb25ebbab982b3cd5a216a9ecda8ad 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OAuth.Token.Utils do
   @moduledoc """
   Auxiliary functions for dealing with tokens.
index fb79630e411a3bb8955c8404ccf56a5d9248928b..9139756160034983ad6c63721e7684de8ee9a7f2 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.RichMedia.Parsers.MetaTagsParser do
   def parse(html, data, prefix, error_message, key_name, value_name \\ "content") do
     meta_data =
index 2530b8c9d0b29bff8d454c79eeb066b0150d8c2e..875637c4d9d3fe509544e47103dd93594a1c6ed2 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.RichMedia.Parsers.OEmbed do
   def parse(html, _data) do
     with elements = [_ | _] <- get_discovery_data(html),
index 0e1a0e7199452e3763b5320fafd0c54c1b99c3b6..d40fa009fa021ac63cb1b26b05a8e72376e59b67 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.RichMedia.Parsers.OGP do
   def parse(html, data) do
     Pleroma.Web.RichMedia.Parsers.MetaTagsParser.parse(
index a317c3e78f1dbfc646e382762ae31457a094bcc4..e4efe2dd0573b745f8404039ffb0f9f7c8eddcb6 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.RichMedia.Parsers.TwitterCard do
   def parse(html, data) do
     Pleroma.Web.RichMedia.Parsers.MetaTagsParser.parse(
index 5d8a77346fb6d3f299d8300206f2061fe61840c6..d11e8e63e06225677d90ae873573029e34f8cc45 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.UploaderController do
   use Pleroma.Web, :controller
 
index 42f645b21d81671ebbd20ec4d4964db398e92e47..9f3fc535dc9d8dbb33e3e90a50967892b80294eb 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Phoenix.Transports.WebSocket.Raw do
   import Plug.Conn,
     only: [
index b58602c7b7592f4ef3fa9ab218deaa90afbb05e6..ceeef2755ec57688c63809bab55546a0107fd1bd 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.XmlBuilder do
   def to_xml({tag, attributes, content}) do
     open_tag = make_open_tag(tag, attributes)
index 6f6533e3d86accd61d88b63f23591ea3ddc75e55..4f0c13417fda7274692517eefa1fed307a0a1f34 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.BBS.HandlerTest do
   use Pleroma.DataCase
   alias Pleroma.Activity
index b81c102eff87084d9ede55b2c12ddf9944bdd340..e54bd359c7de54d5b1fbe8b59e446e3004e77513 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.BookmarkTest do
   use Pleroma.DataCase
   import Pleroma.Factory
index c0e433263577f5a914c76970a7eefb83192d9284..dbeadbe877ba02e4ebc0a604c1d70da62d8a528a 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Config.TransferTaskTest do
   use Pleroma.DataCase
 
index 2eaa26be695af36aa0d92d4e4207ebb2c68f7d05..07ac6ff1daada3d8da311f2c512fa59c967c736e 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.EmojiTest do
   use ExUnit.Case, async: true
   alias Pleroma.Emoji
index e050612200c2ad320bccd80ae9a554e90fe70889..6bb8d5b7fff026a91155b596f784181093d44304 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.HealthcheckTest do
   use Pleroma.DataCase
   alias Pleroma.Healthcheck
index a368999fff6e967f0612f86cfd456ec019b39d23..7febe84c50e06b6076f874a3ace09532337e7b7e 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.HTTP.RequestBuilderTest do
   use ExUnit.Case, async: true
   alias Pleroma.HTTP.RequestBuilder
index 776fdea6f3158dd830a78fdbd79d9cd40e05fdde..059f70b74ddecb5110778e5f2e244e8f7edff858 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.KeysTest do
   use Pleroma.DataCase
 
index a860355b8e21eff9a64d8f8a8f1692f56f8daf33..1beed623646936ce43fd3bee76203ee119f2b640 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Object.ContainmentTest do
   use Pleroma.DataCase
 
index 26dc9496deb5c609617d518c789912eaf9604a8d..3b666e0d141fc77a8604442c1087b7622041a598 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Object.FetcherTest do
   use Pleroma.DataCase
 
index b8d6aff89ce87ebc17342f50a8663ed0d3f72070..f8251b5c78ff09c47c1148fd6eeb6ed30da439bb 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.RateLimiterTest do
   use ExUnit.Case, async: true
   use Plug.Test
index 85085a1fa0c2ab7473a9b830dfcdcef9fb350c30..85b64d4d152d6e684df9aae5d4d98564e6afccd8 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.RepoTest do
   use Pleroma.DataCase
   import Pleroma.Factory
index 75a61445a50bfa95019ed9347dbc5ee7fb3aa7ed..f542de97ce3f0f130b0314eaa750dbe99adcf9d1 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.ReverseProxyTest do
   use Pleroma.Web.ConnCase, async: true
   import ExUnit.CaptureLog
index 83a363356c302c922b03969d0ab794a823946f1e..bbcc5721719a7de635ad95130d8f7d53df49ea3b 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Mix.Tasks.Pleroma.ConfigTest do
   use Pleroma.DataCase
   alias Pleroma.Repo
index b48662c88b9c6eb5caacfb9cda6d1f98cc9f61b9..a1b9ca1740ef6213870b4cb972cbbf9123ac38d1 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Mix.Tasks.Pleroma.EctoTest do
   use ExUnit.Case, async: true
 
index 33d093fca6cf03f7ed6449e0626f73bc543fba27..c33c4e9400c4bff33542b42a15e941547c6947a7 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Mix.Tasks.Pleroma.Ecto.RollbackTest do
   use Pleroma.DataCase
   import ExUnit.CaptureLog
index 1875f52a357dc4cd4673e4069915a47dc24f65d7..bf3359b6f0853e7e81a051fadd346eca4a7fa859 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.InstanceTest do
   use ExUnit.Case, async: true
 
index e236ccbbb8701a2e23074f28f10720faa9bca768..a20bd9cf294cc5b1ffd41566293c4a3d8096b98d 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Mix.PleromaTest do
   use ExUnit.Case, async: true
   import Mix.Pleroma
index 539193f7397b4554f8b1f728df489945d216c3f8..97147a919ecc161c31285c30bf6ee5a6b80e5e39 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Mix.Tasks.Pleroma.RobotsTxtTest do
   use ExUnit.Case, async: true
   alias Mix.Tasks.Pleroma.RobotsTxt
index 02241cfa41148357ff0699538b13b611a4fddb45..a31b38ab1208de3acee3c1ed421dee71846a0c88 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Upload.Filter.AnonymizeFilenameTest do
   use Pleroma.DataCase
 
index 276788254a761b54c89a9399bfdeff6fc688d09d..111e40361c5581913d3ee77bb2cdaf03fb1c80bf 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.UserInviteTokenTest do
   use ExUnit.Case, async: true
   use Pleroma.DataCase
index 932d5f5e78d8fae5cd0a77bc1cbf5e6f7be5deaa..ca5f057a7053540c996e77d4d1434eb335893e89 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ActivityPub.UtilsTest do
   use Pleroma.DataCase
   alias Pleroma.Activity
index ac78c9cf1595062e6a734c01e8bf37f8ea2dae8a..13447dc297172731211ebd936186732b3eb43188 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ActivityPub.ObjectViewTest do
   use Pleroma.DataCase
   import Pleroma.Factory
index e6483db8bdc8f9dde223425fa6f3951332ffd9d7..969860c4cec1124d0e672da3d0d0c178524d6a46 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ActivityPub.UserViewTest do
   use Pleroma.DataCase
   import Pleroma.Factory
index e24df3cab3dd8140af246ac52f3c69fc4b56003c..4d5c07da42a8d8bac425f44dfcbbb147aa8f655a 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ActivityPub.VisibilityTest do
   use Pleroma.DataCase
 
index 10cb3b68a859effe119877aeabc60926899a0836..b281831e3d6edc361d077e43806c0967bfa8d2b7 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.AdminAPI.ConfigTest do
   use Pleroma.DataCase, async: true
   import Pleroma.Factory
index f66bf7834348e1dd3a2615564eaaa4ad7115d76e..3874e077bb6577819e0d6ba901e14f782adc1515 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.Metadata.Providers.RelMeTest do
   use Pleroma.DataCase
   import Pleroma.Factory
index 1fe714d00557f6d79fa62c57d944dea8605c8971..cd0447af7e4787826db9455a23ca31a53d833269 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OStatus.DeleteHandlingTest do
   use Pleroma.DataCase
 
index 5188f4de18cb68d92e0f78f17a80edf1a225b3e8..85515c4329c9a13a26eaa4033104796f8e1791b0 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.RelMeTest do
   use ExUnit.Case, async: true
 
index c8f442b05e4dd98d126e5a30a3102c76e0d5b404..92198f3d9b91abeb8851ae76cc4bbd8b4b136a2d 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.RichMedia.HelpersTest do
   use Pleroma.DataCase
 
index bc48341cad608572bc9a6a3f8871f17eda4972f8..19c19e895eb708ec6d8f8ee50009d70b49b61a46 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.RichMedia.ParserTest do
   use ExUnit.Case, async: true
 
index 6b9da82045ac5546544ae81ebc2272d31d5d95e5..3a7246ea8321ac99440fe7c252ffec10269cce4c 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.TwitterAPI.PasswordControllerTest do
   use Pleroma.Web.ConnCase
 
index cab9e5d904f79d0725e4c71fdeee467f2878f0ea..21324399fb3fc5b12863dae94ff152994b5ff796 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.TwitterAPI.UtilControllerTest do
   use Pleroma.Web.ConnCase