Selaa lähdekoodia

Bump copyright years of files changed after 2020-01-07

Done via the following command:
git diff fcd5dd259a --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
fix/epmd-loopback
Haelwenn (lanodan) Monnier 4 vuotta sitten
vanhempi
commit
6da6540036
No known key found for this signature in database GPG Key ID: D5B7A8E43C997DEE
100 muutettua tiedostoa jossa 100 lisäystä ja 100 poistoa
  1. +1
    -1
      lib/mix/tasks/pleroma/config.ex
  2. +1
    -1
      lib/mix/tasks/pleroma/emoji.ex
  3. +1
    -1
      lib/mix/tasks/pleroma/instance.ex
  4. +1
    -1
      lib/mix/tasks/pleroma/refresh_counter_cache.ex
  5. +1
    -1
      lib/mix/tasks/pleroma/robotstxt.ex
  6. +1
    -1
      lib/mix/tasks/pleroma/user.ex
  7. +1
    -1
      lib/pleroma/activity.ex
  8. +1
    -1
      lib/pleroma/activity/queries.ex
  9. +1
    -1
      lib/pleroma/activity/search.ex
  10. +1
    -1
      lib/pleroma/activity_expiration.ex
  11. +1
    -1
      lib/pleroma/application.ex
  12. +1
    -1
      lib/pleroma/captcha/native.ex
  13. +1
    -1
      lib/pleroma/config/config_db.ex
  14. +1
    -1
      lib/pleroma/config/holder.ex
  15. +1
    -1
      lib/pleroma/config/loader.ex
  16. +1
    -1
      lib/pleroma/config/transfer_task.ex
  17. +1
    -1
      lib/pleroma/conversation/participation.ex
  18. +1
    -1
      lib/pleroma/counter_cache.ex
  19. +1
    -1
      lib/pleroma/emails/admin_email.ex
  20. +1
    -1
      lib/pleroma/following_relationship.ex
  21. +1
    -1
      lib/pleroma/formatter.ex
  22. +1
    -1
      lib/pleroma/html.ex
  23. +1
    -1
      lib/pleroma/mime.ex
  24. +1
    -1
      lib/pleroma/notification.ex
  25. +1
    -1
      lib/pleroma/object.ex
  26. +1
    -1
      lib/pleroma/object/containment.ex
  27. +1
    -1
      lib/pleroma/object/fetcher.ex
  28. +1
    -1
      lib/pleroma/pagination.ex
  29. +1
    -1
      lib/pleroma/plugs/http_security_plug.ex
  30. +1
    -1
      lib/pleroma/plugs/http_signature.ex
  31. +1
    -1
      lib/pleroma/plugs/oauth_scopes_plug.ex
  32. +1
    -1
      lib/pleroma/plugs/rate_limiter/rate_limiter.ex
  33. +1
    -1
      lib/pleroma/plugs/remote_ip.ex
  34. +1
    -1
      lib/pleroma/plugs/user_enabled_plug.ex
  35. +1
    -1
      lib/pleroma/plugs/user_is_admin_plug.ex
  36. +1
    -1
      lib/pleroma/repo.ex
  37. +1
    -1
      lib/pleroma/scheduled_activity.ex
  38. +1
    -1
      lib/pleroma/stats.ex
  39. +1
    -1
      lib/pleroma/uploaders/local.ex
  40. +1
    -1
      lib/pleroma/uploaders/s3.ex
  41. +1
    -1
      lib/pleroma/uploaders/uploader.ex
  42. +1
    -1
      lib/pleroma/user.ex
  43. +1
    -1
      lib/pleroma/user/query.ex
  44. +1
    -1
      lib/pleroma/user/search.ex
  45. +1
    -1
      lib/pleroma/user_relationship.ex
  46. +1
    -1
      lib/pleroma/web/activity_pub/activity_pub.ex
  47. +1
    -1
      lib/pleroma/web/activity_pub/mrf/anti_link_spam_policy.ex
  48. +1
    -1
      lib/pleroma/web/activity_pub/mrf/media_proxy_warming_policy.ex
  49. +1
    -1
      lib/pleroma/web/activity_pub/mrf/no_op_policy.ex
  50. +1
    -1
      lib/pleroma/web/activity_pub/mrf/object_age_policy.ex
  51. +1
    -1
      lib/pleroma/web/activity_pub/mrf/simple_policy.ex
  52. +1
    -1
      lib/pleroma/web/activity_pub/mrf/subchain_policy.ex
  53. +1
    -1
      lib/pleroma/web/activity_pub/mrf/user_allow_list_policy.ex
  54. +1
    -1
      lib/pleroma/web/activity_pub/mrf/vocabulary_policy.ex
  55. +1
    -1
      lib/pleroma/web/activity_pub/publisher.ex
  56. +1
    -1
      lib/pleroma/web/activity_pub/relay.ex
  57. +1
    -1
      lib/pleroma/web/activity_pub/transmogrifier.ex
  58. +1
    -1
      lib/pleroma/web/activity_pub/utils.ex
  59. +1
    -1
      lib/pleroma/web/admin_api/admin_api_controller.ex
  60. +1
    -1
      lib/pleroma/web/admin_api/search.ex
  61. +1
    -1
      lib/pleroma/web/admin_api/views/config_view.ex
  62. +1
    -1
      lib/pleroma/web/admin_api/views/status_view.ex
  63. +1
    -1
      lib/pleroma/web/common_api/common_api.ex
  64. +1
    -1
      lib/pleroma/web/common_api/utils.ex
  65. +1
    -1
      lib/pleroma/web/controller_helper.ex
  66. +1
    -1
      lib/pleroma/web/endpoint.ex
  67. +1
    -1
      lib/pleroma/web/federator/federator.ex
  68. +1
    -1
      lib/pleroma/web/feed/feed_view.ex
  69. +1
    -1
      lib/pleroma/web/feed/tag_controller.ex
  70. +1
    -1
      lib/pleroma/web/feed/user_controller.ex
  71. +1
    -1
      lib/pleroma/web/masto_fe_controller.ex
  72. +1
    -1
      lib/pleroma/web/mastodon_api/controllers/notification_controller.ex
  73. +1
    -1
      lib/pleroma/web/mastodon_api/controllers/search_controller.ex
  74. +1
    -1
      lib/pleroma/web/mastodon_api/controllers/status_controller.ex
  75. +1
    -1
      lib/pleroma/web/mastodon_api/controllers/subscription_controller.ex
  76. +1
    -1
      lib/pleroma/web/mastodon_api/controllers/suggestion_controller.ex
  77. +1
    -1
      lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex
  78. +1
    -1
      lib/pleroma/web/mastodon_api/mastodon_api.ex
  79. +1
    -1
      lib/pleroma/web/mastodon_api/views/account_view.ex
  80. +1
    -1
      lib/pleroma/web/mastodon_api/views/app_view.ex
  81. +1
    -1
      lib/pleroma/web/mastodon_api/views/notification_view.ex
  82. +1
    -1
      lib/pleroma/web/mastodon_api/views/poll_view.ex
  83. +1
    -1
      lib/pleroma/web/mastodon_api/views/status_view.ex
  84. +1
    -1
      lib/pleroma/web/metadata/feed.ex
  85. +1
    -1
      lib/pleroma/web/metadata/rel_me.ex
  86. +1
    -1
      lib/pleroma/web/metadata/utils.ex
  87. +1
    -1
      lib/pleroma/web/nodeinfo/nodeinfo_controller.ex
  88. +1
    -1
      lib/pleroma/web/oauth/oauth_controller.ex
  89. +1
    -1
      lib/pleroma/web/oauth/scopes.ex
  90. +1
    -1
      lib/pleroma/web/pleroma_api/controllers/pleroma_api_controller.ex
  91. +1
    -1
      lib/pleroma/web/rel_me.ex
  92. +1
    -1
      lib/pleroma/web/rich_media/parser.ex
  93. +1
    -1
      lib/pleroma/web/rich_media/parsers/meta_tags_parser.ex
  94. +1
    -1
      lib/pleroma/web/router.ex
  95. +1
    -1
      lib/pleroma/web/streamer/worker.ex
  96. +1
    -1
      lib/pleroma/web/twitter_api/controllers/util_controller.ex
  97. +1
    -1
      lib/pleroma/web/twitter_api/views/remote_follow_view.ex
  98. +1
    -1
      lib/pleroma/workers/attachments_cleanup_worker.ex
  99. +1
    -1
      lib/pleroma/workers/background_worker.ex
  100. +1
    -1
      lib/pleroma/workers/cron/clear_oauth_token_worker.ex

