Bump copyright years of files changed after 2020-01-07
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Mon, 2 Mar 2020 05:08:45 +0000 (06:08 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Mon, 2 Mar 2020 05:08:45 +0000 (06:08 +0100)
commit6da65400362d2189a995a182789c099b108b26bc
tree7dda3c81eb3b2dd6bdd883ff107883c62ce01604
parent6c0d869d9d46af12b2977842e4e1381871c49118
Bump copyright years of files changed after 2020-01-07

Done via the following command:
git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
205 files changed:
lib/mix/tasks/pleroma/config.ex
lib/mix/tasks/pleroma/emoji.ex
lib/mix/tasks/pleroma/instance.ex
lib/mix/tasks/pleroma/refresh_counter_cache.ex
lib/mix/tasks/pleroma/robotstxt.ex
lib/mix/tasks/pleroma/user.ex
lib/pleroma/activity.ex
lib/pleroma/activity/queries.ex
lib/pleroma/activity/search.ex
lib/pleroma/activity_expiration.ex
lib/pleroma/application.ex
lib/pleroma/captcha/native.ex
lib/pleroma/config/config_db.ex
lib/pleroma/config/holder.ex
lib/pleroma/config/loader.ex
lib/pleroma/config/transfer_task.ex
lib/pleroma/conversation/participation.ex
lib/pleroma/counter_cache.ex
lib/pleroma/emails/admin_email.ex
lib/pleroma/following_relationship.ex
lib/pleroma/formatter.ex
lib/pleroma/html.ex
lib/pleroma/mime.ex
lib/pleroma/notification.ex
lib/pleroma/object.ex
lib/pleroma/object/containment.ex
lib/pleroma/object/fetcher.ex
lib/pleroma/pagination.ex
lib/pleroma/plugs/http_security_plug.ex
lib/pleroma/plugs/http_signature.ex
lib/pleroma/plugs/oauth_scopes_plug.ex
lib/pleroma/plugs/rate_limiter/rate_limiter.ex
lib/pleroma/plugs/remote_ip.ex
lib/pleroma/plugs/user_enabled_plug.ex
lib/pleroma/plugs/user_is_admin_plug.ex
lib/pleroma/repo.ex
lib/pleroma/scheduled_activity.ex
lib/pleroma/stats.ex
lib/pleroma/uploaders/local.ex
lib/pleroma/uploaders/s3.ex
lib/pleroma/uploaders/uploader.ex
lib/pleroma/user.ex
lib/pleroma/user/query.ex
lib/pleroma/user/search.ex
lib/pleroma/user_relationship.ex
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/activity_pub/mrf/anti_link_spam_policy.ex
lib/pleroma/web/activity_pub/mrf/media_proxy_warming_policy.ex
lib/pleroma/web/activity_pub/mrf/no_op_policy.ex
lib/pleroma/web/activity_pub/mrf/object_age_policy.ex
lib/pleroma/web/activity_pub/mrf/simple_policy.ex
lib/pleroma/web/activity_pub/mrf/subchain_policy.ex
lib/pleroma/web/activity_pub/mrf/user_allow_list_policy.ex
lib/pleroma/web/activity_pub/mrf/vocabulary_policy.ex
lib/pleroma/web/activity_pub/publisher.ex
lib/pleroma/web/activity_pub/relay.ex
lib/pleroma/web/activity_pub/transmogrifier.ex
lib/pleroma/web/activity_pub/utils.ex
lib/pleroma/web/admin_api/admin_api_controller.ex
lib/pleroma/web/admin_api/search.ex
lib/pleroma/web/admin_api/views/config_view.ex
lib/pleroma/web/admin_api/views/status_view.ex
lib/pleroma/web/common_api/common_api.ex
lib/pleroma/web/common_api/utils.ex
lib/pleroma/web/controller_helper.ex
lib/pleroma/web/endpoint.ex
lib/pleroma/web/federator/federator.ex
lib/pleroma/web/feed/feed_view.ex
lib/pleroma/web/feed/tag_controller.ex
lib/pleroma/web/feed/user_controller.ex
lib/pleroma/web/masto_fe_controller.ex
lib/pleroma/web/mastodon_api/controllers/notification_controller.ex
lib/pleroma/web/mastodon_api/controllers/search_controller.ex
lib/pleroma/web/mastodon_api/controllers/status_controller.ex
lib/pleroma/web/mastodon_api/controllers/subscription_controller.ex
lib/pleroma/web/mastodon_api/controllers/suggestion_controller.ex
lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex
lib/pleroma/web/mastodon_api/mastodon_api.ex
lib/pleroma/web/mastodon_api/views/account_view.ex
lib/pleroma/web/mastodon_api/views/app_view.ex
lib/pleroma/web/mastodon_api/views/notification_view.ex
lib/pleroma/web/mastodon_api/views/poll_view.ex
lib/pleroma/web/mastodon_api/views/status_view.ex
lib/pleroma/web/metadata/feed.ex
lib/pleroma/web/metadata/rel_me.ex
lib/pleroma/web/metadata/utils.ex
lib/pleroma/web/nodeinfo/nodeinfo_controller.ex
lib/pleroma/web/oauth/oauth_controller.ex
lib/pleroma/web/oauth/scopes.ex
lib/pleroma/web/pleroma_api/controllers/pleroma_api_controller.ex
lib/pleroma/web/rel_me.ex
lib/pleroma/web/rich_media/parser.ex
lib/pleroma/web/rich_media/parsers/meta_tags_parser.ex
lib/pleroma/web/router.ex
lib/pleroma/web/streamer/worker.ex
lib/pleroma/web/twitter_api/controllers/util_controller.ex
lib/pleroma/web/twitter_api/views/remote_follow_view.ex
lib/pleroma/workers/attachments_cleanup_worker.ex
lib/pleroma/workers/background_worker.ex
lib/pleroma/workers/cron/clear_oauth_token_worker.ex
lib/pleroma/workers/cron/digest_emails_worker.ex
lib/pleroma/workers/cron/purge_expired_activities_worker.ex
lib/pleroma/workers/cron/stats_worker.ex
lib/pleroma/workers/remote_fetcher_worker.ex
lib/pleroma/workers/scheduled_activity_worker.ex
test/activity_expiration_test.exs
test/activity_test.exs
test/config/config_db_test.exs
test/config/holder_test.exs
test/config/loader_test.exs
test/config/transfer_task_test.exs
test/conversation/participation_test.exs
test/emails/admin_email_test.exs
test/emoji/formatter_test.exs
test/federation/federation_test.exs
test/fixtures/modules/runtime_module.ex
test/formatter_test.exs
test/http/request_builder_test.exs
test/notification_test.exs
test/object/fetcher_test.exs
test/object_test.exs
test/plugs/admin_secret_authentication_plug_test.exs
test/plugs/http_security_plug_test.exs
test/plugs/http_signature_plug_test.exs
test/plugs/oauth_scopes_plug_test.exs
test/plugs/rate_limiter_test.exs
test/plugs/remote_ip_test.exs
test/plugs/user_enabled_plug_test.exs
test/plugs/user_is_admin_plug_test.exs
test/repo_test.exs
test/runtime_test.exs
test/scheduled_activity_test.exs
test/stat_test.exs
test/support/channel_case.ex
test/support/conn_case.ex
test/support/factory.ex
test/support/helpers.ex
test/support/http_request_mock.ex
test/support/oban_helpers.ex
test/tasks/config_test.exs
test/tasks/instance_test.exs
test/tasks/refresh_counter_cache_test.exs
test/uploaders/local_test.exs
test/uploaders/s3_test.exs
test/user_search_test.exs
test/user_test.exs
test/web/activity_pub/activity_pub_test.exs
test/web/activity_pub/mrf/hellthread_policy_test.exs
test/web/activity_pub/mrf/keyword_policy_test.exs
test/web/activity_pub/mrf/mention_policy_test.exs
test/web/activity_pub/mrf/subchain_policy_test.exs
test/web/activity_pub/publisher_test.exs
test/web/activity_pub/transmogrifier/follow_handling_test.exs
test/web/activity_pub/transmogrifier_test.exs
test/web/activity_pub/utils_test.exs
test/web/activity_pub/views/object_view_test.exs
test/web/admin_api/admin_api_controller_test.exs
test/web/common_api/common_api_test.exs
test/web/common_api/common_api_utils_test.exs
test/web/feed/tag_controller_test.exs
test/web/feed/user_controller_test.exs
test/web/masto_fe_controller_test.exs
test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs
test/web/mastodon_api/controllers/account_controller_test.exs
test/web/mastodon_api/controllers/conversation_controller_test.exs
test/web/mastodon_api/controllers/domain_block_controller_test.exs
test/web/mastodon_api/controllers/filter_controller_test.exs
test/web/mastodon_api/controllers/follow_request_controller_test.exs
test/web/mastodon_api/controllers/list_controller_test.exs
test/web/mastodon_api/controllers/media_controller_test.exs
test/web/mastodon_api/controllers/notification_controller_test.exs
test/web/mastodon_api/controllers/poll_controller_test.exs
test/web/mastodon_api/controllers/report_controller_test.exs
test/web/mastodon_api/controllers/scheduled_activity_controller_test.exs
test/web/mastodon_api/controllers/search_controller_test.exs
test/web/mastodon_api/controllers/status_controller_test.exs
test/web/mastodon_api/controllers/suggestion_controller_test.exs
test/web/mastodon_api/controllers/timeline_controller_test.exs
test/web/mastodon_api/mastodon_api_controller_test.exs
test/web/mastodon_api/views/account_view_test.exs
test/web/mastodon_api/views/notification_view_test.exs
test/web/mastodon_api/views/status_view_test.exs
test/web/media_proxy/media_proxy_controller_test.exs
test/web/media_proxy/media_proxy_test.exs
test/web/metadata/opengraph_test.exs
test/web/metadata/twitter_card_test.exs
test/web/metadata/utils_test.exs
test/web/node_info_test.exs
test/web/oauth/app_test.exs
test/web/oauth/oauth_controller_test.exs
test/web/pleroma_api/controllers/account_controller_test.exs
test/web/pleroma_api/controllers/emoji_api_controller_test.exs
test/web/pleroma_api/controllers/mascot_controller_test.exs
test/web/pleroma_api/controllers/pleroma_api_controller_test.exs
test/web/pleroma_api/controllers/scrobble_controller_test.exs
test/web/plugs/federating_plug_test.exs
test/web/rich_media/parsers/twitter_card_test.exs
test/web/streamer/streamer_test.exs
test/web/twitter_api/password_controller_test.exs
test/web/twitter_api/twitter_api_test.exs
test/web/twitter_api/util_controller_test.exs
test/workers/cron/clear_oauth_token_worker_test.exs
test/workers/cron/digest_emails_worker_test.exs
test/workers/cron/purge_expired_activities_worker_test.exs
test/workers/scheduled_activity_worker_test.exs