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