+ 1
- 1
lib/mix/tasks/pleroma/config.ex Näytä tiedosto

@@ -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 Mix.Tasks.Pleroma.Config do


+ 1
- 1
lib/mix/tasks/pleroma/emoji.ex Näytä tiedosto

@@ -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 Mix.Tasks.Pleroma.Emoji do


+ 1
- 1
lib/mix/tasks/pleroma/instance.ex Näytä tiedosto

@@ -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 Mix.Tasks.Pleroma.Instance do


+ 1
- 1
lib/mix/tasks/pleroma/refresh_counter_cache.ex Näytä tiedosto

@@ -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 Mix.Tasks.Pleroma.RefreshCounterCache do


+ 1
- 1
lib/mix/tasks/pleroma/robotstxt.ex Näytä tiedosto

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Mix.Tasks.Pleroma.RobotsTxt do


+ 1
- 1
lib/mix/tasks/pleroma/user.ex Näytä tiedosto

@@ -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 Mix.Tasks.Pleroma.User do


+ 1
- 1
lib/pleroma/activity.ex Näytä tiedosto

@@ -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.Activity do


+ 1
- 1
lib/pleroma/activity/queries.ex Näytä tiedosto

@@ -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.Activity.Queries do


+ 1
- 1
lib/pleroma/activity/search.ex Näytä tiedosto

@@ -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.Activity.Search do


+ 1
- 1
lib/pleroma/activity_expiration.ex Näytä tiedosto

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.ActivityExpiration do


+ 1
- 1
lib/pleroma/application.ex Näytä tiedosto

@@ -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.Application do


+ 1
- 1
lib/pleroma/captcha/native.ex Näytä tiedosto

@@ -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.Captcha.Native do


+ 1
- 1
lib/pleroma/config/config_db.ex Näytä tiedosto

@@ -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.ConfigDB do


+ 1
- 1
lib/pleroma/config/holder.ex Näytä tiedosto

@@ -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.Config.Holder do


+ 1
- 1
lib/pleroma/config/loader.ex Näytä tiedosto

@@ -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.Config.Loader do


+ 1
- 1
lib/pleroma/config/transfer_task.ex Näytä tiedosto

@@ -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.Config.TransferTask do


+ 1
- 1
lib/pleroma/conversation/participation.ex Näytä tiedosto

@@ -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.Conversation.Participation do


+ 1
- 1
lib/pleroma/counter_cache.ex Näytä tiedosto

@@ -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.CounterCache do


+ 1
- 1
lib/pleroma/emails/admin_email.ex Näytä tiedosto

@@ -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.Emails.AdminEmail do


+ 1
- 1
lib/pleroma/following_relationship.ex Näytä tiedosto

@@ -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.FollowingRelationship do


+ 1
- 1
lib/pleroma/formatter.ex Näytä tiedosto

@@ -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.Formatter do


+ 1
- 1
lib/pleroma/html.ex Näytä tiedosto

@@ -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.HTML do


+ 1
- 1
lib/pleroma/mime.ex Näytä tiedosto

@@ -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.MIME do


+ 1
- 1
lib/pleroma/notification.ex Näytä tiedosto

@@ -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.Notification do


+ 1
- 1
lib/pleroma/object.ex Näytä tiedosto

@@ -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.Object do


+ 1
- 1
lib/pleroma/object/containment.ex Näytä tiedosto

@@ -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.Object.Containment do


+ 1
- 1
lib/pleroma/object/fetcher.ex Näytä tiedosto

@@ -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.Object.Fetcher do


+ 1
- 1
lib/pleroma/pagination.ex Näytä tiedosto

@@ -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.Pagination do


+ 1
- 1
lib/pleroma/plugs/http_security_plug.ex Näytä tiedosto

@@ -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.Plugs.HTTPSecurityPlug do


+ 1
- 1
lib/pleroma/plugs/http_signature.ex Näytä tiedosto

@@ -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.Web.Plugs.HTTPSignaturePlug do


+ 1
- 1
lib/pleroma/plugs/oauth_scopes_plug.ex Näytä tiedosto

@@ -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.Plugs.OAuthScopesPlug do


+ 1
- 1
lib/pleroma/plugs/rate_limiter/rate_limiter.ex Näytä tiedosto

@@ -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.Plugs.RateLimiter do


+ 1
- 1
lib/pleroma/plugs/remote_ip.ex Näytä tiedosto

@@ -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.Plugs.RemoteIp do


+ 1
- 1
lib/pleroma/plugs/user_enabled_plug.ex Näytä tiedosto

@@ -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.Plugs.UserEnabledPlug do


+ 1
- 1
lib/pleroma/plugs/user_is_admin_plug.ex Näytä tiedosto

@@ -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.Plugs.UserIsAdminPlug do


+ 1
- 1
lib/pleroma/repo.ex Näytä tiedosto

@@ -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.Repo do


+ 1
- 1
lib/pleroma/scheduled_activity.ex Näytä tiedosto

@@ -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.ScheduledActivity do


+ 1
- 1
lib/pleroma/stats.ex Näytä tiedosto

@@ -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.Stats do


+ 1
- 1
lib/pleroma/uploaders/local.ex Näytä tiedosto

@@ -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.Uploaders.Local do


+ 1
- 1
lib/pleroma/uploaders/s3.ex Näytä tiedosto

@@ -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.Uploaders.S3 do


+ 1
- 1
lib/pleroma/uploaders/uploader.ex Näytä tiedosto

@@ -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.Uploaders.Uploader do


+ 1
- 1
lib/pleroma/user.ex Näytä tiedosto

@@ -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.User do


+ 1
- 1
lib/pleroma/user/query.ex Näytä tiedosto

@@ -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.User.Query do


+ 1
- 1
lib/pleroma/user/search.ex Näytä tiedosto

@@ -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.User.Search do


+ 1
- 1
lib/pleroma/user_relationship.ex Näytä tiedosto

@@ -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.UserRelationship do


+ 1
- 1
lib/pleroma/web/activity_pub/activity_pub.ex Näytä tiedosto

@@ -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.Web.ActivityPub.ActivityPub do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/anti_link_spam_policy.ex Näytä tiedosto

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.MRF.AntiLinkSpamPolicy do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/media_proxy_warming_policy.ex Näytä tiedosto

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/no_op_policy.ex Näytä tiedosto

@@ -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.Web.ActivityPub.MRF.NoOpPolicy do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/object_age_policy.ex Näytä tiedosto

@@ -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.Web.ActivityPub.MRF.ObjectAgePolicy do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/simple_policy.ex Näytä tiedosto

@@ -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.Web.ActivityPub.MRF.SimplePolicy do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/subchain_policy.ex Näytä tiedosto

@@ -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.Web.ActivityPub.MRF.SubchainPolicy do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/user_allow_list_policy.ex Näytä tiedosto

@@ -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.Web.ActivityPub.MRF.UserAllowListPolicy do


+ 1
- 1
lib/pleroma/web/activity_pub/mrf/vocabulary_policy.ex Näytä tiedosto

@@ -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.Web.ActivityPub.MRF.VocabularyPolicy do


+ 1
- 1
lib/pleroma/web/activity_pub/publisher.ex Näytä tiedosto

@@ -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.Web.ActivityPub.Publisher do


+ 1
- 1
lib/pleroma/web/activity_pub/relay.ex Näytä tiedosto

@@ -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.Web.ActivityPub.Relay do


+ 1
- 1
lib/pleroma/web/activity_pub/transmogrifier.ex Näytä tiedosto

@@ -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.Web.ActivityPub.Transmogrifier do


+ 1
- 1
lib/pleroma/web/activity_pub/utils.ex Näytä tiedosto

@@ -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.Web.ActivityPub.Utils do


+ 1
- 1
lib/pleroma/web/admin_api/admin_api_controller.ex Näytä tiedosto

@@ -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.Web.AdminAPI.AdminAPIController do


+ 1
- 1
lib/pleroma/web/admin_api/search.ex Näytä tiedosto

@@ -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.Web.AdminAPI.Search do


+ 1
- 1
lib/pleroma/web/admin_api/views/config_view.ex Näytä tiedosto

@@ -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.Web.AdminAPI.ConfigView do


+ 1
- 1
lib/pleroma/web/admin_api/views/status_view.ex Näytä tiedosto

@@ -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.Web.AdminAPI.StatusView do


+ 1
- 1
lib/pleroma/web/common_api/common_api.ex Näytä tiedosto

@@ -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.Web.CommonAPI do


+ 1
- 1
lib/pleroma/web/common_api/utils.ex Näytä tiedosto

@@ -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.Web.CommonAPI.Utils do


+ 1
- 1
lib/pleroma/web/controller_helper.ex Näytä tiedosto

@@ -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.Web.ControllerHelper do


+ 1
- 1
lib/pleroma/web/endpoint.ex Näytä tiedosto

@@ -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.Web.Endpoint do


+ 1
- 1
lib/pleroma/web/federator/federator.ex Näytä tiedosto

@@ -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.Web.Federator do


+ 1
- 1
lib/pleroma/web/feed/feed_view.ex Näytä tiedosto

@@ -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.Web.Feed.FeedView do


+ 1
- 1
lib/pleroma/web/feed/tag_controller.ex Näytä tiedosto

@@ -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.Web.Feed.TagController do


+ 1
- 1
lib/pleroma/web/feed/user_controller.ex Näytä tiedosto

@@ -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.Web.Feed.UserController do


+ 1
- 1
lib/pleroma/web/masto_fe_controller.ex Näytä tiedosto

@@ -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.Web.MastoFEController do


+ 1
- 1
lib/pleroma/web/mastodon_api/controllers/notification_controller.ex Näytä tiedosto

@@ -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.Web.MastodonAPI.NotificationController do


+ 1
- 1
lib/pleroma/web/mastodon_api/controllers/search_controller.ex Näytä tiedosto

@@ -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.Web.MastodonAPI.SearchController do


+ 1
- 1
lib/pleroma/web/mastodon_api/controllers/status_controller.ex Näytä tiedosto

@@ -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.Web.MastodonAPI.StatusController do


+ 1
- 1
lib/pleroma/web/mastodon_api/controllers/subscription_controller.ex Näytä tiedosto

@@ -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.Web.MastodonAPI.SubscriptionController do


+ 1
- 1
lib/pleroma/web/mastodon_api/controllers/suggestion_controller.ex Näytä tiedosto

@@ -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.Web.MastodonAPI.SuggestionController do


+ 1
- 1
lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex Näytä tiedosto

@@ -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.Web.MastodonAPI.TimelineController do


+ 1
- 1
lib/pleroma/web/mastodon_api/mastodon_api.ex Näytä tiedosto

@@ -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.Web.MastodonAPI.MastodonAPI do


+ 1
- 1
lib/pleroma/web/mastodon_api/views/account_view.ex Näytä tiedosto

@@ -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.Web.MastodonAPI.AccountView do


+ 1
- 1
lib/pleroma/web/mastodon_api/views/app_view.ex Näytä tiedosto

@@ -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.Web.MastodonAPI.AppView do


+ 1
- 1
lib/pleroma/web/mastodon_api/views/notification_view.ex Näytä tiedosto

@@ -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.Web.MastodonAPI.NotificationView do


+ 1
- 1
lib/pleroma/web/mastodon_api/views/poll_view.ex Näytä tiedosto

@@ -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.Web.MastodonAPI.PollView do


+ 1
- 1
lib/pleroma/web/mastodon_api/views/status_view.ex Näytä tiedosto

@@ -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.Web.MastodonAPI.StatusView do


+ 1
- 1
lib/pleroma/web/metadata/feed.ex Näytä tiedosto

@@ -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.Web.Metadata.Providers.Feed do


+ 1
- 1
lib/pleroma/web/metadata/rel_me.ex Näytä tiedosto

@@ -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.Web.Metadata.Providers.RelMe do


+ 1
- 1
lib/pleroma/web/metadata/utils.ex Näytä tiedosto

@@ -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.Web.Metadata.Utils do


+ 1
- 1
lib/pleroma/web/nodeinfo/nodeinfo_controller.ex Näytä tiedosto

@@ -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.Web.Nodeinfo.NodeinfoController do


+ 1
- 1
lib/pleroma/web/oauth/oauth_controller.ex Näytä tiedosto

@@ -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.Web.OAuth.OAuthController do


+ 1
- 1
lib/pleroma/web/oauth/scopes.ex Näytä tiedosto

@@ -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.Web.OAuth.Scopes do


+ 1
- 1
lib/pleroma/web/pleroma_api/controllers/pleroma_api_controller.ex Näytä tiedosto

@@ -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.Web.PleromaAPI.PleromaAPIController do


+ 1
- 1
lib/pleroma/web/rel_me.ex Näytä tiedosto

@@ -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.Web.RelMe do


+ 1
- 1
lib/pleroma/web/rich_media/parser.ex Näytä tiedosto

@@ -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.Web.RichMedia.Parser do


+ 1
- 1
lib/pleroma/web/rich_media/parsers/meta_tags_parser.ex Näytä tiedosto

@@ -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.Web.RichMedia.Parsers.MetaTagsParser do


+ 1
- 1
lib/pleroma/web/router.ex Näytä tiedosto

@@ -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.Web.Router do


+ 1
- 1
lib/pleroma/web/streamer/worker.ex Näytä tiedosto

@@ -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.Web.Streamer.Worker do


+ 1
- 1
lib/pleroma/web/twitter_api/controllers/util_controller.ex Näytä tiedosto

@@ -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.Web.TwitterAPI.UtilController do


+ 1
- 1
lib/pleroma/web/twitter_api/views/remote_follow_view.ex Näytä tiedosto

@@ -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.Web.TwitterAPI.RemoteFollowView do


+ 1
- 1
lib/pleroma/workers/attachments_cleanup_worker.ex Näytä tiedosto

@@ -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.Workers.AttachmentsCleanupWorker do


+ 1
- 1
lib/pleroma/workers/background_worker.ex Näytä tiedosto

@@ -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.Workers.BackgroundWorker do


+ 1
- 1
lib/pleroma/workers/cron/clear_oauth_token_worker.ex Näytä tiedosto

@@ -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.Workers.Cron.ClearOauthTokenWorker do


Some files were not shown because too many files changed in this diff

Loading…
Peruuta
Tallenna